v8/test/unittests/compiler
bmeurer@chromium.org 5899cc8ca7 [turbofan] Fix lowering of typed loads/stores.
We can only access to external typed arrays; lowering of internal
typed arrays would require a map check plus eager deoptimization.
Also embed the array buffer reference directly instead of embedding
the typed array.

TEST=cctest,mjsunit,unittests
R=mstarzinger@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24386 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2014-10-02 08:38:37 +00:00
..
arm Rename Int32{UMod,UDiv} to Uint32{Div,Mod} and Int64{UMod,UDiv} to Uint64{Div,Mod}. 2014-10-01 10:39:11 +00:00
arm64 Rename Int32{UMod,UDiv} to Uint32{Div,Mod} and Int64{UMod,UDiv} to Uint64{Div,Mod}. 2014-10-01 10:39:11 +00:00
ia32 [turbofan] intel lea add multiply matchers 2014-10-01 10:47:14 +00:00
x64 [turbofan] intel lea add multiply matchers 2014-10-01 10:47:14 +00:00
change-lowering-unittest.cc [turbofan] Add control input to Load and LoadElements. 2014-10-01 11:08:37 +00:00
common-operator-unittest.cc [turbofan] Add control input to Load and LoadElements. 2014-10-01 11:08:37 +00:00
compiler-test-utils.h Move unit tests to test/unittests. 2014-10-01 08:34:25 +00:00
graph-reducer-unittest.cc Move unit tests to test/unittests. 2014-10-01 08:34:25 +00:00
graph-unittest.cc [turbofan] Fix lowering of typed loads/stores. 2014-10-02 08:38:37 +00:00
graph-unittest.h [turbofan] Fix lowering of typed loads/stores. 2014-10-02 08:38:37 +00:00
instruction-selector-unittest.cc Move unit tests to test/unittests. 2014-10-01 08:34:25 +00:00
instruction-selector-unittest.h Move unit tests to test/unittests. 2014-10-01 08:34:25 +00:00
js-builtin-reducer-unittest.cc [turbofan] Fix lowering of typed loads/stores. 2014-10-02 08:38:37 +00:00
js-operator-unittest.cc Move unit tests to test/unittests. 2014-10-01 08:34:25 +00:00
js-typed-lowering-unittest.cc [turbofan] Fix lowering of typed loads/stores. 2014-10-02 08:38:37 +00:00
machine-operator-reducer-unittest.cc Move unit tests to test/unittests. 2014-10-01 08:34:25 +00:00
machine-operator-unittest.cc Implement inlined stack-check guards in TurboFan. 2014-10-01 14:03:02 +00:00
simplified-operator-reducer-unittest.cc Move unit tests to test/unittests. 2014-10-01 08:34:25 +00:00
simplified-operator-unittest.cc [turbofan] Add control input to Load and LoadElements. 2014-10-01 11:08:37 +00:00
value-numbering-reducer-unittest.cc Move unit tests to test/unittests. 2014-10-01 08:34:25 +00:00