v8/test/unittests
bmeurer@chromium.org a17289f4bc [turbofan] Drop broken StaticParameterTraits.
The StaticParameterTraits are broken by design, and cause way too much
trouble. The compilers usually pick the wrong specialization (i.e. the
default specialization is picked for Load and Phi even tho there is a
specialization for MachineType), which is not only the reason why GVN is
ineffective and slow, but can also lead to correctness issues in some
rare cases.

Also clean up some minor bugs/inconsistencies on the way.

TEST=cctest,unittests
R=svenpanne@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24437 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2014-10-07 13:30:28 +00:00
..
base Further improve hashing of pointers and integers. 2014-10-07 07:39:19 +00:00
compiler [turbofan] Drop broken StaticParameterTraits. 2014-10-07 13:30:28 +00:00
heap Force scavenge in idle notification if we estimate that it will take long. 2014-10-02 07:21:53 +00:00
libplatform Move unit tests to test/unittests. 2014-10-01 08:34:25 +00:00
DEPS Move unit tests to test/unittests. 2014-10-01 08:34:25 +00:00
run-all-unittests.cc Move unit tests to test/unittests. 2014-10-01 08:34:25 +00:00
test-utils.cc [turbofan] Fix lowering of typed loads/stores. 2014-10-07 07:36:21 +00:00
test-utils.h [turbofan] Fix lowering of typed loads/stores. 2014-10-07 07:36:21 +00:00
unittests.gyp [turbofan] Fix lowering of typed loads/stores. 2014-10-07 07:36:21 +00:00
unittests.status Move unit tests to test/unittests. 2014-10-01 08:34:25 +00:00