v8/test/unittests
bmeurer 99f8d57f3c [turbofan] Introduce optional Float64Min and Float64Max machine operators.
Basically recognize certain x < y ? x : y constructs and turn that into
Float64Min/Float64Max operations, if the target machine supports that.
On x86 we lower to (v)minsd/(v)maxsd.

R=dcarney@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#27160}
2015-03-12 14:07:39 +00:00
..
base Reland "Initial switch to Chromium-style CHECK_* and DCHECK_* macros.". 2015-01-30 09:29:41 +00:00
compiler [turbofan] Introduce optional Float64Min and Float64Max machine operators. 2015-03-12 14:07:39 +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 Fix cctest + unittest to work with an external snapshot. 2015-02-10 15:38:09 +00:00
test-utils.cc Distinquish TestWithIsolateAndZone from TestWithZone 2015-01-23 16:29:57 +00:00
test-utils.h Convert compiler cctest to unittests: SchedulerTest 2015-01-26 11:21:24 +00:00
unittests.gyp [turbofan] Optimize certain chains of Branch into a Switch. 2015-02-17 13:29:46 +00:00
unittests.status Fix platform unittests. 2014-11-25 07:22:00 +00:00