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

Issue 148153010: Synchronize with r15701. (Closed)

Created:
6 years, 10 months ago by jbramley
Modified:
6 years, 10 months ago
CC:
v8-dev
Visibility:
Public.

Description

Synchronize with r15701. This brings experimental/a64 up to 2013-07-17. BUG=none R=rodolph.perfetta@arm.com Committed: https://code.google.com/p/v8/source/detail?r=18883

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5695 lines, -3551 lines) Patch
M ChangeLog View 1 chunk +33 lines, -0 lines 0 comments Download
M DEPS View 1 chunk +1 line, -1 line 0 comments Download
M Makefile View 4 chunks +7 lines, -1 line 0 comments Download
M Makefile.android View 1 chunk +1 line, -0 lines 0 comments Download
M Makefile.nacl View 1 chunk +3 lines, -1 line 0 comments Download
M build/gyp_v8 View 1 chunk +4 lines, -0 lines 0 comments Download
M build/toolchain.gypi View 7 chunks +49 lines, -5 lines 0 comments Download
M include/v8.h View 2 chunks +7 lines, -1 line 0 comments Download
M samples/lineprocessor.cc View 2 chunks +1 line, -2 lines 0 comments Download
M samples/process.cc View 3 chunks +1 line, -3 lines 0 comments Download
M samples/samples.gyp View 2 chunks +14 lines, -0 lines 0 comments Download
M samples/shell.cc View 1 chunk +1 line, -2 lines 0 comments Download
M src/a64/code-stubs-a64.cc View 1 chunk +19 lines, -0 lines 0 comments Download
M src/a64/deoptimizer-a64.cc View 4 chunks +10 lines, -43 lines 0 comments Download
M src/a64/lithium-a64.h View 2 chunks +0 lines, -19 lines 0 comments Download
M src/a64/lithium-a64.cc View 2 chunks +0 lines, -9 lines 0 comments Download
M src/a64/lithium-codegen-a64.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/a64/lithium-codegen-a64.cc View 3 chunks +3 lines, -87 lines 0 comments Download
M src/api.cc View 2 chunks +6 lines, -0 lines 0 comments Download
M src/apinatives.js View 1 chunk +1 line, -1 line 0 comments Download
M src/arm/assembler-arm.h View 7 chunks +113 lines, -0 lines 0 comments Download
M src/arm/assembler-arm.cc View 9 chunks +241 lines, -2 lines 0 comments Download
M src/arm/codegen-arm.cc View 2 chunks +247 lines, -1 line 0 comments Download
M src/arm/constants-arm.h View 3 chunks +27 lines, -16 lines 0 comments Download
M src/arm/deoptimizer-arm.cc View 4 chunks +9 lines, -30 lines 0 comments Download
M src/arm/disasm-arm.cc View 6 chunks +224 lines, -8 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 2 chunks +6 lines, -5 lines 0 comments Download
M src/arm/lithium-arm.h View 2 chunks +0 lines, -16 lines 0 comments Download
M src/arm/lithium-arm.cc View 2 chunks +0 lines, -9 lines 0 comments Download
M src/arm/lithium-codegen-arm.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/arm/lithium-codegen-arm.cc View 6 chunks +20 lines, -122 lines 0 comments Download
M src/arm/simulator-arm.h View 4 chunks +19 lines, -6 lines 0 comments Download
M src/arm/simulator-arm.cc View 10 chunks +353 lines, -37 lines 0 comments Download
A src/array-iterator.js View 1 chunk +127 lines, -0 lines 0 comments Download
M src/ast.h View 2 chunks +4 lines, -8 lines 0 comments Download
M src/bootstrapper.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M src/code-stubs.h View 6 chunks +110 lines, -54 lines 0 comments Download
M src/code-stubs.cc View 4 chunks +20 lines, -13 lines 0 comments Download
M src/code-stubs-hydrogen.cc View 2 chunks +11 lines, -10 lines 0 comments Download
M src/compiler.cc View 1 chunk +1 line, -2 lines 0 comments Download
M src/d8.cc View 2 chunks +1 line, -7 lines 0 comments Download
M src/d8.gyp View 1 chunk +6 lines, -4 lines 0 comments Download
M src/debug.cc View 6 chunks +8 lines, -10 lines 0 comments Download
M src/deoptimizer.cc View 4 chunks +3 lines, -4 lines 0 comments Download
M src/flag-definitions.h View 4 chunks +7 lines, -0 lines 0 comments Download
M src/frames.h View 1 chunk +1 line, -1 line 0 comments Download
M src/frames.cc View 12 chunks +57 lines, -68 lines 0 comments Download
M src/frames-inl.h View 1 chunk +2 lines, -4 lines 0 comments Download
M src/globals.h View 2 chunks +10 lines, -6 lines 0 comments Download
M src/handles.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M src/heap.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/heap.cc View 3 chunks +7 lines, -8 lines 0 comments Download
M src/heap-snapshot-generator.cc View 14 chunks +30 lines, -25 lines 0 comments Download
M src/hydrogen.h View 5 chunks +11 lines, -21 lines 0 comments Download
M src/hydrogen.cc View 25 chunks +104 lines, -350 lines 0 comments Download
A + src/hydrogen-canonicalize.h View 2 chunks +9 lines, -6 lines 0 comments Download
A + src/hydrogen-canonicalize.cc View 1 chunk +19 lines, -26 lines 0 comments Download
A + src/hydrogen-dehoist.h View 2 chunks +9 lines, -6 lines 0 comments Download
A + src/hydrogen-dehoist.cc View 1 chunk +42 lines, -38 lines 0 comments Download
A + src/hydrogen-deoptimizing-mark.h View 2 chunks +11 lines, -12 lines 0 comments Download
A src/hydrogen-deoptimizing-mark.cc View 1 chunk +126 lines, -0 lines 0 comments Download
M src/hydrogen-escape-analysis.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/hydrogen-gvn.h View 2 chunks +1 line, -41 lines 0 comments Download
M src/hydrogen-gvn.cc View 5 chunks +30 lines, -32 lines 0 comments Download
M src/hydrogen-instructions.h View 14 chunks +37 lines, -51 lines 0 comments Download
M src/hydrogen-instructions.cc View 2 chunks +91 lines, -6 lines 0 comments Download
A + src/hydrogen-minus-zero.h View 2 chunks +14 lines, -6 lines 0 comments Download
A + src/hydrogen-minus-zero.cc View 1 chunk +41 lines, -34 lines 0 comments Download
M src/hydrogen-range-analysis.h View 1 chunk +1 line, -4 lines 0 comments Download
M src/hydrogen-range-analysis.cc View 3 chunks +57 lines, -27 lines 0 comments Download
A + src/hydrogen-removable-simulates.h View 2 chunks +9 lines, -6 lines 0 comments Download
A src/hydrogen-removable-simulates.cc View 1 chunk +94 lines, -0 lines 0 comments Download
M src/ia32/assembler-ia32.h View 2 chunks +21 lines, -10 lines 0 comments Download
M src/ia32/assembler-ia32.cc View 4 chunks +9 lines, -3 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 3 chunks +134 lines, -118 lines 0 comments Download
M src/ia32/deoptimizer-ia32.cc View 2 chunks +6 lines, -14 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.h View 7 chunks +28 lines, -10 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 23 chunks +267 lines, -325 lines 0 comments Download
M src/ia32/lithium-gap-resolver-ia32.cc View 3 chunks +6 lines, -10 lines 0 comments Download
M src/ia32/lithium-ia32.h View 10 chunks +8 lines, -40 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 11 chunks +18 lines, -62 lines 0 comments Download
M src/ic.cc View 5 chunks +39 lines, -23 lines 0 comments Download
M src/icu_util.h View 1 chunk +3 lines, -1 line 0 comments Download
M src/icu_util.cc View 3 chunks +5 lines, -3 lines 0 comments Download
M src/isolate.cc View 4 chunks +4 lines, -7 lines 0 comments Download
M src/json-stringifier.h View 2 chunks +4 lines, -2 lines 0 comments Download
M src/liveedit.cc View 1 chunk +1 line, -2 lines 0 comments Download
M src/log.h View 3 chunks +2 lines, -22 lines 0 comments Download
M src/log.cc View 13 chunks +206 lines, -81 lines 0 comments Download
M src/log-utils.h View 3 chunks +2 lines, -4 lines 0 comments Download
M src/log-utils.cc View 4 chunks +5 lines, -75 lines 0 comments Download
M src/mark-compact.h View 2 chunks +47 lines, -0 lines 0 comments Download
M src/mark-compact.cc View 11 chunks +121 lines, -149 lines 0 comments Download
M src/mips/deoptimizer-mips.cc View 3 chunks +10 lines, -31 lines 0 comments Download
M src/mips/lithium-codegen-mips.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/mips/lithium-codegen-mips.cc View 6 chunks +17 lines, -144 lines 0 comments Download
M src/mips/lithium-mips.h View 6 chunks +0 lines, -46 lines 0 comments Download
M src/mips/lithium-mips.cc View 4 chunks +0 lines, -25 lines 0 comments Download
M src/mksnapshot.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M src/object-observe.js View 10 chunks +47 lines, -40 lines 0 comments Download
M src/objects.h View 5 chunks +14 lines, -5 lines 0 comments Download
M src/objects.cc View 19 chunks +96 lines, -18 lines 0 comments Download
M src/objects-inl.h View 2 chunks +3 lines, -2 lines 0 comments Download
M src/parser.cc View 1 chunk +6 lines, -12 lines 0 comments Download
M src/platform.h View 2 chunks +39 lines, -1 line 0 comments Download
M src/platform-cygwin.cc View 1 chunk +0 lines, -51 lines 0 comments Download
M src/platform-freebsd.cc View 3 chunks +2 lines, -95 lines 0 comments Download
M src/platform-linux.cc View 5 chunks +38 lines, -101 lines 0 comments Download
M src/platform-macos.cc View 4 chunks +7 lines, -67 lines 0 comments Download
M src/platform-nullos.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M src/platform-openbsd.cc View 1 chunk +0 lines, -50 lines 0 comments Download
M src/platform-posix.h View 1 chunk +70 lines, -0 lines 0 comments Download
M src/platform-posix.cc View 4 chunks +78 lines, -1 line 0 comments Download
M src/platform-solaris.cc View 2 chunks +0 lines, -41 lines 0 comments Download
M src/runtime.h View 2 chunks +2 lines, -1 line 0 comments Download
M src/runtime.cc View 29 chunks +137 lines, -55 lines 0 comments Download
M src/runtime-profiler.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/store-buffer.h View 4 chunks +23 lines, -7 lines 0 comments Download
M src/store-buffer.cc View 15 chunks +44 lines, -13 lines 0 comments Download
M src/store-buffer-inl.h View 1 chunk +8 lines, -0 lines 0 comments Download
M src/type-info.cc View 3 chunks +5 lines, -8 lines 0 comments Download
M src/typedarray.js View 17 chunks +54 lines, -7 lines 0 comments Download
M src/types.h View 1 chunk +34 lines, -0 lines 0 comments Download
M src/types.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/typing.h View 2 chunks +5 lines, -10 lines 0 comments Download
M src/typing.cc View 13 chunks +49 lines, -68 lines 0 comments Download
M src/v8globals.h View 2 chunks +12 lines, -0 lines 0 comments Download
M src/v8utils.h View 2 chunks +104 lines, -0 lines 0 comments Download
M src/version.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/deoptimizer-x64.cc View 2 chunks +6 lines, -15 lines 0 comments Download
M src/x64/lithium-codegen-x64.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/x64/lithium-codegen-x64.cc View 4 chunks +17 lines, -134 lines 0 comments Download
M src/x64/lithium-gap-resolver-x64.cc View 1 chunk +2 lines, -6 lines 0 comments Download
M src/x64/lithium-x64.h View 2 chunks +0 lines, -14 lines 0 comments Download
M src/x64/lithium-x64.cc View 2 chunks +0 lines, -8 lines 0 comments Download
M test/cctest/cctest.gyp View 2 chunks +1 line, -1 line 0 comments Download
M test/cctest/test-api.cc View 3 chunks +197 lines, -0 lines 0 comments Download
M test/cctest/test-assembler-arm.cc View 1 chunk +182 lines, -0 lines 0 comments Download
A test/cctest/test-code-stubs-ia32.cc View 1 chunk +278 lines, -0 lines 0 comments Download
D test/cctest/test-compare-nil-ic-stub.cc View 1 chunk +0 lines, -91 lines 0 comments Download
M test/cctest/test-disasm-arm.cc View 3 chunks +33 lines, -0 lines 0 comments Download
M test/cctest/test-heap.cc View 1 chunk +25 lines, -0 lines 0 comments Download
M test/cctest/test-heap-profiler.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-object-observe.cc View 1 chunk +4 lines, -4 lines 0 comments Download
A + test/mjsunit/allocation-folding.js View 1 chunk +14 lines, -11 lines 0 comments Download
M test/mjsunit/allocation-site-info.js View 2 chunks +40 lines, -0 lines 0 comments Download
M test/mjsunit/compiler/inline-arguments.js View 1 chunk +1 line, -1 line 0 comments Download
A test/mjsunit/double-truncation.js View 1 chunk +78 lines, -0 lines 0 comments Download
M test/mjsunit/elements-kind.js View 4 chunks +6 lines, -6 lines 0 comments Download
M test/mjsunit/elide-double-hole-check-9.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/external-array.js View 1 chunk +4 lines, -2 lines 0 comments Download
M test/mjsunit/external-array-no-sse2.js View 1 chunk +4 lines, -2 lines 0 comments Download
M test/mjsunit/generated-transition-stub.js View 1 chunk +1 line, -1 line 0 comments Download
A test/mjsunit/harmony/array-iterator.js View 1 chunk +195 lines, -0 lines 0 comments Download
M test/mjsunit/harmony/dataview-accessors.js View 9 chunks +104 lines, -3 lines 0 comments Download
M test/mjsunit/harmony/typedarrays.js View 1 chunk +10 lines, -2 lines 0 comments Download
A + test/mjsunit/never-optimize.js View 1 chunk +32 lines, -25 lines 0 comments Download
M test/mjsunit/opt-elements-kind.js View 3 chunks +3 lines, -3 lines 0 comments Download
M test/mjsunit/osr-elements-kind.js View 2 chunks +3 lines, -3 lines 0 comments Download
A + test/mjsunit/regress/regress-1713b.js View 1 chunk +1 line, -1 line 0 comments Download
A + test/mjsunit/regress/regress-173361.js View 1 chunk +5 lines, -1 line 0 comments Download
A + test/mjsunit/regress/regress-2711.js View 1 chunk +6 lines, -5 lines 0 comments Download
A + test/mjsunit/regress/regress-97116b.js View 1 chunk +1 line, -1 line 0 comments Download
A + test/mjsunit/regress/regress-crbug-173907b.js View 1 chunk +1 line, -1 line 0 comments Download
A + test/mjsunit/regress/regress-deopt-gcb.js View 1 chunk +1 line, -1 line 0 comments Download
A + test/mjsunit/regress/regress-mul-canoverflowb.js View 1 chunk +1 line, -1 line 0 comments Download
A + test/mjsunit/transition-elements-kind.js View 1 chunk +17 lines, -17 lines 0 comments Download
M tools/blink_tests/TestExpectations View 1 chunk +5 lines, -0 lines 0 comments Download
M tools/gyp/v8.gyp View 5 chunks +21 lines, -2 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
jbramley
6 years, 10 months ago (2014-01-28 15:45:38 UTC) #1
Rodolph Perfetta (ARM)
lgtm
6 years, 10 months ago (2014-01-28 15:48:50 UTC) #2
m.m.capewell
lgtm
6 years, 10 months ago (2014-01-28 15:49:34 UTC) #3
jbramley
6 years, 10 months ago (2014-01-28 15:52:00 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 manually as r18883 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698