v8/test
jarin@chromium.org c7685a59f0 [turbofan] Use range types to type and lower arithmetic ops.
This is based on Georg's work on typing arithmetic operations (https://codereview.chromium.org/658743002/).

Instead of weakening to bitset types, we weaken to the closest 2^n
limit if we see that we are re-typing a node with a range type (which
means that the node can be part of a cycle, so we might need
to speed up the fixpoint there).

BUG=
R=rossberg@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24848 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2014-10-23 14:40:43 +00:00
..
benchmarks Run benchmarks tests with --turbo-asm flag. 2014-10-13 09:30:27 +00:00
cctest [turbofan] Use range types to type and lower arithmetic ops. 2014-10-23 14:40:43 +00:00
intl Allow identifier code points from supplementary multilingual planes. 2014-10-10 07:13:46 +00:00
js-perf-test Move js perf tests to a common root on the perf dashboard. 2014-10-22 13:04:08 +00:00
message Enable access check tests that no longer fail with TF. 2014-08-14 13:24:57 +00:00
mjsunit harmony-scoping: Allow 'const' iteration variables in strict mode. 2014-10-23 12:30:20 +00:00
mozilla Exact black-list of AST nodes for TurboFan. 2014-09-15 15:06:05 +00:00
preparser ES6: Duplicate properties are no longer an error 2014-08-20 14:25:48 +00:00
promises-aplus Enable access check tests that no longer fail with TF. 2014-08-14 13:24:57 +00:00
test262 Convert argument toObject() in Object.getOwnPropertyNames/Descriptors 2014-10-15 14:01:20 +00:00
test262-es6 Upgrade test262-es6 2014-10-20 12:17:12 +00:00
unittests [turbofan] Improve code generation for inline comparisons with zero. 2014-10-23 10:22:06 +00:00
webkit Skip webkit/array-iterate-backwards for TF. 2014-10-23 04:18:17 +00:00