v8/test/unittests
Benedikt Meurer 0925be14a2 [turbofan] Further reduction of Word32And with Int32Add.
- (y * (K << L) + x) & (-1 << L) => (x & (-1 << L)) + y * (K << L)
- (x + y * (K << L)) & (-1 << L) => (x & (-1 << L)) + y * (K << L)

TEST=unittests
R=svenpanne@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#25875}
2014-12-18 08:42:57 +00:00
..
base [base] Add iterator_range helper class. 2014-12-16 07:32:03 +00:00
compiler [turbofan] Further reduction of Word32And with Int32Add. 2014-12-18 08:42:57 +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 [base] Add iterator_range helper class. 2014-12-16 07:32:03 +00:00
unittests.status Fix platform unittests. 2014-11-25 07:22:00 +00:00