1. 16 Apr, 2015 1 commit
  2. 27 Feb, 2015 3 commits
  3. 19 Feb, 2015 1 commit
  4. 09 Feb, 2015 2 commits
    • cdai2's avatar
      X87: Introduce LanguageMode, drop StrictMode. · 4ee51619
      cdai2 authored
      port c7851da4 (r26419)
      
      original commit message:
      
        Introduce LanguageMode, drop StrictMode.
      
        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=
      R=weiliang.lin@intel.com
      
      Review URL: https://codereview.chromium.org/902053005
      
      Cr-Commit-Position: refs/heads/master@{#26514}
      4ee51619
    • cdai2's avatar
      X87: Megamorphic KeyedLoadIC needs special handling for vector ics · b2e15510
      cdai2 authored
      port 16843e23 (r26381)
      
      original commit message:
      
        Megamorphic KeyedLoadIC needs special handling for vector ics.
      
        When --vector-ics is true, we still tail-call to the hand-written
        megamorphic KeyedLoadIC (formerly "generic"). Now that this code uses
        the megamorphic cache, it needs to deal properly with the vector and
        slot registers. Achieve this with a sentinel vectors/slot combo.
      
      BUG=
      R=weiliang.lin@intel.com
      
      Review URL: https://codereview.chromium.org/910623002
      
      Cr-Commit-Position: refs/heads/master@{#26508}
      b2e15510
  5. 07 Feb, 2015 2 commits
  6. 02 Feb, 2015 1 commit
  7. 30 Jan, 2015 3 commits
  8. 29 Jan, 2015 4 commits
  9. 28 Jan, 2015 2 commits
  10. 26 Jan, 2015 1 commit
  11. 19 Jan, 2015 2 commits
  12. 15 Jan, 2015 1 commit
  13. 19 Dec, 2014 1 commit
  14. 12 Dec, 2014 1 commit
  15. 10 Dec, 2014 2 commits
  16. 09 Dec, 2014 2 commits
  17. 04 Dec, 2014 3 commits
  18. 02 Dec, 2014 1 commit
  19. 01 Dec, 2014 1 commit
  20. 28 Nov, 2014 1 commit
  21. 24 Nov, 2014 1 commit
  22. 28 Oct, 2014 1 commit
  23. 17 Oct, 2014 1 commit
  24. 10 Oct, 2014 1 commit
  25. 30 Sep, 2014 1 commit