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

Issue 146213004: A64: Synchronize with r16849. (Closed)

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

Description

A64: Synchronize with r16849. This brings experimental/a64 up to 2013-09-20. BUG=none R=m.m.capewell@googlemail.com Committed: https://code.google.com/p/v8/source/detail?r=19077

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6695 lines, -5733 lines) Patch
M .gitignore View 1 chunk +1 line, -0 lines 0 comments Download
M ChangeLog View 1 chunk +17 lines, -0 lines 0 comments Download
M Makefile View 2 chunks +5 lines, -4 lines 0 comments Download
M Makefile.nacl View 1 chunk +3 lines, -0 lines 0 comments Download
M build/features.gypi View 1 chunk +1 line, -1 line 0 comments Download
M build/standalone.gypi View 1 chunk +1 line, -1 line 0 comments Download
M include/v8.h View 6 chunks +47 lines, -23 lines 0 comments Download
M include/v8-debug.h View 1 chunk +4 lines, -0 lines 0 comments Download
M samples/samples.gyp View 1 chunk +1 line, -1 line 0 comments Download
M src/a64/builtins-a64.cc View 1 chunk +6 lines, -8 lines 0 comments Download
M src/a64/code-stubs-a64.h View 1 chunk +0 lines, -13 lines 0 comments Download
M src/a64/code-stubs-a64.cc View 6 chunks +5 lines, -90 lines 0 comments Download
M src/a64/cpu-a64.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/a64/cpu-a64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/a64/deoptimizer-a64.cc View 1 chunk +0 lines, -69 lines 0 comments Download
M src/a64/full-codegen-a64.cc View 2 chunks +72 lines, -5 lines 0 comments Download
M src/a64/lithium-a64.h View 6 chunks +12 lines, -16 lines 0 comments Download
M src/a64/lithium-a64.cc View 3 chunks +8 lines, -9 lines 0 comments Download
M src/a64/lithium-codegen-a64.cc View 5 chunks +10 lines, -22 lines 0 comments Download
M src/a64/macro-assembler-a64.h View 3 chunks +17 lines, -2 lines 0 comments Download
M src/a64/macro-assembler-a64.cc View 6 chunks +108 lines, -17 lines 0 comments Download
M src/a64/stub-cache-a64.cc View 13 chunks +43 lines, -30 lines 0 comments Download
M src/api.cc View 9 chunks +48 lines, -20 lines 0 comments Download
M src/arguments.h View 2 chunks +2 lines, -0 lines 0 comments Download
M src/arm/assembler-arm.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/arm/builtins-arm.cc View 1 chunk +6 lines, -8 lines 0 comments Download
M src/arm/code-stubs-arm.h View 1 chunk +0 lines, -13 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 5 chunks +5 lines, -97 lines 0 comments Download
M src/arm/codegen-arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/arm/deoptimizer-arm.cc View 1 chunk +0 lines, -94 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 2 chunks +98 lines, -5 lines 0 comments Download
M src/arm/lithium-arm.h View 4 chunks +11 lines, -15 lines 0 comments Download
M src/arm/lithium-arm.cc View 6 chunks +22 lines, -25 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 8 chunks +40 lines, -47 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 4 chunks +23 lines, -3 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 7 chunks +117 lines, -17 lines 0 comments Download
M src/arm/simulator-arm.h View 3 chunks +8 lines, -1 line 0 comments Download
M src/arm/simulator-arm.cc View 4 chunks +31 lines, -48 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 12 chunks +43 lines, -23 lines 0 comments Download
M src/assembler.h View 1 chunk +13 lines, -0 lines 0 comments Download
M src/assembler.cc View 1 chunk +20 lines, -0 lines 0 comments Download
M src/builtins.h View 1 chunk +0 lines, -3 lines 0 comments Download
M src/builtins.cc View 1 chunk +0 lines, -73 lines 0 comments Download
M src/code-stubs-hydrogen.cc View 1 chunk +11 lines, -3 lines 0 comments Download
M src/cpu-profiler.cc View 1 chunk +10 lines, -0 lines 0 comments Download
M src/d8.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/d8.gyp View 1 chunk +1 line, -1 line 0 comments Download
M src/debug.cc View 1 chunk +7 lines, -3 lines 0 comments Download
M src/deoptimizer.h View 2 chunks +0 lines, -38 lines 0 comments Download
M src/deoptimizer.cc View 1 chunk +0 lines, -79 lines 0 comments Download
M src/flag-definitions.h View 10 chunks +30 lines, -29 lines 0 comments Download
M src/flags.cc View 13 chunks +30 lines, -7 lines 0 comments Download
M src/full-codegen.h View 2 chunks +85 lines, -59 lines 0 comments Download
M src/full-codegen.cc View 1 chunk +73 lines, -0 lines 0 comments Download
M src/heap.h View 5 chunks +22 lines, -39 lines 0 comments Download
M src/heap.cc View 7 chunks +29 lines, -48 lines 0 comments Download
M src/heap-inl.h View 1 chunk +2 lines, -10 lines 0 comments Download
M src/heap-snapshot-generator.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M src/hydrogen.h View 6 chunks +119 lines, -39 lines 0 comments Download
M src/hydrogen.cc View 41 chunks +358 lines, -317 lines 0 comments Download
M src/hydrogen-bce.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/hydrogen-bce.cc View 2 chunks +49 lines, -6 lines 0 comments Download
M src/hydrogen-escape-analysis.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M src/hydrogen-instructions.h View 28 chunks +225 lines, -137 lines 0 comments Download
M src/hydrogen-instructions.cc View 7 chunks +16 lines, -33 lines 0 comments Download
A + src/hydrogen-load-elimination.h View 1 chunk +7 lines, -8 lines 0 comments Download
A src/hydrogen-load-elimination.cc View 1 chunk +327 lines, -0 lines 0 comments Download
M src/hydrogen-osr.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/i18n.cc View 6 chunks +6 lines, -6 lines 0 comments Download
M src/i18n.js View 14 chunks +24 lines, -24 lines 0 comments Download
M src/ia32/assembler-ia32.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/ia32/builtins-ia32.cc View 1 chunk +5 lines, -7 lines 0 comments Download
M src/ia32/code-stubs-ia32.h View 1 chunk +0 lines, -12 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 4 chunks +4 lines, -94 lines 0 comments Download
M src/ia32/deoptimizer-ia32.cc View 1 chunk +0 lines, -81 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 2 chunks +85 lines, -9 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 28 chunks +83 lines, -57 lines 0 comments Download
M src/ia32/lithium-ia32.h View 6 chunks +11 lines, -20 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 3 chunks +7 lines, -8 lines 0 comments Download
M src/ia32/macro-assembler-ia32.h View 4 chunks +15 lines, -3 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 7 chunks +109 lines, -13 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 11 chunks +41 lines, -25 lines 0 comments Download
M src/ic.cc View 9 chunks +31 lines, -17 lines 0 comments Download
M src/isolate.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/isolate.cc View 4 chunks +21 lines, -0 lines 0 comments Download
M src/mips/assembler-mips.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/mips/builtins-mips.cc View 1 chunk +6 lines, -8 lines 0 comments Download
M src/mips/code-stubs-mips.h View 1 chunk +0 lines, -13 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 5 chunks +5 lines, -95 lines 0 comments Download
M src/mips/deoptimizer-mips.cc View 1 chunk +0 lines, -82 lines 0 comments Download
M src/mips/full-codegen-mips.cc View 2 chunks +86 lines, -5 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 8 chunks +40 lines, -47 lines 0 comments Download
M src/mips/lithium-mips.h View 4 chunks +11 lines, -15 lines 0 comments Download
M src/mips/lithium-mips.cc View 6 chunks +22 lines, -25 lines 0 comments Download
M src/mips/macro-assembler-mips.h View 4 chunks +22 lines, -2 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 6 chunks +110 lines, -14 lines 0 comments Download
M src/mips/stub-cache-mips.cc View 12 chunks +43 lines, -26 lines 0 comments Download
M src/objects.h View 23 chunks +179 lines, -174 lines 0 comments Download
M src/objects.cc View 65 chunks +776 lines, -822 lines 0 comments Download
M src/objects-inl.h View 5 chunks +33 lines, -33 lines 0 comments Download
M src/objects-printer.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M src/platform.h View 2 chunks +4 lines, -0 lines 0 comments Download
M src/preparser.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/runtime.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/runtime.cc View 24 chunks +66 lines, -73 lines 0 comments Download
M src/runtime-profiler.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/stub-cache.cc View 1 chunk +8 lines, -6 lines 0 comments Download
M src/types.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/unique.h View 5 chunks +30 lines, -9 lines 0 comments Download
M src/v8threads.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/version.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/win32-math.h View 2 chunks +4 lines, -0 lines 0 comments Download
M src/win32-math.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/assembler-x64.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/x64/builtins-x64.cc View 1 chunk +5 lines, -7 lines 0 comments Download
M src/x64/code-stubs-x64.h View 1 chunk +0 lines, -16 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 5 chunks +4 lines, -99 lines 0 comments Download
M src/x64/deoptimizer-x64.cc View 1 chunk +0 lines, -81 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 2 chunks +85 lines, -9 lines 0 comments Download
M src/x64/lithium-codegen-x64.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 22 chunks +45 lines, -49 lines 0 comments Download
M src/x64/lithium-x64.h View 4 chunks +11 lines, -15 lines 0 comments Download
M src/x64/lithium-x64.cc View 3 chunks +7 lines, -8 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 4 chunks +15 lines, -3 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 6 chunks +111 lines, -13 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 11 chunks +50 lines, -36 lines 0 comments Download
M test/cctest/cctest.h View 4 chunks +69 lines, -37 lines 0 comments Download
M test/cctest/cctest.cc View 4 chunks +42 lines, -27 lines 0 comments Download
M test/cctest/test-accessors.cc View 7 chunks +10 lines, -10 lines 0 comments Download
M test/cctest/test-alloc.cc View 5 chunks +10 lines, -10 lines 0 comments Download
M test/cctest/test-api.cc View 350 chunks +584 lines, -580 lines 0 comments Download
M test/cctest/test-assembler-arm.cc View 20 chunks +20 lines, -20 lines 0 comments Download
M test/cctest/test-assembler-ia32.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-assembler-mips.cc View 31 chunks +31 lines, -31 lines 0 comments Download
M test/cctest/test-assembler-x64.cc View 12 chunks +12 lines, -12 lines 0 comments Download
M test/cctest/test-ast.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-code-stubs-arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-compiler.cc View 9 chunks +17 lines, -14 lines 0 comments Download
M test/cctest/test-cpu-profiler.cc View 8 chunks +7 lines, -27 lines 0 comments Download
M test/cctest/test-dataflow.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-date.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-debug.cc View 98 chunks +163 lines, -148 lines 0 comments Download
M test/cctest/test-declarative-accessors.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-decls.cc View 16 chunks +19 lines, -18 lines 0 comments Download
M test/cctest/test-deoptimization.cc View 25 chunks +25 lines, -25 lines 0 comments Download
M test/cctest/test-dictionary.cc View 10 chunks +16 lines, -15 lines 0 comments Download
M test/cctest/test-disasm-arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-disasm-mips.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-disasm-x64.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M test/cctest/test-flags.cc View 12 chunks +24 lines, -11 lines 0 comments Download
M test/cctest/test-func-name-inference.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M test/cctest/test-global-handles.cc View 4 chunks +21 lines, -19 lines 0 comments Download
M test/cctest/test-global-object.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-hashing.cc View 4 chunks +5 lines, -5 lines 0 comments Download
M test/cctest/test-heap.cc View 123 chunks +310 lines, -313 lines 0 comments Download
M test/cctest/test-heap-profiler.cc View 10 chunks +10 lines, -10 lines 0 comments Download
M test/cctest/test-liveedit.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-lockers.cc View 8 chunks +18 lines, -18 lines 0 comments Download
M test/cctest/test-log.cc View 10 chunks +19 lines, -19 lines 0 comments Download
M test/cctest/test-log-stack-tracer.cc View 11 chunks +35 lines, -22 lines 0 comments Download
M test/cctest/test-macro-assembler-x64.cc View 22 chunks +22 lines, -22 lines 0 comments Download
M test/cctest/test-mark-compact.cc View 14 chunks +44 lines, -76 lines 0 comments Download
M test/cctest/test-object-observe.cc View 24 chunks +30 lines, -28 lines 0 comments Download
M test/cctest/test-parsing.cc View 20 chunks +29 lines, -29 lines 0 comments Download
M test/cctest/test-platform.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-profile-generator.cc View 7 chunks +8 lines, -8 lines 0 comments Download
M test/cctest/test-random.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M test/cctest/test-regexp.cc View 31 chunks +44 lines, -44 lines 0 comments Download
M test/cctest/test-serialize.cc View 14 chunks +26 lines, -24 lines 0 comments Download
M test/cctest/test-spaces.cc View 7 chunks +8 lines, -8 lines 0 comments Download
M test/cctest/test-strings.cc View 18 chunks +21 lines, -21 lines 0 comments Download
M test/cctest/test-symbols.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M test/cctest/test-thread-termination.cc View 9 chunks +15 lines, -15 lines 0 comments Download
M test/cctest/test-threads.cc View 6 chunks +6 lines, -6 lines 0 comments Download
M test/cctest/test-types.cc View 7 chunks +7 lines, -7 lines 0 comments Download
M test/cctest/test-unique.cc View 15 chunks +55 lines, -102 lines 0 comments Download
M test/intl/intl.status View 1 chunk +3 lines, -0 lines 0 comments Download
M test/mjsunit/allocation-site-info.js View 3 chunks +14 lines, -14 lines 0 comments Download
M test/mjsunit/array-literal-feedback.js View 2 chunks +51 lines, -0 lines 0 comments Download
A + test/mjsunit/compiler/load-elimination.js View 1 chunk +72 lines, -35 lines 0 comments Download
A + test/mjsunit/compiler/osr-alignment.js View 2 chunks +45 lines, -3 lines 0 comments Download
M test/mjsunit/debug-stepin-function-call.js View 2 chunks +13 lines, -2 lines 0 comments Download
M test/mjsunit/fast-prototype.js View 2 chunks +3 lines, -1 line 0 comments Download
A + test/mjsunit/lithium/StoreKeyed.js View 1 chunk +27 lines, -23 lines 0 comments Download
A test/mjsunit/lithium/StoreKeyedExternal.js View 1 chunk +109 lines, -0 lines 0 comments Download
M test/mozilla/mozilla.status View 1 chunk +6 lines, -0 lines 0 comments Download
M test/test262/test262.status View 1 chunk +29 lines, -4 lines 0 comments Download
M test/test262/testcfg.py View 2 chunks +1 line, -4 lines 0 comments Download
M tools/android-sync.sh View 1 chunk +1 line, -0 lines 0 comments Download
M tools/grokdump.py View 3 chunks +7 lines, -6 lines 0 comments Download
M tools/gyp/v8.gyp View 1 chunk +2 lines, -0 lines 0 comments Download
M tools/run-tests.py View 2 chunks +5 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
jbramley
6 years, 10 months ago (2014-02-04 16:50:25 UTC) #1
m.m.capewell
lgtm
6 years, 10 months ago (2014-02-04 16:50:59 UTC) #2
jbramley
6 years, 10 months ago (2014-02-04 16:53:22 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r19077 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698