1. 01 Jul, 2015 1 commit
    • danno's avatar
      Make context register implicit for CallInterfaceDescriptors · 7015fd20
      danno authored
      Up until now the context register was listed explicitly in each stub's
      CallInterfaceDescriptor. This was problematic, because it was listed
      first in the list of register parameters--which is fine for Crankshaft,
      which is more or less built to handle the context as the first
      parameter-- but not ideal for TurboFan, which adds the context at
      the end of all function parameters. Now the context register is no
      longer in the register list and can be handled appropriately by both
      compilers. Specifically, this allows the FunctionType specified for
      each CallInterfaceDescriptor to exactly match the parameter register
      list.
      
      Review URL: https://codereview.chromium.org/1211333003
      
      Cr-Commit-Position: refs/heads/master@{#29402}
      7015fd20
  2. 26 Jun, 2015 1 commit
  3. 08 Jun, 2015 1 commit
  4. 15 May, 2015 1 commit
  5. 12 May, 2015 2 commits
  6. 06 May, 2015 1 commit
    • conradw's avatar
      [strong] Fix inlining issue · 97bee8e9
      conradw authored
      The Hydrogen representation for binops was never changed to care about the
      language mode. We thought this was ok, but it turns out we need to keep track
      of it to make sure inlining doesn't mess with the "strongness" of binops.
      
      Also added more rigorous inlining testing.
      
      BUG=v8:3956
      LOG=N
      
      Review URL: https://codereview.chromium.org/1123043002
      
      Cr-Commit-Position: refs/heads/master@{#28253}
      97bee8e9
  7. 28 Apr, 2015 1 commit
  8. 20 Apr, 2015 1 commit
  9. 13 Apr, 2015 1 commit
  10. 18 Mar, 2015 1 commit
  11. 04 Feb, 2015 1 commit
  12. 28 Jan, 2015 1 commit
  13. 22 Jan, 2015 1 commit
  14. 12 Dec, 2014 2 commits
  15. 24 Sep, 2014 1 commit
  16. 08 Sep, 2014 1 commit
  17. 03 Sep, 2014 1 commit
  18. 02 Sep, 2014 1 commit
  19. 01 Sep, 2014 1 commit
  20. 12 Aug, 2014 2 commits
  21. 11 Aug, 2014 4 commits
  22. 04 Aug, 2014 1 commit
  23. 31 Jul, 2014 1 commit
  24. 30 Jul, 2014 1 commit
  25. 29 Jul, 2014 1 commit
  26. 21 Jul, 2014 1 commit
  27. 17 Jul, 2014 1 commit
  28. 20 Jun, 2014 1 commit
  29. 18 Jun, 2014 1 commit
  30. 05 Jun, 2014 1 commit
  31. 03 Jun, 2014 2 commits
  32. 02 Jun, 2014 2 commits