1. 12 Aug, 2014 1 commit
  2. 11 Aug, 2014 6 commits
  3. 09 Aug, 2014 1 commit
    • machenbach@chromium.org's avatar
      Fix v8 landmines script. · 7f156ffe
      machenbach@chromium.org authored
      Currently, some builders are in a clobber-landmine loop.
      
      Clobber deletes the .landmines tracker (sigh). Difficult to
      know if we are right after a clobber or if it is first-time
      landmines deployment. Also, a landmine-triggered clobber
      right after a clobber is not possible. Different clobber
      methods for msvs, xcode and make all have different
      blacklists of files that are not deleted.
      
      After the branch point, all v8 branch builders have to be
      manually clobbered, because the appearance of the
      landmines.py script and the first landmine request are in
      the same branch CL.
      
      TBR=jochen@chromium.org
      
      Review URL: https://codereview.chromium.org/457063002
      
      git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23012 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      7f156ffe
  4. 08 Aug, 2014 2 commits
  5. 06 Aug, 2014 3 commits
  6. 05 Aug, 2014 5 commits
  7. 01 Aug, 2014 1 commit
  8. 30 Jul, 2014 1 commit
  9. 29 Jul, 2014 2 commits
  10. 23 Jul, 2014 3 commits
  11. 22 Jul, 2014 2 commits
  12. 18 Jul, 2014 3 commits
  13. 17 Jul, 2014 1 commit
    • rmcilroy@chromium.org's avatar
      Reland "Remove erroneous uses of CXX / CXX_target / CXX_host from gyp." · e6936f21
      rmcilroy@chromium.org authored
      The current gyp config tries to test whether the compiler is an arm / mips
      compiler and whether it supports -m32 / -m64 based on a test within gyp.
      Unfortunately CXX / CXX_target / CXX_host are no no longer set early enough
      in gyp for this to work, and so all of these tests were actually being done
      using "$(which g++)" rather than the appropriate CXX_target / CXX_host compiler.
      
      This change removes these dynamic tests and instead bases the decisions on
      knowledge of the host / target / v8_target architecture combination.  The
      the -m32/-m64 flags are set based on host_cxx_is_biarch / target_cxx_is_biarch,
      which are set to reasonable defaults of only ia32/x64 or clang compilers
      being build for biarch support.  The host_cxx_is_biarch / target_cxx_is_biarch
      variables can be overriden if required.
      
      Original Review URL: https://codereview.chromium.org/382343003
      TBR=jkummerow@chromium.org
      
      BUG=384474
      LOG=NO
      
      Review URL: https://codereview.chromium.org/400573002
      
      git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@22444 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      e6936f21
  14. 16 Jul, 2014 2 commits
  15. 09 Jul, 2014 1 commit
  16. 03 Jul, 2014 1 commit
  17. 01 Jul, 2014 4 commits
  18. 27 Jun, 2014 1 commit