1. 25 Nov, 2015 2 commits
  2. 30 Sep, 2015 1 commit
  3. 12 Aug, 2015 1 commit
  4. 20 Apr, 2015 1 commit
  5. 12 Dec, 2014 1 commit
  6. 10 Nov, 2014 1 commit
  7. 11 Sep, 2014 1 commit
    • balazs.kilvady@imgtec.com's avatar
      MIPS: Added CallInterfaceDescriptors to all code stubs. · 4a5001dd
      balazs.kilvady@imgtec.com authored
      Port r23854 (3870059)
      
      Original commit message:
      Added CallInterfaceDescriptors to all code stubs. A handful
      of code stubs are too complex to be described this way, and
      they are encoded with the macro
      DEFINE_NULL_CALL_INTERFACE_DESCRIPTOR().
      
      Along the way:
      * allowed inheritance of CallInterfaceDescriptors.
      * Defined static Register methods for some of the new
        CallInterfaceDescriptors. We could go a lot further here, but
        it doesn't have to be done immediately.
      * Added Representation arrays to some CallInterfaceDescriptors,
        especially where future hydrogen versions of the stubs could
        benefit from this knowledge.
      
      BUG=
      R=dusan.milosavljevic@imgtec.com
      
      Review URL: https://codereview.chromium.org/562153002
      
      git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23872 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      4a5001dd
  8. 10 Sep, 2014 1 commit
  9. 05 Sep, 2014 2 commits
  10. 04 Sep, 2014 3 commits
  11. 03 Sep, 2014 1 commit
  12. 25 Aug, 2014 2 commits
  13. 04 Aug, 2014 1 commit
  14. 22 Jul, 2014 1 commit
  15. 09 Jul, 2014 1 commit
  16. 03 Jul, 2014 1 commit
  17. 30 Jun, 2014 1 commit
  18. 11 Jun, 2014 1 commit
  19. 03 Jun, 2014 1 commit
  20. 29 Apr, 2014 1 commit
  21. 24 Apr, 2014 1 commit
    • plind44@gmail.com's avatar
      MIPS: CodeStubs contain their corresponding Isolate* now. (part 1) · bb1abb7f
      plind44@gmail.com authored
      Port r20919 (aa51355)
      
      Original commit message:
      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=plind44@gmail.com
      
      Review URL: https://codereview.chromium.org/252383005
      
      Patch from Balazs Kilvady <kilvadyb@homejinni.com>.
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@20944 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      bb1abb7f
  22. 03 Mar, 2014 1 commit
  23. 22 Jan, 2014 1 commit
  24. 20 Dec, 2013 1 commit
  25. 18 Dec, 2013 1 commit
  26. 30 Nov, 2013 1 commit
  27. 25 Sep, 2013 2 commits
  28. 19 Sep, 2013 1 commit
  29. 11 Sep, 2013 1 commit
  30. 01 Sep, 2013 1 commit
  31. 29 Aug, 2013 1 commit
  32. 19 Jul, 2013 2 commits
  33. 05 Jul, 2013 1 commit