1. 02 May, 2016 3 commits
    • fedor's avatar
      [prof] export slide offset in profile log · aee17a63
      fedor authored
      When exporting `shared-library` in profile log, additionally export a
      slide offset. This is required to parse profile logs generated on
      systems with ASLR (OS X), otherwise it is impossible to assign C++
      symbol names to their addresses in the log.
      
      See: https://github.com/nodejs/node/issues/6466
      
      BUG=
      
      Review-Url: https://codereview.chromium.org/1934453003
      Cr-Commit-Position: refs/heads/master@{#35921}
      aee17a63
    • bmeurer's avatar
      [turbofan] Nuke types before entering the concurrent phase. · 914ad0a3
      bmeurer authored
      It is unsound to look at the types in the TurboFan graphs after the
      representation selection (and early optimization) phases, because
      
       (a) the remaining phases (might) run concurrently, and
       (b) the types may not be accurate (or even correct) after
           representation selection due to the way we deal with
           truncations.
      
      So in Debug builds we now explicitly remove all types from the nodes
      right after we uninstall the Typer decorator from the Graph, so any
      further attempt to access the Type of a Node will lead to a crash (again
      in Debug only for now).
      
      CQ_INCLUDE_TRYBOTS=tryserver.v8:v8_linux64_tsan_rel
      BUG=v8:4969
      LOG=n
      
      Review-Url: https://codereview.chromium.org/1937803002
      Cr-Commit-Position: refs/heads/master@{#35920}
      914ad0a3
    • v8-autoroll's avatar
      Update V8 DEPS. · 461bf17c
      v8-autoroll authored
      Rolling v8/tools/clang to a14766ac344d97871f75e60c4dd39385a6cd2865
      
      TBR=machenbach@chromium.org,vogelheim@chromium.org,hablich@chromium.org
      
      Review-Url: https://codereview.chromium.org/1936953003
      Cr-Commit-Position: refs/heads/master@{#35919}
      461bf17c
  2. 30 Apr, 2016 4 commits
  3. 29 Apr, 2016 29 commits
  4. 28 Apr, 2016 4 commits