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

Issue 157543002: A64: Synchronize with r18581. (Closed)

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

Description

A64: Synchronize with r18581. This brings experimental/a64 up to 2014-01-14. BUG= R=m.m.capewell@googlemail.com Committed: https://code.google.com/p/v8/source/detail?r=19202

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6258 lines, -5068 lines) Patch
M ChangeLog View 1 chunk +57 lines, -0 lines 0 comments Download
M DEPS View 1 chunk +1 line, -1 line 0 comments Download
M Makefile View 1 chunk +1 line, -1 line 0 comments Download
M build/gyp_v8 View 1 chunk +3 lines, -0 lines 0 comments Download
M include/v8.h View 14 chunks +27 lines, -49 lines 0 comments Download
M samples/lineprocessor.cc View 1 chunk +1 line, -1 line 0 comments Download
M samples/process.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M samples/shell.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/a64/builtins-a64.cc View 6 chunks +9 lines, -20 lines 0 comments Download
M src/a64/code-stubs-a64.cc View 6 chunks +6 lines, -44 lines 0 comments Download
M src/a64/codegen-a64.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M src/a64/frames-a64.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/a64/frames-a64.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M src/a64/full-codegen-a64.cc View 33 chunks +53 lines, -72 lines 0 comments Download
M src/a64/ic-a64.cc View 3 chunks +4 lines, -3 lines 0 comments Download
M src/a64/lithium-a64.h View 5 chunks +4 lines, -11 lines 0 comments Download
M src/a64/lithium-a64.cc View 3 chunks +2 lines, -88 lines 0 comments Download
M src/a64/lithium-codegen-a64.cc View 13 chunks +43 lines, -40 lines 0 comments Download
M src/a64/simulator-a64.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M src/a64/stub-cache-a64.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M src/allocation.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/allocation.cc View 2 chunks +33 lines, -0 lines 0 comments Download
M src/api.h View 6 chunks +19 lines, -9 lines 0 comments Download
M src/api.cc View 81 chunks +331 lines, -431 lines 0 comments Download
M src/arm/builtins-arm.cc View 7 chunks +10 lines, -20 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 9 chunks +11 lines, -49 lines 0 comments Download
M src/arm/codegen-arm.cc View 2 chunks +25 lines, -5 lines 0 comments Download
M src/arm/frames-arm.h View 1 chunk +7 lines, -2 lines 0 comments Download
M src/arm/frames-arm.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 33 chunks +61 lines, -72 lines 0 comments Download
M src/arm/ic-arm.cc View 3 chunks +4 lines, -3 lines 0 comments Download
M src/arm/lithium-arm.h View 5 chunks +4 lines, -12 lines 0 comments Download
M src/arm/lithium-arm.cc View 2 chunks +1 line, -86 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 17 chunks +62 lines, -45 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 2 chunks +5 lines, -4 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 7 chunks +32 lines, -24 lines 0 comments Download
M src/arm/simulator-arm.cc View 5 chunks +11 lines, -6 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M src/assembler.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/assembler.cc View 7 chunks +10 lines, -9 lines 0 comments Download
M src/ast.h View 4 chunks +7 lines, -1 line 0 comments Download
M src/ast.cc View 2 chunks +18 lines, -1 line 0 comments Download
M src/bignum-dtoa.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/bootstrapper.cc View 6 chunks +16 lines, -7 lines 0 comments Download
M src/builtins.h View 2 chunks +0 lines, -23 lines 0 comments Download
M src/builtins.cc View 4 chunks +9 lines, -57 lines 0 comments Download
M src/cached-powers.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/checks.cc View 1 chunk +0 lines, -11 lines 0 comments Download
M src/code-stubs.h View 10 chunks +13 lines, -32 lines 0 comments Download
M src/code-stubs.cc View 4 chunks +17 lines, -12 lines 0 comments Download
M src/code-stubs-hydrogen.cc View 10 chunks +10 lines, -42 lines 0 comments Download
M src/compiler.h View 2 chunks +9 lines, -0 lines 0 comments Download
M src/compiler.cc View 5 chunks +9 lines, -4 lines 0 comments Download
M src/conversions.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M src/conversions-inl.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/cpu.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M src/cpu-profiler.h View 1 chunk +5 lines, -0 lines 0 comments Download
M src/cpu-profiler.cc View 2 chunks +10 lines, -10 lines 0 comments Download
M src/d8.h View 1 chunk +4 lines, -4 lines 0 comments Download
M src/d8.cc View 8 chunks +14 lines, -13 lines 0 comments Download
M src/d8-debug.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/d8-posix.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/d8-readline.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/debug.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/disassembler.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/extensions/gc-extension.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M src/extensions/statistics-extension.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M src/flag-definitions.h View 1 chunk +1 line, -3 lines 0 comments Download
M src/frames.h View 4 chunks +7 lines, -2 lines 0 comments Download
M src/frames.cc View 3 chunks +5 lines, -2 lines 0 comments Download
M src/full-codegen.h View 3 chunks +10 lines, -2 lines 0 comments Download
M src/full-codegen.cc View 1 chunk +12 lines, -1 line 0 comments Download
M src/handles.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/heap.h View 7 chunks +31 lines, -10 lines 0 comments Download
M src/heap.cc View 14 chunks +70 lines, -21 lines 0 comments Download
M src/heap-inl.h View 3 chunks +34 lines, -18 lines 0 comments Download
M src/heap-snapshot-generator.cc View 2 chunks +7 lines, -10 lines 0 comments Download
M src/hydrogen.h View 3 chunks +5 lines, -10 lines 0 comments Download
M src/hydrogen.cc View 31 chunks +214 lines, -139 lines 0 comments Download
M src/hydrogen-instructions.h View 9 chunks +16 lines, -12 lines 0 comments Download
M src/hydrogen-instructions.cc View 3 chunks +5 lines, -7 lines 0 comments Download
M src/i18n.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/ia32/builtins-ia32.cc View 8 chunks +13 lines, -21 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 6 chunks +4 lines, -40 lines 0 comments Download
M src/ia32/codegen-ia32.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M src/ia32/disasm-ia32.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/ia32/frames-ia32.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/ia32/frames-ia32.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 32 chunks +59 lines, -78 lines 0 comments Download
M src/ia32/ic-ia32.cc View 3 chunks +6 lines, -4 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 15 chunks +49 lines, -46 lines 0 comments Download
M src/ia32/lithium-ia32.h View 5 chunks +4 lines, -12 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 3 chunks +2 lines, -87 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M src/ic.h View 22 chunks +65 lines, -95 lines 0 comments Download
M src/ic.cc View 14 chunks +93 lines, -64 lines 0 comments Download
M src/isolate.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/list.h View 1 chunk +3 lines, -1 line 0 comments Download
M src/lithium.h View 1 chunk +29 lines, -0 lines 0 comments Download
M src/lithium.cc View 1 chunk +133 lines, -0 lines 0 comments Download
M src/log.h View 1 chunk +7 lines, -0 lines 0 comments Download
M src/macros.py View 2 chunks +7 lines, -0 lines 0 comments Download
M src/mark-compact.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/math.js View 1 chunk +14 lines, -38 lines 0 comments Download
M src/messages.js View 1 chunk +3 lines, -2 lines 0 comments Download
M src/mips/builtins-mips.cc View 3 chunks +3 lines, -10 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 13 chunks +101 lines, -68 lines 0 comments Download
M src/mips/codegen-mips.cc View 2 chunks +25 lines, -5 lines 0 comments Download
M src/mips/frames-mips.h View 1 chunk +1 line, -4 lines 0 comments Download
M src/mips/frames-mips.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M src/mips/full-codegen-mips.cc View 29 chunks +42 lines, -61 lines 0 comments Download
M src/mips/ic-mips.cc View 3 chunks +4 lines, -3 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 12 chunks +28 lines, -33 lines 0 comments Download
M src/mips/lithium-mips.h View 5 chunks +4 lines, -12 lines 0 comments Download
M src/mips/lithium-mips.cc View 1 chunk +0 lines, -84 lines 0 comments Download
M src/mips/macro-assembler-mips.h View 2 chunks +12 lines, -9 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 3 chunks +34 lines, -24 lines 0 comments Download
M src/mips/simulator-mips.cc View 5 chunks +10 lines, -8 lines 0 comments Download
M src/mips/stub-cache-mips.cc View 3 chunks +24 lines, -3 lines 0 comments Download
M src/mirror-debugger.js View 1 chunk +3 lines, -2 lines 0 comments Download
M src/object-observe.js View 13 chunks +31 lines, -19 lines 0 comments Download
M src/objects.h View 12 chunks +55 lines, -26 lines 0 comments Download
M src/objects.cc View 16 chunks +80 lines, -77 lines 0 comments Download
M src/objects-inl.h View 7 chunks +47 lines, -36 lines 0 comments Download
M src/objects-printer.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/objects-visiting-inl.h View 1 chunk +1 line, -1 line 0 comments Download
M src/platform.h View 2 chunks +1 line, -2 lines 0 comments Download
M src/platform-cygwin.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/platform-freebsd.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/platform-linux.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/platform-macos.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/platform-openbsd.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/platform-posix.cc View 10 chunks +14 lines, -14 lines 0 comments Download
M src/platform-solaris.cc 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/mutex.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/platform/semaphore.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/platform/socket.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/platform/time.h View 1 chunk +1 line, -1 line 0 comments Download
M src/platform/time.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/promise.js View 5 chunks +61 lines, -51 lines 0 comments Download
M src/property-details.h View 3 chunks +10 lines, -7 lines 0 comments Download
M src/runtime.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/runtime.cc View 18 chunks +54 lines, -39 lines 0 comments Download
M src/runtime.js View 1 chunk +0 lines, -1 line 0 comments Download
M src/spaces.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M src/store-buffer.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/stub-cache.h View 7 chunks +25 lines, -6 lines 0 comments Download
M src/stub-cache.cc View 13 chunks +159 lines, -19 lines 0 comments Download
M src/symbol.js View 2 chunks +25 lines, -0 lines 0 comments Download
M src/type-info.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M src/types.h View 5 chunks +175 lines, -105 lines 0 comments Download
M src/types.cc View 16 chunks +216 lines, -183 lines 0 comments Download
M src/typing.cc View 14 chunks +34 lines, -34 lines 0 comments Download
M src/utils.h View 1 chunk +1 line, -1 line 0 comments Download
M src/utils/random-number-generator.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/v8checks.h View 1 chunk +0 lines, -2 lines 0 comments Download
M src/v8globals.h View 1 chunk +2 lines, -5 lines 0 comments Download
M src/v8natives.js View 8 chunks +107 lines, -63 lines 0 comments Download
M src/version.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/assembler-x64.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/x64/assembler-x64.cc View 3 chunks +6 lines, -25 lines 0 comments Download
M src/x64/builtins-x64.cc View 7 chunks +11 lines, -19 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 13 chunks +12 lines, -48 lines 0 comments Download
M src/x64/codegen-x64.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M src/x64/frames-x64.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/x64/frames-x64.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 35 chunks +62 lines, -74 lines 0 comments Download
M src/x64/ic-x64.cc View 3 chunks +4 lines, -3 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 18 chunks +51 lines, -49 lines 0 comments Download
M src/x64/lithium-x64.h View 5 chunks +4 lines, -12 lines 0 comments Download
M src/x64/lithium-x64.cc View 2 chunks +1 line, -86 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 2 chunks +19 lines, -2 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 16 chunks +25 lines, -25 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 7 chunks +8 lines, -11 lines 0 comments Download
M src/zone.cc View 2 chunks +19 lines, -10 lines 0 comments Download
M test/cctest/cctest.h View 2 chunks +3 lines, -3 lines 0 comments Download
M test/cctest/cctest.status View 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/profiler-extension.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M test/cctest/test-accessors.cc View 15 chunks +47 lines, -39 lines 0 comments Download
M test/cctest/test-api.cc View 308 chunks +976 lines, -711 lines 0 comments Download
M test/cctest/test-assembler-arm.cc View 1 chunk +66 lines, -0 lines 0 comments Download
M test/cctest/test-assembler-ia32.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M test/cctest/test-assembler-x64.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M test/cctest/test-compiler.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-cpu-profiler.cc View 12 chunks +34 lines, -14 lines 0 comments Download
M test/cctest/test-debug.cc View 46 chunks +142 lines, -113 lines 0 comments Download
M test/cctest/test-declarative-accessors.cc View 2 chunks +9 lines, -7 lines 0 comments Download
M test/cctest/test-decls.cc View 20 chunks +46 lines, -36 lines 0 comments Download
M test/cctest/test-disasm-ia32.cc View 2 chunks +2 lines, -1 line 0 comments Download
M test/cctest/test-global-handles.cc View 2 chunks +3 lines, -3 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-heap.cc View 23 chunks +74 lines, -44 lines 0 comments Download
M test/cctest/test-heap-profiler.cc View 6 chunks +17 lines, -10 lines 0 comments Download
M test/cctest/test-log.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-macro-assembler-x64.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-object-observe.cc View 9 chunks +36 lines, -31 lines 0 comments Download
M test/cctest/test-parsing.cc View 4 chunks +17 lines, -8 lines 0 comments Download
M test/cctest/test-platform.cc View 1 chunk +2 lines, -1 line 0 comments Download
M test/cctest/test-strings.cc View 3 chunks +5 lines, -3 lines 0 comments Download
M test/cctest/test-thread-termination.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M test/cctest/test-time.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M test/cctest/test-types.cc View 27 chunks +138 lines, -149 lines 0 comments Download
M test/mjsunit/allocation-site-info.js View 1 chunk +1 line, -1 line 0 comments Download
A + test/mjsunit/arguments-apply-deopt.js View 1 chunk +43 lines, -21 lines 0 comments Download
M test/mjsunit/array-constructor-feedback.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/array-feedback.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/array-literal-feedback.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/array-natives-elements.js View 1 chunk +0 lines, -1 line 0 comments Download
D test/mjsunit/bugs/bug-2758.js View 1 chunk +0 lines, -49 lines 0 comments Download
M test/mjsunit/compiler/escape-analysis.js View 1 chunk +95 lines, -0 lines 0 comments Download
A test/mjsunit/context-calls-maintained.js View 1 chunk +116 lines, -0 lines 0 comments Download
A test/mjsunit/contextual-calls.js View 1 chunk +103 lines, -0 lines 0 comments Download
M test/mjsunit/elements-kind.js View 2 chunks +59 lines, -45 lines 0 comments Download
M test/mjsunit/elements-transition.js View 3 chunks +29 lines, -11 lines 0 comments Download
M test/mjsunit/elements-transition-and-store.js View 1 chunk +0 lines, -2 lines 0 comments Download
M test/mjsunit/elements-transition-hoisting.js View 3 chunks +10 lines, -5 lines 0 comments Download
M test/mjsunit/harmony/generators-iteration.js View 1 chunk +4 lines, -3 lines 0 comments Download
M test/mjsunit/harmony/object-observe.js View 1 chunk +2 lines, -1 line 0 comments Download
M test/mjsunit/harmony/promises.js View 51 chunks +201 lines, -164 lines 0 comments Download
M test/mjsunit/harmony/proxies-function.js View 3 chunks +30 lines, -4 lines 0 comments Download
M test/mjsunit/harmony/symbols.js View 4 chunks +52 lines, -1 line 0 comments Download
M test/mjsunit/math-floor-part1.js View 1 chunk +4 lines, -0 lines 0 comments Download
M test/mjsunit/math-round.js View 1 chunk +9 lines, -0 lines 0 comments Download
M test/mjsunit/number-is.js View 3 chunks +69 lines, -1 line 0 comments Download
M test/mjsunit/opt-elements-kind.js View 2 chunks +13 lines, -2 lines 0 comments Download
M test/mjsunit/osr-elements-kind.js View 2 chunks +12 lines, -2 lines 0 comments Download
M test/mjsunit/parse-int-float.js View 1 chunk +9 lines, -0 lines 0 comments Download
A + test/mjsunit/regress/d8-readbuffer.js View 1 chunk +11 lines, -7 lines 0 comments Download
A + test/mjsunit/regress/regress-2758.js View 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/regress/regress-320532.js View 1 chunk +1 line, -1 line 0 comments Download
A + test/mjsunit/regress/regress-331416.js View 2 chunks +21 lines, -17 lines 0 comments Download
A + test/mjsunit/regress/regress-331444.js View 1 chunk +15 lines, -7 lines 0 comments Download
M test/mjsunit/regress/regress-convert-hole2.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-crbug-244461.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/regress/regress-crbug-245480.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/transition-elements-kind.js View 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/fast/js/Object-getOwnPropertyNames-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M tools/lexer-shell.cc View 1 chunk +1 line, -1 line 0 comments Download
M tools/merge-to-branch.sh View 1 chunk +1 line, -0 lines 0 comments Download
M tools/push-to-trunk/auto_roll.py View 3 chunks +30 lines, -0 lines 0 comments Download
M tools/push-to-trunk/common_includes.py View 1 chunk +1 line, -0 lines 0 comments Download
M tools/push-to-trunk/push_to_trunk.py View 1 chunk +4 lines, -1 line 0 comments Download
M tools/push-to-trunk/test_scripts.py View 5 chunks +43 lines, -4 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
jbramley
6 years, 10 months ago (2014-02-07 15:06:23 UTC) #1
m.m.capewell
lgtm
6 years, 10 months ago (2014-02-07 15:08:12 UTC) #2
jbramley
6 years, 10 months ago (2014-02-07 15:12:13 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r19202 (tree was closed).

Powered by Google App Engine
This is Rietveld 408576698