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

Issue 430503007: Rename ASSERT* to DCHECK*. (Closed)

Created:
6 years, 4 months ago by Benedikt Meurer
Modified:
6 years, 4 months ago
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Rename ASSERT* to DCHECK*. This way we don't clash with the ASSERT* macros defined by GoogleTest, and we are one step closer to being able to replace our homegrown base/ with base/ from Chrome. R=jochen@chromium.org, svenpanne@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=22812

Patch Set 1 #

Patch Set 2 : REBASE and fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16295 lines, -16295 lines) Patch
M src/accessors.cc View 1 8 chunks +9 lines, -9 lines 0 comments Download
M src/allocation.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/allocation-site-scopes.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/allocation-site-scopes.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/allocation-tracker.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/api.h View 1 7 chunks +10 lines, -10 lines 0 comments Download
M src/api.cc View 1 59 chunks +75 lines, -75 lines 0 comments Download
M src/arguments.h View 1 3 chunks +6 lines, -6 lines 0 comments Download
M src/arm/assembler-arm.h View 1 11 chunks +26 lines, -26 lines 0 comments Download
M src/arm/assembler-arm.cc View 1 131 chunks +267 lines, -267 lines 0 comments Download
M src/arm/assembler-arm-inl.h View 1 20 chunks +37 lines, -37 lines 0 comments Download
M src/arm/builtins-arm.cc View 1 7 chunks +11 lines, -11 lines 0 comments Download
M src/arm/code-stubs-arm.h View 1 4 chunks +10 lines, -10 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 1 41 chunks +57 lines, -57 lines 0 comments Download
M src/arm/codegen-arm.cc View 1 11 chunks +22 lines, -22 lines 0 comments Download
M src/arm/constants-arm.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M src/arm/constants-arm.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/arm/debug-arm.cc View 1 4 chunks +8 lines, -8 lines 0 comments Download
M src/arm/deoptimizer-arm.cc View 1 5 chunks +9 lines, -9 lines 0 comments Download
M src/arm/disasm-arm.cc View 1 12 chunks +22 lines, -22 lines 0 comments Download
M src/arm/frames-arm.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 1 97 chunks +122 lines, -122 lines 0 comments Download
M src/arm/ic-arm.cc View 1 13 chunks +32 lines, -32 lines 0 comments Download
M src/arm/lithium-arm.h View 1 4 chunks +4 lines, -4 lines 0 comments Download
M src/arm/lithium-arm.cc View 1 59 chunks +112 lines, -112 lines 0 comments Download
M src/arm/lithium-codegen-arm.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 106 chunks +195 lines, -195 lines 0 comments Download
M src/arm/lithium-gap-resolver-arm.cc View 1 12 chunks +19 lines, -19 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 1 12 chunks +26 lines, -26 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 1 83 chunks +133 lines, -133 lines 0 comments Download
M src/arm/regexp-macro-assembler-arm.cc View 1 17 chunks +23 lines, -23 lines 0 comments Download
M src/arm/simulator-arm.cc View 1 44 chunks +70 lines, -70 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 1 26 chunks +61 lines, -61 lines 0 comments Download
M src/arm64/assembler-arm64.h View 1 30 chunks +69 lines, -69 lines 0 comments Download
M src/arm64/assembler-arm64.cc View 1 101 chunks +194 lines, -194 lines 0 comments Download
M src/arm64/assembler-arm64-inl.h View 1 49 chunks +141 lines, -141 lines 0 comments Download
M src/arm64/builtins-arm64.cc View 1 3 chunks +4 lines, -4 lines 0 comments Download
M src/arm64/code-stubs-arm64.h View 1 4 chunks +13 lines, -13 lines 0 comments Download
M src/arm64/code-stubs-arm64.cc View 1 57 chunks +65 lines, -65 lines 0 comments Download
M src/arm64/codegen-arm64.cc View 1 12 chunks +15 lines, -15 lines 0 comments Download
M src/arm64/constants-arm64.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/arm64/cpu-arm64.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/arm64/debug-arm64.cc View 1 3 chunks +9 lines, -9 lines 0 comments Download
M src/arm64/decoder-arm64.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M src/arm64/decoder-arm64-inl.h View 1 10 chunks +12 lines, -12 lines 0 comments Download
M src/arm64/delayed-masm-arm64.h View 1 3 chunks +6 lines, -6 lines 0 comments Download
M src/arm64/delayed-masm-arm64.cc View 1 7 chunks +15 lines, -15 lines 0 comments Download
M src/arm64/delayed-masm-arm64-inl.h View 1 3 chunks +3 lines, -3 lines 0 comments Download
M src/arm64/deoptimizer-arm64.cc View 1 4 chunks +6 lines, -6 lines 0 comments Download
M src/arm64/disasm-arm64.cc View 1 17 chunks +22 lines, -22 lines 0 comments Download
M src/arm64/full-codegen-arm64.cc View 1 93 chunks +117 lines, -117 lines 0 comments Download
M src/arm64/ic-arm64.cc View 1 25 chunks +39 lines, -39 lines 0 comments Download
M src/arm64/instructions-arm64.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/arm64/instructions-arm64.cc View 1 7 chunks +8 lines, -8 lines 0 comments Download
M src/arm64/instrument-arm64.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/arm64/lithium-arm64.h View 1 6 chunks +6 lines, -6 lines 0 comments Download
M src/arm64/lithium-arm64.cc View 1 62 chunks +131 lines, -131 lines 0 comments Download
M src/arm64/lithium-codegen-arm64.h View 1 3 chunks +4 lines, -4 lines 0 comments Download
M src/arm64/lithium-codegen-arm64.cc View 1 142 chunks +240 lines, -240 lines 0 comments Download
M src/arm64/lithium-gap-resolver-arm64.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/arm64/lithium-gap-resolver-arm64.cc View 1 14 chunks +22 lines, -22 lines 0 comments Download
M src/arm64/macro-assembler-arm64.h View 1 9 chunks +11 lines, -11 lines 0 comments Download
M src/arm64/macro-assembler-arm64.cc View 1 143 chunks +217 lines, -217 lines 0 comments Download
M src/arm64/macro-assembler-arm64-inl.h View 1 102 chunks +262 lines, -262 lines 0 comments Download
M src/arm64/regexp-macro-assembler-arm64.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/arm64/regexp-macro-assembler-arm64.cc View 1 30 chunks +51 lines, -51 lines 0 comments Download
M src/arm64/simulator-arm64.h View 1 10 chunks +15 lines, -15 lines 0 comments Download
M src/arm64/simulator-arm64.cc View 1 45 chunks +57 lines, -57 lines 0 comments Download
M src/arm64/stub-cache-arm64.cc View 1 27 chunks +45 lines, -45 lines 0 comments Download
M src/arm64/utils-arm64.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/arm64/utils-arm64.cc View 1 5 chunks +5 lines, -5 lines 0 comments Download
M src/assembler.h View 1 6 chunks +9 lines, -9 lines 0 comments Download
M src/assembler.cc View 1 21 chunks +30 lines, -30 lines 0 comments Download
M src/ast.h View 1 17 chunks +27 lines, -27 lines 0 comments Download
M src/ast.cc View 1 6 chunks +10 lines, -10 lines 0 comments Download
M src/ast-value-factory.h View 1 4 chunks +4 lines, -4 lines 0 comments Download
M src/ast-value-factory.cc View 1 6 chunks +7 lines, -7 lines 0 comments Download
M src/base/cpu.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/base/logging.h View 1 1 chunk +16 lines, -16 lines 0 comments Download
M src/base/macros.h View 1 3 chunks +3 lines, -3 lines 0 comments Download
M src/base/platform/condition-variable.cc View 1 15 chunks +26 lines, -26 lines 0 comments Download
M src/base/platform/elapsed-timer.h View 1 3 chunks +13 lines, -13 lines 0 comments Download
M src/base/platform/mutex.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/base/platform/mutex.cc View 1 7 chunks +17 lines, -17 lines 0 comments Download
M src/base/platform/platform.h View 1 5 chunks +7 lines, -7 lines 0 comments Download
M src/base/platform/platform-cygwin.cc View 1 5 chunks +7 lines, -7 lines 0 comments Download
M src/base/platform/platform-freebsd.cc View 1 5 chunks +5 lines, -5 lines 0 comments Download
M src/base/platform/platform-linux.cc View 1 6 chunks +6 lines, -6 lines 0 comments Download
M src/base/platform/platform-macos.cc View 1 5 chunks +5 lines, -5 lines 0 comments Download
M src/base/platform/platform-openbsd.cc View 1 6 chunks +6 lines, -6 lines 0 comments Download
M src/base/platform/platform-posix.cc View 1 8 chunks +13 lines, -13 lines 0 comments Download
M src/base/platform/platform-qnx.cc View 1 5 chunks +5 lines, -5 lines 0 comments Download
M src/base/platform/platform-solaris.cc View 1 5 chunks +5 lines, -5 lines 0 comments Download
M src/base/platform/platform-win32.cc View 1 10 chunks +11 lines, -11 lines 0 comments Download
M src/base/platform/semaphore.cc View 1 9 chunks +20 lines, -20 lines 0 comments Download
M src/base/platform/time.cc View 1 12 chunks +18 lines, -18 lines 0 comments Download
M src/base/safe_conversions_impl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/base/utils/random-number-generator.cc View 1 3 chunks +5 lines, -5 lines 0 comments Download
M src/base/win32-math.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/bignum.cc View 1 21 chunks +37 lines, -37 lines 0 comments Download
M src/bignum-dtoa.cc View 1 11 chunks +14 lines, -14 lines 0 comments Download
M src/bootstrapper.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/bootstrapper.cc View 1 32 chunks +49 lines, -49 lines 0 comments Download
M src/builtins.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/builtins.cc View 1 28 chunks +33 lines, -33 lines 0 comments Download
M src/cached-powers.cc View 1 2 chunks +7 lines, -7 lines 0 comments Download
M src/char-predicates-inl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/checks.h View 1 3 chunks +7 lines, -7 lines 0 comments Download
M src/code.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/code-stubs.h View 1 11 chunks +14 lines, -14 lines 0 comments Download
M src/code-stubs.cc View 1 12 chunks +12 lines, -12 lines 0 comments Download
M src/code-stubs-hydrogen.cc View 1 10 chunks +11 lines, -11 lines 0 comments Download
M src/codegen.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/compilation-cache.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/compilation-cache.cc View 1 4 chunks +4 lines, -4 lines 0 comments Download
M src/compiler.h View 1 13 chunks +19 lines, -19 lines 0 comments Download
M src/compiler.cc View 1 29 chunks +51 lines, -51 lines 0 comments Download
M src/compiler/arm/code-generator-arm.cc View 1 19 chunks +52 lines, -52 lines 0 comments Download
M src/compiler/arm/instruction-selector-arm.cc View 1 8 chunks +16 lines, -16 lines 0 comments Download
M src/compiler/arm64/code-generator-arm64.cc View 1 9 chunks +15 lines, -15 lines 0 comments Download
M src/compiler/arm64/instruction-selector-arm64.cc View 1 5 chunks +9 lines, -9 lines 0 comments Download
M src/compiler/ast-graph-builder.h View 1 3 chunks +9 lines, -9 lines 0 comments Download
M src/compiler/ast-graph-builder.cc View 1 17 chunks +19 lines, -19 lines 0 comments Download
M src/compiler/code-generator.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M src/compiler/code-generator-impl.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M src/compiler/common-operator.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/compiler/frame.h View 1 4 chunks +6 lines, -6 lines 0 comments Download
M src/compiler/gap-resolver.cc View 1 4 chunks +7 lines, -7 lines 0 comments Download
M src/compiler/generic-algorithm.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M src/compiler/generic-node.h View 1 4 chunks +6 lines, -6 lines 0 comments Download
M src/compiler/generic-node-inl.h View 1 3 chunks +4 lines, -4 lines 0 comments Download
M src/compiler/graph.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/graph.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/compiler/graph-builder.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M src/compiler/ia32/code-generator-ia32.cc View 1 6 chunks +11 lines, -11 lines 0 comments Download
M src/compiler/ia32/instruction-selector-ia32.cc View 1 5 chunks +9 lines, -9 lines 0 comments Download
M src/compiler/instruction.h View 1 19 chunks +43 lines, -43 lines 0 comments Download
M src/compiler/instruction.cc View 1 6 chunks +6 lines, -6 lines 0 comments Download
M src/compiler/instruction-selector.cc View 1 13 chunks +38 lines, -38 lines 0 comments Download
M src/compiler/instruction-selector-impl.h View 1 2 chunks +13 lines, -13 lines 0 comments Download
M src/compiler/js-context-specialization.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/js-graph.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/js-operator.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M src/compiler/js-typed-lowering.cc View 1 1 chunk +4 lines, -4 lines 0 comments Download
M src/compiler/linkage.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/compiler/linkage.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/linkage-impl.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/compiler/node.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/node.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M src/compiler/node-matchers.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/node-properties-inl.h View 1 2 chunks +5 lines, -5 lines 0 comments Download
M src/compiler/phi-reducer.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/pipeline.cc View 1 1 chunk +4 lines, -4 lines 0 comments Download
M src/compiler/raw-machine-assembler.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/compiler/raw-machine-assembler.cc View 1 6 chunks +9 lines, -9 lines 0 comments Download
M src/compiler/register-allocator.h View 1 5 chunks +10 lines, -10 lines 0 comments Download
M src/compiler/register-allocator.cc View 1 52 chunks +79 lines, -79 lines 0 comments Download
M src/compiler/representation-change.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/schedule.h View 1 8 chunks +18 lines, -18 lines 0 comments Download
M src/compiler/scheduler.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/compiler/scheduler.cc View 1 27 chunks +55 lines, -55 lines 0 comments Download
M src/compiler/simplified-lowering.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/compiler/simplified-operator.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/compiler/source-position.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M src/compiler/structured-machine-assembler.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M src/compiler/structured-machine-assembler.cc View 1 24 chunks +46 lines, -46 lines 0 comments Download
M src/compiler/typer.cc View 1 4 chunks +7 lines, -7 lines 0 comments Download
M src/compiler/x64/code-generator-x64.cc View 1 7 chunks +12 lines, -12 lines 0 comments Download
M src/compiler/x64/instruction-selector-x64.cc View 1 5 chunks +9 lines, -9 lines 0 comments Download
M src/contexts.h View 1 4 chunks +6 lines, -6 lines 0 comments Download
M src/contexts.cc View 1 10 chunks +20 lines, -20 lines 0 comments Download
M src/conversions.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/conversions.cc View 1 8 chunks +10 lines, -10 lines 0 comments Download
M src/conversions-inl.h View 1 12 chunks +13 lines, -13 lines 0 comments Download
M src/counters.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/cpu-profiler.cc View 1 5 chunks +6 lines, -6 lines 0 comments Download
M src/d8.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/d8.cc View 1 7 chunks +9 lines, -9 lines 0 comments Download
M src/data-flow.h View 1 6 chunks +11 lines, -11 lines 0 comments Download
M src/date.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/date.cc View 1 10 chunks +22 lines, -22 lines 0 comments Download
M src/dateparser.h View 1 2 chunks +5 lines, -5 lines 0 comments Download
M src/dateparser.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/dateparser-inl.h View 1 3 chunks +5 lines, -5 lines 0 comments Download
M src/debug.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/debug.cc View 1 54 chunks +68 lines, -68 lines 0 comments Download
M src/deoptimizer.h View 1 7 chunks +13 lines, -13 lines 0 comments Download
M src/deoptimizer.cc View 1 20 chunks +24 lines, -24 lines 0 comments Download
M src/disassembler.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/diy-fp.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M src/double.h View 1 3 chunks +5 lines, -5 lines 0 comments Download
M src/dtoa.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/effects.h View 1 5 chunks +7 lines, -7 lines 0 comments Download
M src/elements.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/elements.cc View 1 30 chunks +41 lines, -41 lines 0 comments Download
M src/elements-kind.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/elements-kind.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M src/execution.cc View 1 13 chunks +17 lines, -17 lines 0 comments Download
M src/extensions/externalize-string-extension.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/extensions/statistics-extension.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/extensions/trigger-failure-extension.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/factory.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/factory.cc View 1 41 chunks +54 lines, -54 lines 0 comments Download
M src/fast-dtoa.cc View 1 11 chunks +20 lines, -20 lines 0 comments Download
M src/field-index.h View 1 3 chunks +4 lines, -4 lines 0 comments Download
M src/field-index-inl.h View 1 3 chunks +3 lines, -3 lines 0 comments Download
M src/fixed-dtoa.cc View 1 4 chunks +6 lines, -6 lines 0 comments Download
M src/flag-definitions.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/flags.cc View 1 3 chunks +13 lines, -13 lines 0 comments Download
M src/frames.h View 1 10 chunks +10 lines, -10 lines 0 comments Download
M src/frames.cc View 1 43 chunks +62 lines, -62 lines 0 comments Download
M src/frames-inl.h View 1 4 chunks +11 lines, -11 lines 0 comments Download
M src/full-codegen.h View 1 6 chunks +6 lines, -6 lines 0 comments Download
M src/full-codegen.cc View 1 24 chunks +34 lines, -34 lines 0 comments Download
M src/func-name-inferrer.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/gc-tracer.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/gdb-jit.cc View 1 15 chunks +22 lines, -22 lines 0 comments Download
M src/global-handles.h View 1 4 chunks +4 lines, -4 lines 0 comments Download
M src/global-handles.cc View 1 25 chunks +41 lines, -41 lines 0 comments Download
M src/handles.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/handles.cc View 1 5 chunks +6 lines, -6 lines 0 comments Download
M src/handles-inl.h View 1 6 chunks +9 lines, -9 lines 0 comments Download
M src/hashmap.h View 1 4 chunks +7 lines, -7 lines 0 comments Download
M src/heap.h View 1 16 chunks +23 lines, -23 lines 0 comments Download
M src/heap.cc View 1 74 chunks +116 lines, -116 lines 0 comments Download
M src/heap-inl.h View 1 18 chunks +32 lines, -32 lines 0 comments Download
M src/heap-profiler.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M src/heap-snapshot-generator.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/heap-snapshot-generator.cc View 1 43 chunks +56 lines, -56 lines 0 comments Download
M src/heap-snapshot-generator-inl.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/hydrogen.h View 1 21 chunks +27 lines, -27 lines 0 comments Download
M src/hydrogen.cc View 1 234 chunks +397 lines, -397 lines 0 comments Download
M src/hydrogen-bce.cc View 1 5 chunks +5 lines, -5 lines 0 comments Download
M src/hydrogen-bch.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M src/hydrogen-check-elimination.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/hydrogen-check-elimination.cc View 1 15 chunks +20 lines, -20 lines 0 comments Download
M src/hydrogen-dce.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/hydrogen-environment-liveness.cc View 1 7 chunks +9 lines, -9 lines 0 comments Download
M src/hydrogen-escape-analysis.cc View 1 4 chunks +5 lines, -5 lines 0 comments Download
M src/hydrogen-flow-engine.h View 1 5 chunks +5 lines, -5 lines 0 comments Download
M src/hydrogen-gvn.h View 1 3 chunks +7 lines, -7 lines 0 comments Download
M src/hydrogen-gvn.cc View 1 9 chunks +15 lines, -15 lines 0 comments Download
M src/hydrogen-infer-types.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/hydrogen-instructions.h View 1 61 chunks +93 lines, -93 lines 0 comments Download
M src/hydrogen-instructions.cc View 1 51 chunks +84 lines, -84 lines 0 comments Download
M src/hydrogen-load-elimination.cc View 1 4 chunks +4 lines, -4 lines 0 comments Download
M src/hydrogen-mark-deoptimize.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/hydrogen-osr.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/hydrogen-range-analysis.cc View 1 6 chunks +9 lines, -9 lines 0 comments Download
M src/hydrogen-redundant-phi.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/hydrogen-removable-simulates.cc View 1 4 chunks +5 lines, -5 lines 0 comments Download
M src/hydrogen-representation-changes.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M src/hydrogen-types.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/hydrogen-uint32-analysis.cc View 1 2 chunks +5 lines, -5 lines 0 comments Download
M src/ia32/assembler-ia32.h View 1 7 chunks +12 lines, -12 lines 0 comments Download
M src/ia32/assembler-ia32.cc View 1 47 chunks +57 lines, -57 lines 0 comments Download
M src/ia32/assembler-ia32-inl.h View 1 16 chunks +31 lines, -31 lines 0 comments Download
M src/ia32/builtins-ia32.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/ia32/code-stubs-ia32.h View 1 4 chunks +13 lines, -13 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 1 29 chunks +45 lines, -45 lines 0 comments Download
M src/ia32/codegen-ia32.cc View 1 10 chunks +22 lines, -22 lines 0 comments Download
M src/ia32/debug-ia32.cc View 1 6 chunks +10 lines, -10 lines 0 comments Download
M src/ia32/deoptimizer-ia32.cc View 1 6 chunks +8 lines, -8 lines 0 comments Download
M src/ia32/disasm-ia32.cc View 1 12 chunks +12 lines, -12 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 93 chunks +117 lines, -117 lines 0 comments Download
M src/ia32/ic-ia32.cc View 1 17 chunks +28 lines, -28 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 110 chunks +210 lines, -210 lines 0 comments Download
M src/ia32/lithium-gap-resolver-ia32.cc View 1 10 chunks +17 lines, -17 lines 0 comments Download
M src/ia32/lithium-ia32.h View 1 4 chunks +4 lines, -4 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 1 58 chunks +112 lines, -112 lines 0 comments Download
M src/ia32/macro-assembler-ia32.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 1 75 chunks +111 lines, -111 lines 0 comments Download
M src/ia32/regexp-macro-assembler-ia32.cc View 1 17 chunks +22 lines, -22 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 1 26 chunks +48 lines, -48 lines 0 comments Download
M src/ic.h View 1 13 chunks +14 lines, -14 lines 0 comments Download
M src/ic.cc View 1 56 chunks +71 lines, -71 lines 0 comments Download
M src/ic-inl.h View 1 3 chunks +3 lines, -3 lines 0 comments Download
M src/incremental-marking.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/incremental-marking.cc View 1 10 chunks +21 lines, -21 lines 0 comments Download
M src/incremental-marking-inl.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M src/interface.h View 1 3 chunks +5 lines, -5 lines 0 comments Download
M src/interface.cc View 1 3 chunks +12 lines, -12 lines 0 comments Download
M src/interpreter-irregexp.cc View 1 5 chunks +6 lines, -6 lines 0 comments Download
M src/isolate.h View 1 17 chunks +28 lines, -28 lines 0 comments Download
M src/isolate.cc View 1 38 chunks +55 lines, -55 lines 0 comments Download
M src/json-parser.h View 1 8 chunks +8 lines, -8 lines 0 comments Download
M src/json-stringifier.h View 1 12 chunks +13 lines, -13 lines 0 comments Download
M src/jsregexp.h View 1 7 chunks +9 lines, -9 lines 0 comments Download
M src/jsregexp.cc View 1 77 chunks +127 lines, -127 lines 0 comments Download
M src/libplatform/default-platform.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/libplatform/task-queue.cc View 1 2 chunks +4 lines, -4 lines 0 comments Download
M src/list.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/list-inl.h View 1 6 chunks +7 lines, -7 lines 0 comments Download
M src/lithium.h View 1 14 chunks +28 lines, -28 lines 0 comments Download
M src/lithium.cc View 1 9 chunks +13 lines, -13 lines 0 comments Download
M src/lithium-allocator.h View 1 6 chunks +11 lines, -11 lines 0 comments Download
M src/lithium-allocator.cc View 1 49 chunks +74 lines, -74 lines 0 comments Download
M src/lithium-allocator-inl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/lithium-codegen.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/lithium-inl.h View 1 3 chunks +5 lines, -5 lines 0 comments Download
M src/liveedit.cc View 1 12 chunks +12 lines, -12 lines 0 comments Download
M src/log.cc View 1 13 chunks +15 lines, -15 lines 0 comments Download
M src/log-utils.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/log-utils.cc View 1 7 chunks +12 lines, -12 lines 0 comments Download
M src/lookup.h View 1 3 chunks +8 lines, -8 lines 0 comments Download
M src/lookup.cc View 1 9 chunks +19 lines, -19 lines 0 comments Download
M src/macro-assembler.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/mark-compact.h View 1 7 chunks +10 lines, -10 lines 0 comments Download
M src/mark-compact.cc View 1 81 chunks +116 lines, -116 lines 0 comments Download
M src/mark-compact-inl.h View 1 1 chunk +6 lines, -6 lines 0 comments Download
M src/mips/assembler-mips.h View 1 12 chunks +24 lines, -24 lines 0 comments Download
M src/mips/assembler-mips.cc View 1 67 chunks +98 lines, -98 lines 0 comments Download
M src/mips/assembler-mips-inl.h View 1 14 chunks +23 lines, -23 lines 0 comments Download
M src/mips/builtins-mips.cc View 1 8 chunks +12 lines, -12 lines 0 comments Download
M src/mips/code-stubs-mips.h View 1 5 chunks +14 lines, -14 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 1 48 chunks +68 lines, -68 lines 0 comments Download
M src/mips/codegen-mips.cc View 1 13 chunks +24 lines, -24 lines 0 comments Download
M src/mips/constants-mips.h View 1 5 chunks +12 lines, -12 lines 0 comments Download
M src/mips/debug-mips.cc View 1 5 chunks +9 lines, -9 lines 0 comments Download
M src/mips/deoptimizer-mips.cc View 1 4 chunks +9 lines, -9 lines 0 comments Download
M src/mips/disasm-mips.cc View 1 5 chunks +14 lines, -14 lines 0 comments Download
M src/mips/full-codegen-mips.cc View 1 100 chunks +121 lines, -121 lines 0 comments Download
M src/mips/ic-mips.cc View 1 15 chunks +30 lines, -30 lines 0 comments Download
M src/mips/lithium-codegen-mips.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 1 114 chunks +205 lines, -205 lines 0 comments Download
M src/mips/lithium-gap-resolver-mips.cc View 1 12 chunks +18 lines, -18 lines 0 comments Download
M src/mips/lithium-mips.h View 1 4 chunks +4 lines, -4 lines 0 comments Download
M src/mips/lithium-mips.cc View 1 58 chunks +109 lines, -109 lines 0 comments Download
M src/mips/macro-assembler-mips.h View 1 6 chunks +6 lines, -6 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 1 119 chunks +190 lines, -190 lines 0 comments Download
M src/mips/regexp-macro-assembler-mips.cc View 1 17 chunks +21 lines, -21 lines 0 comments Download
M src/mips/simulator-mips.cc View 1 17 chunks +29 lines, -29 lines 0 comments Download
M src/mips/stub-cache-mips.cc View 1 25 chunks +59 lines, -59 lines 0 comments Download
M src/mips64/assembler-mips64.h View 1 12 chunks +27 lines, -27 lines 0 comments Download
M src/mips64/assembler-mips64.cc View 1 92 chunks +208 lines, -208 lines 0 comments Download
M src/mips64/assembler-mips64-inl.h View 1 14 chunks +23 lines, -23 lines 0 comments Download
M src/mips64/builtins-mips64.cc View 1 8 chunks +12 lines, -12 lines 0 comments Download
M src/mips64/code-stubs-mips64.h View 1 5 chunks +14 lines, -14 lines 0 comments Download
M src/mips64/code-stubs-mips64.cc View 1 48 chunks +68 lines, -68 lines 0 comments Download
M src/mips64/codegen-mips64.cc View 1 13 chunks +23 lines, -23 lines 0 comments Download
M src/mips64/constants-mips64.h View 1 5 chunks +13 lines, -13 lines 0 comments Download
M src/mips64/debug-mips64.cc View 1 5 chunks +9 lines, -9 lines 0 comments Download
M src/mips64/deoptimizer-mips64.cc View 1 4 chunks +8 lines, -8 lines 0 comments Download
M src/mips64/disasm-mips64.cc View 1 5 chunks +15 lines, -15 lines 0 comments Download
M src/mips64/full-codegen-mips64.cc View 1 99 chunks +120 lines, -120 lines 0 comments Download
M src/mips64/ic-mips64.cc View 1 15 chunks +28 lines, -28 lines 0 comments Download
M src/mips64/lithium-codegen-mips64.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M src/mips64/lithium-codegen-mips64.cc View 1 115 chunks +206 lines, -206 lines 0 comments Download
M src/mips64/lithium-gap-resolver-mips64.cc View 1 12 chunks +18 lines, -18 lines 0 comments Download
M src/mips64/lithium-mips64.h View 1 4 chunks +4 lines, -4 lines 0 comments Download
M src/mips64/lithium-mips64.cc View 1 58 chunks +109 lines, -109 lines 0 comments Download
M src/mips64/macro-assembler-mips64.h View 1 7 chunks +7 lines, -7 lines 0 comments Download
M src/mips64/macro-assembler-mips64.cc View 1 142 chunks +210 lines, -210 lines 0 comments Download
M src/mips64/regexp-macro-assembler-mips64.cc View 1 17 chunks +21 lines, -21 lines 0 comments Download
M src/mips64/simulator-mips64.cc View 1 22 chunks +36 lines, -36 lines 0 comments Download
M src/mips64/stub-cache-mips64.cc View 1 25 chunks +61 lines, -61 lines 0 comments Download
M src/mksnapshot.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M src/natives-external.cc View 1 3 chunks +9 lines, -9 lines 0 comments Download
M src/objects.h View 1 25 chunks +37 lines, -37 lines 0 comments Download
M src/objects.cc View 1 336 chunks +472 lines, -472 lines 0 comments Download
M src/objects-debug.cc View 1 3 chunks +7 lines, -7 lines 0 comments Download
M src/objects-inl.h View 1 177 chunks +329 lines, -329 lines 0 comments Download
M src/objects-visiting.h View 1 3 chunks +6 lines, -6 lines 0 comments Download
M src/objects-visiting.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/objects-visiting-inl.h View 1 5 chunks +6 lines, -6 lines 0 comments Download
M src/optimizing-compiler-thread.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/optimizing-compiler-thread.cc View 1 14 chunks +17 lines, -17 lines 0 comments Download
M src/parser.h View 1 4 chunks +7 lines, -7 lines 0 comments Download
M src/parser.cc View 1 59 chunks +81 lines, -81 lines 0 comments Download
M src/perf-jit.cc View 1 2 chunks +4 lines, -4 lines 0 comments Download
M src/preparse-data.h View 1 3 chunks +7 lines, -7 lines 0 comments Download
M src/preparse-data.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/preparser.h View 1 8 chunks +9 lines, -9 lines 0 comments Download
M src/preparser.cc View 1 6 chunks +7 lines, -7 lines 0 comments Download
M src/prettyprinter.cc View 1 4 chunks +4 lines, -4 lines 0 comments Download
M src/profile-generator.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/property.h View 1 11 chunks +37 lines, -37 lines 0 comments Download
M src/property-details.h View 1 4 chunks +6 lines, -6 lines 0 comments Download
M src/prototype.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M src/regexp-macro-assembler.cc View 1 8 chunks +15 lines, -15 lines 0 comments Download
M src/regexp-macro-assembler-irregexp.cc View 1 13 chunks +35 lines, -35 lines 0 comments Download
M src/regexp-macro-assembler-irregexp-inl.h View 1 4 chunks +4 lines, -4 lines 0 comments Download
M src/regexp-macro-assembler-tracer.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/regexp-stack.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/rewriter.cc View 1 2 chunks +4 lines, -4 lines 0 comments Download
M src/runtime.cc View 1 565 chunks +663 lines, -663 lines 0 comments Download
M src/runtime-profiler.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/safepoint-table.h View 1 4 chunks +7 lines, -7 lines 0 comments Download
M src/safepoint-table.cc View 1 10 chunks +12 lines, -12 lines 0 comments Download
M src/sampler.cc View 1 4 chunks +9 lines, -9 lines 0 comments Download
M src/scanner.h View 1 6 chunks +16 lines, -16 lines 0 comments Download
M src/scanner.cc View 1 12 chunks +13 lines, -13 lines 0 comments Download
M src/scanner-character-streams.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/scanner-character-streams.cc View 1 7 chunks +11 lines, -11 lines 0 comments Download
M src/scopeinfo.h View 1 1 chunk +8 lines, -8 lines 0 comments Download
M src/scopeinfo.cc View 1 21 chunks +48 lines, -48 lines 0 comments Download
M src/scopes.h View 1 5 chunks +6 lines, -6 lines 0 comments Download
M src/scopes.cc View 1 30 chunks +49 lines, -49 lines 0 comments Download
M src/serialize.h View 1 9 chunks +12 lines, -12 lines 0 comments Download
M src/serialize.cc View 1 26 chunks +38 lines, -38 lines 0 comments Download
M src/small-pointer-list.h View 1 7 chunks +10 lines, -10 lines 0 comments Download
M src/smart-pointers.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/snapshot-external.cc View 1 2 chunks +5 lines, -5 lines 0 comments Download
M src/snapshot-source-sink.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/snapshot-source-sink.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/spaces.h View 1 25 chunks +52 lines, -52 lines 0 comments Download
M src/spaces.cc View 1 81 chunks +133 lines, -133 lines 0 comments Download
M src/spaces-inl.h View 1 6 chunks +11 lines, -11 lines 0 comments Download
M src/store-buffer.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/store-buffer.cc View 1 11 chunks +22 lines, -22 lines 0 comments Download
M src/store-buffer-inl.h View 1 2 chunks +7 lines, -7 lines 0 comments Download
M src/string-search.h View 1 4 chunks +4 lines, -4 lines 0 comments Download
M src/string-stream.cc View 1 4 chunks +7 lines, -7 lines 0 comments Download
M src/strtod.cc View 1 9 chunks +16 lines, -16 lines 0 comments Download
M src/stub-cache.h View 1 4 chunks +5 lines, -5 lines 0 comments Download
M src/stub-cache.cc View 1 25 chunks +34 lines, -34 lines 0 comments Download
M src/sweeper-thread.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/token.h View 1 4 chunks +5 lines, -5 lines 0 comments Download
M src/transitions.cc View 1 3 chunks +4 lines, -4 lines 0 comments Download
M src/transitions-inl.h View 1 5 chunks +13 lines, -13 lines 0 comments Download
M src/type-info.cc View 1 8 chunks +9 lines, -9 lines 0 comments Download
M src/types.h View 1 16 chunks +22 lines, -22 lines 0 comments Download
M src/types.cc View 1 14 chunks +18 lines, -18 lines 0 comments Download
M src/types-inl.h View 1 6 chunks +8 lines, -8 lines 0 comments Download
M src/typing.cc View 1 5 chunks +5 lines, -5 lines 0 comments Download
M src/unicode.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M src/unicode-inl.h View 1 3 chunks +3 lines, -3 lines 0 comments Download
M src/unique.h View 1 5 chunks +10 lines, -10 lines 0 comments Download
M src/uri.h View 1 5 chunks +6 lines, -6 lines 0 comments Download
M src/utils.h View 1 24 chunks +35 lines, -35 lines 0 comments Download
M src/utils.cc View 1 5 chunks +7 lines, -7 lines 0 comments Download
M src/v8.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/v8threads.cc View 1 9 chunks +17 lines, -17 lines 0 comments Download
M src/variables.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/variables.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/vector.h View 1 6 chunks +8 lines, -8 lines 0 comments Download
M src/x64/assembler-x64.h View 1 11 chunks +16 lines, -16 lines 0 comments Download
M src/x64/assembler-x64.cc View 1 52 chunks +67 lines, -67 lines 0 comments Download
M src/x64/assembler-x64-inl.h View 1 18 chunks +31 lines, -31 lines 0 comments Download
M src/x64/builtins-x64.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M src/x64/code-stubs-x64.h View 1 4 chunks +13 lines, -13 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 1 33 chunks +47 lines, -47 lines 0 comments Download
M src/x64/codegen-x64.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/x64/codegen-x64.cc View 1 12 chunks +24 lines, -24 lines 0 comments Download
M src/x64/debug-x64.cc View 1 5 chunks +10 lines, -10 lines 0 comments Download
M src/x64/deoptimizer-x64.cc View 1 3 chunks +4 lines, -4 lines 0 comments Download
M src/x64/disasm-x64.cc View 1 12 chunks +12 lines, -12 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 1 93 chunks +118 lines, -118 lines 0 comments Download
M src/x64/ic-x64.cc View 1 16 chunks +26 lines, -26 lines 0 comments Download
M src/x64/lithium-codegen-x64.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 137 chunks +239 lines, -239 lines 0 comments Download
M src/x64/lithium-gap-resolver-x64.cc View 1 11 chunks +15 lines, -15 lines 0 comments Download
M src/x64/lithium-x64.h View 1 4 chunks +4 lines, -4 lines 0 comments Download
M src/x64/lithium-x64.cc View 1 59 chunks +108 lines, -108 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 1 3 chunks +8 lines, -8 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 1 133 chunks +219 lines, -219 lines 0 comments Download
M src/x64/regexp-macro-assembler-x64.cc View 1 17 chunks +27 lines, -27 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 1 27 chunks +47 lines, -47 lines 0 comments Download
M src/x87/assembler-x87.h View 1 8 chunks +11 lines, -11 lines 0 comments Download
M src/x87/assembler-x87.cc View 1 39 chunks +48 lines, -48 lines 0 comments Download
M src/x87/assembler-x87-inl.h View 1 16 chunks +31 lines, -31 lines 0 comments Download
M src/x87/builtins-x87.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/x87/code-stubs-x87.h View 1 4 chunks +13 lines, -13 lines 0 comments Download
M src/x87/code-stubs-x87.cc View 1 29 chunks +45 lines, -45 lines 0 comments Download
M src/x87/codegen-x87.cc View 1 7 chunks +15 lines, -15 lines 0 comments Download
M src/x87/debug-x87.cc View 1 6 chunks +10 lines, -10 lines 0 comments Download
M src/x87/deoptimizer-x87.cc View 1 6 chunks +8 lines, -8 lines 0 comments Download
M src/x87/disasm-x87.cc View 1 12 chunks +12 lines, -12 lines 0 comments Download
M src/x87/full-codegen-x87.cc View 1 93 chunks +117 lines, -117 lines 0 comments Download
M src/x87/ic-x87.cc View 1 17 chunks +28 lines, -28 lines 0 comments Download
M src/x87/lithium-codegen-x87.h View 1 2 chunks +6 lines, -6 lines 0 comments Download
M src/x87/lithium-codegen-x87.cc View 1 114 chunks +214 lines, -214 lines 0 comments Download
M src/x87/lithium-gap-resolver-x87.cc View 1 9 chunks +15 lines, -15 lines 0 comments Download
M src/x87/lithium-x87.h View 1 4 chunks +4 lines, -4 lines 0 comments Download
M src/x87/lithium-x87.cc View 1 57 chunks +109 lines, -109 lines 0 comments Download
M src/x87/macro-assembler-x87.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/x87/macro-assembler-x87.cc View 1 73 chunks +109 lines, -109 lines 0 comments Download
M src/x87/regexp-macro-assembler-x87.cc View 1 17 chunks +22 lines, -22 lines 0 comments Download
M src/x87/stub-cache-x87.cc View 1 26 chunks +47 lines, -47 lines 0 comments Download
M src/zone.cc View 1 5 chunks +6 lines, -6 lines 0 comments Download
M src/zone-inl.h View 1 3 chunks +4 lines, -4 lines 0 comments Download
M test/cctest/compiler/graph-builder-tester.cc View 1 3 chunks +4 lines, -4 lines 0 comments Download
M test/cctest/compiler/simplified-graph-builder.cc View 1 4 chunks +5 lines, -5 lines 0 comments Download
M test/cctest/compiler/test-codegen-deopt.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/compiler/test-instruction.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/compiler/test-structured-ifbuilder-fuzzer.cc View 1 3 chunks +6 lines, -6 lines 0 comments Download
M test/cctest/test-alloc.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M test/cctest/test-api.cc View 1 7 chunks +10 lines, -10 lines 0 comments Download
M test/cctest/test-assembler-arm.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-assembler-arm64.cc View 1 223 chunks +1834 lines, -1834 lines 0 comments Download
M test/cctest/test-disasm-arm64.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-global-handles.cc View 1 8 chunks +55 lines, -55 lines 0 comments Download
M test/cctest/test-hashing.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-heap.cc View 1 6 chunks +6 lines, -6 lines 0 comments Download
M test/cctest/test-heap-profiler.cc View 1 3 chunks +4 lines, -4 lines 0 comments Download
M test/cctest/test-libplatform-worker-thread.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-liveedit.cc View 1 2 chunks +9 lines, -9 lines 0 comments Download
M test/cctest/test-macro-assembler-x64.cc View 1 10 chunks +10 lines, -10 lines 0 comments Download
M test/cctest/test-mark-compact.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M test/cctest/test-parsing.cc View 1 5 chunks +7 lines, -7 lines 0 comments Download
M test/cctest/test-regexp.cc View 1 3 chunks +30 lines, -30 lines 0 comments Download
M test/cctest/test-semaphore.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M test/cctest/test-serialize.cc View 1 4 chunks +4 lines, -4 lines 0 comments Download
M test/cctest/test-strings.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-utils-arm64.h View 1 5 chunks +13 lines, -13 lines 0 comments Download
M test/cctest/test-utils-arm64.cc View 1 11 chunks +12 lines, -12 lines 0 comments Download
M test/cctest/test-weakmaps.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-weaksets.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M tools/js2c.py View 1 1 chunk +1 line, -1 line 0 comments Download
M tools/lexer-shell.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M tools/parser-shell.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M tools/presubmit.py View 1 2 chunks +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
Benedikt Meurer
PTAL
6 years, 4 months ago (2014-08-04 11:16:14 UTC) #1
jochen (gone - plz use gerrit)
lgtm
6 years, 4 months ago (2014-08-04 11:18:46 UTC) #2
Sven Panne
LGTM (rubber-stamped)
6 years, 4 months ago (2014-08-04 11:20:57 UTC) #3
Benedikt Meurer
6 years, 4 months ago (2014-08-04 11:38:26 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as 22812.

Powered by Google App Engine
This is Rietveld 408576698