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

Issue 304153016: Use full include paths everywhere (Closed)

Created:
6 years, 6 months ago by jochen (gone - plz use gerrit)
Modified:
6 years, 6 months ago
Reviewers:
danno, Jakob Kummerow
CC:
v8-dev, tfarina
Visibility:
Public.

Description

Use full include paths everywhere - this avoids using relative include paths which are forbidden by the style guide - makes the code more readable since it's clear which header is meant - allows for starting to use checkdeps BUG=none R=jkummerow@chromium.org, danno@chromium.org LOG=n Committed: https://code.google.com/p/v8/source/detail?r=21625

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3343 lines, -3342 lines) Patch
M BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M src/accessors.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/accessors.cc View 1 chunk +13 lines, -13 lines 0 comments Download
M src/allocation.h View 1 chunk +1 line, -1 line 0 comments Download
M src/allocation.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M src/allocation-site-scopes.h View 1 chunk +4 lines, -4 lines 0 comments Download
M src/allocation-site-scopes.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/allocation-tracker.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M src/api.h View 1 chunk +6 lines, -6 lines 0 comments Download
M src/api.cc View 1 chunk +37 lines, -37 lines 0 comments Download
M src/arguments.h View 1 chunk +1 line, -1 line 0 comments Download
M src/arguments.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/arm/assembler-arm.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/arm/assembler-arm.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M src/arm/assembler-arm-inl.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/arm/builtins-arm.cc View 1 chunk +7 lines, -7 lines 0 comments Download
M src/arm/code-stubs-arm.h View 1 chunk +1 line, -1 line 0 comments Download
M src/arm/code-stubs-arm.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M src/arm/codegen-arm.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/arm/codegen-arm.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M src/arm/constants-arm.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/arm/cpu-arm.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M src/arm/debug-arm.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/arm/deoptimizer-arm.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M src/arm/disasm-arm.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M src/arm/frames-arm.cc View 1 chunk +7 lines, -7 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 1 chunk +13 lines, -13 lines 0 comments Download
M src/arm/ic-arm.cc View 1 chunk +8 lines, -8 lines 0 comments Download
M src/arm/lithium-arm.h View 1 chunk +5 lines, -5 lines 0 comments Download
M src/arm/lithium-arm.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M src/arm/lithium-codegen-arm.h View 1 chunk +8 lines, -8 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M src/arm/lithium-gap-resolver-arm.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/arm/lithium-gap-resolver-arm.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 1 chunk +7 lines, -7 lines 0 comments Download
M src/arm/regexp-macro-assembler-arm.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/arm/regexp-macro-assembler-arm.cc View 1 chunk +9 lines, -9 lines 0 comments Download
M src/arm/simulator-arm.h View 2 chunks +4 lines, -4 lines 0 comments Download
M src/arm/simulator-arm.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M src/arm64/assembler-arm64.h View 1 chunk +6 lines, -6 lines 0 comments Download
M src/arm64/assembler-arm64.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/arm64/assembler-arm64-inl.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/arm64/builtins-arm64.cc View 1 chunk +7 lines, -7 lines 0 comments Download
M src/arm64/code-stubs-arm64.h View 1 chunk +1 line, -1 line 0 comments Download
M src/arm64/code-stubs-arm64.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M src/arm64/codegen-arm64.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/arm64/codegen-arm64.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M src/arm64/cpu-arm64.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/arm64/debug-arm64.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/arm64/decoder-arm64.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/arm64/decoder-arm64.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M src/arm64/decoder-arm64-inl.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/arm64/deoptimizer-arm64.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M src/arm64/disasm-arm64.h View 1 chunk +5 lines, -5 lines 0 comments Download
M src/arm64/disasm-arm64.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M src/arm64/frames-arm64.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/arm64/frames-arm64.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M src/arm64/full-codegen-arm64.cc View 1 chunk +13 lines, -13 lines 0 comments Download
M src/arm64/ic-arm64.cc View 1 chunk +8 lines, -8 lines 0 comments Download
M src/arm64/instructions-arm64.h View 1 chunk +4 lines, -4 lines 0 comments Download
M src/arm64/instructions-arm64.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/arm64/instrument-arm64.h View 1 chunk +4 lines, -4 lines 0 comments Download
M src/arm64/instrument-arm64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/arm64/lithium-arm64.h View 1 chunk +5 lines, -5 lines 0 comments Download
M src/arm64/lithium-arm64.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M src/arm64/lithium-codegen-arm64.h View 1 chunk +8 lines, -8 lines 0 comments Download
M src/arm64/lithium-codegen-arm64.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M src/arm64/lithium-gap-resolver-arm64.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/arm64/lithium-gap-resolver-arm64.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/arm64/macro-assembler-arm64.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/arm64/macro-assembler-arm64.cc View 1 chunk +7 lines, -7 lines 0 comments Download
M src/arm64/macro-assembler-arm64-inl.h View 1 chunk +5 lines, -5 lines 0 comments Download
M src/arm64/regexp-macro-assembler-arm64.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/arm64/regexp-macro-assembler-arm64.cc View 1 chunk +9 lines, -9 lines 0 comments Download
M src/arm64/simulator-arm64.h View 1 chunk +10 lines, -10 lines 0 comments Download
M src/arm64/simulator-arm64.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M src/arm64/stub-cache-arm64.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M src/arm64/utils-arm64.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/arm64/utils-arm64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/assembler.h View 1 chunk +8 lines, -8 lines 0 comments Download
M src/assembler.cc View 2 chunks +33 lines, -33 lines 0 comments Download
M src/assert-scope.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/assert-scope.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/ast.h View 1 chunk +17 lines, -17 lines 0 comments Download
M src/ast.cc View 1 chunk +12 lines, -12 lines 0 comments Download
M src/atomicops.h View 3 chunks +10 lines, -10 lines 0 comments Download
M src/atomicops_internals_x86_gcc.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/atomicops_internals_x86_msvc.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/base/build_config.h View 1 chunk +1 line, -1 line 0 comments Download
M src/base/macros.h View 1 chunk +1 line, -1 line 0 comments Download
M src/bignum.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/bignum-dtoa.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M src/bootstrapper.h View 1 chunk +1 line, -1 line 0 comments Download
M src/bootstrapper.cc View 1 chunk +13 lines, -13 lines 0 comments Download
M src/builtins.cc View 1 chunk +13 lines, -13 lines 0 comments Download
M src/cached-powers.h View 1 chunk +1 line, -1 line 0 comments Download
M src/cached-powers.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M src/char-predicates.h View 1 chunk +1 line, -1 line 0 comments Download
M src/char-predicates-inl.h View 1 chunk +1 line, -1 line 0 comments Download
M src/checks.h View 1 chunk +1 line, -1 line 0 comments Download
M src/checks.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M src/circular-queue.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/circular-queue-inl.h View 1 chunk +1 line, -1 line 0 comments Download
M src/code.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/code-stubs.h View 2 chunks +11 lines, -11 lines 0 comments Download
M src/code-stubs.cc View 1 chunk +9 lines, -9 lines 0 comments Download
M src/code-stubs-hydrogen.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M src/codegen.h View 2 chunks +8 lines, -8 lines 0 comments Download
M src/codegen.cc View 1 chunk +11 lines, -11 lines 0 comments Download
M src/compilation-cache.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M src/compiler.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/compiler.cc View 1 chunk +24 lines, -24 lines 0 comments Download
M src/contexts.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/contexts.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M src/conversions.h View 1 chunk +4 lines, -4 lines 0 comments Download
M src/conversions.cc View 1 chunk +10 lines, -10 lines 0 comments Download
M src/conversions-inl.h View 1 chunk +6 lines, -6 lines 0 comments Download
M src/counters.h View 1 chunk +5 lines, -5 lines 0 comments Download
M src/counters.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M src/cpu.h View 1 chunk +1 line, -1 line 0 comments Download
M src/cpu.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M src/cpu-profiler.h View 1 chunk +6 lines, -6 lines 0 comments Download
M src/cpu-profiler.cc View 1 chunk +8 lines, -8 lines 0 comments Download
M src/cpu-profiler-inl.h View 1 chunk +4 lines, -4 lines 0 comments Download
M src/d8.h View 1 chunk +5 lines, -5 lines 0 comments Download
M src/d8.cc View 1 chunk +11 lines, -11 lines 0 comments Download
M src/d8.gyp View 1 chunk +1 line, -1 line 0 comments Download
M src/d8-debug.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/d8-debug.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/d8-posix.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/d8-readline.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/d8-windows.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M src/data-flow.h View 1 chunk +5 lines, -5 lines 0 comments Download
M src/data-flow.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/date.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/date.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M src/dateparser.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/dateparser.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/dateparser-inl.h View 1 chunk +1 line, -1 line 0 comments Download
M src/debug.h View 1 chunk +14 lines, -14 lines 0 comments Download
M src/debug.cc View 1 chunk +24 lines, -24 lines 0 comments Download
M src/deoptimizer.h View 1 chunk +4 lines, -4 lines 0 comments Download
M src/deoptimizer.cc View 1 chunk +10 lines, -10 lines 0 comments Download
M src/disassembler.h View 1 chunk +1 line, -1 line 0 comments Download
M src/disassembler.cc View 1 chunk +11 lines, -11 lines 0 comments Download
M src/diy-fp.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M src/double.h View 1 chunk +1 line, -1 line 0 comments Download
M src/dtoa.cc View 1 chunk +8 lines, -8 lines 0 comments Download
M src/effects.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/elements.h View 1 chunk +4 lines, -4 lines 0 comments Download
M src/elements.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M src/elements-kind.h View 1 chunk +1 line, -1 line 0 comments Download
M src/elements-kind.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M src/execution.h View 1 chunk +1 line, -1 line 0 comments Download
M src/execution.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M src/extensions/externalize-string-extension.h View 1 chunk +1 line, -1 line 0 comments Download
M src/extensions/externalize-string-extension.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/extensions/free-buffer-extension.h View 1 chunk +1 line, -1 line 0 comments Download
M src/extensions/free-buffer-extension.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/extensions/gc-extension.h View 1 chunk +1 line, -1 line 0 comments Download
M src/extensions/gc-extension.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/extensions/statistics-extension.h View 1 chunk +1 line, -1 line 0 comments Download
M src/extensions/statistics-extension.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/extensions/trigger-failure-extension.h View 1 chunk +1 line, -1 line 0 comments Download
M src/extensions/trigger-failure-extension.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/factory.h View 1 chunk +1 line, -1 line 0 comments Download
M src/factory.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M src/fast-dtoa.cc View 1 chunk +7 lines, -7 lines 0 comments Download
M src/feedback-slots.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/fixed-dtoa.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M src/flags.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/flags.cc View 3 chunks +9 lines, -9 lines 0 comments Download
M src/frames.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/frames.cc View 1 chunk +12 lines, -12 lines 0 comments Download
M src/frames-inl.h View 1 chunk +9 lines, -9 lines 0 comments Download
M src/full-codegen.h View 1 chunk +11 lines, -11 lines 0 comments Download
M src/full-codegen.cc View 1 chunk +13 lines, -13 lines 0 comments Download
M src/func-name-inferrer.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/func-name-inferrer.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M src/gdb-jit.h View 2 chunks +3 lines, -3 lines 0 comments Download
M src/gdb-jit.cc View 1 chunk +12 lines, -12 lines 0 comments Download
M src/global-handles.h View 1 chunk +5 lines, -5 lines 0 comments Download
M src/global-handles.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M src/globals.h View 1 chunk +4 lines, -4 lines 0 comments Download
M src/handles.h View 1 chunk +1 line, -1 line 0 comments Download
M src/handles.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/handles-inl.h View 1 chunk +4 lines, -4 lines 0 comments Download
M src/hashmap.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/heap.h View 1 chunk +11 lines, -11 lines 0 comments Download
M src/heap.cc View 1 chunk +32 lines, -32 lines 0 comments Download
M src/heap-inl.h View 1 chunk +8 lines, -8 lines 0 comments Download
M src/heap-profiler.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/heap-profiler.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M src/heap-snapshot-generator.h View 1 chunk +1 line, -1 line 0 comments Download
M src/heap-snapshot-generator.cc View 1 chunk +8 lines, -8 lines 0 comments Download
M src/heap-snapshot-generator-inl.h View 1 chunk +1 line, -1 line 0 comments Download
M src/hydrogen.h View 1 chunk +9 lines, -9 lines 0 comments Download
M src/hydrogen.cc View 1 chunk +41 lines, -41 lines 0 comments Download
M src/hydrogen-alias-analysis.h View 1 chunk +1 line, -1 line 0 comments Download
M src/hydrogen-bce.h View 1 chunk +1 line, -1 line 0 comments Download
M src/hydrogen-bce.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/hydrogen-bch.h View 1 chunk +1 line, -1 line 0 comments Download
M src/hydrogen-bch.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/hydrogen-canonicalize.h View 1 chunk +1 line, -1 line 0 comments Download
M src/hydrogen-canonicalize.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/hydrogen-check-elimination.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/hydrogen-check-elimination.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/hydrogen-dce.h View 1 chunk +1 line, -1 line 0 comments Download
M src/hydrogen-dce.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/hydrogen-dehoist.h View 1 chunk +1 line, -1 line 0 comments Download
M src/hydrogen-dehoist.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/hydrogen-environment-liveness.h View 1 chunk +1 line, -1 line 0 comments Download
M src/hydrogen-environment-liveness.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/hydrogen-escape-analysis.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/hydrogen-escape-analysis.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/hydrogen-flow-engine.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/hydrogen-gvn.h View 1 chunk +4 lines, -4 lines 0 comments Download
M src/hydrogen-gvn.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/hydrogen-infer-representation.h View 1 chunk +1 line, -1 line 0 comments Download
M src/hydrogen-infer-representation.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/hydrogen-infer-types.h View 1 chunk +1 line, -1 line 0 comments Download
M src/hydrogen-infer-types.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/hydrogen-instructions.h View 1 chunk +13 lines, -13 lines 0 comments Download
M src/hydrogen-instructions.cc View 1 chunk +11 lines, -11 lines 0 comments Download
M src/hydrogen-load-elimination.h View 1 chunk +1 line, -1 line 0 comments Download
M src/hydrogen-load-elimination.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M src/hydrogen-mark-deoptimize.h View 1 chunk +1 line, -1 line 0 comments Download
M src/hydrogen-mark-deoptimize.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/hydrogen-mark-unreachable.h View 1 chunk +1 line, -1 line 0 comments Download
M src/hydrogen-mark-unreachable.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/hydrogen-osr.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/hydrogen-osr.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/hydrogen-range-analysis.h View 1 chunk +1 line, -1 line 0 comments Download
M src/hydrogen-range-analysis.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/hydrogen-redundant-phi.h View 1 chunk +1 line, -1 line 0 comments Download
M src/hydrogen-redundant-phi.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/hydrogen-removable-simulates.h View 1 chunk +1 line, -1 line 0 comments Download
M src/hydrogen-removable-simulates.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/hydrogen-representation-changes.h View 1 chunk +1 line, -1 line 0 comments Download
M src/hydrogen-representation-changes.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/hydrogen-sce.h View 1 chunk +1 line, -1 line 0 comments Download
M src/hydrogen-sce.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/hydrogen-store-elimination.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/hydrogen-store-elimination.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/hydrogen-types.h View 1 chunk +1 line, -1 line 0 comments Download
M src/hydrogen-types.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/hydrogen-uint32-analysis.h View 1 chunk +1 line, -1 line 0 comments Download
M src/hydrogen-uint32-analysis.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/i18n.h View 1 chunk +1 line, -1 line 0 comments Download
M src/i18n.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/assembler-ia32.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/ia32/assembler-ia32.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M src/ia32/assembler-ia32-inl.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/ia32/builtins-ia32.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M src/ia32/code-stubs-ia32.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 1 chunk +10 lines, -10 lines 0 comments Download
M src/ia32/codegen-ia32.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/ia32/codegen-ia32.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M src/ia32/cpu-ia32.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M src/ia32/debug-ia32.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/ia32/deoptimizer-ia32.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M src/ia32/disasm-ia32.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/ia32/frames-ia32.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 chunk +10 lines, -10 lines 0 comments Download
M src/ia32/ic-ia32.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.h View 1 chunk +9 lines, -9 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 chunk +8 lines, -8 lines 0 comments Download
M src/ia32/lithium-gap-resolver-ia32.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/ia32/lithium-gap-resolver-ia32.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/ia32/lithium-ia32.h View 1 chunk +5 lines, -5 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M src/ia32/macro-assembler-ia32.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 1 chunk +8 lines, -8 lines 0 comments Download
M src/ia32/regexp-macro-assembler-ia32.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/ia32/regexp-macro-assembler-ia32.cc View 1 chunk +8 lines, -8 lines 0 comments Download
M src/ia32/simulator-ia32.h View 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/stub-cache-ia32.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M src/ic.h View 1 chunk +1 line, -1 line 0 comments Download
M src/ic.cc View 1 chunk +11 lines, -11 lines 0 comments Download
M src/ic-inl.h View 1 chunk +4 lines, -4 lines 0 comments Download
M src/icu_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/incremental-marking.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/incremental-marking.cc View 1 chunk +7 lines, -7 lines 0 comments Download
M src/incremental-marking-inl.h View 1 chunk +1 line, -1 line 0 comments Download
M src/interface.h View 1 chunk +1 line, -1 line 0 comments Download
M src/interface.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/interpreter-irregexp.cc View 1 chunk +8 lines, -8 lines 0 comments Download
M src/isolate.h View 1 chunk +18 lines, -18 lines 0 comments Download
M src/isolate.cc View 1 chunk +28 lines, -28 lines 0 comments Download
M src/isolate-inl.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/json-parser.h View 1 chunk +6 lines, -6 lines 0 comments Download
M src/json-stringifier.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/jsregexp.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/jsregexp.cc View 1 chunk +25 lines, -25 lines 0 comments Download
M src/jsregexp-inl.h View 1 chunk +5 lines, -5 lines 0 comments Download
M src/lazy-instance.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/libplatform/default-platform.h View 1 chunk +4 lines, -4 lines 0 comments Download
M src/libplatform/default-platform.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M src/libplatform/task-queue.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/libplatform/task-queue.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/libplatform/worker-thread.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/libplatform/worker-thread.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/list.h View 1 chunk +1 line, -1 line 0 comments Download
M src/list-inl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/lithium.h View 1 chunk +4 lines, -4 lines 0 comments Download
M src/lithium.cc View 1 chunk +16 lines, -16 lines 0 comments Download
M src/lithium-allocator.h View 1 chunk +4 lines, -4 lines 0 comments Download
M src/lithium-allocator.cc View 1 chunk +10 lines, -10 lines 0 comments Download
M src/lithium-allocator-inl.h View 1 chunk +7 lines, -7 lines 0 comments Download
M src/lithium-codegen.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/lithium-codegen.cc View 1 chunk +14 lines, -14 lines 0 comments Download
M src/liveedit.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/liveedit.cc View 1 chunk +15 lines, -15 lines 0 comments Download
M src/log.h View 1 chunk +4 lines, -4 lines 0 comments Download
M src/log.cc View 1 chunk +15 lines, -15 lines 0 comments Download
M src/log-inl.h View 1 chunk +1 line, -1 line 0 comments Download
M src/log-utils.h View 1 chunk +1 line, -1 line 0 comments Download
M src/log-utils.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/macro-assembler.h View 1 chunk +34 lines, -34 lines 0 comments Download
M src/mark-compact.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/mark-compact.cc View 1 chunk +18 lines, -18 lines 0 comments Download
M src/mark-compact-inl.h View 1 chunk +4 lines, -3 lines 0 comments Download
M src/messages.h View 1 chunk +1 line, -1 line 0 comments Download
M src/messages.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M src/mips/assembler-mips.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/mips/assembler-mips.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/mips/assembler-mips-inl.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/mips/builtins-mips.cc View 1 chunk +7 lines, -7 lines 0 comments Download
M src/mips/code-stubs-mips.h View 1 chunk +1 line, -1 line 0 comments Download
M src/mips/code-stubs-mips.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M src/mips/codegen-mips.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/mips/codegen-mips.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M src/mips/constants-mips.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/mips/cpu-mips.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M src/mips/debug-mips.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/mips/deoptimizer-mips.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M src/mips/disasm-mips.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M src/mips/frames-mips.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M src/mips/full-codegen-mips.cc View 2 chunks +13 lines, -13 lines 0 comments Download
M src/mips/ic-mips.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M src/mips/lithium-codegen-mips.h View 1 chunk +7 lines, -7 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M src/mips/lithium-gap-resolver-mips.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/mips/lithium-gap-resolver-mips.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/mips/lithium-mips.h View 1 chunk +5 lines, -5 lines 0 comments Download
M src/mips/lithium-mips.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M src/mips/macro-assembler-mips.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 1 chunk +7 lines, -7 lines 0 comments Download
M src/mips/regexp-macro-assembler-mips.h View 1 chunk +5 lines, -5 lines 0 comments Download
M src/mips/regexp-macro-assembler-mips.cc View 1 chunk +8 lines, -8 lines 0 comments Download
M src/mips/simulator-mips.h View 2 chunks +4 lines, -4 lines 0 comments Download
M src/mips/simulator-mips.cc View 1 chunk +7 lines, -7 lines 0 comments Download
M src/mips/stub-cache-mips.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M src/misc-intrinsics.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/mksnapshot.cc View 2 chunks +11 lines, -11 lines 0 comments Download
M src/msan.h View 1 chunk +1 line, -1 line 0 comments Download
M src/objects.h View 1 chunk +14 lines, -14 lines 0 comments Download
M src/objects.cc View 1 chunk +29 lines, -29 lines 0 comments Download
M src/objects-debug.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M src/objects-inl.h View 1 chunk +15 lines, -15 lines 0 comments Download
M src/objects-printer.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M src/objects-visiting.h View 1 chunk +1 line, -1 line 0 comments Download
M src/objects-visiting.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/once.h View 1 chunk +1 line, -1 line 0 comments Download
M src/once.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/optimizing-compiler-thread.h View 1 chunk +7 lines, -7 lines 0 comments Download
M src/optimizing-compiler-thread.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M src/parser.h View 1 chunk +7 lines, -7 lines 0 comments Download
M src/parser.cc View 1 chunk +16 lines, -16 lines 0 comments Download
M src/platform.h View 2 chunks +7 lines, -7 lines 0 comments Download
M src/platform-cygwin.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M src/platform-freebsd.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/platform-linux.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/platform-macos.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/platform-openbsd.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/platform-posix.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/platform-qnx.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/platform-solaris.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/platform-win32.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M src/platform/condition-variable.h View 1 chunk +1 line, -1 line 0 comments Download
M src/platform/condition-variable.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/platform/elapsed-timer.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/platform/mutex.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/platform/mutex.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/platform/semaphore.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/platform/semaphore.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M src/platform/time.h View 1 chunk +1 line, -1 line 0 comments Download
M src/platform/time.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M src/preparse-data.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/preparse-data.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M src/preparser.h View 1 chunk +6 lines, -6 lines 0 comments Download
M src/preparser.cc View 1 chunk +14 lines, -14 lines 0 comments Download
M src/prettyprinter.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/prettyprinter.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M src/profile-generator.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/profile-generator.cc View 1 chunk +9 lines, -9 lines 0 comments Download
M src/profile-generator-inl.h View 1 chunk +1 line, -1 line 0 comments Download
M src/property.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/property.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/property-details.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/property-details-inl.h View 1 chunk +4 lines, -4 lines 0 comments Download
M src/regexp-macro-assembler.h View 1 chunk +1 line, -1 line 0 comments Download
M src/regexp-macro-assembler.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M src/regexp-macro-assembler-irregexp.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M src/regexp-macro-assembler-irregexp-inl.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/regexp-macro-assembler-tracer.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M src/regexp-stack.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/rewriter.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M src/runtime.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/runtime.cc View 1 chunk +39 lines, -39 lines 0 comments Download
M src/runtime-profiler.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/runtime-profiler.cc View 1 chunk +15 lines, -15 lines 0 comments Download
M src/safepoint-table.h View 1 chunk +4 lines, -4 lines 0 comments Download
M src/safepoint-table.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M src/sampler.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/sampler.cc View 2 chunks +11 lines, -11 lines 0 comments Download
M src/scanner.h View 1 chunk +9 lines, -9 lines 0 comments Download
M src/scanner.cc View 1 chunk +8 lines, -8 lines 0 comments Download
M src/scanner-character-streams.h View 1 chunk +1 line, -1 line 0 comments Download
M src/scanner-character-streams.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M src/scopeinfo.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/scopeinfo.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/scopes.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/scopes.cc View 1 chunk +7 lines, -7 lines 0 comments Download
M src/serialize.h View 1 chunk +1 line, -1 line 0 comments Download
M src/serialize.cc View 1 chunk +16 lines, -16 lines 0 comments Download
M src/simulator.h View 1 chunk +6 lines, -6 lines 0 comments Download
M src/small-pointer-list.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/snapshot.h View 1 chunk +1 line, -1 line 0 comments Download
M src/snapshot-common.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M src/snapshot-empty.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/spaces.h View 1 chunk +6 lines, -6 lines 0 comments Download
M src/spaces.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M src/spaces-inl.h View 1 chunk +4 lines, -4 lines 0 comments Download
M src/splay-tree.h View 1 chunk +1 line, -1 line 0 comments Download
M src/splay-tree-inl.h View 1 chunk +1 line, -1 line 0 comments Download
M src/store-buffer.h View 1 chunk +4 lines, -4 lines 0 comments Download
M src/store-buffer.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M src/store-buffer-inl.h View 1 chunk +1 line, -1 line 0 comments Download
M src/string-search.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/string-stream.h View 1 chunk +1 line, -1 line 0 comments Download
M src/string-stream.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/strtod.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M src/stub-cache.h View 1 chunk +7 lines, -7 lines 0 comments Download
M src/stub-cache.cc View 1 chunk +12 lines, -12 lines 0 comments Download
M src/sweeper-thread.h View 1 chunk +6 lines, -6 lines 0 comments Download
M src/sweeper-thread.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M src/token.h View 1 chunk +1 line, -1 line 0 comments Download
M src/token.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/transitions.h View 1 chunk +5 lines, -5 lines 0 comments Download
M src/transitions.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M src/transitions-inl.h View 1 chunk +1 line, -1 line 0 comments Download
M src/type-info.h View 1 chunk +4 lines, -4 lines 0 comments Download
M src/type-info.cc View 1 chunk +12 lines, -12 lines 0 comments Download
M src/types.h View 1 chunk +1 line, -1 line 0 comments Download
M src/types.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/types-inl.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/typing.h View 1 chunk +10 lines, -10 lines 0 comments Download
M src/typing.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M src/unbound-queue.h View 1 chunk +1 line, -1 line 0 comments Download
M src/unbound-queue-inl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/unicode.h View 1 chunk +1 line, -1 line 0 comments Download
M src/unicode.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/unicode-inl.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/unique.h View 1 chunk +4 lines, -4 lines 0 comments Download
M src/uri.h View 1 chunk +4 lines, -4 lines 0 comments Download
M src/utils.h View 1 chunk +5 lines, -5 lines 0 comments Download
M src/utils.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M src/utils-inl.h View 1 chunk +1 line, -1 line 0 comments Download
M src/utils/random-number-generator.h View 1 chunk +1 line, -1 line 0 comments Download
M src/utils/random-number-generator.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M src/v8.h View 1 chunk +17 lines, -17 lines 0 comments Download
M src/v8.cc View 1 chunk +20 lines, -20 lines 0 comments Download
M src/v8checks.h View 1 chunk +1 line, -1 line 0 comments Download
M src/v8dll-main.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/v8threads.cc View 1 chunk +8 lines, -8 lines 0 comments Download
M src/variables.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/variables.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M src/vector.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/version.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/vm-state.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/vm-state-inl.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/win32-math.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/x64/assembler-x64.h View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/assembler-x64.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/x64/assembler-x64-inl.h View 1 chunk +4 lines, -4 lines 0 comments Download
M src/x64/builtins-x64.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M src/x64/code-stubs-x64.h View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/code-stubs-x64.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M src/x64/codegen-x64.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/x64/codegen-x64.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/x64/cpu-x64.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M src/x64/debug-x64.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M src/x64/deoptimizer-x64.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M src/x64/disasm-x64.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/x64/frames-x64.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 1 chunk +10 lines, -10 lines 0 comments Download
M src/x64/ic-x64.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M src/x64/lithium-codegen-x64.h View 1 chunk +9 lines, -9 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M src/x64/lithium-gap-resolver-x64.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/x64/lithium-gap-resolver-x64.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/x64/lithium-x64.h View 1 chunk +5 lines, -5 lines 0 comments Download
M src/x64/lithium-x64.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 1 chunk +10 lines, -10 lines 0 comments Download
M src/x64/regexp-macro-assembler-x64.h View 1 chunk +5 lines, -5 lines 0 comments Download
M src/x64/regexp-macro-assembler-x64.cc View 1 chunk +9 lines, -9 lines 0 comments Download
M src/x64/simulator-x64.h View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/stub-cache-x64.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M src/x87/assembler-x87.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/x87/assembler-x87.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M src/x87/assembler-x87-inl.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/x87/builtins-x87.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M src/x87/code-stubs-x87.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/x87/code-stubs-x87.cc View 1 chunk +10 lines, -10 lines 0 comments Download
M src/x87/codegen-x87.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/x87/codegen-x87.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M src/x87/cpu-x87.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M src/x87/debug-x87.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/x87/deoptimizer-x87.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M src/x87/disasm-x87.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/x87/frames-x87.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M src/x87/full-codegen-x87.cc View 1 chunk +10 lines, -10 lines 0 comments Download
M src/x87/ic-x87.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M src/x87/lithium-codegen-x87.h View 1 chunk +9 lines, -9 lines 0 comments Download
M src/x87/lithium-codegen-x87.cc View 1 chunk +8 lines, -8 lines 0 comments Download
M src/x87/lithium-gap-resolver-x87.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/x87/lithium-gap-resolver-x87.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/x87/lithium-x87.h View 1 chunk +5 lines, -5 lines 0 comments Download
M src/x87/lithium-x87.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M src/x87/macro-assembler-x87.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/x87/macro-assembler-x87.cc View 1 chunk +8 lines, -8 lines 0 comments Download
M src/x87/regexp-macro-assembler-x87.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/x87/regexp-macro-assembler-x87.cc View 1 chunk +8 lines, -8 lines 0 comments Download
M src/x87/simulator-x87.h View 1 chunk +1 line, -1 line 0 comments Download
M src/x87/stub-cache-x87.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M src/zone.h View 1 chunk +6 lines, -6 lines 0 comments Download
M src/zone.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/zone-allocator.h View 1 chunk +1 line, -1 line 0 comments Download
M src/zone-containers.h View 1 chunk +1 line, -1 line 0 comments Download
M src/zone-inl.h View 2 chunks +4 lines, -4 lines 0 comments Download
M test/cctest/cctest.h View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/cctest.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M test/cctest/cctest.gyp View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/gay-fixed.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M test/cctest/gay-precision.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M test/cctest/gay-shortest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M test/cctest/print-extension.h View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/print-extension.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/profiler-extension.h View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/profiler-extension.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M test/cctest/test-accessors.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M test/cctest/test-alloc.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M test/cctest/test-api.cc View 1 chunk +16 lines, -16 lines 0 comments Download
M test/cctest/test-assembler-arm.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M test/cctest/test-assembler-arm64.cc View 1 chunk +9 lines, -9 lines 0 comments Download
M test/cctest/test-assembler-ia32.cc View 1 chunk +8 lines, -8 lines 0 comments Download
M test/cctest/test-assembler-mips.cc View 1 chunk +7 lines, -7 lines 0 comments Download
M test/cctest/test-assembler-x64.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M test/cctest/test-assembler-x87.cc View 1 chunk +8 lines, -8 lines 0 comments Download
M test/cctest/test-ast.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M test/cctest/test-atomicops.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M test/cctest/test-bignum.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M test/cctest/test-bignum-dtoa.cc View 1 chunk +8 lines, -8 lines 0 comments Download
M test/cctest/test-circular-queue.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M test/cctest/test-code-stubs.cc View 1 chunk +8 lines, -8 lines 0 comments Download
M test/cctest/test-code-stubs-arm.cc View 1 chunk +9 lines, -9 lines 0 comments Download
M test/cctest/test-code-stubs-arm64.cc View 1 chunk +9 lines, -9 lines 0 comments Download
M test/cctest/test-code-stubs-ia32.cc View 1 chunk +8 lines, -8 lines 0 comments Download
M test/cctest/test-code-stubs-mips.cc View 1 chunk +10 lines, -10 lines 0 comments Download
M test/cctest/test-code-stubs-x64.cc View 1 chunk +8 lines, -8 lines 0 comments Download
M test/cctest/test-code-stubs-x87.cc View 1 chunk +8 lines, -8 lines 0 comments Download
M test/cctest/test-compiler.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M test/cctest/test-condition-variable.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M test/cctest/test-constantpool.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M test/cctest/test-conversions.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M test/cctest/test-cpu.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M test/cctest/test-cpu-ia32.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M test/cctest/test-cpu-profiler.cc View 1 chunk +8 lines, -8 lines 0 comments Download
M test/cctest/test-cpu-x64.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M test/cctest/test-cpu-x87.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M test/cctest/test-dataflow.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M test/cctest/test-date.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M test/cctest/test-debug.cc View 1 chunk +12 lines, -12 lines 0 comments Download
M test/cctest/test-declarative-accessors.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M test/cctest/test-decls.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M test/cctest/test-deoptimization.cc View 1 chunk +10 lines, -10 lines 0 comments Download
M test/cctest/test-dictionary.cc View 1 chunk +10 lines, -10 lines 0 comments Download
M test/cctest/test-disasm-arm.cc View 1 chunk +8 lines, -8 lines 0 comments Download
M test/cctest/test-disasm-arm64.cc View 1 chunk +8 lines, -8 lines 0 comments Download
M test/cctest/test-disasm-ia32.cc View 1 chunk +9 lines, -9 lines 0 comments Download
M test/cctest/test-disasm-mips.cc View 1 chunk +8 lines, -8 lines 0 comments Download
M test/cctest/test-disasm-x64.cc View 1 chunk +9 lines, -9 lines 0 comments Download
M test/cctest/test-disasm-x87.cc View 1 chunk +9 lines, -9 lines 0 comments Download
M test/cctest/test-diy-fp.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M test/cctest/test-double.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M test/cctest/test-dtoa.cc View 1 chunk +8 lines, -8 lines 0 comments Download
M test/cctest/test-fast-dtoa.cc View 1 chunk +9 lines, -9 lines 0 comments Download
M test/cctest/test-fixed-dtoa.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M test/cctest/test-flags.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M test/cctest/test-func-name-inference.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M test/cctest/test-fuzz-arm64.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M test/cctest/test-global-handles.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M test/cctest/test-global-object.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M test/cctest/test-hashing.cc View 1 chunk +7 lines, -7 lines 0 comments Download
M test/cctest/test-hashmap.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M test/cctest/test-heap.cc View 1 chunk +9 lines, -9 lines 0 comments Download
M test/cctest/test-heap-profiler.cc View 1 chunk +10 lines, -10 lines 0 comments Download
M test/cctest/test-hydrogen-types.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M test/cctest/test-javascript-arm64.cc View 1 chunk +12 lines, -12 lines 0 comments Download
M test/cctest/test-js-arm64-variables.cc View 1 chunk +12 lines, -12 lines 0 comments Download
M test/cctest/test-libplatform.h View 1 chunk +2 lines, -2 lines 0 comments Download
M test/cctest/test-libplatform-task-queue.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M test/cctest/test-libplatform-worker-thread.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M test/cctest/test-list.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M test/cctest/test-liveedit.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M test/cctest/test-lockers.cc View 1 chunk +13 lines, -13 lines 0 comments Download
M test/cctest/test-log.cc View 1 chunk +9 lines, -9 lines 0 comments Download
M test/cctest/test-log-stack-tracer.cc View 1 chunk +11 lines, -11 lines 0 comments Download
M test/cctest/test-macro-assembler-arm.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M test/cctest/test-macro-assembler-ia32.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M test/cctest/test-macro-assembler-mips.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M test/cctest/test-macro-assembler-x64.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M test/cctest/test-macro-assembler-x87.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M test/cctest/test-mark-compact.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M test/cctest/test-mementos.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-microtask-delivery.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M test/cctest/test-mutex.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M test/cctest/test-object-observe.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M test/cctest/test-ordered-hash-table.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M test/cctest/test-parsing.cc View 1 chunk +12 lines, -12 lines 0 comments Download
M test/cctest/test-platform.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M test/cctest/test-platform-linux.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M test/cctest/test-platform-macos.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M test/cctest/test-platform-tls.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M test/cctest/test-platform-win32.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M test/cctest/test-profile-generator.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M test/cctest/test-random-number-generator.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M test/cctest/test-regexp.cc View 1 chunk +32 lines, -32 lines 0 comments Download
M test/cctest/test-reloc-info.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M test/cctest/test-representation.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M test/cctest/test-semaphore.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M test/cctest/test-serialize.cc View 1 chunk +15 lines, -15 lines 0 comments Download
M test/cctest/test-spaces.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M test/cctest/test-strings.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M test/cctest/test-strtod.cc View 1 chunk +8 lines, -8 lines 0 comments Download
M test/cctest/test-symbols.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M test/cctest/test-thread-termination.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M test/cctest/test-threads.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M test/cctest/test-time.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M test/cctest/test-types.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M test/cctest/test-unbound-queue.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M test/cctest/test-unique.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M test/cctest/test-utils.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M test/cctest/test-utils-arm64.h View 1 chunk +5 lines, -5 lines 0 comments Download
M test/cctest/test-utils-arm64.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M test/cctest/test-version.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M test/cctest/test-weakmaps.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M test/cctest/test-weaksets.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M test/cctest/test-weaktypedarrays.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M test/cctest/trace-extension.h View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/trace-extension.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M tools/generate-trig-table.py View 1 chunk +2 lines, -2 lines 0 comments Download
M tools/gyp/v8.gyp View 5 chunks +5 lines, -5 lines 0 comments Download
M tools/js2c.py View 1 chunk +3 lines, -3 lines 0 comments Download
M tools/lexer-shell.cc View 1 chunk +11 lines, -11 lines 0 comments Download
M tools/lexer-shell.gyp View 2 chunks +2 lines, -2 lines 0 comments Download
M tools/parser-shell.cc View 1 chunk +9 lines, -9 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
jochen (gone - plz use gerrit)
6 years, 6 months ago (2014-06-02 14:09:34 UTC) #1
Jakob Kummerow
LGTM. Haven't reviewed everything, just a few samples. I still think it would be nice ...
6 years, 6 months ago (2014-06-02 15:00:12 UTC) #2
tfarina
What was the technical reason for doing this? Could you write it in the CL ...
6 years, 6 months ago (2014-06-02 17:24:56 UTC) #3
jochen (gone - plz use gerrit)
On 2014/06/02 17:24:56, tfarina wrote: > What was the technical reason for doing this? > ...
6 years, 6 months ago (2014-06-03 07:56:27 UTC) #4
jochen (gone - plz use gerrit)
Committed patchset #1 manually as r21625 (presubmit successful).
6 years, 6 months ago (2014-06-03 08:18:09 UTC) #5
tfarina
6 years, 6 months ago (2014-06-03 15:59:04 UTC) #6
Message was sent while issue was closed.
Now vim "gf" keybinding will work. I'm very happy to see that you guys made this
change. :)

Thanks.

Powered by Google App Engine
This is Rietveld 408576698