1. 05 Sep, 2014 4 commits
  2. 04 Sep, 2014 6 commits
  3. 03 Sep, 2014 3 commits
  4. 02 Sep, 2014 1 commit
  5. 30 Aug, 2014 1 commit
    • Kevin Modzelewski's avatar
      str.replace · 1b012805
      Kevin Modzelewski authored
      Also had to fix some bugs with codegen function types --
      not sure how those snuck through
      1b012805
  6. 29 Aug, 2014 10 commits
  7. 28 Aug, 2014 7 commits
  8. 27 Aug, 2014 7 commits
  9. 26 Aug, 2014 1 commit
    • Kevin Modzelewski's avatar
      Add some top-down timing measurements to compilation · c13c53b7
      Kevin Modzelewski authored
      Somewhat confusing, since us_compiling_analysis_liveness is
      also contained in us_compiling_irgen, and I'm not sure of a good
      way to avoid that for now.
      
      But anyway, for "import re", the breakdown is roughly:
      - 215ms definedness analysis
      - 50ms liveness analysis
      - 80ms phi analysis
      - 200ms type analysis
      - 5ms irgen
      - 25ms other compilation stuff
      - 40ms non-compilation time
      c13c53b7