1. 23 Apr, 2013 2 commits
  2. 22 Apr, 2013 1 commit
  3. 17 Apr, 2013 1 commit
  4. 16 Apr, 2013 3 commits
  5. 21 Mar, 2013 2 commits
  6. 13 Mar, 2013 1 commit
  7. 12 Mar, 2013 1 commit
  8. 05 Mar, 2013 1 commit
  9. 25 Feb, 2013 1 commit
  10. 19 Feb, 2013 1 commit
  11. 18 Feb, 2013 1 commit
  12. 06 Feb, 2013 2 commits
  13. 29 Jan, 2013 1 commit
  14. 23 Jan, 2013 1 commit
  15. 16 Jan, 2013 1 commit
  16. 09 Jan, 2013 1 commit
  17. 18 Dec, 2012 1 commit
  18. 14 Dec, 2012 2 commits
  19. 07 Dec, 2012 1 commit
  20. 30 Nov, 2012 1 commit
  21. 16 Nov, 2012 1 commit
  22. 30 Oct, 2012 1 commit
    • jkummerow@chromium.org's avatar
      MIPS: fix mips_arch_variant bug in GYP build. · 8daf7e7d
      jkummerow@chromium.org authored
      There is a small bug that causes to build mips32r2
      version of v8 as mips32 (r1). This affects only
      the compiled code.
      
      In the default case of building for mips32r2,
      the compiler flags are the following:
      
      -EL -mhard-float -mips32r2 -Wa,-mips32r2 -mips32 -Wa,-mips32
      
      Since the "last flag wins" the object files are
      compiled as mips32. In a funny twist, the
      code sourcery lite compilers do not have multi-lib support,
      and there is a bug that if you tell it to link mips32,
      it will silently link the object files with
      mips32r2 libraries, and then the resulting binary is mips32r2.
      
      This commit fixes the mips32r1/mips32r2 build.
      
      BUG=
      TEST=
      
      Review URL: https://codereview.chromium.org/11289003
      Patch from Akos Palfi <palfia@homejinni.com>.
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@12833 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      8daf7e7d
  23. 25 Oct, 2012 1 commit
  24. 24 Oct, 2012 3 commits
  25. 18 Oct, 2012 1 commit
  26. 12 Oct, 2012 1 commit
  27. 10 Oct, 2012 2 commits
  28. 28 Sep, 2012 1 commit
  29. 14 Sep, 2012 1 commit
  30. 05 Sep, 2012 2 commits