1. 13 Oct, 2017 1 commit
  2. 27 Mar, 2017 1 commit
  3. 23 Sep, 2016 1 commit
  4. 18 Jan, 2016 1 commit
  5. 10 Nov, 2015 1 commit
  6. 03 Nov, 2015 1 commit
  7. 04 Sep, 2015 1 commit
    • balazs.kilvady's avatar
      MIPS: Optimize simulator. · 09f41681
      balazs.kilvady authored
      The patch decreases the calls of huge switch instructions making the DecodeType*() functions to work in one phase and optimizing Instruction::InstructionType(). Speed gain in release full check is about 33% (6:13 s -> 4:09 s) and in optdebug full test is about 50% (12:29 -> 6:17)
      
      BUG=
      
      Review URL: https://codereview.chromium.org/1310883005
      
      Cr-Commit-Position: refs/heads/master@{#30596}
      09f41681
  8. 17 Aug, 2015 1 commit
  9. 19 Jun, 2015 1 commit
  10. 01 Jun, 2015 1 commit
  11. 22 May, 2015 1 commit
  12. 06 Apr, 2015 1 commit
    • dusan.milosavljevic's avatar
      MIPS: Major fixes and clean-up in asm. for instruction encoding. · 4b5af7b3
      dusan.milosavljevic authored
      - Fixed single float register type instruction en[de]coding in assembler and disassembler.
      - Added max and min instructions for r6 and corresponding tests.
      - Fixed selection instruction for boundary cases in simulator.
      - Update assembler tests to be more thorough wrt boundary cases.
      
      TEST=cctest/test-assembler-mips64/MIPS17, MIPS18
           cctest/test-disasm-mips64/Type1
           cctest/test-assembler-mips/MIPS16, MIPS17
           cctest/test-disasm-mips/Type1
      BUG=
      
      Review URL: https://codereview.chromium.org/1057323002
      
      Cr-Commit-Position: refs/heads/master@{#27601}
      4b5af7b3
  13. 30 Mar, 2015 1 commit
  14. 12 Aug, 2014 1 commit
  15. 11 Aug, 2014 4 commits
  16. 03 Jun, 2014 1 commit
  17. 09 May, 2014 1 commit
  18. 29 Apr, 2014 1 commit
  19. 05 Jul, 2013 1 commit
  20. 28 Jun, 2013 1 commit
  21. 09 Jan, 2013 1 commit
  22. 16 Jan, 2012 1 commit
  23. 13 Sep, 2011 1 commit
  24. 09 May, 2011 1 commit
  25. 28 Mar, 2011 1 commit
  26. 17 May, 2010 1 commit
    • mark@chromium.org's avatar
      Allow build-time selection between ia32 and x86_64 in the GYP/Xcode Mac · e9b5d785
      mark@chromium.org authored
      Chromium build.
      
      v8.gyp no longer sets any V8_TARGET_ARCH_* macro on the Mac. Instead, the
      proper V8_TARGET_ARCH_* macro will be set by src/globals.h in the same way as
      the V8_HOST_ARCH_* macro when it detects that no target macro is currently
      defined. The Mac build will attempt to compile all ia32 and x86_64 .cc files.
      #ifdef guards in each of these target-specific source files prevent their
      compilation when the associated target is not selected. For completeness,
      these #ifdef guards are also provided for the arm and mips .cc files.
      
      BUG=706
      TEST=x86_64 Mac GYP/Xcode-based Chromium build (still depends on other changes)
      Review URL: http://codereview.chromium.org/2133003
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@4666 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      e9b5d785
  27. 04 Feb, 2010 1 commit