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

Issue 148883002: Synchronize with r15594. (Closed)

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

Description

Synchronize with r15594. This brings experimental/a64 up to 2013-07-10. R=rodolph.perfetta@arm.com, m.m.capewell@googlemail.com, rodolph.perhetta@arm.com BUG=none Committed: https://code.google.com/p/v8/source/detail?r=18881

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7627 lines, -3622 lines) Patch
M Makefile View 1 chunk +3 lines, -3 lines 0 comments Download
D build/common.gypi View 1 chunk +0 lines, -651 lines 0 comments Download
A build/features.gypi View 1 chunk +111 lines, -0 lines 0 comments Download
M build/standalone.gypi View 3 chunks +15 lines, -0 lines 0 comments Download
A + build/toolchain.gypi View 9 chunks +1 line, -74 lines 0 comments Download
M preparser/preparser.gyp View 1 chunk +1 line, -1 line 0 comments Download
M samples/lineprocessor.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M samples/process.cc View 2 chunks +3 lines, -0 lines 0 comments Download
M samples/samples.gyp View 1 chunk +1 line, -1 line 0 comments Download
M samples/shell.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M src/a64/code-stubs-a64.cc View 5 chunks +13 lines, -11 lines 0 comments Download
M src/a64/ic-a64.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/a64/lithium-a64.h View 2 chunks +0 lines, -15 lines 0 comments Download
M src/a64/lithium-a64.cc View 2 chunks +0 lines, -13 lines 0 comments Download
M src/a64/lithium-codegen-a64.cc View 1 chunk +0 lines, -12 lines 0 comments Download
M src/a64/stub-cache-a64.cc View 14 chunks +79 lines, -130 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 5 chunks +12 lines, -12 lines 0 comments Download
M src/arm/ic-arm.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M src/arm/lithium-arm.h View 4 chunks +0 lines, -30 lines 0 comments Download
M src/arm/lithium-arm.cc View 2 chunks +0 lines, -16 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 chunk +0 lines, -27 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 14 chunks +73 lines, -120 lines 0 comments Download
M src/ast.cc View 3 chunks +5 lines, -3 lines 0 comments Download
M src/builtins.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/code-stubs-hydrogen.cc View 2 chunks +12 lines, -21 lines 0 comments Download
M src/d8.cc View 2 chunks +7 lines, -0 lines 0 comments Download
M src/d8.gyp View 2 chunks +11 lines, -1 line 0 comments Download
M src/extensions/i18n/number-format.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/global-handles.cc View 2 chunks +10 lines, -0 lines 0 comments Download
M src/heap.cc View 3 chunks +5 lines, -3 lines 0 comments Download
M src/heap-snapshot-generator.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/heap-snapshot-generator.cc View 2 chunks +10 lines, -2 lines 0 comments Download
M src/hydrogen.h View 4 chunks +10 lines, -2 lines 0 comments Download
M src/hydrogen.cc View 22 chunks +163 lines, -66 lines 0 comments Download
M src/hydrogen-instructions.h View 6 chunks +2 lines, -60 lines 0 comments Download
M src/hydrogen-instructions.cc View 15 chunks +25 lines, -54 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 5 chunks +12 lines, -12 lines 0 comments Download
M src/ia32/ic-ia32.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 2 chunks +0 lines, -32 lines 0 comments Download
M src/ia32/lithium-ia32.h View 4 chunks +0 lines, -34 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 2 chunks +0 lines, -18 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 16 chunks +72 lines, -138 lines 0 comments Download
M src/ic.h View 5 chunks +41 lines, -5 lines 0 comments Download
M src/ic.cc View 7 chunks +66 lines, -18 lines 0 comments Download
A + src/icu_util.h View 1 chunk +9 lines, -12 lines 0 comments Download
A + src/icu_util.cc View 1 chunk +28 lines, -24 lines 0 comments Download
M src/jsregexp.h View 2 chunks +4 lines, -2 lines 0 comments Download
M src/jsregexp.cc View 8 chunks +16 lines, -12 lines 0 comments Download
M src/mark-compact.cc View 6 chunks +21 lines, -7 lines 0 comments Download
M src/messages.js View 1 chunk +0 lines, -2 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 14 chunks +72 lines, -44 lines 0 comments Download
M src/mips/ic-mips.cc View 6 chunks +11 lines, -10 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/mips/stub-cache-mips.cc View 15 chunks +76 lines, -123 lines 0 comments Download
M src/objects.h View 1 chunk +10 lines, -11 lines 0 comments Download
M src/objects.cc View 5 chunks +9 lines, -10 lines 0 comments Download
M src/objects-inl.h View 1 chunk +1 line, -1 line 0 comments Download
M src/objects-printer.cc View 2 chunks +7 lines, -7 lines 0 comments Download
M src/runtime.cc View 7 chunks +8 lines, -7 lines 0 comments Download
M src/sampler.h View 2 chunks +10 lines, -3 lines 0 comments Download
M src/sampler.cc View 2 chunks +7 lines, -2 lines 0 comments Download
M src/stub-cache.h View 12 chunks +190 lines, -128 lines 0 comments Download
M src/stub-cache.cc View 30 chunks +190 lines, -109 lines 0 comments Download
M src/third_party/vtune/v8vtune.gyp View 1 chunk +1 line, -1 line 0 comments Download
M src/type-info.h View 2 chunks +3 lines, -1 line 0 comments Download
M src/type-info.cc View 3 chunks +17 lines, -3 lines 0 comments Download
M src/typedarray.js View 1 chunk +3 lines, -4 lines 0 comments Download
M src/types.h View 4 chunks +86 lines, -62 lines 0 comments Download
M src/types.cc View 2 chunks +46 lines, -0 lines 0 comments Download
M src/typing.h View 1 chunk +6 lines, -0 lines 0 comments Download
M src/typing.cc View 12 chunks +204 lines, -121 lines 0 comments Download
M src/win32-headers.h View 1 chunk +0 lines, -2 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 5 chunks +12 lines, -11 lines 0 comments Download
M src/x64/ic-x64.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 chunk +0 lines, -32 lines 0 comments Download
M src/x64/lithium-x64.h View 4 chunks +0 lines, -30 lines 0 comments Download
M src/x64/lithium-x64.cc View 2 chunks +0 lines, -16 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 16 chunks +73 lines, -136 lines 0 comments Download
D sync.diff View 1 chunk +0 lines, -13 lines 0 comments Download
M test/cctest/cctest.gyp View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-cpu-profiler.cc View 16 chunks +58 lines, -112 lines 0 comments Download
M test/cctest/test-heap-profiler.cc View 41 chunks +131 lines, -0 lines 0 comments Download
A test/intl/assert.js View 1 chunk +184 lines, -0 lines 0 comments Download
A + test/intl/break-iterator/default-locale.js View 1 chunk +15 lines, -18 lines 0 comments Download
A + test/intl/break-iterator/en-break.js View 1 chunk +28 lines, -29 lines 0 comments Download
A + test/intl/break-iterator/property-override.js View 1 chunk +29 lines, -31 lines 0 comments Download
A + test/intl/break-iterator/protected-icu-internals.js View 1 chunk +17 lines, -11 lines 0 comments Download
A + test/intl/break-iterator/resolved-options-is-method.js View 1 chunk +9 lines, -12 lines 0 comments Download
A + test/intl/break-iterator/wellformed-unsupported-locale.js View 1 chunk +3 lines, -8 lines 0 comments Download
A + test/intl/break-iterator/zh-break.js View 1 chunk +30 lines, -32 lines 0 comments Download
A + test/intl/collator/de-sort.js View 1 chunk +17 lines, -24 lines 0 comments Download
A + test/intl/collator/default-locale.js View 1 chunk +18 lines, -17 lines 0 comments Download
A + test/intl/collator/en-sort.js View 1 chunk +9 lines, -16 lines 0 comments Download
A + test/intl/collator/normalization.js View 1 chunk +29 lines, -29 lines 0 comments Download
A + test/intl/collator/property-override.js View 1 chunk +30 lines, -31 lines 0 comments Download
A + test/intl/collator/protected-icu-internals.js View 1 chunk +17 lines, -11 lines 0 comments Download
A + test/intl/collator/resolved-options-is-method.js View 1 chunk +9 lines, -12 lines 0 comments Download
A + test/intl/collator/sr-sort.js View 1 chunk +15 lines, -20 lines 0 comments Download
A + test/intl/collator/wellformed-unsupported-locale.js View 1 chunk +3 lines, -11 lines 0 comments Download
A + test/intl/date-format/default-locale.js View 1 chunk +12 lines, -16 lines 0 comments Download
A + test/intl/date-format/format-is-bound.js View 1 chunk +9 lines, -18 lines 0 comments Download
A + test/intl/date-format/format-test.js View 1 chunk +15 lines, -15 lines 0 comments Download
A + test/intl/date-format/parse-MMMdy.js View 1 chunk +17 lines, -21 lines 0 comments Download
A + test/intl/date-format/parse-invalid-input.js View 1 chunk +6 lines, -11 lines 0 comments Download
A + test/intl/date-format/parse-mdy.js View 1 chunk +17 lines, -19 lines 0 comments Download
A + test/intl/date-format/parse-mdyhms.js View 1 chunk +17 lines, -22 lines 0 comments Download
A + test/intl/date-format/property-override.js View 1 chunk +35 lines, -31 lines 0 comments Download
A + test/intl/date-format/protected-icu-internals.js View 1 chunk +17 lines, -11 lines 0 comments Download
A test/intl/date-format/resolved-options.js View 1 chunk +107 lines, -0 lines 0 comments Download
A + test/intl/date-format/resolved-options-is-method.js View 1 chunk +9 lines, -12 lines 0 comments Download
A test/intl/date-format/timezone.js View 1 chunk +65 lines, -0 lines 0 comments Download
A + test/intl/date-format/utils.js View 1 chunk +7 lines, -7 lines 0 comments Download
A + test/intl/date-format/wellformed-unsupported-locale.js View 1 chunk +3 lines, -11 lines 0 comments Download
A + test/intl/general/empty-handle.js View 1 chunk +18 lines, -18 lines 0 comments Download
A + test/intl/general/mapped-locale.js View 1 chunk +17 lines, -31 lines 0 comments Download
A + test/intl/general/supported-locales-of.js View 1 chunk +12 lines, -20 lines 0 comments Download
A + test/intl/general/v8Intl-exists.js View 1 chunk +7 lines, -17 lines 0 comments Download
A + test/intl/intl.status View 1 chunk +14 lines, -5 lines 0 comments Download
A + test/intl/number-format/check-digit-ranges.js View 1 chunk +23 lines, -36 lines 0 comments Download
A + test/intl/number-format/default-locale.js View 1 chunk +12 lines, -29 lines 0 comments Download
A + test/intl/number-format/format-is-bound.js View 1 chunk +9 lines, -16 lines 0 comments Download
A + test/intl/number-format/parse-currency.js View 1 chunk +4 lines, -16 lines 0 comments Download
A + test/intl/number-format/parse-decimal.js View 1 chunk +10 lines, -11 lines 0 comments Download
A + test/intl/number-format/parse-invalid-input.js View 1 chunk +9 lines, -12 lines 0 comments Download
A + test/intl/number-format/parse-percent.js View 1 chunk +9 lines, -21 lines 0 comments Download
A test/intl/number-format/property-override.js View 1 chunk +78 lines, -0 lines 0 comments Download
A + test/intl/number-format/protected-icu-internals.js View 1 chunk +17 lines, -11 lines 0 comments Download
A + test/intl/number-format/resolved-options-is-method.js View 1 chunk +9 lines, -12 lines 0 comments Download
A + test/intl/number-format/wellformed-unsupported-locale.js View 1 chunk +3 lines, -7 lines 0 comments Download
A + test/intl/overrides/caching.js View 1 chunk +25 lines, -17 lines 0 comments Download
A test/intl/overrides/date.js View 1 chunk +65 lines, -0 lines 0 comments Download
A + test/intl/overrides/number.js View 1 chunk +19 lines, -17 lines 0 comments Download
A + test/intl/overrides/security.js View 1 chunk +18 lines, -14 lines 0 comments Download
A + test/intl/overrides/string.js View 1 chunk +32 lines, -27 lines 0 comments Download
A + test/intl/overrides/webkit-tests.js View 1 chunk +4 lines, -8 lines 0 comments Download
A + test/intl/testcfg.py View 4 chunks +11 lines, -36 lines 0 comments Download
A + test/intl/utils.js View 1 chunk +11 lines, -12 lines 0 comments Download
M test/mjsunit/allocation-site-info.js View 1 chunk +17 lines, -0 lines 0 comments Download
A + test/mjsunit/compiler/minus-zero.js View 1 chunk +7 lines, -6 lines 0 comments Download
A + test/mjsunit/compiler/phi-representations.js View 1 chunk +24 lines, -9 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/typedarrays.js View 2 chunks +6 lines, -1 line 0 comments Download
A + test/mjsunit/regress/regress-frame-details-null-receiver.js View 1 chunk +16 lines, -9 lines 0 comments Download
A + test/mjsunit/tools/profviz.js View 1 chunk +43 lines, -38 lines 0 comments Download
A test/mjsunit/tools/profviz-test.default View 1 chunk +1566 lines, -0 lines 0 comments Download
A test/mjsunit/tools/profviz-test.log View 1 chunk +2613 lines, -0 lines 0 comments Download
M tools/blink_tests/TestExpectations View 1 chunk +3 lines, -0 lines 0 comments Download
M tools/gyp/v8.gyp View 1 chunk +1 line, -1 line 0 comments Download
M tools/profviz/composer.js View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
jbramley
6 years, 10 months ago (2014-01-28 13:44:18 UTC) #1
Rodolph Perfetta (ARM)
lgtm
6 years, 10 months ago (2014-01-28 13:50:08 UTC) #2
jbramley
6 years, 10 months ago (2014-01-28 13:53:04 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r18881 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698