v8/test/unittests
Benedikt Meurer ee98a1d760 [turbofan] Introduce CommonOperatorReducer.
The CommonOperatorReducer currently takes care of redundant Phis,
EffectPhis and Selects. This functionality overlaps with ControlReducer,
but is required to make certain optimizations effective, since the
ControlReducer only runs really early and really late in the pipeline
and therefore other reducers aren't reapplied properly after redundant
phi/select elimination.

TEST=unittests
R=hpayer@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#25922}
2014-12-22 13:06:43 +00:00
..
base [base] Add iterator_range helper class. 2014-12-16 07:32:03 +00:00
compiler [turbofan] Introduce CommonOperatorReducer. 2014-12-22 13:06:43 +00:00
heap Use deadline in IdleNotification. 2014-11-28 10:59:24 +00:00
libplatform Move unit tests to test/unittests. 2014-10-01 08:34:25 +00:00
char-predicates-unittest.cc Conform to the unittest naming convention. 2014-10-10 08:06:21 +00:00
DEPS Move unit tests to test/unittests. 2014-10-01 08:34:25 +00:00
run-all-unittests.cc Revert "Forward declaration for Isolate / Platform in libplatform.h." and "Fixes d8 on windows following.". 2014-11-19 07:28:07 +00:00
test-utils.cc [turbofan] Add checked load/store operators. 2014-12-02 04:49:11 +00:00
test-utils.h [turbofan] Add checked load/store operators. 2014-12-02 04:49:11 +00:00
unittests.gyp [turbofan] Introduce CommonOperatorReducer. 2014-12-22 13:06:43 +00:00
unittests.status Fix platform unittests. 2014-11-25 07:22:00 +00:00