1. 25 Sep, 2014 1 commit
  2. 24 Sep, 2014 1 commit
    • Kevin Modzelewski's avatar
      Refactor some unwinding code · a239c80b
      Kevin Modzelewski authored
      Make some things owned by the cf rather than using global registries,
      so that 1) we can eventually free the right things when we start freeing
      cf's, and 2) we can have a single ip->cf mapping instead of lots of
      ip->other things mappings.
      
      Also added some helper classes for making stack crawling easier.
      a239c80b
  3. 23 Sep, 2014 2 commits
  4. 22 Sep, 2014 1 commit
  5. 20 Sep, 2014 1 commit
  6. 17 Sep, 2014 5 commits
  7. 16 Sep, 2014 1 commit
  8. 12 Sep, 2014 3 commits
  9. 11 Sep, 2014 4 commits
  10. 09 Sep, 2014 2 commits
    • Kevin Modzelewski's avatar
      LOC tool · 7efc265f
      Kevin Modzelewski authored
      7efc265f
    • Kevin Modzelewski's avatar
      Allow closures into/through genexps · c120e21f
      Kevin Modzelewski authored
      The issue was that if we transformed the AST nodes corresponding to scopes,
      we wouldn't be able to match the initial analysis with the subsequent queries
      to the transformed AST nodes.
      
      We had run into that before, but worked around it by just modifying the AST
      nodes in place.  For generator expressions that wasn't a possibility,
      so now we explicitly registers when we replace scope-related AST nodes.
      c120e21f
  11. 08 Sep, 2014 8 commits
  12. 06 Sep, 2014 1 commit
  13. 05 Sep, 2014 9 commits
  14. 04 Sep, 2014 1 commit