1. 31 Jul, 2014 2 commits
    • Kevin Modzelewski's avatar
      Fix the dict() constructor · 6081cc7a
      Kevin Modzelewski authored
      ie actually add one.  Before dict.__new__ would simply call
      object.__new__ and return something that was very much not a dict :/
      6081cc7a
    • Kevin Modzelewski's avatar
      Optimize LivenessAnalysis · a5258c49
      Kevin Modzelewski authored
      We were caching certain liveness results (only crawled each BB once
      looking for name use/defs), but we were still traversing the entire
      CFG for every liveness query.
      Now, each query does a single full CFG scan, and computes the results
      for all BBs and stores them.
      
      Reduces the time to 'import re' from about 13s to under 2s.
      a5258c49
  2. 30 Jul, 2014 2 commits
  3. 29 Jul, 2014 6 commits
  4. 26 Jul, 2014 1 commit
  5. 25 Jul, 2014 3 commits
  6. 24 Jul, 2014 11 commits
  7. 23 Jul, 2014 14 commits
  8. 22 Jul, 2014 1 commit