1. 28 Apr, 2015 1 commit
  2. 27 Apr, 2015 3 commits
  3. 17 Apr, 2015 1 commit
  4. 15 Apr, 2015 1 commit
  5. 09 Apr, 2015 2 commits
  6. 02 Apr, 2015 1 commit
  7. 26 Mar, 2015 1 commit
    • michael_dawson's avatar
      Fix host_arch detection for AIX and one new warning as error · 2ec0f32a
      michael_dawson authored
      The value returned on AIX for platform.machine() is not the
      best value to map the architecture from.  Use platform.system
      to determine if we are on AIX and if so set host_arch to
      ppc64 as AIX 6.1 (the earliest supported) only provides a
      64 bit kernel
      
      AIX was reporting warning that offset may be used uninitialized
      
      	modified:   build/detect_v8_host_arch.py
      	modified:   build/standalone.gypi
      	modified:   src/hydrogen-bce.cc
      
      R=mbrandy@us.ibm.com, jkummerow@chromium.org
      
      BUG=
      
      Review URL: https://codereview.chromium.org/1006583004
      
      Cr-Commit-Position: refs/heads/master@{#27463}
      2ec0f32a
  8. 18 Mar, 2015 2 commits
    • michael_dawson's avatar
      PPC: Changes to allow AIX to compile with gcc 4.8.3 · 86852190
      michael_dawson authored
      We were able to remove most of our changes needed to compile
      on AIX with an earlier compiler level.  These changes are the
      remaining ones.
      
      The changes in heap/heap.cc are needed because otherwise the
      compiler complains that result is potentially used before
      it is initialized.
      
      The changes in heap/mark-compact.cc are required because
      AIX supports the full 64 bit address range so the check
      being guarded is invalid.
      
      The changes in build/toolchain.gypi and
      test/cctest/cctest/gyp are aix only and are adjust the
      compile/link options to allow the AIX build to succeed.
      
      	modified:   build/toolchain.gypi
      	modified:   src/heap/heap.cc
      	modified:   src/heap/mark-compact.cc
      	modified:   test/cctest/cctest.gyp
      
      R=danno@chromium.org, svenpanne@chromium.org
      
      BUG=
      
      Review URL: https://codereview.chromium.org/1013833002
      
      Cr-Commit-Position: refs/heads/master@{#27255}
      86852190
    • michael_dawson's avatar
      PPC: Force PPC linux to use gcc and gcc 4.8.3 changes for AIX · a7bb84a4
      michael_dawson authored
      - We don't have clang for PPC, force use of gcc.
      - Changes needed to compile/build on AIX with gcc 4.8.3 missed
      from last review
      
      	modified:   build/standalone.gypi
      
      R=danno@chromium.org, svenpanne@chromium.org
      
      BUG=
      
      Review URL: https://codereview.chromium.org/1018543003
      
      Cr-Commit-Position: refs/heads/master@{#27254}
      a7bb84a4
  9. 14 Mar, 2015 1 commit
  10. 09 Mar, 2015 3 commits
  11. 05 Mar, 2015 1 commit
  12. 04 Mar, 2015 4 commits
  13. 27 Feb, 2015 1 commit
  14. 26 Feb, 2015 6 commits
  15. 25 Feb, 2015 2 commits
  16. 24 Feb, 2015 1 commit
    • machenbach's avatar
      Port chromium landmines script. · 89731cfb
      machenbach authored
      This runs the landmines script as a gclient hook. It can
      as such be used to clobber local checkouts when hooks are
      run locally.
      
      It is a softer version than chromium's landmines script, as
      it only deletes directories in the output directory due
      to compatibility with MSVS which has "build" hardcoded as
      output directory in several places.
      
      BUG=chromium:403263
      LOG=n
      
      Review URL: https://codereview.chromium.org/955463002
      
      Cr-Commit-Position: refs/heads/master@{#26831}
      89731cfb
  17. 23 Feb, 2015 1 commit
  18. 19 Feb, 2015 1 commit
  19. 10 Feb, 2015 3 commits
  20. 30 Jan, 2015 1 commit
  21. 23 Jan, 2015 1 commit
  22. 22 Jan, 2015 2 commits