1. 21 Oct, 2011 1 commit
  2. 20 Oct, 2011 2 commits
  3. 12 Oct, 2011 1 commit
  4. 04 Oct, 2011 1 commit
  5. 23 Sep, 2011 1 commit
  6. 19 Sep, 2011 1 commit
  7. 16 Sep, 2011 1 commit
    • danno@chromium.org's avatar
      MIPS: pre-crankshaft updates to code-stubs and stub-cache (3/3) · c74aae24
      danno@chromium.org authored
      Highlights:
      - code-stubs-mips.cc
      -- use EmitFPUTruncate in place of inline code in several places.
      -- use BranchF macro rather than lower-level FP cmp and branch for readability.
      -- Port of Sven's r8859 (Implement type recording for ToBoolean) and r8886
      (Simplify and optimize ToBoolean handling.)
      -- Fix bug in TranscendentalCacheStub::Generate where some regs were not
      saved across CFunction call.
      -- use updated xxxCFunction macros.
      -- update InstanceOfStub to support crankshaft
      DoDeferredLInstanceOfKnownGlobal
      -- Provide code-patching and I-cache flushing support for generated
      code, used for InstanceOfStub under crankshaft (not submitted here).
      This requires adding new ExternalReference to src/assember.cc,h
      
      - stub-cache-mips.cc
      -- port Danno's r8901 (Create a common base class for Fixed-, FixedDouble-
      and ExternalArrays) to mips crankshaft branch.
      
      BUG=
      TEST=
      
      Review URL: http://codereview.chromium.org/7890001
      Patch from Paul Lind <plind44@gmail.com>.
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@9308 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      c74aae24
  8. 05 Aug, 2011 1 commit
  9. 13 Jul, 2011 1 commit
  10. 16 Jun, 2011 1 commit
  11. 24 May, 2011 1 commit
  12. 16 May, 2011 1 commit
  13. 11 May, 2011 2 commits
  14. 10 May, 2011 1 commit
  15. 06 May, 2011 1 commit
  16. 05 May, 2011 1 commit
  17. 03 May, 2011 2 commits
  18. 27 Apr, 2011 2 commits
  19. 19 Apr, 2011 1 commit
  20. 15 Apr, 2011 1 commit
  21. 07 Apr, 2011 1 commit
  22. 25 Mar, 2011 1 commit
  23. 22 Mar, 2011 1 commit
  24. 18 Mar, 2011 3 commits
  25. 17 Mar, 2011 1 commit
  26. 02 Mar, 2011 1 commit
  27. 24 Feb, 2011 2 commits
  28. 22 Feb, 2011 1 commit
  29. 15 Feb, 2011 1 commit
  30. 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
  31. 11 Feb, 2011 2 commits
  32. 04 Feb, 2011 1 commit