1. 12 Jun, 2015 1 commit
    • bmeurer's avatar
      [turbofan] Use appropriate type for NodeId. · c487aba7
      bmeurer authored
      Up until now we used int32_t for NodeId, but that was not ideal because
      negative values are invalid for NodeId and we use it as an array index
      for example in the NodeMarker class, where C++ compilers on x64 have to
      generate code that does proper sign extension for the indices, which is
      completely unnecessary.
      
      R=svenpanne@chromium.org
      
      Review URL: https://codereview.chromium.org/1178403004
      
      Cr-Commit-Position: refs/heads/master@{#28997}
      c487aba7
  2. 26 Oct, 2014 1 commit
  3. 14 Oct, 2014 2 commits
  4. 09 Oct, 2014 1 commit
  5. 01 Oct, 2014 1 commit
  6. 09 Sep, 2014 1 commit
  7. 02 Sep, 2014 3 commits
  8. 29 Aug, 2014 1 commit
  9. 25 Aug, 2014 1 commit
  10. 20 Aug, 2014 1 commit
  11. 14 Aug, 2014 1 commit