1. 01 Mar, 2011 2 commits
  2. 13 Feb, 2011 1 commit
    • mmaly@chromium.org's avatar
      Implement assignment to undefined reference in ES5 Strict Mode. · e0be3072
      mmaly@chromium.org authored
      Strict mode assignment to undefined reference.
      Simple assignments (x = <value>) use CODE_TARGET_CONTEXT.
      StoreIC stores its own strictness in extra_ic_state.
      The strcitness is propagated as further ic stubs are generated.
      
      Details:
      * ReferenceError on assignment to non-resolvable reference in strict mode.
      * Fix es5conform test expectation file.
      * Add es5conform test suite into .gitignore.
      * Fix Xcode project.
      * Change implemented in virtual frame code generator, as well as full-codegen
        for all architectures.
      * Fix debugger test.
      * Fix comment for CODE_TARGET_CONTEXT
      * Implement remaining StoreIC stubs to be strict mode aware.
      * Trace extra_ic_state() for ic code stubs.
      
      Code Review URL: http://codereview.chromium.org/6474026/
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@6760 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      e0be3072
  3. 11 Feb, 2011 2 commits
  4. 06 Aug, 2010 1 commit
  5. 24 Jun, 2010 1 commit
  6. 14 Jun, 2010 1 commit
  7. 02 Jun, 2010 1 commit
  8. 28 May, 2010 1 commit
  9. 27 May, 2010 1 commit
  10. 19 May, 2010 1 commit
  11. 18 May, 2010 1 commit
    • sgjesse@chromium.org's avatar
      ARM: Pass arguments to keyed store IC in registers · d25c36de
      sgjesse@chromium.org authored
      The calling convention for keyed store IC on ARM is changed to receive the arguments value, key and receiver in registers r0, r1 and r2 instead of on the stack. When calling keyed store IC with a virtual frame the arguments are passed through the virtual frame and consumed by the call.
      
      Changed the register usage in the IC code to postpone spilling the registers holding value, key and receiver to the stack until making  a call into the runtime system.
      
      Runs all the tests with: 
      
        --special-command="@ --nofull-compiler"
        --special-command="@ --always-full-compiler"
        --special-command="@ --noenable-vfp3"
      Review URL: http://codereview.chromium.org/2116003
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@4668 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      d25c36de
  12. 12 May, 2010 1 commit
  13. 10 May, 2010 1 commit
    • erik.corry@gmail.com's avatar
      First step towards making JumpTarget work on ARM. Instead · fa7c92ea
      erik.corry@gmail.com authored
      of having a list of virtual frame pointers in the jump
      target we have one virtual frame, which is the frame that
      all have to merge to to branch to that frame.  The virtual
      frame in the JumpTarget is inside the JumpTarget, rather than
      being an allocated object that is pointed to.  Unfortunately
      this means that the JumpTarget class has to be able to see
      the size of a VirtualFrame object to compile, which in turn
      lead to a major reorganization of related .h files.  The
      actual change of functionality in this change is intended
      to be minimal (we now assert that the virtual frames match
      when using JumpTarget instead of just assuming that they do).
      Review URL: http://codereview.chromium.org/1961004
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@4631 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      fa7c92ea
  14. 07 May, 2010 1 commit
  15. 05 May, 2010 1 commit
  16. 04 May, 2010 1 commit
  17. 03 May, 2010 1 commit
  18. 28 Apr, 2010 2 commits
  19. 27 Apr, 2010 2 commits
  20. 23 Apr, 2010 1 commit
  21. 22 Apr, 2010 1 commit
  22. 19 Apr, 2010 1 commit
  23. 12 Apr, 2010 1 commit
  24. 08 Apr, 2010 1 commit
  25. 25 Mar, 2010 2 commits
  26. 22 Mar, 2010 1 commit
  27. 11 Mar, 2010 1 commit
  28. 10 Mar, 2010 2 commits
  29. 05 Mar, 2010 1 commit
  30. 26 Feb, 2010 2 commits
  31. 15 Feb, 2010 1 commit
  32. 08 Feb, 2010 1 commit
  33. 02 Feb, 2010 1 commit