1. 29 Jan, 2015 2 commits
  2. 26 Jan, 2015 2 commits
  3. 20 Jan, 2015 1 commit
  4. 18 Jan, 2015 2 commits
  5. 16 Jan, 2015 2 commits
  6. 15 Jan, 2015 1 commit
  7. 14 Jan, 2015 1 commit
  8. 12 Jan, 2015 2 commits
  9. 07 Jan, 2015 1 commit
    • bmeurer's avatar
      [turbofan] Cleanup Graph and related classes. · e53845d4
      bmeurer authored
      - Move NodeMarker to its own file, and introduce a non
        templatized base class.
      - Cleanup the include hell.
      - Sanitize the Node construction methods now that we
        got rid of that GenericNode/GenericGraph stuff.
      - Protect against NodeId overflow in Graph.
      - Various minor cleanups.
      
      TEST=cctest,mjsunit,unittests
      
      Review URL: https://codereview.chromium.org/838783002
      
      Cr-Commit-Position: refs/heads/master@{#25977}
      e53845d4
  10. 23 Dec, 2014 3 commits
  11. 22 Dec, 2014 1 commit
    • Benedikt Meurer's avatar
      [turbofan] Introduce CommonOperatorReducer. · ee98a1d7
      Benedikt Meurer authored
      The CommonOperatorReducer currently takes care of redundant Phis,
      EffectPhis and Selects. This functionality overlaps with ControlReducer,
      but is required to make certain optimizations effective, since the
      ControlReducer only runs really early and really late in the pipeline
      and therefore other reducers aren't reapplied properly after redundant
      phi/select elimination.
      
      TEST=unittests
      R=hpayer@chromium.org
      
      Review URL: https://codereview.chromium.org/817243003
      
      Cr-Commit-Position: refs/heads/master@{#25922}
      ee98a1d7
  12. 16 Dec, 2014 2 commits
  13. 10 Dec, 2014 3 commits
  14. 09 Dec, 2014 2 commits
  15. 05 Dec, 2014 1 commit
  16. 02 Dec, 2014 2 commits
  17. 28 Nov, 2014 6 commits
  18. 27 Nov, 2014 2 commits
  19. 26 Nov, 2014 1 commit
  20. 24 Nov, 2014 1 commit
    • baixo's avatar
      The file snapshot_blob_host.bin was supposed to be generated when building the... · 009fe698
      baixo authored
      The file snapshot_blob_host.bin was supposed to be generated when building the host toolset. However, the file snapshot_blob.bin was being generated instead, under every set of conditions.
      
      Because of this, every time we build the host toolset, snapshot_blob_host.bin is not found. This causes the target (v8_external_snapshot) that generates such file to be run. This target generates snapshot_blob.bin instead of snapshot_blob_host.bin. This in turn causes all the targets that depend on snapshot_blob.bin to run again.
      
      After this, we still don't have snapshot_blob_host.bin. So the next time we build, the whole process described above happens again.
      
      BUG=421063
      
      Review URL: https://codereview.chromium.org/741223002
      
      Cr-Commit-Position: refs/heads/master@{#25480}
      009fe698
  21. 21 Nov, 2014 1 commit
  22. 19 Nov, 2014 1 commit