v8/test/unittests
Daniel Clifford 5a494cf00c [turbofan]: More optimizations to add and subtract operations on x64
- Use "leal" for subtraction of integer constant when non-constant input to
  subtract is used more than once.
- Use "incl", "decl", and "addl" when they are smaller/cheaper than their
  leal/addl/subl equivalant.

R=titzer@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#25439}
2014-11-20 13:48:46 +00:00
..
base [turbofan] Implement the correct semantics for integer division/modulus. 2014-10-26 12:50:46 +00:00
compiler [turbofan]: More optimizations to add and subtract operations on x64 2014-11-20 13:48:46 +00:00
heap Remove heap size filter for context disposal garbage collection. 2014-11-07 13:07:47 +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] 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 MIPS64: Add turbofan support for mips64. 2014-11-19 15:44:46 +00:00
unittests.status Move unit tests to test/unittests. 2014-10-01 08:34:25 +00:00