1. 30 Jun, 2016 1 commit
  2. 05 Feb, 2016 1 commit
  3. 23 Oct, 2015 1 commit
    • zhengxing.li's avatar
      X87: Re-reland: Remove register index/code indirection. · 2e5845f1
      zhengxing.li authored
          port 5cf1c0bc (r31087).
      
          original commit message:
          Previous to this patch, both the lithium and TurboFan register
          allocators tracked allocated registers by "indices", rather than
          the register codes used elsewhere in the runtime. This patch
          ensures that codes are used everywhere, and in the process cleans
          up a bunch of redundant code and adds more structure to how the
          set of allocatable registers is defined.
      
          Some highlights of changes:
      
          * TurboFan's RegisterConfiguration class moved to V8's top level
            so that it can be shared with Crankshaft.
          * Various "ToAllocationIndex" and related methods removed.
          * Code that can be easily shared between Register classes on
            different platforms is now shared.
          * The list of allocatable registers on each platform is declared
            as a list rather than implicitly via the register index <->
            code mapping.
      
          additional comment:
          This patch must be work with CL https://codereview.chromium.org/1405673003/
          and CL https://codereview.chromium.org/1413343002/
          which provide the needed register allocation common code change in
          v8 for this CL
      
      BUG=
      
      Review URL: https://codereview.chromium.org/1410393004
      
      Cr-Commit-Position: refs/heads/master@{#31494}
      2e5845f1
  4. 30 Sep, 2015 1 commit
  5. 15 Sep, 2015 1 commit
  6. 20 Apr, 2015 1 commit
  7. 12 Dec, 2014 1 commit
  8. 20 Sep, 2014 1 commit
  9. 12 Sep, 2014 2 commits
  10. 10 Sep, 2014 2 commits
  11. 05 Sep, 2014 3 commits
  12. 04 Sep, 2014 1 commit
  13. 03 Sep, 2014 1 commit
  14. 25 Aug, 2014 2 commits
  15. 04 Aug, 2014 1 commit
  16. 04 Jul, 2014 1 commit
  17. 30 Jun, 2014 1 commit
  18. 20 Jun, 2014 1 commit
  19. 11 Jun, 2014 1 commit
  20. 03 Jun, 2014 1 commit
  21. 23 May, 2014 1 commit
  22. 13 May, 2014 1 commit
  23. 09 May, 2014 1 commit
  24. 30 Apr, 2014 1 commit
  25. 29 Apr, 2014 1 commit
  26. 24 Apr, 2014 1 commit
    • svenpanne@chromium.org's avatar
      CodeStubs contain their corresponding Isolate* now. (part 1) · dd30db90
      svenpanne@chromium.org authored
      This is a purely mechanical change, adding an Isolate* to the CodeStub
      constructor and a corresponding field plus a getter. A few methods in
      CodeStub and its subclasses can be simplified now, but this is done in
      a separate CL.
      
      The underlying reason apart from simplicity is that deep down in the
      call chain we need to detect if the serializer is active or not. This
      information will be part of the Isolate, not a global variable with
      funky synchronization primitives around it (which is fundamentally
      wrong and the underlying cause for race conditions and a catch-22
      during initialization).
      
      BUG=359977
      LOG=y
      R=mstarzinger@chromium.org
      
      Review URL: https://codereview.chromium.org/246643014
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@20919 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      dd30db90
  27. 19 Mar, 2014 1 commit
  28. 03 Mar, 2014 1 commit
  29. 22 Jan, 2014 1 commit
  30. 18 Dec, 2013 1 commit
  31. 29 Nov, 2013 1 commit
  32. 18 Oct, 2013 1 commit
  33. 24 Sep, 2013 1 commit
  34. 23 Sep, 2013 2 commits