1. 02 Nov, 2015 1 commit
  2. 30 Oct, 2015 1 commit
  3. 27 Oct, 2015 2 commits
  4. 21 Oct, 2015 1 commit
    • machenbach's avatar
      [test] Make cfi more verbose. · d6ebeb4e
      machenbach authored
      Set "no recover" in diagnostic mode to keep triggering
      crashes. Otherwise, the v8 test driver won't notice tests
      as failing.
      
      Also port some common sanitizer cflags to cfi - those can be
      removed on the build side afterwards.
      
      BUG=chromium:515782
      LOG=n
      
      Review URL: https://codereview.chromium.org/1414763004
      
      Cr-Commit-Position: refs/heads/master@{#31442}
      d6ebeb4e
  5. 19 Oct, 2015 2 commits
  6. 14 Oct, 2015 2 commits
  7. 06 Oct, 2015 1 commit
    • machenbach's avatar
      [swarming] Run unittests together with default tests. · 35d2028d
      machenbach authored
      This adds the unittests to the "default" test set. Now that
      the "default" and the DEFAULT_TESTS (i.e. runner with
      no arguments) are the same, removed DEFAULT_TESTS and use
      TEST_MAP["default"] instead.
      
      On the bots, where unittests and default were run in
      separation before, the explicit unittests step should now
      be skipped.
      
      This is necessary for swarming, as the unittests step is
      too small to justify its own swarming job.
      
      BUG=chromium:535160
      LOG=n
      
      Review URL: https://codereview.chromium.org/1374733006
      
      Cr-Commit-Position: refs/heads/master@{#31122}
      35d2028d
  8. 05 Oct, 2015 1 commit
  9. 02 Oct, 2015 3 commits
  10. 01 Oct, 2015 1 commit
    • machenbach's avatar
      [swarming] Add isolate driver. · 983747ac
      machenbach authored
      This is a simplified version of chromium's isolate driver:
      - 'prepare' will create a *.isolate.gen.json with the
      arguments to be used later.
      - other modes will just be passed through to the isolate
      script.
      
      BUG=chromium:535160
      LOG=n
      NOTRY=true
      
      Review URL: https://codereview.chromium.org/1378133005
      
      Cr-Commit-Position: refs/heads/master@{#31046}
      983747ac
  11. 29 Sep, 2015 3 commits
  12. 25 Sep, 2015 1 commit
  13. 15 Sep, 2015 1 commit
  14. 04 Sep, 2015 1 commit
  15. 03 Sep, 2015 3 commits
  16. 01 Sep, 2015 1 commit
  17. 28 Aug, 2015 1 commit
    • pcc's avatar
      Re-enable LLVM LTO for ARM. · fef4fab6
      pcc authored
      v8 is optimized for speed. Because GCC LTO merges flags at link time,
      we disable LTO to prevent any -O2 flags from taking precedence over v8's
      -Os flag. However, LLVM LTO does not work this way so we keep LTO enabled
      under LLVM.
      
      This fixes the ARM build in the cfi_vptr==1 configuration, which requires
      LLVM LTO.
      
      R=adamk@chromium.org
      BUG=chromium:469376
      LOG=N
      
      Review URL: https://codereview.chromium.org/1295673002
      
      Cr-Commit-Position: refs/heads/master@{#30455}
      fef4fab6
  18. 20 Aug, 2015 1 commit
    • domenic's avatar
      Add experimental, non-snapshotted V8 extras · 6f582f08
      domenic authored
      Embedders would use these for features which must be able to be turned
      off at runtime, despite being compiled into V8. They can be turned on
      and off by the embedder using the --experimental_extras flag, e.g. via
      v8::SetFlagsFromString.
      
      R=yangguo@chromium.org, mlippautz@chromium.org, hpayer@chromium.org
      BUG=chromium:507137
      LOG=Y
      
      Review URL: https://codereview.chromium.org/1284413002
      
      Cr-Commit-Position: refs/heads/master@{#30260}
      6f582f08
  19. 18 Aug, 2015 1 commit
  20. 17 Aug, 2015 1 commit
  21. 07 Aug, 2015 1 commit
  22. 03 Aug, 2015 1 commit
  23. 27 Jul, 2015 1 commit
  24. 24 Jul, 2015 1 commit
  25. 14 Jul, 2015 1 commit
  26. 13 Jul, 2015 1 commit
  27. 09 Jul, 2015 1 commit
  28. 02 Jul, 2015 1 commit
  29. 29 Jun, 2015 3 commits