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

Issue 152823003: A64: Synchronize with r16489. (Closed)

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

Description

A64: Synchronize with r16489. This brings experimental/a64 up to 2013-09-03. BUG=none R=rodolph.perfetta@arm.com Committed: https://code.google.com/p/v8/source/detail?r=19037

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6282 lines, -6434 lines) Patch
ChangeLog View 2 chunks +39 lines, -1 line 0 comments Download
include/v8.h View 6 chunks +14 lines, -24 lines 0 comments Download
include/v8-debug.h View 4 chunks +3 lines, -41 lines 0 comments Download
include/v8-profiler.h View 1 chunk +0 lines, -15 lines 0 comments Download
include/v8config.h View 5 chunks +77 lines, -10 lines 0 comments Download
src/a64/code-stubs-a64.cc View 2 chunks +5 lines, -10 lines 0 comments Download
src/a64/codegen-a64.h View 2 chunks +3 lines, -3 lines 0 comments Download
src/a64/deoptimizer-a64.cc View 3 chunks +10 lines, -18 lines 0 comments Download
src/a64/disasm-a64.cc View 1 chunk +0 lines, -3 lines 0 comments Download
src/a64/full-codegen-a64.cc View 4 chunks +5 lines, -7 lines 0 comments Download
src/a64/lithium-a64.h View 3 chunks +16 lines, -16 lines 0 comments Download
src/a64/lithium-a64.cc View 3 chunks +5 lines, -10 lines 0 comments Download
src/a64/lithium-codegen-a64.cc View 2 chunks +8 lines, -7 lines 0 comments Download
src/a64/macro-assembler-a64.h View 1 chunk +0 lines, -1 line 0 comments Download
src/a64/macro-assembler-a64.cc View 2 chunks +0 lines, -9 lines 0 comments Download
src/a64/simulator-a64.cc View 6 chunks +11 lines, -86 lines 0 comments Download
src/a64/stub-cache-a64.cc View 4 chunks +4 lines, -20 lines 0 comments Download
src/accessors.h View 1 chunk +62 lines, -26 lines 0 comments Download
src/accessors.cc View 26 chunks +93 lines, -46 lines 0 comments Download
src/api.h View 1 chunk +2 lines, -2 lines 0 comments Download
src/api.cc View 11 chunks +25 lines, -106 lines 0 comments Download
src/arm/code-stubs-arm.cc View 3 chunks +2 lines, -10 lines 0 comments Download
src/arm/codegen-arm.h View 2 chunks +3 lines, -3 lines 0 comments Download
src/arm/deoptimizer-arm.cc View 4 chunks +14 lines, -19 lines 0 comments Download
src/arm/disasm-arm.cc View 1 chunk +0 lines, -3 lines 0 comments Download
src/arm/full-codegen-arm.cc View 4 chunks +5 lines, -7 lines 0 comments Download
src/arm/lithium-arm.h View 2 chunks +5 lines, -5 lines 0 comments Download
src/arm/lithium-arm.cc View 3 chunks +6 lines, -12 lines 0 comments Download
src/arm/lithium-codegen-arm.cc View 4 chunks +10 lines, -12 lines 0 comments Download
src/arm/macro-assembler-arm.h View 1 chunk +0 lines, -1 line 0 comments Download
src/arm/macro-assembler-arm.cc View 2 chunks +0 lines, -10 lines 0 comments Download
src/arm/simulator-arm.cc View 6 chunks +21 lines, -74 lines 0 comments Download
src/arm/stub-cache-arm.cc View 4 chunks +4 lines, -19 lines 0 comments Download
src/assembler.h View 2 chunks +7 lines, -24 lines 0 comments Download
src/assembler.cc View 3 chunks +2 lines, -3 lines 0 comments Download
src/ast.h View 3 chunks +6 lines, -7 lines 0 comments Download
src/ast.cc View 3 chunks +4 lines, -3 lines 0 comments Download
src/bootstrapper.cc View 1 chunk +2 lines, -2 lines 0 comments Download
src/builtins.h View 3 chunks +8 lines, -1 line 0 comments Download
src/builtins.cc View 2 chunks +11 lines, -2 lines 0 comments Download
src/code-stubs.h View 23 chunks +23 lines, -47 lines 0 comments Download
src/code-stubs.cc View 3 chunks +3 lines, -4 lines 0 comments Download
src/code-stubs-hydrogen.cc View 23 chunks +48 lines, -45 lines 0 comments Download
src/codegen.cc View 3 chunks +4 lines, -5 lines 0 comments Download
src/compiler.h View 4 chunks +12 lines, -13 lines 0 comments Download
src/compiler.cc View 7 chunks +10 lines, -19 lines 0 comments Download
src/contexts.h View 2 chunks +2 lines, -2 lines 0 comments Download
src/contexts.cc View 2 chunks +2 lines, -3 lines 0 comments Download
src/counters.h View 4 chunks +6 lines, -8 lines 0 comments Download
src/counters.cc View 3 chunks +4 lines, -6 lines 0 comments Download
src/cpu.h View 1 chunk +3 lines, -0 lines 0 comments Download
src/cpu.cc View 2 chunks +34 lines, -14 lines 0 comments Download
src/cpu-profiler.h View 3 chunks +3 lines, -5 lines 0 comments Download
src/cpu-profiler.cc View 8 chunks +14 lines, -41 lines 0 comments Download
src/d8.h View 3 chunks +5 lines, -5 lines 0 comments Download
src/d8.cc View 8 chunks +6 lines, -11 lines 0 comments Download
src/d8-debug.h View 2 chunks +3 lines, -4 lines 0 comments Download
src/d8-debug.cc View 3 chunks +4 lines, -4 lines 0 comments Download
src/debug.h View 8 chunks +10 lines, -11 lines 0 comments Download
src/debug.cc View 12 chunks +27 lines, -46 lines 0 comments Download
src/debug-agent.h View 2 chunks +6 lines, -6 lines 0 comments Download
src/debug-agent.cc View 7 chunks +13 lines, -11 lines 0 comments Download
src/deoptimizer.h View 2 chunks +15 lines, -16 lines 0 comments Download
src/deoptimizer.cc View 9 chunks +42 lines, -24 lines 0 comments Download
src/factory.h View 1 chunk +0 lines, -2 lines 0 comments Download
src/factory.cc View 1 chunk +0 lines, -7 lines 0 comments Download
src/flag-definitions.h View 3 chunks +2 lines, -5 lines 0 comments Download
src/full-codegen.h View 1 chunk +2 lines, -2 lines 0 comments Download
src/full-codegen.cc View 3 chunks +3 lines, -3 lines 0 comments Download
src/gdb-jit.cc View 4 chunks +4 lines, -4 lines 0 comments Download
src/global-handles.cc View 1 chunk +0 lines, -2 lines 0 comments Download
src/globals.h View 1 chunk +24 lines, -19 lines 0 comments Download
src/handles.h View 1 chunk +0 lines, -2 lines 0 comments Download
src/handles.cc View 1 chunk +0 lines, -5 lines 0 comments Download
src/heap.h View 3 chunks +5 lines, -5 lines 0 comments Download
src/heap.cc View 7 chunks +12 lines, -4 lines 0 comments Download
src/heap-inl.h View 1 chunk +0 lines, -2 lines 0 comments Download
src/hydrogen.h View 2 chunks +24 lines, -57 lines 0 comments Download
src/hydrogen.cc View 31 chunks +130 lines, -279 lines 0 comments Download
src/hydrogen-canonicalize.cc View 1 chunk +4 lines, -0 lines 0 comments Download
src/hydrogen-environment-liveness.cc View 1 chunk +1 line, -5 lines 0 comments Download
src/hydrogen-escape-analysis.h View 2 chunks +3 lines, -1 line 0 comments Download
src/hydrogen-escape-analysis.cc View 8 chunks +48 lines, -21 lines 0 comments Download
src/hydrogen-infer-representation.cc View 1 chunk +22 lines, -10 lines 0 comments Download
src/hydrogen-instructions.h View 18 chunks +66 lines, -33 lines 0 comments Download
src/hydrogen-instructions.cc View 8 chunks +45 lines, -7 lines 0 comments Download
src/hydrogen-osr.cc View 1 chunk +3 lines, -2 lines 0 comments Download
src/hydrogen-representation-changes.cc View 2 chunks +42 lines, -28 lines 0 comments Download
src/ia32/assembler-ia32.h View 2 chunks +2 lines, -0 lines 0 comments Download
src/ia32/code-stubs-ia32.cc View 7 chunks +11 lines, -47 lines 0 comments Download
src/ia32/codegen-ia32.h View 1 chunk +1 line, -1 line 0 comments Download
src/ia32/deoptimizer-ia32.cc View 3 chunks +15 lines, -20 lines 0 comments Download
src/ia32/full-codegen-ia32.cc View 4 chunks +5 lines, -7 lines 0 comments Download
src/ia32/lithium-codegen-ia32.h View 7 chunks +19 lines, -9 lines 0 comments Download
src/ia32/lithium-codegen-ia32.cc View 34 chunks +130 lines, -383 lines 0 comments Download
src/ia32/lithium-ia32.h View 4 chunks +5 lines, -31 lines 0 comments Download
src/ia32/lithium-ia32.cc View 4 chunks +14 lines, -30 lines 0 comments Download
src/ia32/macro-assembler-ia32.h View 4 chunks +17 lines, -3 lines 0 comments Download
src/ia32/macro-assembler-ia32.cc View 4 chunks +231 lines, -57 lines 0 comments Download
src/ia32/regexp-macro-assembler-ia32.cc View 2 chunks +2 lines, -2 lines 0 comments Download
src/ia32/stub-cache-ia32.cc View 3 chunks +12 lines, -18 lines 0 comments Download
src/ic.cc View 4 chunks +5 lines, -4 lines 0 comments Download
src/isolate.h View 9 chunks +29 lines, -16 lines 0 comments Download
src/isolate.cc View 14 chunks +24 lines, -21 lines 0 comments Download
src/isolate-inl.h View 1 chunk +0 lines, -3 lines 0 comments Download
src/lithium-allocator.cc View 1 chunk +1 line, -1 line 0 comments Download
src/log.h View 4 chunks +7 lines, -13 lines 0 comments Download
src/log.cc View 12 chunks +19 lines, -63 lines 0 comments Download
src/log-utils.h View 2 chunks +2 lines, -2 lines 0 comments Download
src/log-utils.cc View 4 chunks +1 line, -11 lines 0 comments Download
src/mark-compact.cc View 1 chunk +1 line, -1 line 0 comments Download
src/marking-thread.h View 1 chunk +4 lines, -9 lines 0 comments Download
src/marking-thread.cc View 2 chunks +10 lines, -10 lines 0 comments Download
src/mips/code-stubs-mips.h View 3 chunks +1 line, -127 lines 0 comments Download
src/mips/code-stubs-mips.cc View 14 chunks +136 lines, -525 lines 0 comments Download
src/mips/codegen-mips.h View 1 chunk +2 lines, -2 lines 0 comments Download
src/mips/deoptimizer-mips.cc View 3 chunks +14 lines, -19 lines 0 comments Download
src/mips/disasm-mips.cc View 1 chunk +0 lines, -3 lines 0 comments Download
src/mips/full-codegen-mips.cc View 4 chunks +6 lines, -9 lines 0 comments Download
src/mips/ic-mips.cc View 1 chunk +0 lines, -1 line 0 comments Download
src/mips/lithium-codegen-mips.cc View 11 chunks +29 lines, -49 lines 0 comments Download
src/mips/lithium-mips.h View 7 chunks +30 lines, -23 lines 0 comments Download
src/mips/lithium-mips.cc View 6 chunks +27 lines, -22 lines 0 comments Download
src/mips/macro-assembler-mips.h View 6 chunks +75 lines, -17 lines 0 comments Download
src/mips/macro-assembler-mips.cc View 13 chunks +224 lines, -81 lines 0 comments Download
src/mips/simulator-mips.cc View 2 chunks +32 lines, -108 lines 0 comments Download
src/mips/stub-cache-mips.cc View 5 chunks +25 lines, -67 lines 0 comments Download
src/objects.h View 26 chunks +60 lines, -106 lines 0 comments Download
src/objects.cc View 34 chunks +239 lines, -280 lines 0 comments Download
src/objects-inl.h View 4 chunks +15 lines, -22 lines 0 comments Download
src/optimizing-compiler-thread.h View 4 chunks +11 lines, -21 lines 0 comments Download
src/optimizing-compiler-thread.cc View 11 chunks +20 lines, -22 lines 0 comments Download
src/parser.cc View 4 chunks +12 lines, -6 lines 0 comments Download
src/platform.h View 10 chunks +13 lines, -162 lines 0 comments Download
src/platform-cygwin.cc View 3 chunks +2 lines, -67 lines 0 comments Download
src/platform-freebsd.cc View 3 chunks +2 lines, -58 lines 0 comments Download
src/platform-linux.cc View 2 chunks +3 lines, -73 lines 0 comments Download
src/platform-macos.cc View 2 chunks +3 lines, -50 lines 0 comments Download
src/platform-nullos.cc View 1 chunk +0 lines, -558 lines 0 comments Download
src/platform-openbsd.cc View 2 chunks +3 lines, -72 lines 0 comments Download
src/platform-posix.cc View 3 chunks +1 line, -60 lines 0 comments Download
src/platform-solaris.cc View 3 chunks +2 lines, -80 lines 0 comments Download
src/platform-win32.cc View 16 chunks +23 lines, -198 lines 0 comments Download
src/platform/elapsed-timer.h View 1 chunk +120 lines, -0 lines 0 comments Download
src/platform/mutex.h View 1 chunk +223 lines, -0 lines 0 comments Download
src/platform/mutex.cc View 1 chunk +223 lines, -0 lines 0 comments Download
src/platform/semaphore.h View 1 chunk +126 lines, -0 lines 0 comments Download
src/platform/semaphore.cc View 1 chunk +214 lines, -0 lines 0 comments Download
src/platform/time.h View 1 chunk +391 lines, -0 lines 0 comments Download
src/platform/time.cc View 1 chunk +589 lines, -0 lines 0 comments Download
src/preparser.h View 1 chunk +0 lines, -5 lines 0 comments Download
src/prettyprinter.h View 3 chunks +3 lines, -3 lines 0 comments Download
src/prettyprinter.cc View 3 chunks +5 lines, -5 lines 0 comments Download
src/profile-generator.h View 6 chunks +6 lines, -20 lines 0 comments Download
src/profile-generator.cc View 9 chunks +14 lines, -70 lines 0 comments Download
src/profile-generator-inl.h View 1 chunk +0 lines, -1 line 0 comments Download
src/property.h View 1 chunk +2 lines, -2 lines 0 comments Download
src/property-details.h View 1 chunk +1 line, -1 line 0 comments Download
src/rewriter.cc View 1 chunk +2 lines, -2 lines 0 comments Download
src/runtime.h View 1 chunk +2 lines, -1 line 0 comments Download
src/runtime.cc View 7 chunks +43 lines, -16 lines 0 comments Download
src/runtime-profiler.cc View 1 chunk +1 line, -12 lines 0 comments Download
src/sampler.h View 1 chunk +3 lines, -4 lines 0 comments Download
src/sampler.cc View 22 chunks +74 lines, -51 lines 0 comments Download
src/spaces.h View 4 chunks +3 lines, -7 lines 0 comments Download
src/spaces.cc View 1 chunk +2 lines, -2 lines 0 comments Download
src/sweeper-thread.h View 2 chunks +4 lines, -9 lines 0 comments Download
src/sweeper-thread.cc View 4 chunks +10 lines, -10 lines 0 comments Download
src/typing.cc View 1 chunk +1 line, -1 line 0 comments Download
src/v8.h View 2 chunks +0 lines, -3 lines 0 comments Download
src/v8.cc View 5 chunks +1 line, -5 lines 0 comments Download
src/v8-counters.cc View 1 chunk +7 lines, -7 lines 0 comments Download
src/v8dll-main.cc View 2 chunks +3 lines, -3 lines 0 comments Download
src/v8globals.h View 3 chunks +9 lines, -2 lines 0 comments Download
src/v8threads.h View 1 chunk +1 line, -1 line 0 comments Download
src/v8threads.cc View 4 chunks +3 lines, -5 lines 0 comments Download
src/version.cc View 1 chunk +1 line, -1 line 0 comments Download
src/win32-headers.h View 4 chunks +6 lines, -3 lines 0 comments Download
src/win32-math.cc View 1 chunk +0 lines, -2 lines 0 comments Download
src/x64/code-stubs-x64.cc View 3 chunks +2 lines, -10 lines 0 comments Download
src/x64/codegen-x64.h View 2 chunks +3 lines, -3 lines 0 comments Download
src/x64/debug-x64.cc View 2 chunks +2 lines, -13 lines 0 comments Download
src/x64/deoptimizer-x64.cc View 3 chunks +15 lines, -20 lines 0 comments Download
src/x64/full-codegen-x64.cc View 4 chunks +5 lines, -7 lines 0 comments Download
src/x64/lithium-codegen-x64.cc View 6 chunks +30 lines, -11 lines 0 comments Download
src/x64/lithium-x64.h View 2 chunks +5 lines, -5 lines 0 comments Download
src/x64/lithium-x64.cc View 3 chunks +5 lines, -11 lines 0 comments Download
src/x64/macro-assembler-x64.h View 5 chunks +14 lines, -7 lines 0 comments Download
src/x64/macro-assembler-x64.cc View 10 chunks +50 lines, -55 lines 0 comments Download
src/x64/regexp-macro-assembler-x64.cc View 2 chunks +2 lines, -2 lines 0 comments Download
src/x64/stub-cache-x64.cc View 6 chunks +4 lines, -19 lines 0 comments Download
test/cctest/cctest.h View 2 chunks +4 lines, -4 lines 0 comments Download
test/cctest/cctest.gyp View 3 chunks +3 lines, -1 line 0 comments Download
test/cctest/cctest.status View 1 chunk +3 lines, -0 lines 0 comments Download
test/cctest/test-alloc.cc View 1 chunk +1 line, -1 line 0 comments Download
test/cctest/test-api.cc View 25 chunks +88 lines, -41 lines 0 comments Download
test/cctest/test-circular-queue.cc View 4 chunks +7 lines, -9 lines 0 comments Download
test/cctest/test-cpu.cc View 1 chunk +5 lines, -0 lines 0 comments Download
test/cctest/test-cpu-profiler.cc View 5 chunks +9 lines, -11 lines 0 comments Download
test/cctest/test-debug.cc View 163 chunks +233 lines, -283 lines 0 comments Download
test/cctest/test-dictionary.cc View 3 chunks +3 lines, -3 lines 0 comments Download
test/cctest/test-heap.cc View 1 chunk +1 line, -3 lines 0 comments Download
test/cctest/test-lock.cc View 1 chunk +0 lines, -89 lines 0 comments Download
test/cctest/test-lockers.cc View 3 chunks +5 lines, -7 lines 0 comments Download
test/cctest/test-log.cc View 13 chunks +10 lines, -95 lines 0 comments Download
test/cctest/test-mutex.cc View 1 chunk +118 lines, -0 lines 0 comments Download
test/cctest/test-platform.cc View 1 chunk +0 lines, -5 lines 0 comments Download
test/cctest/test-platform-linux.cc View 2 chunks +5 lines, -8 lines 0 comments Download
test/cctest/test-platform-nullos.cc View 1 chunk +0 lines, -105 lines 0 comments Download
test/cctest/test-profile-generator.cc View 9 chunks +0 lines, -49 lines 0 comments Download
test/cctest/test-semaphore.cc View 1 chunk +155 lines, -0 lines 0 comments Download
test/cctest/test-sockets.cc View 3 chunks +4 lines, -5 lines 0 comments Download
test/cctest/test-thread-termination.cc View 2 chunks +2 lines, -2 lines 0 comments Download
test/cctest/test-threads.cc View 1 chunk +1 line, -1 line 0 comments Download
test/cctest/test-time.cc View 1 chunk +144 lines, -0 lines 0 comments Download
test/mjsunit/allocation-folding.js View 2 chunks +25 lines, -2 lines 0 comments Download
test/mjsunit/array-push-non-smi-value.js View 1 chunk +7 lines, -10 lines 0 comments Download
test/mjsunit/compiler/escape-analysis.js View 1 chunk +68 lines, -0 lines 0 comments Download
test/mjsunit/compiler/type-feedback-after-throw.js View 1 chunk +7 lines, -9 lines 0 comments Download
test/mjsunit/debug-stepin-positions.js View 3 chunks +98 lines, -15 lines 0 comments Download
test/mjsunit/external-array.js View 1 chunk +34 lines, -0 lines 0 comments Download
test/mjsunit/external-array-no-sse2.js View 1 chunk +34 lines, -0 lines 0 comments Download
test/mjsunit/fast-literal.js View 1 chunk +11 lines, -6 lines 0 comments Download
test/mjsunit/regress/regress-2843.js View 1 chunk +12 lines, -11 lines 0 comments Download
test/mjsunit/regress/regress-crbug-280333.js View 1 chunk +12 lines, -9 lines 0 comments Download
test/mjsunit/regress/regress-merge-descriptors.js View 1 chunk +60 lines, -30 lines 0 comments Download
test/mjsunit/regress/regress-store-uncacheable.js View 1 chunk +6 lines, -2 lines 0 comments Download
test/mjsunit/smi-mul.js View 1 chunk +32 lines, -13 lines 0 comments Download
tools/gyp/v8.gyp View 7 chunks +37 lines, -5 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
jbramley
6 years, 10 months ago (2014-02-03 17:13:45 UTC) #1
Rodolph Perfetta (ARM)
lgtm
6 years, 10 months ago (2014-02-03 17:14:31 UTC) #2
jbramley
6 years, 10 months ago (2014-02-03 17:19:46 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r19037 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698