Reviewers: m.m.capewell, Rodolph Perfetta (ARM),

Description:
Synchronize with r15594.

This brings experimental/a64 up to 2013-07-10.

[email protected],[email protected]
BUG=none

Please review this at https://codereview.chromium.org/148883002/

SVN Base: https://v8.googlecode.com/svn/branches/experimental/a64

Affected files (+7627, -3622 lines):
  D build/common.gypi
  D sync.diff
  M Makefile
  A build/features.gypi
  M build/standalone.gypi
  A + build/toolchain.gypi
  M preparser/preparser.gyp
  M samples/lineprocessor.cc
  M samples/process.cc
  M samples/samples.gyp
  M samples/shell.cc
  M src/a64/code-stubs-a64.cc
  M src/a64/ic-a64.cc
  M src/a64/lithium-a64.h
  M src/a64/lithium-a64.cc
  M src/a64/lithium-codegen-a64.cc
  M src/a64/stub-cache-a64.cc
  M src/arm/code-stubs-arm.cc
  M src/arm/ic-arm.cc
  M src/arm/lithium-arm.h
  M src/arm/lithium-arm.cc
  M src/arm/lithium-codegen-arm.cc
  M src/arm/stub-cache-arm.cc
  M src/ast.cc
  M src/builtins.cc
  M src/code-stubs-hydrogen.cc
  M src/d8.cc
  M src/d8.gyp
  M src/extensions/i18n/number-format.cc
  M src/global-handles.cc
  M src/heap-snapshot-generator.h
  M src/heap-snapshot-generator.cc
  M src/heap.cc
  M src/hydrogen-instructions.h
  M src/hydrogen-instructions.cc
  M src/hydrogen.h
  M src/hydrogen.cc
  M src/ia32/code-stubs-ia32.cc
  M src/ia32/ic-ia32.cc
  M src/ia32/lithium-codegen-ia32.cc
  M src/ia32/lithium-ia32.h
  M src/ia32/lithium-ia32.cc
  M src/ia32/stub-cache-ia32.cc
  M src/ic.h
  M src/ic.cc
  A + src/icu_util.h
  A + src/icu_util.cc
  M src/jsregexp.h
  M src/jsregexp.cc
  M src/mark-compact.cc
  M src/messages.js
  M src/mips/code-stubs-mips.cc
  M src/mips/ic-mips.cc
  M src/mips/lithium-codegen-mips.cc
  M src/mips/stub-cache-mips.cc
  M src/objects-inl.h
  M src/objects-printer.cc
  M src/objects.h
  M src/objects.cc
  M src/runtime.cc
  M src/sampler.h
  M src/sampler.cc
  M src/stub-cache.h
  M src/stub-cache.cc
  M src/third_party/vtune/v8vtune.gyp
  M src/type-info.h
  M src/type-info.cc
  M src/typedarray.js
  M src/types.h
  M src/types.cc
  M src/typing.h
  M src/typing.cc
  M src/win32-headers.h
  M src/x64/code-stubs-x64.cc
  M src/x64/ic-x64.cc
  M src/x64/lithium-codegen-x64.cc
  M src/x64/lithium-x64.h
  M src/x64/lithium-x64.cc
  M src/x64/stub-cache-x64.cc
  M test/cctest/cctest.gyp
  M test/cctest/test-cpu-profiler.cc
  M test/cctest/test-heap-profiler.cc
  A test/intl/assert.js
  A + test/intl/break-iterator/default-locale.js
  A + test/intl/break-iterator/en-break.js
  A + test/intl/break-iterator/property-override.js
  A + test/intl/break-iterator/protected-icu-internals.js
  A + test/intl/break-iterator/resolved-options-is-method.js
  A + test/intl/break-iterator/wellformed-unsupported-locale.js
  A + test/intl/break-iterator/zh-break.js
  A + test/intl/collator/de-sort.js
  A + test/intl/collator/default-locale.js
  A + test/intl/collator/en-sort.js
  A + test/intl/collator/normalization.js
  A + test/intl/collator/property-override.js
  A + test/intl/collator/protected-icu-internals.js
  A + test/intl/collator/resolved-options-is-method.js
  A + test/intl/collator/sr-sort.js
  A + test/intl/collator/wellformed-unsupported-locale.js
  A + test/intl/date-format/default-locale.js
  A + test/intl/date-format/format-is-bound.js
  A + test/intl/date-format/format-test.js
  A + test/intl/date-format/parse-MMMdy.js
  A + test/intl/date-format/parse-invalid-input.js
  A + test/intl/date-format/parse-mdy.js
  A + test/intl/date-format/parse-mdyhms.js
  A + test/intl/date-format/property-override.js
  A + test/intl/date-format/protected-icu-internals.js
  A + test/intl/date-format/resolved-options-is-method.js
  A test/intl/date-format/resolved-options.js
  A test/intl/date-format/timezone.js
  A + test/intl/date-format/utils.js
  A + test/intl/date-format/wellformed-unsupported-locale.js
  A + test/intl/general/empty-handle.js
  A + test/intl/general/mapped-locale.js
  A + test/intl/general/supported-locales-of.js
  A + test/intl/general/v8Intl-exists.js
  A + test/intl/intl.status
  A + test/intl/number-format/check-digit-ranges.js
  A + test/intl/number-format/default-locale.js
  A + test/intl/number-format/format-is-bound.js
  A + test/intl/number-format/parse-currency.js
  A + test/intl/number-format/parse-decimal.js
  A + test/intl/number-format/parse-invalid-input.js
  A + test/intl/number-format/parse-percent.js
  A test/intl/number-format/property-override.js
  A + test/intl/number-format/protected-icu-internals.js
  A + test/intl/number-format/resolved-options-is-method.js
  A + test/intl/number-format/wellformed-unsupported-locale.js
  A + test/intl/overrides/caching.js
  A test/intl/overrides/date.js
  A + test/intl/overrides/number.js
  A + test/intl/overrides/security.js
  A + test/intl/overrides/string.js
  A + test/intl/overrides/webkit-tests.js
  A + test/intl/testcfg.py
  A + test/intl/utils.js
  M test/mjsunit/allocation-site-info.js
  A + test/mjsunit/compiler/minus-zero.js
  A + test/mjsunit/compiler/phi-representations.js
  M test/mjsunit/harmony/object-observe.js
  M test/mjsunit/harmony/typedarrays.js
  A + test/mjsunit/regress/regress-frame-details-null-receiver.js
  A test/mjsunit/tools/profviz-test.default
  A test/mjsunit/tools/profviz-test.log
  A + test/mjsunit/tools/profviz.js
  M tools/blink_tests/TestExpectations
  M tools/gyp/v8.gyp
  M tools/profviz/composer.js


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to