..
c-signature.h
Add MachineSignature, which is an encapsulation of the machine types for parameters and return values in a graph.
2014-08-28 13:17:38 +00:00
call-tester.h
MIPS64: Add turbofan support for mips64.
2014-11-19 15:44:46 +00:00
codegen-tester.cc
Revert of Remove obsolete V8_INFINITY macro. (patchset #3 id:40001 of https://codereview.chromium.org/798413003/ )
2014-12-20 13:17:35 +00:00
codegen-tester.h
[turbofan] add ForTesting to pipeline entry points that are for testing only.
2014-11-17 14:46:54 +00:00
function-tester.h
Revert of Remove obsolete V8_INFINITY macro. (patchset #3 id:40001 of https://codereview.chromium.org/798413003/ )
2014-12-20 13:17:35 +00:00
graph-builder-tester.cc
[turbofan] add ForTesting to pipeline entry points that are for testing only.
2014-11-17 14:46:54 +00:00
graph-builder-tester.h
Fix bugs in simplified lowering relating to int32/uint32 signs.
2014-11-10 14:28:42 +00:00
graph-tester.h
Make start node a value input to parameter nodes.
2014-08-05 08:47:39 +00:00
instruction-selector-tester.h
Add MachineSignature, which is an encapsulation of the machine types for parameters and return values in a graph.
2014-08-28 13:17:38 +00:00
simplified-graph-builder.cc
[turbofan] Deinlinify OperatorProperties implementation.
2014-12-23 12:50:51 +00:00
simplified-graph-builder.h
[turbofan] Add checked load/store operators.
2014-12-02 04:49:11 +00:00
test-basic-block-profiler.cc
De-generify the GenericNode.
2014-11-28 15:21:44 +00:00
test-branch-combine.cc
Revert of Remove obsolete V8_INFINITY macro. (patchset #3 id:40001 of https://codereview.chromium.org/798413003/ )
2014-12-20 13:17:35 +00:00
test-changes-lowering.cc
De-generify the GenericNode.
2014-11-28 15:21:44 +00:00
test-codegen-deopt.cc
[turbofan] add ForTesting to pipeline entry points that are for testing only.
2014-11-17 14:46:54 +00:00
test-control-reducer.cc
Clean up node iteration
2014-12-02 14:38:58 +00:00
test-gap-resolver.cc
[turbofan] add RegisterConfiguration to decouple arch specific register layouts from compiler
2014-11-04 09:22:32 +00:00
test-graph-reducer.cc
De-generify the GenericNode.
2014-11-28 15:21:44 +00:00
test-graph-visualizer.cc
De-generify the GenericNode.
2014-11-28 15:21:44 +00:00
test-instruction.cc
Revert of [turbofan] simplify gap ordering (patchset #2 id:20001 of https://codereview.chromium.org/810013002/ )
2014-12-18 15:49:58 +00:00
test-js-constant-cache.cc
Revert of Remove obsolete V8_INFINITY macro. (patchset #3 id:40001 of https://codereview.chromium.org/798413003/ )
2014-12-20 13:17:35 +00:00
test-js-context-specialization.cc
[turbofan] Make context specialization into a reducer.
2014-12-02 10:02:46 +00:00
test-js-typed-lowering.cc
[turbofan] Cache conversions inserted during typed lowering.
2014-12-16 12:59:16 +00:00
test-jump-threading.cc
Revert of [turbofan] simplify gap ordering (patchset #2 id:20001 of https://codereview.chromium.org/810013002/ )
2014-12-18 15:49:58 +00:00
test-linkage.cc
De-generify the GenericNode.
2014-11-28 15:21:44 +00:00
test-loop-analysis.cc
[turbofan] First version of loop analysis: loop finder on the soup of nodes.
2014-12-16 09:36:40 +00:00
test-loop-assignment-analysis.cc
Fix windows build.
2014-10-28 17:54:57 +00:00
test-machine-operator-reducer.cc
[turbofan] Deinlinify OperatorProperties implementation.
2014-12-23 12:50:51 +00:00
test-node-algorithm.cc
De-generify the GenericNode.
2014-11-28 15:21:44 +00:00
test-node-cache.cc
[turbofan] Cache float32 constants on the JSGraph level.
2014-12-23 14:12:21 +00:00
test-node.cc
Clean up node iteration
2014-12-02 14:38:58 +00:00
test-operator.cc
Move input/output counts directly into Operators, simplying OperatorProperties.
2014-10-29 14:41:18 +00:00
test-pipeline.cc
Move AST node counting to post-pass
2014-10-28 13:24:18 +00:00
test-representation-change.cc
Better typing and type verification
2014-10-15 11:38:04 +00:00
test-run-deopt.cc
Fix non-TF target build after r23107.
2014-08-13 14:47:32 +00:00
test-run-inlining.cc
don't use to-be-deprecated Value::To* without isolate parameter
2014-11-24 10:30:55 +00:00
test-run-intrinsics.cc
Add inlining for intrinsics.
2014-10-20 07:56:50 +00:00
test-run-jsbranches.cc
Implement graph trimming in ControlReducer.
2014-10-17 11:51:57 +00:00
test-run-jscalls.cc
Remove dependency from generic lowering on compilation info for determining strictness and builtins.
2014-08-28 08:39:24 +00:00
test-run-jsexceptions.cc
Land the Fan (disabled)
2014-07-30 13:54:45 +00:00
test-run-jsops.cc
Revert of Remove obsolete V8_INFINITY macro. (patchset #3 id:40001 of https://codereview.chromium.org/798413003/ )
2014-12-20 13:17:35 +00:00
test-run-machops.cc
Revert of Remove obsolete V8_INFINITY macro. (patchset #3 id:40001 of https://codereview.chromium.org/798413003/ )
2014-12-20 13:17:35 +00:00
test-run-properties.cc
Fix windows warning.
2014-09-19 10:52:19 +00:00
test-run-stackcheck.cc
Implement inlined stack-check guards in TurboFan.
2014-10-01 14:03:02 +00:00
test-run-variables.cc
Land the Fan (disabled)
2014-07-30 13:54:45 +00:00
test-schedule.cc
De-generify the GenericNode.
2014-11-28 15:21:44 +00:00
test-scheduler.cc
[turbofan] move assembly order to InstructionBlock
2014-12-17 15:10:03 +00:00
test-simplified-lowering.cc
[turbofan] Add checked load/store operators.
2014-12-02 04:49:11 +00:00
test-typer.cc
[turbofan] Deinlinify OperatorProperties implementation.
2014-12-23 12:50:51 +00:00
value-helper.h
Revert of Remove obsolete V8_INFINITY macro. (patchset #3 id:40001 of https://codereview.chromium.org/798413003/ )
2014-12-20 13:17:35 +00:00