1. 25 Aug, 2014 3 commits
  2. 04 Aug, 2014 1 commit
  3. 30 Jul, 2014 1 commit
  4. 29 Jul, 2014 1 commit
  5. 21 Jul, 2014 2 commits
  6. 18 Jul, 2014 1 commit
  7. 15 Jul, 2014 3 commits
  8. 11 Jul, 2014 1 commit
  9. 09 Jul, 2014 1 commit
  10. 02 Jul, 2014 1 commit
  11. 27 Jun, 2014 1 commit
  12. 26 Jun, 2014 1 commit
  13. 25 Jun, 2014 1 commit
    • kilvadyb@homejinni.com's avatar
      MIPS: The IC exposes a register definition. · 55126885
      kilvadyb@homejinni.com authored
      Port r22011 (be22370)
      
      Original commit message:
      Centralize a register definition in an IC that provides:
      1) symbolic names for the register (like, edx == receiver)
      2) defines ordering when passed on the stack
      
      Code that implements or uses the IC should use this definition instead of "knowing" what the registers are. Or at least have the definition to validate it's assumptions.
      
      As a side effect of avoiding runtime static initializers (enforced by tools/check-static-initializers.sh, neat), I gave ownership of the registers array to CodeStubInterfaceDescriptor. This prompted a cleanup of that struct.
      
      BUG=
      R=mvstanton@chromium.org
      
      Review URL: https://codereview.chromium.org/354863002
      
      git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@22021 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      55126885
  14. 23 Jun, 2014 2 commits
  15. 20 Jun, 2014 1 commit
  16. 12 Jun, 2014 1 commit
  17. 03 Jun, 2014 1 commit
  18. 29 Apr, 2014 1 commit
  19. 15 Apr, 2014 1 commit
    • plind44@gmail.com's avatar
      MIPS: Add big-endian support for MIPS. · 5a016958
      plind44@gmail.com authored
      Important notices:
      
      - The snapshot cannot be created for big-endian target in cross-compilation
        environment on little-endian host using simulator.
      
      - In order to have i18n support working on big-endian target, the icudt46b.dat and
        icudt46b_dat.S files should be generated and upstreamed to ICU repo.
      
      - The mjsunit 'nans' test is endian dependent, it is skipped for mips target.
      
      - The zlib and Mandreel from Octane 2.0 benchmark are endian dependent due to
        use of typed arrays.
      
      TEST=
      BUG=
      R=jkummerow@chromium.org, plind44@gmail.com
      
      Review URL: https://codereview.chromium.org/228943009
      
      Patch from Dusan Milosavljevic <Dusan.Milosavljevic@rt-rk.com>.
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@20778 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      5a016958
  20. 11 Mar, 2014 2 commits
  21. 14 Feb, 2014 2 commits
  22. 12 Feb, 2014 1 commit
  23. 01 Feb, 2014 1 commit
  24. 17 Jan, 2014 1 commit
  25. 14 Jan, 2014 2 commits
  26. 07 Jan, 2014 2 commits
  27. 02 Dec, 2013 1 commit
  28. 28 Nov, 2013 1 commit
  29. 27 Nov, 2013 1 commit
  30. 18 Nov, 2013 1 commit