.. |
stubs
|
Add a MathFloor stub generated with TurboFan
|
2015-05-11 11:45:02 +00:00 |
alloc-number-debug.js
|
Speed up some mjsunit test cases and clean up test expectations for arm and mips.
|
2014-01-24 11:36:45 +00:00 |
alloc-number.js
|
|
|
alloc-object-huge.js
|
Allow multiple lines of custom flags in javascript tests.
|
2012-08-10 12:26:33 +00:00 |
alloc-object.js
|
Use explicit type feedback clearing in some tests.
|
2013-05-22 09:17:27 +00:00 |
array-access.js
|
|
|
array-length.js
|
|
|
assignment-deopt.js
|
|
|
assignment.js
|
|
|
binary-ops.js
|
|
|
call-keyed.js
|
|
|
compare-map-elim2.js
|
Reland of r19102: Check elimination improvement: propagation of state through phis is supported, CheckMap narrowing implemented with tests.
|
2014-02-10 15:32:54 +00:00 |
compare-map-elim.js
|
Reland of r19102: Check elimination improvement: propagation of state through phis is supported, CheckMap narrowing implemented with tests.
|
2014-02-10 15:32:54 +00:00 |
compare-objeq-elim.js
|
Restore of compare-objeq-elim test accidentally removed in r19229.
|
2014-02-13 12:22:24 +00:00 |
compare.js
|
|
|
complex-for-in.js
|
|
|
concurrent-invalidate-transition-map.js
|
Fix mjsunit/compiler/concurrent-invalidate-transition-map.js test.
|
2014-03-17 17:00:48 +00:00 |
concurrent-proto-change.js
|
Refactor the compiling pipeline.
|
2013-12-23 14:30:35 +00:00 |
control-flow-0.js
|
|
|
control-flow-1.js
|
Make sure files end with exactly one new line and police this in presubmit.
|
2013-11-22 13:50:39 +00:00 |
control-flow-2.js
|
|
|
count-deopt.js
|
|
|
countoperation.js
|
|
|
dead-code2.js
|
Improve dead code elimination by transitively marking live code and removing all dead code. Replace unreachable phi removal algorithm with the new dead code elimination pass, which is more thorough.
|
2013-05-14 13:10:52 +00:00 |
dead-code3.js
|
Improve dead code elimination by transitively marking live code and removing all dead code. Replace unreachable phi removal algorithm with the new dead code elimination pass, which is more thorough.
|
2013-05-14 13:10:52 +00:00 |
dead-code4.js
|
Improve dead code elimination by transitively marking live code and removing all dead code. Replace unreachable phi removal algorithm with the new dead code elimination pass, which is more thorough.
|
2013-05-14 13:10:52 +00:00 |
dead-code5.js
|
Improve dead code elimination by transitively marking live code and removing all dead code. Replace unreachable phi removal algorithm with the new dead code elimination pass, which is more thorough.
|
2013-05-14 13:10:52 +00:00 |
dead-code6.js
|
Improve dead code elimination by transitively marking live code and removing all dead code. Replace unreachable phi removal algorithm with the new dead code elimination pass, which is more thorough.
|
2013-05-14 13:10:52 +00:00 |
dead-code.js
|
Improve dead code elimination by transitively marking live code and removing all dead code. Replace unreachable phi removal algorithm with the new dead code elimination pass, which is more thorough.
|
2013-05-14 13:10:52 +00:00 |
dead-loops-neg.js
|
Add some test cases with dead loops.
|
2013-12-03 18:04:45 +00:00 |
dead-loops.js
|
Add some test cases with dead loops.
|
2013-12-03 18:04:45 +00:00 |
dead-string-add-warm.js
|
Fix IsDeletable() for HStringAdd, HStringCharCodeAt, HStringCharFromCode.
|
2013-07-29 12:35:43 +00:00 |
dead-string-add.js
|
Fix IsDeletable() for HStringAdd, HStringCharCodeAt, HStringCharFromCode.
|
2013-07-29 12:35:43 +00:00 |
dead-string-char-code-at2.js
|
Fix IsDeletable() for HStringAdd, HStringCharCodeAt, HStringCharFromCode.
|
2013-07-29 12:35:43 +00:00 |
dead-string-char-code-at.js
|
Refactor optimized in hydrogen only runtime functions.
|
2014-03-25 14:26:55 +00:00 |
dead-string-char-from-code.js
|
Fix IsDeletable() for HStringAdd, HStringCharCodeAt, HStringCharFromCode.
|
2013-07-29 12:35:43 +00:00 |
delete.js
|
|
|
deopt-args.js
|
|
|
deopt-bool2.js
|
Add test for deoptimization bug.
|
2015-04-22 14:32:49 +00:00 |
deopt-bool.js
|
Add test for deoptimization bug.
|
2015-04-22 14:32:49 +00:00 |
deopt-inlined-from-call.js
|
Optimize Function.prototype.call
|
2014-10-15 12:22:15 +00:00 |
deopt-inlined-smi.js
|
|
|
deopt-tonumber-binop.js
|
[turbofan] Fix lazy deopt for JSToNumber conversions in binary operations.
|
2015-03-09 13:24:42 +00:00 |
deopt-tonumber-compare.js
|
[turbofan] Add frame state before JavaScript comparisons.
|
2015-05-13 07:38:35 +00:00 |
deopt-tonumber-shift.js
|
[turbofan] Use frame state before for shift operations as well.
|
2015-05-13 11:17:28 +00:00 |
division-by-constant.js
|
[turbofan] Optimize add operations to use 'leal' instruction on x64
|
2014-11-07 16:47:45 +00:00 |
eager-deopt-simple.js
|
[turbofan] Only reduce inline %DeoptimizeNow.
|
2015-03-09 13:20:26 +00:00 |
escape-analysis-arguments.js
|
The current
|
2014-01-30 10:33:53 +00:00 |
escape-analysis-representation.js
|
Fix materialization of captured objects with field tracking.
|
2013-10-22 13:48:54 +00:00 |
escape-analysis.js
|
Fixed Lithium environment generation bug for captured objects (created
|
2014-01-07 14:36:26 +00:00 |
eval-introduced-closure.js
|
|
|
expression-trees.js
|
Tune mjsunit/compiler/expression-trees.
|
2013-10-28 07:24:19 +00:00 |
for-stmt.js
|
|
|
function-call.js
|
|
|
generic-add.js
|
Fix maybe_string_add for adds that have no type feedback where --always-opt is on.
|
2015-04-08 13:14:30 +00:00 |
global-accessors.js
|
|
|
global-delete.js
|
[turbofan] Reland: Optimize loads from the global object in JSTypeFeedbackSpecializer.
|
2015-04-27 12:15:06 +00:00 |
global-var-delete.js
|
[turbofan] Reland: Optimize loads from the global object in JSTypeFeedbackSpecializer.
|
2015-04-27 12:15:06 +00:00 |
globals.js
|
|
|
increment-typefeedback.js
|
H-BuildIncrement should make use of available type feedback
|
2013-08-27 11:44:45 +00:00 |
inline-accessors.js
|
Deoptimization support for accessors.
|
2012-08-17 10:43:32 +00:00 |
inline-arguments.js
|
Allow inlining of functions containing %_Arguments.
|
2014-06-27 11:04:35 +00:00 |
inline-arity-mismatch.js
|
|
|
inline-closures.js
|
Allow inlining of multiple closures from shared function.
|
2013-01-25 16:55:00 +00:00 |
inline-compare.js
|
|
|
inline-conditional.js
|
|
|
inline-construct.js
|
Extend constructor inlining test case.
|
2012-08-16 09:13:25 +00:00 |
inline-context-slots.js
|
|
|
inline-function-apply.js
|
Fix f.apply() optimization when declared arguments are mutated.
|
2013-02-14 15:12:49 +00:00 |
inline-global-access.js
|
|
|
inline-literals.js
|
Allow inlining of functions containing function literals.
|
2013-03-14 14:29:10 +00:00 |
inline-param.js
|
|
|
inline-throw.js
|
Make sure files end with exactly one new line and police this in presubmit.
|
2013-11-22 13:50:39 +00:00 |
inline-two.js
|
|
|
inlined-call-mapcheck.js
|
%GetOptimizationStatus(): Unconditionally return a sentinel when --always-opt is present
|
2015-04-14 14:57:48 +00:00 |
inlined-call.js
|
%GetOptimizationStatus(): Unconditionally return a sentinel when --always-opt is present
|
2015-04-14 14:57:48 +00:00 |
jsnatives.js
|
Reland #2 "Wrap v8natives.js into a function."
|
2015-05-05 09:16:01 +00:00 |
lazy-const-lookup.js
|
Make sure files end with exactly one new line and police this in presubmit.
|
2013-11-22 13:50:39 +00:00 |
lazy-deopt-in-literal.js
|
Fix stack layout of full code arm64 for object literal.
|
2015-04-27 08:31:33 +00:00 |
literals-assignment.js
|
|
|
literals-optimized.js
|
|
|
literals.js
|
Correctly escape RegExp source.
|
2014-11-21 10:50:24 +00:00 |
load-elimination-global.js
|
Implement global load elimination based on flow engine.
|
2013-10-18 14:28:24 +00:00 |
load-elimination-osr.js
|
Implement global load elimination based on flow engine.
|
2013-10-18 14:28:24 +00:00 |
load-elimination-params.js
|
Fix load elimination: can only .Equals() GVN-able instructions.
|
2013-11-28 15:27:42 +00:00 |
load-elimination.js
|
Load elimination fix: load should not be replaced with another load if the former is not dominated by the latter.
|
2014-01-31 12:03:32 +00:00 |
logical-and.js
|
|
|
logical-or.js
|
|
|
loopcount.js
|
|
|
loops.js
|
|
|
manual-concurrent-recompile.js
|
Retire concurrent recompilation delay for non-stress testing.
|
2013-10-14 14:15:22 +00:00 |
math-floor-global.js
|
Simplify ConfigureHeap and change --max_new_space_size to --max_semi_space_size.
|
2014-05-09 08:38:27 +00:00 |
math-floor-local.js
|
Simplify ConfigureHeap and change --max_new_space_size to --max_semi_space_size.
|
2014-05-09 08:38:27 +00:00 |
minus-zero.js
|
Introduce %_IsMinusZero.
|
2013-11-12 11:53:13 +00:00 |
multiply-add.js
|
Emit VMLA for multiply-add on ARM
|
2012-11-14 11:01:18 +00:00 |
multiply-sub.js
|
Emit VMLS for multiply-subtract on ARM.
|
2013-02-27 10:24:40 +00:00 |
named-load.js
|
[turbofan] Fix reduction of LoadProperty/StoreProperty to LoadNamed/StoreNamed.
|
2015-04-21 15:12:58 +00:00 |
named-store.js
|
[turbofan] Fix reduction of LoadProperty/StoreProperty to LoadNamed/StoreNamed.
|
2015-04-21 15:12:58 +00:00 |
null-compare.js
|
|
|
objectliterals.js
|
|
|
opt-next-call-turbo.js
|
Enable test coverage for test coverage.
|
2015-01-21 14:07:19 +00:00 |
opt-next-call.js
|
Remove overzealous check from %OptimizeFunctionOnNextCall.
|
2015-01-19 15:52:00 +00:00 |
optimize-bitnot.js
|
Optimize ~~(expr) in optimized code.
|
2012-04-19 13:24:15 +00:00 |
optimized-closures.js
|
Make sure files end with exactly one new line and police this in presubmit.
|
2013-11-22 13:50:39 +00:00 |
optimized-for-in.js
|
Make it easier to test OSR with %OptimizeOsr() runtime call.
|
2015-02-09 12:47:43 +00:00 |
optimized-function-calls.js
|
|
|
osr-alignment.js
|
Reduce the number of iterations in some OSR tests by using an explicit %OptimizeOsr().
|
2015-02-10 09:53:22 +00:00 |
osr-array-len.js
|
[turbofan] Support vector IC feedback in the JSTypeFeedbackTable.
|
2015-05-19 08:58:29 +00:00 |
osr-assert.js
|
Generate a custom OSR entrypoint for OSR compiles on all platforms, and transition to optimized code using the special entrypoint, instead of through the deoptimizer. Do not install the OSR compiled code as _the_ optimized code for a function.
|
2013-09-09 16:34:40 +00:00 |
osr-backedges1.js
|
[turbofan] Use heavy-handed graph duplication to do loop peeling for OSR.
|
2015-02-11 13:26:45 +00:00 |
osr-big.js
|
Change PC for OSR entries to point to something more sensible (i.e. the first UnknownOsrValue), removing the need to record spilled OSR values and the need for duplicate deopt entries.
|
2013-06-26 08:43:27 +00:00 |
osr-block-scope-func.js
|
[turbofan] Simplify context specialization and fix for OSR.
|
2015-02-19 11:36:50 +00:00 |
osr-block-scope-id.js
|
[turbofan] Rename context stack as part of the environment for OSR.
|
2015-02-17 18:10:11 +00:00 |
osr-block-scope.js
|
[turbofan] Simplify context specialization and fix for OSR.
|
2015-02-19 11:36:50 +00:00 |
osr-follow.js
|
[turbofan] Fix usage of ThisFunction parameter in OSR.
|
2015-01-30 13:09:44 +00:00 |
osr-for-let.js
|
[turbofan] Simplify context specialization and fix for OSR.
|
2015-02-19 11:36:50 +00:00 |
osr-forin-nested.js
|
[turbofan] Fix --turbo-osr for OSRing into inner loop inside for-in.
|
2015-03-10 09:27:40 +00:00 |
osr-forin.js
|
Speed up tests for OSR of for-in and for-of loops.
|
2015-02-02 11:52:07 +00:00 |
osr-forof.js
|
Speed up tests for OSR of for-in and for-of loops.
|
2015-02-02 11:52:07 +00:00 |
osr-function-id2.js
|
[turbofan] Fix usage of ThisFunction parameter in OSR.
|
2015-01-30 13:09:44 +00:00 |
osr-function-id.js
|
[turbofan] Fix usage of ThisFunction parameter in OSR.
|
2015-01-30 13:09:44 +00:00 |
osr-function.js
|
[turbofan] Fix usage of ThisFunction parameter in OSR.
|
2015-01-30 13:09:44 +00:00 |
osr-infinite.js
|
[turbofan] Fix bug in OSR deconstruction.
|
2015-03-17 17:55:29 +00:00 |
osr-labeled.js
|
[turbofan] Fix bug in OSR deconstruction.
|
2015-03-17 17:55:29 +00:00 |
osr-literals-adapted.js
|
[turbofan] Fix loading of JSFunction from activation in case of adapter frame.
|
2015-03-25 17:46:16 +00:00 |
osr-literals.js
|
[turbofan] Fix loading of JSFunction from activation in case of adapter frame.
|
2015-03-25 17:46:16 +00:00 |
osr-manual1.js
|
Make it easier to test OSR with %OptimizeOsr() runtime call.
|
2015-02-09 12:47:43 +00:00 |
osr-manual2.js
|
Make it easier to test OSR with %OptimizeOsr() runtime call.
|
2015-02-09 12:47:43 +00:00 |
osr-maze1.js
|
[turbofan] Simplify context specialization and fix for OSR.
|
2015-02-19 11:36:50 +00:00 |
osr-maze2.js
|
[turbofan] Use heavy-handed graph duplication to do loop peeling for OSR.
|
2015-02-11 13:26:45 +00:00 |
osr-multiple2.js
|
[turbofan] Implement OSR for outer loops.
|
2015-01-12 11:39:58 +00:00 |
osr-multiple3.js
|
[turbofan] Implement OSR for outer loops.
|
2015-01-12 11:39:58 +00:00 |
osr-multiple.js
|
[turbofan] Implement OSR for outer loops.
|
2015-01-12 11:39:58 +00:00 |
osr-nested2.js
|
[turbofan] Use heavy-handed graph duplication to do loop peeling for OSR.
|
2015-02-11 13:26:45 +00:00 |
osr-nested2b.js
|
[turbofan] Use heavy-handed graph duplication to do loop peeling for OSR.
|
2015-02-11 13:26:45 +00:00 |
osr-nested3.js
|
[turbofan] Use heavy-handed graph duplication to do loop peeling for OSR.
|
2015-02-11 13:26:45 +00:00 |
osr-nested3b.js
|
[turbofan] Use heavy-handed graph duplication to do loop peeling for OSR.
|
2015-02-11 13:26:45 +00:00 |
osr-nested.js
|
Change PC for OSR entries to point to something more sensible (i.e. the first UnknownOsrValue), removing the need to record spilled OSR values and the need for duplicate deopt entries.
|
2013-06-26 08:43:27 +00:00 |
osr-one.js
|
Change PC for OSR entries to point to something more sensible (i.e. the first UnknownOsrValue), removing the need to record spilled OSR values and the need for duplicate deopt entries.
|
2013-06-26 08:43:27 +00:00 |
osr-regex-id.js
|
Make it easier to test OSR with %OptimizeOsr() runtime call.
|
2015-02-09 12:47:43 +00:00 |
osr-regress-max-locals.js
|
Change PC for OSR entries to point to something more sensible (i.e. the first UnknownOsrValue), removing the need to record spilled OSR values and the need for duplicate deopt entries.
|
2013-06-26 08:43:27 +00:00 |
osr-sar.js
|
[turbofan] Implement OSR for outer loops.
|
2015-01-12 11:39:58 +00:00 |
osr-simple.js
|
Reduce the number of iterations in some OSR tests by using an explicit %OptimizeOsr().
|
2015-02-10 09:53:22 +00:00 |
osr-top1.js
|
Make it easier to test OSR with %OptimizeOsr() runtime call.
|
2015-02-09 12:47:43 +00:00 |
osr-top2.js
|
Make it easier to test OSR with %OptimizeOsr() runtime call.
|
2015-02-09 12:47:43 +00:00 |
osr-top3.js
|
Make it easier to test OSR with %OptimizeOsr() runtime call.
|
2015-02-09 12:47:43 +00:00 |
osr-two.js
|
Change PC for OSR entries to point to something more sensible (i.e. the first UnknownOsrValue), removing the need to record spilled OSR values and the need for duplicate deopt entries.
|
2013-06-26 08:43:27 +00:00 |
osr-uint32.js
|
Generate a custom OSR entrypoint for OSR compiles on all platforms, and transition to optimized code using the special entrypoint, instead of through the deoptimizer. Do not install the OSR compiled code as _the_ optimized code for a function.
|
2013-09-09 16:34:40 +00:00 |
osr-warm.js
|
[turbofan] Implement OSR for outer loops.
|
2015-01-12 11:39:58 +00:00 |
osr-while-let.js
|
[turbofan] Simplify context specialization and fix for OSR.
|
2015-02-19 11:36:50 +00:00 |
osr-with-args.js
|
Make some ARM test cases faster.
|
2013-11-26 10:43:44 +00:00 |
phi-representations.js
|
Add a test case for Phi representations
|
2013-07-08 13:43:43 +00:00 |
pic.js
|
|
|
property-calls.js
|
|
|
property-refs.js
|
|
|
property-simple.js
|
|
|
property-static.js
|
Allow monomorphic loads when static type is known.
|
2013-01-24 17:54:30 +00:00 |
property-stores.js
|
|
|
proto-chain-constant.js
|
Allow loading constant function from proto chain.
|
2013-01-22 12:03:35 +00:00 |
proto-chain-load.js
|
Improve handling of property loads on the proto chain.
|
2012-11-05 08:53:54 +00:00 |
recursive-deopt.js
|
|
|
regress-0.js
|
|
|
regress-1.js
|
|
|
regress-2.js
|
|
|
regress-3.js
|
|
|
regress-4.js
|
Speed up long-running test cases.
|
2013-11-26 11:32:39 +00:00 |
regress-5.js
|
|
|
regress-6.js
|
|
|
regress-7.js
|
|
|
regress-8.js
|
|
|
regress-1085.js
|
|
|
regress-1394.js
|
Make sure files end with exactly one new line and police this in presubmit.
|
2013-11-22 13:50:39 +00:00 |
regress-3786.js
|
[turbofan] Raise max virtual registers and call parameter limit.
|
2014-12-25 18:18:04 +00:00 |
regress-3812.js
|
[turbofan] Fix truncation/representation sloppiness wrt. bool/bit.
|
2015-01-14 12:06:56 +00:00 |
regress-96989.js
|
|
|
regress-106351.js
|
|
|
regress-177883.js
|
Fixed register allocation corner case.
|
2013-03-11 09:49:00 +00:00 |
regress-411262.js
|
Fix more fallout from making OptimizeFunctionOnNextCall work as advertised.
|
2014-09-05 15:31:33 +00:00 |
regress-416359.js
|
[turbofan] Add missing deopt for the assignment in the for-in statement.
|
2015-01-28 16:16:24 +00:00 |
regress-439743.js
|
[x64] Fix optimization for certain checked load/stores.
|
2014-12-10 07:49:12 +00:00 |
regress-443744.js
|
[turbofan] Fix unsafe out-of-bounds check for checked loads/stores.
|
2014-12-19 12:53:29 +00:00 |
regress-444508.js
|
[turbofan] Correctify lowering of Uint8ClampedArray buffer access.
|
2014-12-22 08:27:59 +00:00 |
regress-444695.js
|
[turbofan] Fix missing ChangeUint32ToUint64 in lowering of LoadBuffer.
|
2014-12-23 06:54:00 +00:00 |
regress-445267.js
|
[turbofan] Fix invalid bounds check with overflowing offset.
|
2014-12-29 10:01:15 +00:00 |
regress-445732.js
|
Fix %NeverOptimizeFunction() intrinsic.
|
2015-01-02 08:18:01 +00:00 |
regress-445858.js
|
[x64] Rearrange code for OOB integer loads.
|
2015-01-02 10:15:40 +00:00 |
regress-445859.js
|
[turbofan] Truncation of Bit/Word8/16 to Word32 is a no-op.
|
2015-01-02 10:39:10 +00:00 |
regress-445876.js
|
Make control reducer revisit newly introduced merges.
|
2015-01-05 16:35:34 +00:00 |
regress-445907.js
|
[turbofan] Allow deoptimization for JSToNumber operator.
|
2015-01-14 13:09:32 +00:00 |
regress-446156.js
|
[turbofan] Don't crash when typing load from a Uint8ClampedArray.
|
2015-01-05 13:43:47 +00:00 |
regress-446647.js
|
[turbofan] Make sure there is space for lazy deopt patching before the constant pool.
|
2015-01-29 15:30:32 +00:00 |
regress-446778.js
|
Restrict representation inference to avoid truncation of phi inputs.
|
2015-01-07 11:38:54 +00:00 |
regress-447567.js
|
[turbofan] Add missing deopt.
|
2015-01-13 08:40:54 +00:00 |
regress-451012.js
|
[turbofan] Handle cyclic dependencies in context typing.
|
2015-01-27 06:57:41 +00:00 |
regress-452427.js
|
[turbofan] Only replace nodes eagerly during simplified lowering if the types stay the same.
|
2015-01-27 09:27:37 +00:00 |
regress-463056.js
|
[turbofan] Fix deferred replacement in simplified lowering.
|
2015-03-02 12:49:49 +00:00 |
regress-468162.js
|
[turbofan] Fix lowering of Math.max for integral inputs.
|
2015-03-20 12:05:19 +00:00 |
regress-468727.js
|
[turbofan] Remember types for deoptimization during simplified lowering.
|
2015-03-19 14:00:33 +00:00 |
regress-469089.js
|
[turbofan] Work-around untagged result of CompareIC in pointer maps.
|
2015-03-20 09:45:12 +00:00 |
regress-3136962.js
|
|
|
regress-3185901.js
|
|
|
regress-3218915.js
|
|
|
regress-3249650.js
|
|
|
regress-3260426.js
|
Make sure files end with exactly one new line and police this in presubmit.
|
2013-11-22 13:50:39 +00:00 |
regress-arguments.js
|
Speed up some mjsunit test cases and clean up test expectations for arm and mips.
|
2014-01-24 11:36:45 +00:00 |
regress-arrayliteral.js
|
|
|
regress-bit-number-constant.js
|
[turbofan] Fix truncation/representation sloppiness wrt. bool/bit.
|
2015-01-14 12:06:56 +00:00 |
regress-closures-with-eval.js
|
Make sure files end with exactly one new line and police this in presubmit.
|
2013-11-22 13:50:39 +00:00 |
regress-const.js
|
|
|
regress-deopt-call-as-function.js
|
|
|
regress-funarguments.js
|
|
|
regress-funcaller.js
|
|
|
regress-gap.js
|
|
|
regress-gvn.js
|
%GetOptimizationStatus(): Unconditionally return a sentinel when --always-opt is present
|
2015-04-14 14:57:48 +00:00 |
regress-inline-callfunctionstub.js
|
Make sure files end with exactly one new line and police this in presubmit.
|
2013-11-22 13:50:39 +00:00 |
regress-int32array-outofbounds-nan.js
|
[turbofan] Quickfix for invalid number truncation of typed array loads.
|
2014-12-12 10:45:38 +00:00 |
regress-intoverflow.js
|
|
|
regress-lazy-deopt.js
|
|
|
regress-lbranch-double.js
|
|
|
regress-loadfield.js
|
|
|
regress-loop-deopt.js
|
|
|
regress-max.js
|
|
|
regress-ntl-effect.js
|
Do not reduce effect phis for loops.
|
2015-01-03 12:46:00 +00:00 |
regress-or.js
|
Speed up test/mjsunit/compiler/regress-or
|
2012-09-24 10:08:01 +00:00 |
regress-register-allocator2.js
|
[x86] Fix register constraints for multiply high and modulus.
|
2014-11-03 06:28:12 +00:00 |
regress-register-allocator3.js
|
[turbofan] phis cannot take registers as inputs
|
2014-11-06 12:56:44 +00:00 |
regress-register-allocator.js
|
[x86] Fix register constraints for multiply-high.
|
2014-10-24 09:36:40 +00:00 |
regress-rep-change.js
|
Speed up some mjsunit test cases and clean up test expectations for arm and mips.
|
2014-01-24 11:36:45 +00:00 |
regress-serialized-slots.js
|
|
|
regress-shared-deopt.js
|
Fix deoptimization bug, where recursive call can frighten and confuse the unwitting, simple, poor caveman that is Runtime_NotifyDeoptimized.
|
2013-08-22 13:03:40 +00:00 |
regress-stacktrace-methods.js
|
|
|
regress-stacktrace.js
|
Port CallSite methods to C++.
|
2015-04-28 08:52:47 +00:00 |
regress-to-number-binop-deopt.js
|
[turbofan] Avoid ToNumber conversions if they could deoptimize.
|
2015-02-16 12:59:20 +00:00 |
regress-toint32.js
|
Make sure files end with exactly one new line and police this in presubmit.
|
2013-11-22 13:50:39 +00:00 |
regress-uint8-deopt.js
|
[turbofan] Fix deoptimization of uint8, uint16 inputs.
|
2014-11-07 14:07:45 +00:00 |
regress-valueof.js
|
|
|
rotate.js
|
Make sure files end with exactly one new line and police this in presubmit.
|
2013-11-22 13:50:39 +00:00 |
safepoint.js
|
|
|
shift-shr.js
|
Remove FLAG_opt_safe_uint32_operations.
|
2014-10-06 13:15:23 +00:00 |
short-circuit.js
|
|
|
simple-bailouts.js
|
|
|
simple-binary-op.js
|
|
|
simple-deopt.js
|
|
|
simple-global-access.js
|
|
|
simple-inlining.js
|
|
|
smi-stores-opt.js
|
Fix for a smi stores optimization on x64 with a test case.
|
2014-02-11 16:02:18 +00:00 |
store-elimination.js
|
First implementation of store elimination.
|
2014-03-25 09:06:16 +00:00 |
strict-recompile.js
|
|
|
switch-bailout.js
|
|
|
this-property-refs.js
|
|
|
thisfunction.js
|
|
|
to-fast-properties.js
|
Merge experimental/a64 to bleeding_edge.
|
2014-02-12 09:19:30 +00:00 |
truncating-store-deopt.js
|
[turbofan] Support lazy deopt for truncating store to a typed array.
|
2015-03-19 05:46:30 +00:00 |
truncating-store.js
|
[turbofan] Insert appropriate conversions for typed array stores.
|
2014-11-25 08:40:29 +00:00 |
try-deopt.js
|
[turbofan] Add test coverage for deopt within try-catch.
|
2015-03-03 17:23:42 +00:00 |
type-feedback-after-throw.js
|
Make VisitStatements() consistent among all AstVisitor implementations
|
2013-08-30 10:51:37 +00:00 |
uint32.js
|
Treat HArgumentsObject as a safe use during Uint32 analysis phase.
|
2015-04-13 10:47:15 +00:00 |
unary-add.js
|
|
|
variables.js
|
|
|