Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(14)

Issue 877753007: Reland "Initial switch to Chromium-style CHECK_* and DCHECK_* macros.". (Closed)

Created:
5 years, 10 months ago by Benedikt Meurer
Modified:
5 years, 10 months ago
Reviewers:
Sven Panne
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Reland "Initial switch to Chromium-style CHECK_* and DCHECK_* macros.". R=svenpanne@chromium.org Committed: https://crrev.com/c65ae4f10c7273956e88db433f626b26a1377caf Cr-Commit-Position: refs/heads/master@{#26346}

Patch Set 1 #

Patch Set 2 : REBASE #

Patch Set 3 : VS201x now happy? #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2036 lines, -2189 lines) Patch
M include/v8config.h View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M src/api.cc View 1 2 2 chunks +6 lines, -1 line 0 comments Download
M src/arm/code-stubs-arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/arm/full-codegen-arm.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 1 chunk +1 line, -1 line 0 comments Download
M src/arm64/full-codegen-arm64.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/arm64/lithium-codegen-arm64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/arm64/macro-assembler-arm64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/base/compiler-specific.h View 1 2 1 chunk +23 lines, -0 lines 0 comments Download
M src/base/logging.h View 1 4 chunks +105 lines, -162 lines 0 comments Download
M src/base/logging.cc View 2 chunks +35 lines, -3 lines 0 comments Download
M src/base/platform/condition-variable.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/base/platform/time.h View 2 chunks +4 lines, -1 line 0 comments Download
M src/base/platform/time.cc View 2 chunks +7 lines, -1 line 0 comments Download
M src/bootstrapper.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/checks.h View 3 chunks +6 lines, -26 lines 0 comments Download
M src/checks.cc View 1 chunk +2 lines, -81 lines 0 comments Download
M src/compiler.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/arm/code-generator-arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/arm/instruction-selector-arm.cc View 8 chunks +16 lines, -13 lines 0 comments Download
M src/compiler/arm64/code-generator-arm64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/arm64/instruction-selector-arm64.cc View 5 chunks +6 lines, -6 lines 0 comments Download
M src/compiler/code-generator.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/control-reducer.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/compiler/ia32/code-generator-ia32.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/ia32/instruction-selector-ia32.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/compiler/instruction.h View 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/instruction.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/instruction-selector.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M src/compiler/js-inlining.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M src/compiler/loop-peeling.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/machine-operator-reducer.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M src/compiler/move-optimizer.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/compiler/node.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/osr.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/compiler/pipeline.cc View 3 chunks +6 lines, -6 lines 0 comments Download
M src/compiler/register-allocator.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/register-allocator-verifier.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M src/compiler/scheduler.cc View 6 chunks +9 lines, -9 lines 0 comments Download
M src/compiler/verifier.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M src/compiler/zone-pool.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/deoptimizer.h View 1 chunk +2 lines, -3 lines 0 comments Download
M src/deoptimizer.cc View 7 chunks +7 lines, -7 lines 0 comments Download
M src/heap/heap.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/heap/spaces.h View 2 chunks +4 lines, -4 lines 0 comments Download
M src/hydrogen.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M src/hydrogen-check-elimination.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/full-codegen-ia32.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/ic/handler-compiler.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/ic/ic.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/ic/ic-state.cc View 1 2 1 chunk +8 lines, -0 lines 0 comments Download
M src/ic/x64/stub-cache-x64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/isolate.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/jsregexp.h View 1 chunk +1 line, -1 line 0 comments Download
M src/jsregexp.cc View 3 chunks +5 lines, -5 lines 0 comments Download
M src/log.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/mips/full-codegen-mips.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/mips64/full-codegen-mips64.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/objects.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/objects-debug.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/objects-inl.h View 1 2 2 chunks +7 lines, -1 line 0 comments Download
M src/optimizing-compiler-thread.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M src/perf-jit.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/ppc/full-codegen-ppc.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/runtime/runtime-array.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/serialize.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/serialize.cc View 1 5 chunks +8 lines, -8 lines 0 comments Download
M src/unique.h View 1 chunk +1 line, -1 line 0 comments Download
M src/v8.h View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/disasm-x64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/full-codegen-x64.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x87/full-codegen-x87.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M test/cctest/cctest.h View 2 chunks +2 lines, -2 lines 0 comments Download
M test/cctest/cctest.gyp View 1 chunk +0 lines, -1 line 0 comments Download
M test/cctest/compiler/codegen-tester.h View 1 chunk +10 lines, -0 lines 0 comments Download
M test/cctest/compiler/codegen-tester.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M test/cctest/compiler/function-tester.h View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/compiler/graph-builder-tester.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M test/cctest/compiler/test-basic-block-profiler.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/compiler/test-changes-lowering.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M test/cctest/compiler/test-control-reducer.cc View 6 chunks +11 lines, -11 lines 0 comments Download
M test/cctest/compiler/test-instruction.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M test/cctest/compiler/test-js-constant-cache.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M test/cctest/compiler/test-js-typed-lowering.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/compiler/test-linkage.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M test/cctest/compiler/test-loop-analysis.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M test/cctest/compiler/test-loop-assignment-analysis.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M test/cctest/compiler/test-machine-operator-reducer.cc View 7 chunks +10 lines, -132 lines 0 comments Download
M test/cctest/compiler/test-node.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M test/cctest/compiler/test-node-cache.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M test/cctest/compiler/test-operator.cc View 3 chunks +10 lines, -10 lines 0 comments Download
M test/cctest/compiler/test-representation-change.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M test/cctest/compiler/test-run-machops.cc View 92 chunks +108 lines, -112 lines 0 comments Download
M test/cctest/compiler/value-helper.h View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-accessors.cc View 5 chunks +9 lines, -9 lines 0 comments Download
M test/cctest/test-api.cc View 159 chunks +352 lines, -346 lines 0 comments Download
M test/cctest/test-assembler-arm.cc View 5 chunks +29 lines, -29 lines 0 comments Download
M test/cctest/test-assembler-arm64.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M test/cctest/test-assembler-ia32.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M test/cctest/test-assembler-x64.cc View 11 chunks +26 lines, -26 lines 0 comments Download
M test/cctest/test-bignum.cc View 19 chunks +330 lines, -290 lines 0 comments Download
M test/cctest/test-bignum-dtoa.cc View 5 chunks +36 lines, -36 lines 0 comments Download
D test/cctest/test-checks.cc View 1 chunk +0 lines, -26 lines 0 comments Download
M test/cctest/test-circular-queue.cc View 4 chunks +21 lines, -21 lines 0 comments Download
M test/cctest/test-conversions.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M test/cctest/test-cpu-profiler.cc View 16 chunks +32 lines, -32 lines 0 comments Download
M test/cctest/test-debug.cc View 11 chunks +12 lines, -13 lines 0 comments Download
M test/cctest/test-decls.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M test/cctest/test-deoptimization.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-dtoa.cc View 8 chunks +37 lines, -37 lines 0 comments Download
M test/cctest/test-fast-dtoa.cc View 10 chunks +24 lines, -24 lines 0 comments Download
M test/cctest/test-feedback-vector.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M test/cctest/test-fixed-dtoa.cc View 2 chunks +110 lines, -110 lines 0 comments Download
M test/cctest/test-flags.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-func-name-inference.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-global-object.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-hashmap.cc View 2 chunks +8 lines, -8 lines 0 comments Download
M test/cctest/test-heap-profiler.cc View 78 chunks +257 lines, -267 lines 0 comments Download
M test/cctest/test-lockers.cc View 3 chunks +6 lines, -3 lines 0 comments Download
M test/cctest/test-log.cc View 5 chunks +7 lines, -10 lines 0 comments Download
M test/cctest/test-log-stack-tracer.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M test/cctest/test-macro-assembler-arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-parsing.cc View 4 chunks +6 lines, -5 lines 0 comments Download
M test/cctest/test-platform.cc View 1 chunk +2 lines, -1 line 0 comments Download
M test/cctest/test-profile-generator.cc View 15 chunks +114 lines, -114 lines 0 comments Download
M test/cctest/test-regexp.cc View 4 chunks +5 lines, -5 lines 0 comments Download
M test/cctest/test-sampler-api.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M test/cctest/test-serialize.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-strings.cc View 5 chunks +8 lines, -7 lines 0 comments Download
M test/cctest/test-symbols.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-version.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M test/cctest/trace-extension.cc View 2 chunks +3 lines, -3 lines 0 comments Download
A test/unittests/base/logging-unittest.cc View 1 chunk +19 lines, -0 lines 0 comments Download
M test/unittests/compiler/instruction-sequence-unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M test/unittests/compiler/scheduler-unittest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M test/unittests/unittests.gyp View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 11 (3 generated)
Benedikt Meurer
5 years, 10 months ago (2015-01-30 08:00:45 UTC) #1
Benedikt Meurer
PTAL
5 years, 10 months ago (2015-01-30 08:27:41 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/877753007/40001
5 years, 10 months ago (2015-01-30 08:54:29 UTC) #4
commit-bot: I haz the power
No LGTM from a valid reviewer yet. Only full committers are accepted. Even if an ...
5 years, 10 months ago (2015-01-30 08:54:31 UTC) #6
Sven Panne
lgtm
5 years, 10 months ago (2015-01-30 08:59:27 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/877753007/40001
5 years, 10 months ago (2015-01-30 09:00:29 UTC) #9
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 10 months ago (2015-01-30 09:29:35 UTC) #10
commit-bot: I haz the power
5 years, 10 months ago (2015-01-30 09:29:50 UTC) #11
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/c65ae4f10c7273956e88db433f626b26a1377caf
Cr-Commit-Position: refs/heads/master@{#26346}

Powered by Google App Engine
This is Rietveld 408576698