1. 21 Mar, 2017 1 commit
  2. 20 Mar, 2017 2 commits
  3. 15 Mar, 2017 1 commit
  4. 23 Feb, 2017 1 commit
  5. 15 Feb, 2017 1 commit
  6. 08 Feb, 2017 1 commit
  7. 06 Feb, 2017 1 commit
  8. 02 Feb, 2017 1 commit
  9. 02 Dec, 2016 1 commit
  10. 29 Nov, 2016 1 commit
  11. 28 Nov, 2016 1 commit
  12. 27 Oct, 2016 1 commit
  13. 13 Oct, 2016 2 commits
  14. 31 Aug, 2016 1 commit
  15. 06 Apr, 2016 1 commit
  16. 17 Feb, 2016 1 commit
  17. 27 Nov, 2015 1 commit
  18. 17 Nov, 2015 1 commit
  19. 26 Oct, 2015 1 commit
  20. 30 Sep, 2015 1 commit
  21. 09 Sep, 2015 1 commit
  22. 11 Aug, 2015 2 commits
  23. 03 Aug, 2015 1 commit
    • bbudge's avatar
      SIMD.js Add the other SIMD Phase 1 types. · 7b9670b6
      bbudge authored
      Adds Int32x4, Bool32x4, Int16x8, Bool16x8, Int8x16, Bool8x16.
      Adds Simd128Value base heap object class.
      Changes heap/factory construction pattern to use arrays.
      Adds replaceLane functions to facilitate testing.
      
      NOPRESUBMIT=true
      (presubmit checks erroneously interpret array declaration in macro definition as variable size array.)
      
      LOG=Y
      BUG=v8:4124
      
      Review URL: https://codereview.chromium.org/1250733005
      
      Cr-Commit-Position: refs/heads/master@{#29974}
      7b9670b6
  24. 31 Jul, 2015 1 commit
  25. 16 Jul, 2015 2 commits
  26. 15 Jul, 2015 2 commits
  27. 13 Jul, 2015 1 commit
  28. 30 Jun, 2015 2 commits
  29. 19 Jun, 2015 1 commit
  30. 18 Jun, 2015 3 commits
  31. 04 Jun, 2015 1 commit
    • mbrandy's avatar
      Add support for Embedded Constant Pools for PPC and Arm · eac7f046
      mbrandy authored
      Embed constant pools within their corresponding Code
      objects.
      
      This removes support for out-of-line constant pools in favor
      of the new approach -- the main advantage being that it
      eliminates the need to allocate and manage separate constant
      pool array objects.
      
      Currently supported on PPC and ARM.  Enabled by default on
      PPC only.
      
      This yields a 6% improvment in Octane on PPC64.
      
      R=bmeurer@chromium.org, rmcilroy@chromium.org, michael_dawson@ca.ibm.com
      BUG=chromium:478811
      LOG=Y
      
      Review URL: https://codereview.chromium.org/1162993006
      
      Cr-Commit-Position: refs/heads/master@{#28801}
      eac7f046
  32. 03 Jun, 2015 1 commit