1. 28 Oct, 2014 1 commit
  2. 16 Oct, 2014 1 commit
  3. 09 Oct, 2014 1 commit
  4. 22 Sep, 2014 1 commit
  5. 18 Sep, 2014 1 commit
  6. 08 Sep, 2014 1 commit
  7. 03 Sep, 2014 1 commit
  8. 26 Aug, 2014 1 commit
  9. 25 Aug, 2014 3 commits
  10. 04 Aug, 2014 1 commit
  11. 30 Jul, 2014 1 commit
  12. 29 Jul, 2014 1 commit
  13. 21 Jul, 2014 2 commits
  14. 18 Jul, 2014 1 commit
  15. 15 Jul, 2014 3 commits
  16. 11 Jul, 2014 1 commit
  17. 09 Jul, 2014 1 commit
  18. 02 Jul, 2014 1 commit
  19. 27 Jun, 2014 1 commit
  20. 26 Jun, 2014 1 commit
  21. 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
  22. 23 Jun, 2014 2 commits
  23. 20 Jun, 2014 1 commit
  24. 12 Jun, 2014 1 commit
  25. 03 Jun, 2014 1 commit
  26. 29 Apr, 2014 1 commit
  27. 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
  28. 11 Mar, 2014 2 commits
  29. 14 Feb, 2014 2 commits
  30. 12 Feb, 2014 1 commit
  31. 01 Feb, 2014 1 commit
  32. 17 Jan, 2014 1 commit