.. |
arm
|
[turbofan] Add backend support for float32.
|
2014-09-24 11:08:35 +00:00 |
arm64
|
[turbofan] ARM64 support for inverted logical ops
|
2014-09-24 14:55:50 +00:00 |
ia32
|
[turbofan] IA: support better left operand for commutative binops
|
2014-09-25 07:41:25 +00:00 |
x64
|
[turbofan] IA: support better left operand for commutative binops
|
2014-09-25 07:41:25 +00:00 |
access-builder.cc
|
Switch inlining to use simplified instead of machine loads.
|
2014-09-10 09:48:03 +00:00 |
access-builder.h
|
Switch inlining to use simplified instead of machine loads.
|
2014-09-10 09:48:03 +00:00 |
ast-graph-builder.cc
|
Reland "Add handling for argument adaptor frames to inlining."
|
2014-09-18 08:56:52 +00:00 |
ast-graph-builder.h
|
[turbofan] Next step towards shared operators.
|
2014-09-10 12:23:45 +00:00 |
change-lowering-unittest.cc
|
Avoid usage of temporary MachineOperatorBuilder.
|
2014-09-16 16:20:10 +00:00 |
change-lowering.cc
|
Avoid usage of temporary MachineOperatorBuilder.
|
2014-09-16 16:20:10 +00:00 |
change-lowering.h
|
Translate NumberDivide/NumberModulus operators to Int32Div, Int32Mod in representation-change.h.
|
2014-09-24 08:49:32 +00:00 |
code-generator-impl.h
|
Reland "Add initial support for compiler unit tests using GTest/GMock.".
|
2014-08-08 07:04:07 +00:00 |
code-generator.cc
|
[Turbofan] Insert nops for lazy bailout patching, fix translation of literals.
|
2014-09-23 08:46:18 +00:00 |
code-generator.h
|
[Turbofan] Insert nops for lazy bailout patching, fix translation of literals.
|
2014-09-23 08:46:18 +00:00 |
common-node-cache.h
|
Replace our home-grown BitCast with bit_cast from Chrome/Google3.
|
2014-09-08 09:11:11 +00:00 |
common-operator-unittest.cc
|
[turbofan] Add operators for float32 support.
|
2014-09-22 11:42:10 +00:00 |
common-operator.cc
|
[turbofan] Add operators for float32 support.
|
2014-09-22 11:42:10 +00:00 |
common-operator.h
|
[turbofan] Add operators for float32 support.
|
2014-09-22 11:42:10 +00:00 |
compiler-test-utils.h
|
Refactor common unit test code.
|
2014-09-04 08:44:03 +00:00 |
compiler.gyp
|
Move test for reduction of Math.imul to unittest.
|
2014-09-23 11:26:49 +00:00 |
control-builders.cc
|
Land the Fan (disabled)
|
2014-07-30 13:54:45 +00:00 |
control-builders.h
|
Minor simplification and cleanup of graph builder.
|
2014-08-08 13:51:30 +00:00 |
frame.h
|
Rename ASSERT* to DCHECK*.
|
2014-08-04 11:34:54 +00:00 |
gap-resolver.cc
|
Rename ASSERT* to DCHECK*.
|
2014-08-04 11:34:54 +00:00 |
gap-resolver.h
|
Use Chrome compatible naming for compiler specifics.
|
2014-09-02 07:07:52 +00:00 |
generic-algorithm-inl.h
|
Land the Fan (disabled)
|
2014-07-30 13:54:45 +00:00 |
generic-algorithm.h
|
Revert "Revert "Remove C++11-ism, until all bots support it.""
|
2014-08-28 09:20:49 +00:00 |
generic-graph.h
|
Reland
|
2014-09-12 11:06:37 +00:00 |
generic-node-inl.h
|
[turbofan] Add length operand to LoadElement and StoreElement.
|
2014-09-24 09:28:56 +00:00 |
generic-node.h
|
[turbofan] Add length operand to LoadElement and StoreElement.
|
2014-09-24 09:28:56 +00:00 |
graph-builder.cc
|
[turbofan] Next step towards shared operators.
|
2014-09-10 12:23:45 +00:00 |
graph-builder.h
|
[turbofan] Next step towards shared operators.
|
2014-09-10 12:23:45 +00:00 |
graph-inl.h
|
Improve memory usage in Turbofan.
|
2014-09-25 06:25:10 +00:00 |
graph-reducer-unittest.cc
|
[turbofan] Nodes are killed by resetting all their inputs to zero.
|
2014-09-05 11:10:28 +00:00 |
graph-reducer.cc
|
[turbofan] Properly delete nodes in the GraphReducer.
|
2014-09-04 09:22:10 +00:00 |
graph-reducer.h
|
Use Chrome compatible naming for compiler specifics.
|
2014-09-02 07:07:52 +00:00 |
graph-replay.cc
|
[turbofan] Make sure Operator is really immutable.
|
2014-09-04 09:37:25 +00:00 |
graph-replay.h
|
[turbofan] Make sure Operator is really immutable.
|
2014-09-04 09:37:25 +00:00 |
graph-unittest.cc
|
Extend JSBuiltinReducer to cover Math.fround as well.
|
2014-09-24 14:55:13 +00:00 |
graph-unittest.h
|
Extend JSBuiltinReducer to cover Math.fround as well.
|
2014-09-24 14:55:13 +00:00 |
graph-visualizer.cc
|
Fix bug in graph visualizer.
|
2014-09-02 14:59:41 +00:00 |
graph-visualizer.h
|
Land the Fan (disabled)
|
2014-07-30 13:54:45 +00:00 |
graph.cc
|
[turbofan] More const-correctness changes.
|
2014-09-04 10:55:58 +00:00 |
graph.h
|
[turbofan] More const-correctness changes.
|
2014-09-04 10:55:58 +00:00 |
instruction-codes.h
|
[turbofan] don't call out to c
|
2014-09-22 13:56:03 +00:00 |
instruction-selector-impl.h
|
Reland "Add handling for argument adaptor frames to inlining."
|
2014-09-18 08:56:52 +00:00 |
instruction-selector-unittest.cc
|
Reland "Add handling for argument adaptor frames to inlining."
|
2014-09-18 08:56:52 +00:00 |
instruction-selector-unittest.h
|
[turbofan] Allow encodable 64-bit constants as immediate for ARM64.
|
2014-09-22 12:32:23 +00:00 |
instruction-selector.cc
|
[turbofan] Add backend support for float32.
|
2014-09-24 11:08:35 +00:00 |
instruction-selector.h
|
[turbofan] IA: support better left operand for commutative binops
|
2014-09-25 07:41:25 +00:00 |
instruction.cc
|
Context deoptimization and removal of the deoptimization block in Turbofan
|
2014-09-01 09:31:14 +00:00 |
instruction.h
|
Reland "Add handling for argument adaptor frames to inlining."
|
2014-09-18 08:56:52 +00:00 |
ir-operations.txt
|
Land the Fan (disabled)
|
2014-07-30 13:54:45 +00:00 |
js-builtin-reducer-unittest.cc
|
Extend JSBuiltinReducer to cover Math.fround as well.
|
2014-09-24 14:55:13 +00:00 |
js-builtin-reducer.cc
|
Extend JSBuiltinReducer to cover Math.fround as well.
|
2014-09-24 14:55:13 +00:00 |
js-builtin-reducer.h
|
Extend JSBuiltinReducer to cover Math.fround as well.
|
2014-09-24 14:55:13 +00:00 |
js-context-specialization.cc
|
[turbofan] Next step towards shared operators.
|
2014-09-10 12:23:45 +00:00 |
js-context-specialization.h
|
Update and extend context specialization.
|
2014-08-08 11:05:31 +00:00 |
js-generic-lowering.cc
|
[turbofan] Add length operand to LoadElement and StoreElement.
|
2014-09-24 09:28:56 +00:00 |
js-generic-lowering.h
|
Cleanup and simplify TurboFan generic lowering.
|
2014-09-12 14:49:07 +00:00 |
js-graph.cc
|
Add support for Float32 representation changes.
|
2014-09-24 11:55:07 +00:00 |
js-graph.h
|
Add support for Float32 representation changes.
|
2014-09-24 11:55:07 +00:00 |
js-inlining.cc
|
Unify use-sites of EnsureDeoptimizationSupport.
|
2014-09-18 09:02:36 +00:00 |
js-inlining.h
|
Reland "Add handling for argument adaptor frames to inlining."
|
2014-09-18 08:56:52 +00:00 |
js-operator.h
|
[turbofan] Next step towards shared operators.
|
2014-09-10 12:23:45 +00:00 |
js-typed-lowering.cc
|
Add support for Float32 representation changes.
|
2014-09-24 11:55:07 +00:00 |
js-typed-lowering.h
|
Add JSBuiltinReducer for inlining well-known builtins.
|
2014-09-19 15:02:58 +00:00 |
linkage-impl.h
|
Get CallInterfaceDescriptor directly from CodeStub.
|
2014-09-08 15:18:54 +00:00 |
linkage.cc
|
Reland "Add handling for argument adaptor frames to inlining."
|
2014-09-18 08:56:52 +00:00 |
linkage.h
|
Get CallInterfaceDescriptor directly from CodeStub.
|
2014-09-08 15:18:54 +00:00 |
machine-operator-reducer-unittest.cc
|
Fix windows build.
|
2014-09-22 12:14:49 +00:00 |
machine-operator-reducer.cc
|
Translate NumberDivide/NumberModulus operators to Int32Div, Int32Mod in representation-change.h.
|
2014-09-24 08:49:32 +00:00 |
machine-operator-reducer.h
|
[turbofan] Add operators for float32 support.
|
2014-09-22 11:42:10 +00:00 |
machine-operator-unittest.cc
|
Extend JSBuiltinReducer to cover Math.sqrt as well.
|
2014-09-24 10:24:19 +00:00 |
machine-operator.cc
|
Extend JSBuiltinReducer to cover Math.sqrt as well.
|
2014-09-24 10:24:19 +00:00 |
machine-operator.h
|
Extend JSBuiltinReducer to cover Math.sqrt as well.
|
2014-09-24 10:24:19 +00:00 |
machine-type.cc
|
[turbofan] Add backend support for load/store float32 values.
|
2014-08-26 08:29:12 +00:00 |
machine-type.h
|
[turbofan] Machine operators are globally shared singletons.
|
2014-09-11 10:37:49 +00:00 |
node-aux-data-inl.h
|
Introduce subclass wrappers for STL containers that make them a lot easier
|
2014-08-26 13:09:08 +00:00 |
node-aux-data.h
|
Introduce subclass wrappers for STL containers that make them a lot easier
|
2014-08-26 13:09:08 +00:00 |
node-cache.cc
|
Replace our home-grown BitCast with bit_cast from Chrome/Google3.
|
2014-09-08 09:11:11 +00:00 |
node-cache.h
|
Revert 23077 - "Use CommonNodeCache for heap constants in ChangeLowering."
|
2014-08-12 12:53:14 +00:00 |
node-matchers.h
|
[turbofan] Add operators for float32 support.
|
2014-09-22 11:42:10 +00:00 |
node-properties-inl.h
|
Reland "Add handling for argument adaptor frames to inlining."
|
2014-09-18 08:56:52 +00:00 |
node-properties.h
|
Reland "Add handling for argument adaptor frames to inlining."
|
2014-09-18 08:56:52 +00:00 |
node.cc
|
[turbofan] Fix Projection operator parameter type.
|
2014-09-08 06:49:17 +00:00 |
node.h
|
Reland "Add handling for argument adaptor frames to inlining."
|
2014-09-18 08:56:52 +00:00 |
opcodes.h
|
Extend JSBuiltinReducer to cover Math.sqrt as well.
|
2014-09-24 10:24:19 +00:00 |
operator-properties-inl.h
|
[turbofan] Some common operators are globally shared singletons.
|
2014-09-12 11:59:26 +00:00 |
operator-properties.h
|
[turbofan] Make sure Operator is really immutable.
|
2014-09-04 09:37:25 +00:00 |
operator.cc
|
[turbofan] Some common operators are globally shared singletons.
|
2014-09-12 11:59:26 +00:00 |
operator.h
|
[turbofan] Some common operators are globally shared singletons.
|
2014-09-12 11:59:26 +00:00 |
phi-reducer.h
|
Use Chrome compatible naming for compiler specifics.
|
2014-09-02 07:07:52 +00:00 |
pipeline.cc
|
Refactor bailout reasons and disable optimization in more cases.
|
2014-09-24 07:08:27 +00:00 |
pipeline.h
|
Move context specialization flag into CompilationInfo.
|
2014-08-26 15:17:57 +00:00 |
raw-machine-assembler.cc
|
Turbofan needs a code handle and a CallInterfaceDescriptor. At the same time we spread knowledge about how to create the initial IC code object too widely. Consolidate code creation and unify it with a descriptor via CodeFactory.
|
2014-09-11 13:18:58 +00:00 |
raw-machine-assembler.h
|
[turbofan] Add backend support for float32.
|
2014-09-24 11:08:35 +00:00 |
register-allocator.cc
|
[turbofan] Add backend support for float32.
|
2014-09-24 11:08:35 +00:00 |
register-allocator.h
|
Reland "More lazy deoptimization in Turbofan (binops, loads/stores)"
|
2014-08-11 12:26:17 +00:00 |
representation-change.h
|
Fix bug in representation-change.h.
|
2014-09-24 13:55:29 +00:00 |
schedule.cc
|
Context deoptimization and removal of the deoptimization block in Turbofan
|
2014-09-01 09:31:14 +00:00 |
schedule.h
|
Improve memory usage in Turbofan.
|
2014-09-25 06:25:10 +00:00 |
scheduler.cc
|
Improve memory usage in Turbofan.
|
2014-09-25 06:25:10 +00:00 |
scheduler.h
|
Try again to fix Win32.
|
2014-08-26 16:23:37 +00:00 |
simplified-lowering.cc
|
[turbofan] Add backend support for float32.
|
2014-09-24 11:08:35 +00:00 |
simplified-lowering.h
|
Avoid usage of temporary MachineOperatorBuilder.
|
2014-09-16 16:20:10 +00:00 |
simplified-operator-reducer-unittest.cc
|
Avoid usage of temporary MachineOperatorBuilder.
|
2014-09-16 16:20:10 +00:00 |
simplified-operator-reducer.cc
|
Avoid usage of temporary MachineOperatorBuilder.
|
2014-09-16 16:20:10 +00:00 |
simplified-operator-reducer.h
|
Avoid usage of temporary MachineOperatorBuilder.
|
2014-09-16 16:20:10 +00:00 |
simplified-operator-unittest.cc
|
[turbofan] Add length operand to LoadElement and StoreElement.
|
2014-09-24 09:28:56 +00:00 |
simplified-operator.cc
|
[turbofan] Add length operand to LoadElement and StoreElement.
|
2014-09-24 09:28:56 +00:00 |
simplified-operator.h
|
[turbofan] Add length operand to LoadElement and StoreElement.
|
2014-09-24 09:28:56 +00:00 |
source-position.cc
|
NodeAuxData needs a Zone, not a Graph.
|
2014-08-07 09:11:42 +00:00 |
source-position.h
|
Use Chrome compatible naming for compiler specifics.
|
2014-09-02 07:07:52 +00:00 |
typer.cc
|
[turbofan] Add operators for float32 support.
|
2014-09-22 11:42:10 +00:00 |
typer.h
|
Land the Fan (disabled)
|
2014-07-30 13:54:45 +00:00 |
value-numbering-reducer-unittest.cc
|
[turbofan] Nodes are killed by resetting all their inputs to zero.
|
2014-09-05 11:10:28 +00:00 |
value-numbering-reducer.cc
|
[turbofan] Nodes are killed by resetting all their inputs to zero.
|
2014-09-05 11:10:28 +00:00 |
value-numbering-reducer.h
|
[turbofan] Initial version of ValueNumberingReducer.
|
2014-09-04 11:13:35 +00:00 |
verifier.cc
|
[turbofan] Fix Projection operator parameter type.
|
2014-09-08 06:49:17 +00:00 |
verifier.h
|
Add ScheduleVerifier.
|
2014-08-22 12:37:51 +00:00 |