Preliminary lowering of typed array loads in TF.
authormstarzinger@chromium.org <mstarzinger@chromium.org>
Thu, 28 Aug 2014 14:35:11 +0000 (14:35 +0000)
committermstarzinger@chromium.org <mstarzinger@chromium.org>
Thu, 28 Aug 2014 14:35:11 +0000 (14:35 +0000)
commitcc8cec354ce674796293046f90d03ebaac65813b
treebe44d4d3fa6e70b9a15dfda4b1ee50a45cf867fe
parentd6831dbd4bc53801606fa5c29861bcdab73ee00e
Preliminary lowering of typed array loads in TF.

R=titzer@chromium.org
TEST=cctest/test-run-properties/TypedArrayLoad

Review URL: https://codereview.chromium.org/516853002

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23492 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
13 files changed:
BUILD.gn
src/compiler.cc
src/compiler.h
src/compiler/access-builder.h [new file with mode: 0644]
src/compiler/js-typed-lowering.cc
src/compiler/js-typed-lowering.h
src/compiler/pipeline.cc
src/compiler/simplified-operator.h
src/objects-printer.cc
test/cctest/cctest.gyp
test/cctest/compiler/function-tester.h
test/cctest/compiler/test-run-properties.cc [new file with mode: 0644]
tools/gyp/v8.gyp