1. 13 Jul, 2015 1 commit
  2. 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
  3. 26 Jun, 2015 1 commit
  4. 08 Jun, 2015 1 commit
  5. 15 May, 2015 1 commit
  6. 12 May, 2015 2 commits
  7. 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
  8. 28 Apr, 2015 1 commit
  9. 20 Apr, 2015 1 commit
  10. 13 Apr, 2015 1 commit
  11. 18 Mar, 2015 1 commit
  12. 04 Feb, 2015 1 commit
    • marja's avatar
      Introduce LanguageMode, drop StrictMode. · c7851da4
      marja authored
      This enables adding more language modes in the future.
      
      For maximum flexibility, LanguageMode is a bitmask, so we're not restricted to
      use a sequence of language modes which are progressively stricter, but we can
      express the language mode as combination of features.
      
      For now, LanguageMode can only be "sloppy" or "strict", and there are
      STATIC_ASSERTS in places which need to change when more modes are added.
      
      LanguageMode is a bit like the old LanguageMode when "extended" mode was still
      around (see https://codereview.chromium.org/8417035 and
      https://codereview.chromium.org/181543002 ) except that it's transmitted through
      all the layers (there's no StrictModeFlag).
      
      BUG=
      
      Review URL: https://codereview.chromium.org/894683003
      
      Cr-Commit-Position: refs/heads/master@{#26419}
      c7851da4
  13. 28 Jan, 2015 1 commit
  14. 27 Jan, 2015 2 commits
  15. 21 Jan, 2015 1 commit
  16. 12 Dec, 2014 2 commits
  17. 24 Sep, 2014 1 commit
  18. 08 Sep, 2014 1 commit
  19. 03 Sep, 2014 1 commit
  20. 02 Sep, 2014 1 commit
  21. 01 Sep, 2014 1 commit
  22. 12 Aug, 2014 1 commit
  23. 04 Aug, 2014 1 commit
  24. 31 Jul, 2014 1 commit
  25. 30 Jul, 2014 1 commit
  26. 29 Jul, 2014 1 commit
  27. 21 Jul, 2014 1 commit
  28. 17 Jul, 2014 1 commit
  29. 27 Jun, 2014 1 commit
  30. 25 Jun, 2014 1 commit
  31. 20 Jun, 2014 1 commit
  32. 18 Jun, 2014 1 commit
  33. 05 Jun, 2014 1 commit
  34. 03 Jun, 2014 2 commits
  35. 02 Jun, 2014 2 commits