1. 24 Sep, 2014 1 commit
  2. 22 Sep, 2014 2 commits
  3. 19 Sep, 2014 2 commits
  4. 18 Sep, 2014 1 commit
  5. 02 Sep, 2014 1 commit
  6. 25 Aug, 2014 1 commit
  7. 04 Aug, 2014 1 commit
  8. 22 Jul, 2014 1 commit
  9. 09 Jul, 2014 1 commit
  10. 20 Jun, 2014 1 commit
  11. 03 Jun, 2014 2 commits
  12. 22 May, 2014 1 commit
  13. 02 May, 2014 1 commit
  14. 29 Apr, 2014 1 commit
  15. 25 Apr, 2014 3 commits
  16. 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
  17. 22 Apr, 2014 1 commit
  18. 31 Mar, 2014 1 commit
  19. 12 Mar, 2014 1 commit
  20. 11 Mar, 2014 3 commits
  21. 04 Mar, 2014 1 commit
  22. 14 Jan, 2014 1 commit
  23. 20 Dec, 2013 1 commit
  24. 03 Dec, 2013 1 commit
  25. 22 Nov, 2013 1 commit
  26. 13 Nov, 2013 1 commit
  27. 06 Nov, 2013 1 commit
    • plind44@gmail.com's avatar
      MIPS: Improve implementation of HSeqStringSetChar. · 64250b81
      plind44@gmail.com authored
      Port r17521 (c51c75e)
      
      Original commit message:
      This improves the generated code for HSeqStringSetChar across
      all platforms, taking advantage of constant operands whenever
      possible. It also drops the unused DefineSameAsFirst constraint
      for the register allocator on x64 and ia32, where it caused
      unnecessary spills when the string operand was live across the
      HSeqStringSetChar instruction.
      
      A new GVN flag StringChars is introduced to express dependencies
      between HSeqStringSetChar, HStringCharCodeAt and the upcoming
      HSeqStringGetChar (the GVNFlags type is now 64bit in size).
      
      Also improves the test case.
      
      TEST=mjsunit/string-natives
      BUG=
      R=plind44@gmail.com
      
      Review URL: https://codereview.chromium.org/61893003
      
      Patch from Balazs Kilvady <kilvadyb@homejinni.com>.
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@17536 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      64250b81
  28. 05 Nov, 2013 1 commit
  29. 21 Oct, 2013 1 commit
  30. 02 Oct, 2013 1 commit
  31. 01 Oct, 2013 2 commits
  32. 12 Sep, 2013 1 commit