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

Issue 1405363003: Move Hydrogen and Lithium to src/crankshaft/ (Closed)

Created:
5 years, 2 months ago by Jakob Kummerow
Modified:
5 years, 2 months ago
Reviewers:
Michael Starzinger
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Move Hydrogen and Lithium to src/crankshaft/ Committed: https://crrev.com/81ee94b6507cf3ee9d44d18b8ccb1f1cc9045be1 Cr-Commit-Position: refs/heads/master@{#31410}

Patch Set 1 #

Total comments: 4

Patch Set 2 : addressed comments #

Patch Set 3 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+774 lines, -143549 lines) Patch
M BUILD.gn View 1 2 17 chunks +138 lines, -135 lines 0 comments Download
D src/arm/lithium-arm.h View 1 2 1 chunk +0 lines, -2891 lines 0 comments Download
D src/arm/lithium-arm.cc View 1 2 1 chunk +0 lines, -2700 lines 0 comments Download
D src/arm/lithium-codegen-arm.h View 1 2 1 chunk +0 lines, -399 lines 0 comments Download
D src/arm/lithium-codegen-arm.cc View 1 2 1 chunk +0 lines, -5842 lines 0 comments Download
D src/arm/lithium-gap-resolver-arm.h View 1 2 1 chunk +0 lines, -63 lines 0 comments Download
D src/arm/lithium-gap-resolver-arm.cc View 1 2 1 chunk +0 lines, -301 lines 0 comments Download
D src/arm64/delayed-masm-arm64.h View 1 2 1 chunk +0 lines, -165 lines 0 comments Download
D src/arm64/delayed-masm-arm64.cc View 1 2 1 chunk +0 lines, -197 lines 0 comments Download
D src/arm64/delayed-masm-arm64-inl.h View 1 2 1 chunk +0 lines, -56 lines 0 comments Download
D src/arm64/lithium-arm64.h View 1 2 1 chunk +0 lines, -3260 lines 0 comments Download
D src/arm64/lithium-arm64.cc View 1 2 1 chunk +0 lines, -2796 lines 0 comments Download
D src/arm64/lithium-codegen-arm64.h View 1 2 1 chunk +0 lines, -466 lines 0 comments Download
D src/arm64/lithium-codegen-arm64.cc View 1 2 1 chunk +0 lines, -6018 lines 0 comments Download
D src/arm64/lithium-gap-resolver-arm64.h View 1 2 1 chunk +0 lines, -98 lines 0 comments Download
D src/arm64/lithium-gap-resolver-arm64.cc View 1 2 1 chunk +0 lines, -294 lines 0 comments Download
M src/code-stubs-hydrogen.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M src/compiler.cc View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
A + src/crankshaft/arm/lithium-arm.h View 1 2 2 chunks +6 lines, -6 lines 0 comments Download
A + src/crankshaft/arm/lithium-arm.cc View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
A + src/crankshaft/arm/lithium-codegen-arm.h View 1 2 2 chunks +6 lines, -7 lines 0 comments Download
A + src/crankshaft/arm/lithium-codegen-arm.cc View 1 2 1 chunk +4 lines, -3 lines 0 comments Download
A + src/crankshaft/arm/lithium-gap-resolver-arm.h View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
A + src/crankshaft/arm/lithium-gap-resolver-arm.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
A + src/crankshaft/arm64/delayed-masm-arm64.h View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
A + src/crankshaft/arm64/delayed-masm-arm64.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
A + src/crankshaft/arm64/delayed-masm-arm64-inl.h View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
A + src/crankshaft/arm64/lithium-arm64.h View 1 2 2 chunks +6 lines, -6 lines 0 comments Download
A + src/crankshaft/arm64/lithium-arm64.cc View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
A + src/crankshaft/arm64/lithium-codegen-arm64.h View 1 2 2 chunks +6 lines, -6 lines 0 comments Download
A + src/crankshaft/arm64/lithium-codegen-arm64.cc View 1 2 1 chunk +4 lines, -3 lines 0 comments Download
A + src/crankshaft/arm64/lithium-gap-resolver-arm64.h View 1 2 2 chunks +5 lines, -5 lines 0 comments Download
A + src/crankshaft/arm64/lithium-gap-resolver-arm64.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
A + src/crankshaft/hydrogen.h View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
A + src/crankshaft/hydrogen.cc View 1 2 2 chunks +34 lines, -34 lines 0 comments Download
A + src/crankshaft/hydrogen-alias-analysis.h View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
A + src/crankshaft/hydrogen-bce.h View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
A + src/crankshaft/hydrogen-bce.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + src/crankshaft/hydrogen-bch.h View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
A + src/crankshaft/hydrogen-bch.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + src/crankshaft/hydrogen-canonicalize.h View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
A + src/crankshaft/hydrogen-canonicalize.cc View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
A + src/crankshaft/hydrogen-check-elimination.h View 1 2 2 chunks +5 lines, -5 lines 0 comments Download
A + src/crankshaft/hydrogen-check-elimination.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
A + src/crankshaft/hydrogen-dce.h View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
A + src/crankshaft/hydrogen-dce.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + src/crankshaft/hydrogen-dehoist.h View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
A + src/crankshaft/hydrogen-dehoist.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
A + src/crankshaft/hydrogen-environment-liveness.h View 1 2 2 chunks +4 lines, -5 lines 0 comments Download
A + src/crankshaft/hydrogen-environment-liveness.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + src/crankshaft/hydrogen-escape-analysis.h View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
A + src/crankshaft/hydrogen-escape-analysis.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + src/crankshaft/hydrogen-flow-engine.h View 1 2 2 chunks +5 lines, -5 lines 0 comments Download
A + src/crankshaft/hydrogen-gvn.h View 1 2 2 chunks +5 lines, -5 lines 0 comments Download
A + src/crankshaft/hydrogen-gvn.cc View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
A + src/crankshaft/hydrogen-infer-representation.h View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
A + src/crankshaft/hydrogen-infer-representation.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + src/crankshaft/hydrogen-infer-types.h View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
A + src/crankshaft/hydrogen-infer-types.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + src/crankshaft/hydrogen-instructions.h View 1 2 3 chunks +5 lines, -5 lines 0 comments Download
A + src/crankshaft/hydrogen-instructions.cc View 1 2 1 chunk +11 lines, -12 lines 0 comments Download
A + src/crankshaft/hydrogen-load-elimination.h View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
A + src/crankshaft/hydrogen-load-elimination.cc View 1 2 1 chunk +5 lines, -4 lines 0 comments Download
A + src/crankshaft/hydrogen-mark-deoptimize.h View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
A + src/crankshaft/hydrogen-mark-deoptimize.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + src/crankshaft/hydrogen-mark-unreachable.h View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
A + src/crankshaft/hydrogen-mark-unreachable.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + src/crankshaft/hydrogen-osr.h View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
A + src/crankshaft/hydrogen-osr.cc View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
A + src/crankshaft/hydrogen-range-analysis.h View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
A + src/crankshaft/hydrogen-range-analysis.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + src/crankshaft/hydrogen-redundant-phi.h View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
A + src/crankshaft/hydrogen-redundant-phi.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + src/crankshaft/hydrogen-removable-simulates.h View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
A + src/crankshaft/hydrogen-removable-simulates.cc View 1 2 1 chunk +4 lines, -3 lines 0 comments Download
A + src/crankshaft/hydrogen-representation-changes.h View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
A + src/crankshaft/hydrogen-representation-changes.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + src/crankshaft/hydrogen-sce.h View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
A + src/crankshaft/hydrogen-sce.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + src/crankshaft/hydrogen-store-elimination.h View 1 2 2 chunks +5 lines, -5 lines 0 comments Download
A + src/crankshaft/hydrogen-store-elimination.cc View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
A + src/crankshaft/hydrogen-types.h View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
A + src/crankshaft/hydrogen-types.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + src/crankshaft/hydrogen-uint32-analysis.h View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
A + src/crankshaft/hydrogen-uint32-analysis.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + src/crankshaft/ia32/lithium-codegen-ia32.h View 1 2 2 chunks +6 lines, -7 lines 0 comments Download
A + src/crankshaft/ia32/lithium-codegen-ia32.cc View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
A + src/crankshaft/ia32/lithium-gap-resolver-ia32.h View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
A + src/crankshaft/ia32/lithium-gap-resolver-ia32.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
A + src/crankshaft/ia32/lithium-ia32.h View 1 2 2 chunks +6 lines, -6 lines 0 comments Download
A + src/crankshaft/ia32/lithium-ia32.cc View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
A + src/crankshaft/lithium.h View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
A + src/crankshaft/lithium.cc View 1 2 1 chunk +17 lines, -17 lines 0 comments Download
A + src/crankshaft/lithium-allocator.h View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
A + src/crankshaft/lithium-allocator.cc View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
A + src/crankshaft/lithium-allocator-inl.h View 1 2 2 chunks +12 lines, -12 lines 0 comments Download
A + src/crankshaft/lithium-codegen.h View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
A + src/crankshaft/lithium-codegen.cc View 1 2 1 chunk +17 lines, -17 lines 0 comments Download
A + src/crankshaft/lithium-inl.h View 1 2 2 chunks +12 lines, -12 lines 0 comments Download
A + src/crankshaft/mips/lithium-codegen-mips.h View 1 2 2 chunks +6 lines, -6 lines 0 comments Download
A + src/crankshaft/mips/lithium-codegen-mips.cc View 1 2 1 chunk +4 lines, -3 lines 0 comments Download
A + src/crankshaft/mips/lithium-gap-resolver-mips.h View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
A + src/crankshaft/mips/lithium-gap-resolver-mips.cc View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
A + src/crankshaft/mips/lithium-mips.h View 1 2 2 chunks +6 lines, -6 lines 0 comments Download
A + src/crankshaft/mips/lithium-mips.cc View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
A + src/crankshaft/mips64/lithium-codegen-mips64.h View 1 2 2 chunks +6 lines, -6 lines 0 comments Download
A + src/crankshaft/mips64/lithium-codegen-mips64.cc View 1 2 1 chunk +4 lines, -3 lines 0 comments Download
A + src/crankshaft/mips64/lithium-gap-resolver-mips64.h View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
A + src/crankshaft/mips64/lithium-gap-resolver-mips64.cc View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
A + src/crankshaft/mips64/lithium-mips64.h View 1 2 2 chunks +6 lines, -6 lines 0 comments Download
A + src/crankshaft/mips64/lithium-mips64.cc View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
A + src/crankshaft/ppc/lithium-codegen-ppc.h View 1 2 2 chunks +6 lines, -7 lines 0 comments Download
A + src/crankshaft/ppc/lithium-codegen-ppc.cc View 1 2 1 chunk +4 lines, -3 lines 0 comments Download
A + src/crankshaft/ppc/lithium-gap-resolver-ppc.h View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
A + src/crankshaft/ppc/lithium-gap-resolver-ppc.cc View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
A + src/crankshaft/ppc/lithium-ppc.h View 1 2 2 chunks +6 lines, -6 lines 0 comments Download
A + src/crankshaft/ppc/lithium-ppc.cc View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
A + src/crankshaft/typing.h View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
A + src/crankshaft/typing.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + src/crankshaft/unique.h View 1 2 2 chunks +4 lines, -3 lines 0 comments Download
A + src/crankshaft/x64/lithium-codegen-x64.h View 1 2 2 chunks +6 lines, -6 lines 0 comments Download
A + src/crankshaft/x64/lithium-codegen-x64.cc View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
A + src/crankshaft/x64/lithium-gap-resolver-x64.h View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
A + src/crankshaft/x64/lithium-gap-resolver-x64.cc View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
A + src/crankshaft/x64/lithium-x64.h View 1 2 2 chunks +6 lines, -6 lines 0 comments Download
A + src/crankshaft/x64/lithium-x64.cc View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
A + src/crankshaft/x87/lithium-codegen-x87.h View 1 2 2 chunks +6 lines, -6 lines 0 comments Download
A + src/crankshaft/x87/lithium-codegen-x87.cc View 1 2 1 chunk +4 lines, -3 lines 0 comments Download
A + src/crankshaft/x87/lithium-gap-resolver-x87.h View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
A + src/crankshaft/x87/lithium-gap-resolver-x87.cc View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
A + src/crankshaft/x87/lithium-x87.h View 1 2 2 chunks +6 lines, -6 lines 0 comments Download
A + src/crankshaft/x87/lithium-x87.cc View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
D src/hydrogen.h View 1 2 1 chunk +0 lines, -3081 lines 0 comments Download
D src/hydrogen.cc View 1 2 1 chunk +0 lines, -13700 lines 0 comments Download
D src/hydrogen-alias-analysis.h View 1 2 1 chunk +0 lines, -74 lines 0 comments Download
D src/hydrogen-bce.h View 1 2 1 chunk +0 lines, -52 lines 0 comments Download
D src/hydrogen-bce.cc View 1 2 1 chunk +0 lines, -477 lines 0 comments Download
D src/hydrogen-bch.h View 1 2 1 chunk +0 lines, -33 lines 0 comments Download
D src/hydrogen-bch.cc View 1 2 1 chunk +0 lines, -379 lines 0 comments Download
D src/hydrogen-canonicalize.h View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
D src/hydrogen-canonicalize.cc View 1 2 1 chunk +0 lines, -56 lines 0 comments Download
D src/hydrogen-check-elimination.h View 1 2 1 chunk +0 lines, -74 lines 0 comments Download
D src/hydrogen-check-elimination.cc View 1 2 1 chunk +0 lines, -913 lines 0 comments Download
D src/hydrogen-dce.h View 1 2 1 chunk +0 lines, -35 lines 0 comments Download
D src/hydrogen-dce.cc View 1 2 1 chunk +0 lines, -105 lines 0 comments Download
D src/hydrogen-dehoist.h View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
D src/hydrogen-dehoist.cc View 1 2 1 chunk +0 lines, -71 lines 0 comments Download
D src/hydrogen-environment-liveness.h View 1 2 1 chunk +0 lines, -69 lines 0 comments Download
D src/hydrogen-environment-liveness.cc View 1 2 1 chunk +0 lines, -232 lines 0 comments Download
D src/hydrogen-escape-analysis.h View 1 2 1 chunk +0 lines, -71 lines 0 comments Download
D src/hydrogen-escape-analysis.cc View 1 2 1 chunk +0 lines, -329 lines 0 comments Download
D src/hydrogen-flow-engine.h View 1 2 1 chunk +0 lines, -220 lines 0 comments Download
D src/hydrogen-gvn.h View 1 2 1 chunk +0 lines, -154 lines 0 comments Download
D src/hydrogen-gvn.cc View 1 2 1 chunk +0 lines, -898 lines 0 comments Download
D src/hydrogen-infer-representation.h View 1 2 1 chunk +0 lines, -35 lines 0 comments Download
D src/hydrogen-infer-representation.cc View 1 2 1 chunk +0 lines, -162 lines 0 comments Download
D src/hydrogen-infer-types.h View 1 2 1 chunk +0 lines, -37 lines 0 comments Download
D src/hydrogen-infer-types.cc View 1 2 1 chunk +0 lines, -55 lines 0 comments Download
D src/hydrogen-instructions.h View 1 2 1 chunk +0 lines, -7982 lines 0 comments Download
D src/hydrogen-instructions.cc View 1 2 1 chunk +0 lines, -4716 lines 0 comments Download
D src/hydrogen-load-elimination.h View 1 2 1 chunk +0 lines, -28 lines 0 comments Download
D src/hydrogen-load-elimination.cc View 1 2 1 chunk +0 lines, -512 lines 0 comments Download
D src/hydrogen-mark-deoptimize.h View 1 2 1 chunk +0 lines, -53 lines 0 comments Download
D src/hydrogen-mark-deoptimize.cc View 1 2 1 chunk +0 lines, -62 lines 0 comments Download
D src/hydrogen-mark-unreachable.h View 1 2 1 chunk +0 lines, -31 lines 0 comments Download
D src/hydrogen-mark-unreachable.cc View 1 2 1 chunk +0 lines, -55 lines 0 comments Download
D src/hydrogen-osr.h View 1 2 1 chunk +0 lines, -55 lines 0 comments Download
D src/hydrogen-osr.cc View 1 2 1 chunk +0 lines, -103 lines 0 comments Download
D src/hydrogen-range-analysis.h View 1 2 1 chunk +0 lines, -51 lines 0 comments Download
D src/hydrogen-range-analysis.cc View 1 2 1 chunk +0 lines, -291 lines 0 comments Download
D src/hydrogen-redundant-phi.h View 1 2 1 chunk +0 lines, -34 lines 0 comments Download
D src/hydrogen-redundant-phi.cc View 1 2 1 chunk +0 lines, -66 lines 0 comments Download
D src/hydrogen-removable-simulates.h View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
D src/hydrogen-removable-simulates.cc View 1 2 1 chunk +0 lines, -188 lines 0 comments Download
D src/hydrogen-representation-changes.h View 1 2 1 chunk +0 lines, -33 lines 0 comments Download
D src/hydrogen-representation-changes.cc View 1 2 1 chunk +0 lines, -214 lines 0 comments Download
D src/hydrogen-sce.h View 1 2 1 chunk +0 lines, -26 lines 0 comments Download
D src/hydrogen-sce.cc View 1 2 1 chunk +0 lines, -39 lines 0 comments Download
D src/hydrogen-store-elimination.h View 1 2 1 chunk +0 lines, -35 lines 0 comments Download
D src/hydrogen-store-elimination.cc View 1 2 1 chunk +0 lines, -122 lines 0 comments Download
D src/hydrogen-types.h View 1 2 1 chunk +0 lines, -92 lines 0 comments Download
D src/hydrogen-types.cc View 1 2 1 chunk +0 lines, -74 lines 0 comments Download
D src/hydrogen-uint32-analysis.h View 1 2 1 chunk +0 lines, -37 lines 0 comments Download
D src/hydrogen-uint32-analysis.cc View 1 2 1 chunk +0 lines, -237 lines 0 comments Download
D src/ia32/lithium-codegen-ia32.h View 1 2 1 chunk +0 lines, -404 lines 0 comments Download
D src/ia32/lithium-codegen-ia32.cc View 1 2 1 chunk +0 lines, -5723 lines 0 comments Download
D src/ia32/lithium-gap-resolver-ia32.h View 1 2 1 chunk +0 lines, -86 lines 0 comments Download
D src/ia32/lithium-gap-resolver-ia32.cc View 1 2 1 chunk +0 lines, -488 lines 0 comments Download
D src/ia32/lithium-ia32.h View 1 2 1 chunk +0 lines, -2891 lines 0 comments Download
D src/ia32/lithium-ia32.cc View 1 2 1 chunk +0 lines, -2762 lines 0 comments Download
M src/isolate.cc View 1 2 1 chunk +1 line, -2 lines 0 comments Download
D src/lithium.h View 1 2 1 chunk +0 lines, -841 lines 0 comments Download
D src/lithium.cc View 1 2 1 chunk +0 lines, -714 lines 0 comments Download
D src/lithium-allocator.h View 1 2 1 chunk +0 lines, -574 lines 0 comments Download
D src/lithium-allocator.cc View 1 2 1 chunk +0 lines, -2194 lines 0 comments Download
D src/lithium-allocator-inl.h View 1 2 1 chunk +0 lines, -60 lines 0 comments Download
D src/lithium-codegen.h View 1 2 1 chunk +0 lines, -97 lines 0 comments Download
D src/lithium-codegen.cc View 1 2 1 chunk +0 lines, -292 lines 0 comments Download
D src/lithium-inl.h View 1 2 1 chunk +0 lines, -114 lines 0 comments Download
D src/mips/lithium-codegen-mips.h View 1 2 1 chunk +0 lines, -432 lines 0 comments Download
D src/mips/lithium-codegen-mips.cc View 1 2 1 chunk +0 lines, -5899 lines 0 comments Download
D src/mips/lithium-gap-resolver-mips.h View 1 2 1 chunk +0 lines, -59 lines 0 comments Download
D src/mips/lithium-gap-resolver-mips.cc View 1 2 1 chunk +0 lines, -298 lines 0 comments Download
D src/mips/lithium-mips.h View 1 2 1 chunk +0 lines, -2849 lines 0 comments Download
D src/mips/lithium-mips.cc View 1 2 1 chunk +0 lines, -2650 lines 0 comments Download
D src/mips64/lithium-codegen-mips64.h View 1 2 1 chunk +0 lines, -435 lines 0 comments Download
D src/mips64/lithium-codegen-mips64.cc View 1 2 1 chunk +0 lines, -6084 lines 0 comments Download
D src/mips64/lithium-gap-resolver-mips64.h View 1 2 1 chunk +0 lines, -59 lines 0 comments Download
D src/mips64/lithium-gap-resolver-mips64.cc View 1 2 1 chunk +0 lines, -299 lines 0 comments Download
D src/mips64/lithium-mips64.h View 1 2 1 chunk +0 lines, -2895 lines 0 comments Download
D src/mips64/lithium-mips64.cc View 1 2 1 chunk +0 lines, -2655 lines 0 comments Download
M src/objects.cc View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M src/optimizing-compile-dispatcher.cc View 1 2 1 chunk +0 lines, -1 line 0 comments Download
D src/ppc/lithium-codegen-ppc.h View 1 2 1 chunk +0 lines, -364 lines 0 comments Download
D src/ppc/lithium-codegen-ppc.cc View 1 2 1 chunk +0 lines, -6129 lines 0 comments Download
D src/ppc/lithium-gap-resolver-ppc.h View 1 2 1 chunk +0 lines, -58 lines 0 comments Download
D src/ppc/lithium-gap-resolver-ppc.cc View 1 2 1 chunk +0 lines, -286 lines 0 comments Download
D src/ppc/lithium-ppc.h View 1 2 1 chunk +0 lines, -2766 lines 0 comments Download
D src/ppc/lithium-ppc.cc View 1 2 1 chunk +0 lines, -2651 lines 0 comments Download
D src/typing.h View 1 2 1 chunk +0 lines, -85 lines 0 comments Download
D src/typing.cc View 1 2 1 chunk +0 lines, -815 lines 0 comments Download
D src/unique.h View 1 2 1 chunk +0 lines, -361 lines 0 comments Download
M src/v8.cc View 1 2 1 chunk +1 line, -2 lines 0 comments Download
D src/x64/lithium-codegen-x64.h View 1 2 1 chunk +0 lines, -393 lines 0 comments Download
D src/x64/lithium-codegen-x64.cc View 1 2 1 chunk +0 lines, -5912 lines 0 comments Download
D src/x64/lithium-gap-resolver-x64.h View 1 2 1 chunk +0 lines, -50 lines 0 comments Download
D src/x64/lithium-gap-resolver-x64.cc View 1 2 1 chunk +0 lines, -318 lines 0 comments Download
D src/x64/lithium-x64.h View 1 2 1 chunk +0 lines, -2870 lines 0 comments Download
D src/x64/lithium-x64.cc View 1 2 1 chunk +0 lines, -2748 lines 0 comments Download
D src/x87/lithium-codegen-x87.h View 1 2 1 chunk +0 lines, -505 lines 0 comments Download
D src/x87/lithium-codegen-x87.cc View 1 2 1 chunk +0 lines, -6338 lines 0 comments Download
D src/x87/lithium-gap-resolver-x87.h View 1 2 1 chunk +0 lines, -86 lines 0 comments Download
D src/x87/lithium-gap-resolver-x87.cc View 1 2 1 chunk +0 lines, -449 lines 0 comments Download
D src/x87/lithium-x87.h View 1 2 1 chunk +0 lines, -2903 lines 0 comments Download
D src/x87/lithium-x87.cc View 1 2 1 chunk +0 lines, -2767 lines 0 comments Download
M test/cctest/compiler/test-instruction.cc View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M test/cctest/test-hydrogen-types.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-types.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-unique.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M tools/gyp/v8.gyp View 1 2 20 chunks +124 lines, -124 lines 0 comments Download

Messages

Total messages: 14 (5 generated)
Jakob Kummerow
Entirely mechanical change: - moved files - fixed #includes and header include guards - updated ...
5 years, 2 months ago (2015-10-16 16:02:18 UTC) #1
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1405363003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1405363003/1
5 years, 2 months ago (2015-10-16 16:03:25 UTC) #3
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 2 months ago (2015-10-16 16:55:10 UTC) #5
Jakob Kummerow
I can haz review plz?
5 years, 2 months ago (2015-10-19 17:14:50 UTC) #7
Michael Starzinger
LGTM after comment about OWNERS file is addressed. https://codereview.chromium.org/1405363003/diff/1/src/crankshaft/OWNERS File src/crankshaft/OWNERS (right): https://codereview.chromium.org/1405363003/diff/1/src/crankshaft/OWNERS#newcode7 src/crankshaft/OWNERS:7: mstarzinger@chromium.org ...
5 years, 2 months ago (2015-10-19 17:50:07 UTC) #8
Jakob Kummerow
Thanks for the review. Addressed your comments. https://codereview.chromium.org/1405363003/diff/1/src/crankshaft/OWNERS File src/crankshaft/OWNERS (right): https://codereview.chromium.org/1405363003/diff/1/src/crankshaft/OWNERS#newcode7 src/crankshaft/OWNERS:7: mstarzinger@chromium.org On ...
5 years, 2 months ago (2015-10-20 12:10:48 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1405363003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1405363003/20001
5 years, 2 months ago (2015-10-20 12:25:54 UTC) #12
commit-bot: I haz the power
Committed patchset #3 (id:20001)
5 years, 2 months ago (2015-10-20 13:25:55 UTC) #13
commit-bot: I haz the power
5 years, 2 months ago (2015-10-20 13:26:06 UTC) #14
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/81ee94b6507cf3ee9d44d18b8ccb1f1cc9045be1
Cr-Commit-Position: refs/heads/master@{#31410}

Powered by Google App Engine
This is Rietveld 408576698