1. 17 Jul, 2019 1 commit
  2. 24 May, 2019 1 commit
  3. 29 Mar, 2019 1 commit
  4. 22 May, 2017 1 commit
  5. 17 Oct, 2016 1 commit
  6. 20 Sep, 2016 1 commit
  7. 15 Jul, 2016 1 commit
  8. 01 Apr, 2016 1 commit
  9. 11 Jan, 2016 1 commit
  10. 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
  11. 07 Apr, 2015 1 commit
  12. 11 Feb, 2015 1 commit
  13. 20 Jan, 2015 1 commit
  14. 19 Jan, 2015 1 commit
  15. 16 Dec, 2014 1 commit