v8/src/compiler
mvstanton 3d31d25152 [Turbofan]: generic lowering can use a constant vector
Since we are specializing on the native context, we don't have to load
the vector from the closure. For one thing, this reduces the machinery for
nodes that use a vector in their generic incarnation.

BUG=
R=mstarzinger@chromium.org

Review-Url: https://codereview.chromium.org/2529463002
Cr-Commit-Position: refs/heads/master@{#41221}
2016-11-23 13:23:50 +00:00
..
arm Revert of [Turbofan] CodeGenerator for ARM avoids moves from VFP to general regs. (patchset #4 id:60001 of https://codereview.chromium.org/2497483002/ ) 2016-11-16 15:01:12 +00:00
arm64 This CL enables precise source positions for all V8 compilers. It merges compiler::SourcePosition and internal::SourcePosition to a single class used throughout the codebase. The new internal::SourcePosition instances store an id identifying an inlined function in addition to a script offset. 2016-11-14 17:22:32 +00:00
ia32 This CL enables precise source positions for all V8 compilers. It merges compiler::SourcePosition and internal::SourcePosition to a single class used throughout the codebase. The new internal::SourcePosition instances store an id identifying an inlined function in addition to a script offset. 2016-11-14 17:22:32 +00:00
mips MIPS[64]: Disable Add/Shl to Lsa optimization if operand is immediate 2016-11-21 14:04:41 +00:00
mips64 MIPS[64]: Disable Add/Shl to Lsa optimization if operand is immediate 2016-11-21 14:04:41 +00:00
ppc This CL enables precise source positions for all V8 compilers. It merges compiler::SourcePosition and internal::SourcePosition to a single class used throughout the codebase. The new internal::SourcePosition instances store an id identifying an inlined function in addition to a script offset. 2016-11-14 17:22:32 +00:00
s390 This CL enables precise source positions for all V8 compilers. It merges compiler::SourcePosition and internal::SourcePosition to a single class used throughout the codebase. The new internal::SourcePosition instances store an id identifying an inlined function in addition to a script offset. 2016-11-14 17:22:32 +00:00
x64 [turbofan][x64] Try harder to use memory addressing modes. 2016-11-16 07:38:56 +00:00
x87 This CL enables precise source positions for all V8 compilers. It merges compiler::SourcePosition and internal::SourcePosition to a single class used throughout the codebase. The new internal::SourcePosition instances store an id identifying an inlined function in addition to a script offset. 2016-11-14 17:22:32 +00:00
access-builder.cc [runtime] Rename {JSGeneratorObject::operand_stack} field. 2016-11-21 13:31:35 +00:00
access-builder.h [runtime] Rename {JSGeneratorObject::operand_stack} field. 2016-11-21 13:31:35 +00:00
access-info.cc Revert of [turbofan] Introduce LoadFunctionPrototype simplified operator. (patchset #1 id:1 of https://codereview.chromium.org/2517913002/ ) 2016-11-21 13:32:41 +00:00
access-info.h Revert of [turbofan] Introduce LoadFunctionPrototype simplified operator. (patchset #1 id:1 of https://codereview.chromium.org/2517913002/ ) 2016-11-21 13:32:41 +00:00
all-nodes.cc [turbofan] Also inline into try blocks. 2016-08-29 11:27:06 +00:00
all-nodes.h Moved zones and zone related stuff in its own directory. 2016-09-20 16:08:07 +00:00
ast-graph-builder.cc [Turbofan]: generic lowering can use a constant vector 2016-11-23 13:23:50 +00:00
ast-graph-builder.h [turbofan] Remove type feedback from AstGraphBuilder pipeline. 2016-11-23 06:10:35 +00:00
ast-loop-assignment-analyzer.cc [turbofan] Fix loop assignment analysis on ForInStatements. 2016-09-20 12:37:33 +00:00
ast-loop-assignment-analyzer.h Moved zones and zone related stuff in its own directory. 2016-09-20 16:08:07 +00:00
basic-block-instrumentor.cc Separate CompilationInfo into its own file. 2016-08-31 08:49:59 +00:00
basic-block-instrumentor.h
branch-elimination.cc
branch-elimination.h Make unittests work in component build 2016-10-17 10:02:06 +00:00
bytecode-analysis.cc [ignition] Replace branch+loop analysis with a single pass 2016-11-22 18:05:18 +00:00
bytecode-analysis.h [ignition] Replace branch+loop analysis with a single pass 2016-11-22 18:05:18 +00:00
bytecode-graph-builder.cc [Turbofan]: generic lowering can use a constant vector 2016-11-23 13:23:50 +00:00
bytecode-graph-builder.h [turbofan] Remove type feedback from AstGraphBuilder pipeline. 2016-11-23 06:10:35 +00:00
c-linkage.cc Moved zones and zone related stuff in its own directory. 2016-09-20 16:08:07 +00:00
checkpoint-elimination.cc
checkpoint-elimination.h Make unittests work in component build 2016-10-17 10:02:06 +00:00
code-assembler.cc Reland of [refactoring] Split CodeAssemblerState out of CodeAssembler 2016-11-16 11:48:38 +00:00
code-assembler.h Reland of [refactoring] Split CodeAssemblerState out of CodeAssembler 2016-11-16 11:48:38 +00:00
code-generator-impl.h [turbofan] Attach source positions to deopt info. 2016-09-26 14:23:43 +00:00
code-generator.cc [cpu-profiler] use new source position information for deoptimization in cpu profiler 2016-11-22 10:14:59 +00:00
code-generator.h [turbofan] Support variable size argument removal in TF-generated functions 2016-11-02 13:15:57 +00:00
common-node-cache.cc
common-node-cache.h [turbofan] Introduce an ExternalPointer type. 2016-11-11 13:04:47 +00:00
common-operator-reducer.cc [turbofan] Support variable size argument removal in TF-generated functions 2016-11-02 13:15:57 +00:00
common-operator-reducer.h Make unittests work in component build 2016-10-17 10:02:06 +00:00
common-operator.cc [turbofan] Introduce an ExternalPointer type. 2016-11-11 13:04:47 +00:00
common-operator.h [turbofan] Introduce an ExternalPointer type. 2016-11-11 13:04:47 +00:00
compiler-source-position-table.cc This CL enables precise source positions for all V8 compilers. It merges compiler::SourcePosition and internal::SourcePosition to a single class used throughout the codebase. The new internal::SourcePosition instances store an id identifying an inlined function in addition to a script offset. 2016-11-14 17:22:32 +00:00
compiler-source-position-table.h This CL enables precise source positions for all V8 compilers. It merges compiler::SourcePosition and internal::SourcePosition to a single class used throughout the codebase. The new internal::SourcePosition instances store an id identifying an inlined function in addition to a script offset. 2016-11-14 17:22:32 +00:00
control-builders.cc [turbofan] Fix loop exit rename for return/throw. 2016-07-25 17:43:01 +00:00
control-builders.h
control-equivalence.cc
control-equivalence.h Make unittests work in component build 2016-10-17 10:02:06 +00:00
control-flow-optimizer.cc
control-flow-optimizer.h Make unittests work in component build 2016-10-17 10:02:06 +00:00
dead-code-elimination.cc
dead-code-elimination.h Make unittests work in component build 2016-10-17 10:02:06 +00:00
diamond.h
effect-control-linearizer.cc Revert of [turbofan] Introduce LoadFunctionPrototype simplified operator. (patchset #1 id:1 of https://codereview.chromium.org/2517913002/ ) 2016-11-21 13:32:41 +00:00
effect-control-linearizer.h Revert of [turbofan] Introduce LoadFunctionPrototype simplified operator. (patchset #1 id:1 of https://codereview.chromium.org/2517913002/ ) 2016-11-21 13:32:41 +00:00
escape-analysis-reducer.cc [turbofan] Make escape analysis fail silently for cyclic object states 2016-11-15 14:05:37 +00:00
escape-analysis-reducer.h [turbofan] Make escape analysis fail silently for cyclic object states 2016-11-15 14:05:37 +00:00
escape-analysis.cc [turbofan] Fix -Wsign-compare warnings. 2016-11-10 10:03:08 +00:00
escape-analysis.h Make unittests work in component build 2016-10-17 10:02:06 +00:00
frame-elider.cc [stubs] Add a utility class to generate code to access builtin arguments 2016-11-03 12:53:47 +00:00
frame-elider.h
frame-states.cc [turbofan] Add support for accessor inlining. 2016-08-01 06:59:54 +00:00
frame-states.h [turbofan] Add support for accessor inlining. 2016-08-01 06:59:54 +00:00
frame.cc
frame.h
gap-resolver.cc [Turbofan] Add concept of FP register aliasing on ARM 32. 2016-10-26 16:04:33 +00:00
gap-resolver.h [Turbofan] Add concept of FP register aliasing on ARM 32. 2016-10-26 16:04:33 +00:00
graph-reducer.cc
graph-reducer.h Make unittests work in component build 2016-10-17 10:02:06 +00:00
graph-replay.cc Named all zones in the project 2016-10-17 12:12:42 +00:00
graph-replay.h
graph-trimmer.cc
graph-trimmer.h Make unittests work in component build 2016-10-17 10:02:06 +00:00
graph-visualizer.cc This CL enables precise source positions for all V8 compilers. It merges compiler::SourcePosition and internal::SourcePosition to a single class used throughout the codebase. The new internal::SourcePosition instances store an id identifying an inlined function in addition to a script offset. 2016-11-14 17:22:32 +00:00
graph-visualizer.h Make unittests work in component build 2016-10-17 10:02:06 +00:00
graph.cc [wasm] Debug-time print for compiler graph 2016-10-25 18:00:18 +00:00
graph.h [wasm] Debug-time print for compiler graph 2016-10-25 18:00:18 +00:00
instruction-codes.h [turbofan] Remove dead kArchTailCallJSFunction. 2016-10-26 11:21:40 +00:00
instruction-scheduler.cc [turbofan] Remove dead kArchTailCallJSFunction. 2016-10-26 11:21:40 +00:00
instruction-scheduler.h [turbofan] Relax dependencies due to deopt during instruction scheduling. 2016-09-28 11:05:46 +00:00
instruction-selector-impl.h [turbofan] Refactor the compare-zero folding in instruction selector. 2016-11-03 12:31:25 +00:00
instruction-selector.cc This CL enables precise source positions for all V8 compilers. It merges compiler::SourcePosition and internal::SourcePosition to a single class used throughout the codebase. The new internal::SourcePosition instances store an id identifying an inlined function in addition to a script offset. 2016-11-14 17:22:32 +00:00
instruction-selector.h [arm64] Emit CBZ for deoptimisations. 2016-10-25 15:24:23 +00:00
instruction.cc [Turbofan] Reduce register allocation work when we can. 2016-11-09 18:49:45 +00:00
instruction.h This CL enables precise source positions for all V8 compilers. It merges compiler::SourcePosition and internal::SourcePosition to a single class used throughout the codebase. The new internal::SourcePosition instances store an id identifying an inlined function in addition to a script offset. 2016-11-14 17:22:32 +00:00
int64-lowering.cc [wasm] Break a cycle with a loop node in the int64-lowering. 2016-11-17 11:51:32 +00:00
int64-lowering.h Make unittests work in component build 2016-10-17 10:02:06 +00:00
js-builtin-reducer.cc [builtins] add context input to users of CreateKeyValueArray opcode 2016-11-18 18:17:27 +00:00
js-builtin-reducer.h [turbofan] Properly optimize instanceof (even in the presence of @@hasInstance). 2016-11-18 06:31:42 +00:00
js-call-reducer.cc [turbofan] Fix exception message for non-constructables. 2016-11-23 13:17:55 +00:00
js-call-reducer.h [turbofan] Inline Object.prototype.__proto__ getter. 2016-10-17 06:29:24 +00:00
js-context-specialization.cc
js-context-specialization.h
js-create-lowering.cc [elements] Precisely estimate elements size as last resort 2016-11-15 18:31:19 +00:00
js-create-lowering.h [builtins] implement JSBuiltinReducer for ArrayIteratorNext() 2016-11-14 15:59:47 +00:00
js-frame-specialization.cc Reland of "[turbofan] Osr value typing + dynamic type checks on entry. (patchset #5 id:80001 of https://codereview.chromium.org/2384113002/ )" 2016-10-06 06:42:29 +00:00
js-frame-specialization.h Reland of "[turbofan] Osr value typing + dynamic type checks on entry. (patchset #5 id:80001 of https://codereview.chromium.org/2384113002/ )" 2016-10-06 06:42:29 +00:00
js-generic-lowering.cc [Turbofan]: generic lowering can use a constant vector 2016-11-23 13:23:50 +00:00
js-generic-lowering.h
js-global-object-specialization.cc [turbofan] Always install code dependency when optimizing a store to global property. 2016-11-16 12:03:01 +00:00
js-global-object-specialization.h [turbofan] Enforce native context specialization. 2016-10-10 05:53:51 +00:00
js-graph.cc [turbofan] Introduce an ExternalPointer type. 2016-11-11 13:04:47 +00:00
js-graph.h [turbofan] Introduce an ExternalPointer type. 2016-11-11 13:04:47 +00:00
js-inlining-heuristic.cc Refactor SharedFunctionInfo::IsBuiltin. 2016-11-17 09:43:12 +00:00
js-inlining-heuristic.h This CL enables precise source positions for all V8 compilers. It merges compiler::SourcePosition and internal::SourcePosition to a single class used throughout the codebase. The new internal::SourcePosition instances store an id identifying an inlined function in addition to a script offset. 2016-11-14 17:22:32 +00:00
js-inlining.cc [turbofan] Remove type feedback from AstGraphBuilder pipeline. 2016-11-23 06:10:35 +00:00
js-inlining.h This CL enables precise source positions for all V8 compilers. It merges compiler::SourcePosition and internal::SourcePosition to a single class used throughout the codebase. The new internal::SourcePosition instances store an id identifying an inlined function in addition to a script offset. 2016-11-14 17:22:32 +00:00
js-intrinsic-lowering.cc [regexp] Remove unused code 2016-10-25 07:19:13 +00:00
js-intrinsic-lowering.h [regexp] Remove unused code 2016-10-25 07:19:13 +00:00
js-native-context-specialization.cc [turbofan] Fix broken effect chain for instanceof. 2016-11-22 11:05:35 +00:00
js-native-context-specialization.h [turbofan] Properly optimize instanceof (even in the presence of @@hasInstance). 2016-11-18 06:31:42 +00:00
js-operator.cc [Turbofan]: generic lowering can use a constant vector 2016-11-23 13:23:50 +00:00
js-operator.h [turbofan] Add JSStoreDataPropertyInLiteral operator. 2016-11-18 18:28:09 +00:00
js-typed-lowering.cc [turbofan] Utilize String comparison feedback. 2016-11-22 06:23:26 +00:00
js-typed-lowering.h [turbofan] Properly optimize instanceof (even in the presence of @@hasInstance). 2016-11-18 06:31:42 +00:00
jump-threading.cc Named all zones in the project 2016-10-17 12:12:42 +00:00
jump-threading.h
linkage.cc [builtins]: Uniformly push argument count in TF-generated builtins 2016-11-03 08:37:01 +00:00
linkage.h [builtins]: Uniformly push argument count in TF-generated builtins 2016-11-03 08:37:01 +00:00
live-range-separator.cc [turbofan] Readjust has_slot_use after splintering 2016-09-05 04:06:57 +00:00
live-range-separator.h Moved zones and zone related stuff in its own directory. 2016-09-20 16:08:07 +00:00
liveness-analyzer.cc [turbofan] Do not use the state value cache when building the tree 2016-11-15 14:23:40 +00:00
liveness-analyzer.h [ignition/turbo] Add liveness analysis for the accumulator 2016-10-17 11:48:04 +00:00
load-elimination.cc [turbofan] Improve handling of TransitionElementsKind in load elimination. 2016-11-16 20:56:43 +00:00
load-elimination.h [turbofan] Don't flush LoadElimination on unsupported field stores. 2016-11-07 11:14:51 +00:00
loop-analysis.cc Moved zones and zone related stuff in its own directory. 2016-09-20 16:08:07 +00:00
loop-analysis.h Make unittests work in component build 2016-10-17 10:02:06 +00:00
loop-peeling.cc Moved zones and zone related stuff in its own directory. 2016-09-20 16:08:07 +00:00
loop-peeling.h Make unittests work in component build 2016-10-17 10:02:06 +00:00
loop-variable-optimizer.cc Moved zones and zone related stuff in its own directory. 2016-09-20 16:08:07 +00:00
loop-variable-optimizer.h Moved zones and zone related stuff in its own directory. 2016-09-20 16:08:07 +00:00
machine-graph-verifier.cc [tests] Change CodeStubAssemblerTester code type to BUILTIN 2016-11-07 11:03:32 +00:00
machine-graph-verifier.h [turbofan] Introduces a step to verify the machine graph. 2016-10-05 08:28:14 +00:00
machine-operator-reducer.cc [turbofan] Reduces x << y ^ x >>> (32 - y) to x ror (32 - y). 2016-09-27 10:15:44 +00:00
machine-operator-reducer.h Make unittests work in component build 2016-10-17 10:02:06 +00:00
machine-operator.cc [turbofan] Introduces a step to verify the machine graph. 2016-10-05 08:28:14 +00:00
machine-operator.h Make unittests work in component build 2016-10-17 10:02:06 +00:00
memory-optimizer.cc [turbofan] Introduce PretenureFlagOf helper function. 2016-09-20 10:58:40 +00:00
memory-optimizer.h Moved zones and zone related stuff in its own directory. 2016-09-20 16:08:07 +00:00
move-optimizer.cc [turbofan] Use a vector instead of a set in move optimizer. 2016-11-08 14:00:32 +00:00
move-optimizer.h [turbofan] Use a vector instead of a set in move optimizer. 2016-11-08 14:00:32 +00:00
node-aux-data.h This CL enables precise source positions for all V8 compilers. It merges compiler::SourcePosition and internal::SourcePosition to a single class used throughout the codebase. The new internal::SourcePosition instances store an id identifying an inlined function in addition to a script offset. 2016-11-14 17:22:32 +00:00
node-cache.cc Make unittests work in component build 2016-10-17 10:02:06 +00:00
node-cache.h
node-marker.cc
node-marker.h
node-matchers.cc
node-matchers.h [turbofan] CheckBounds cannot be used within asm.js. 2016-11-03 12:35:04 +00:00
node-properties.cc [turbofan] Enforce native context specialization. 2016-10-10 05:53:51 +00:00
node-properties.h Make unittests work in component build 2016-10-17 10:02:06 +00:00
node.cc [stubs] Call interface descriptors cleanup. 2016-07-26 14:56:35 +00:00
node.h Make unittests work in component build 2016-10-17 10:02:06 +00:00
opcodes.cc
opcodes.h Revert of [turbofan] Introduce LoadFunctionPrototype simplified operator. (patchset #1 id:1 of https://codereview.chromium.org/2517913002/ ) 2016-11-21 13:32:41 +00:00
operation-typer.cc [turbofan] increased precision of range types for bitshifts 2016-11-21 16:46:20 +00:00
operation-typer.h [turbofan] put src/types.[h/cc] into src/compiler/types.[h/cc] 2016-09-05 15:58:45 +00:00
operator-properties.cc [turbofan] Add JSStoreDataPropertyInLiteral operator. 2016-11-18 18:28:09 +00:00
operator-properties.h Make unittests work in component build 2016-10-17 10:02:06 +00:00
operator.cc [turbofan] Use uint32 to store the number of control outputs instead of uint16. 2016-10-19 07:25:51 +00:00
operator.h [turbofan] Use uint32 to store the number of control outputs instead of uint16. 2016-10-19 07:25:51 +00:00
osr.cc Reland of "[turbofan] Osr value typing + dynamic type checks on entry. (patchset #5 id:80001 of https://codereview.chromium.org/2384113002/ )" 2016-10-06 06:42:29 +00:00
osr.h Moved zones and zone related stuff in its own directory. 2016-09-20 16:08:07 +00:00
OWNERS
pipeline-statistics.cc Replaced different means of zone pooling/reusing by one zone segment pool 2016-10-10 19:00:55 +00:00
pipeline-statistics.h Replaced different means of zone pooling/reusing by one zone segment pool 2016-10-10 19:00:55 +00:00
pipeline.cc [turbofan] Remove type feedback from AstGraphBuilder pipeline. 2016-11-23 06:10:35 +00:00
pipeline.h Make unittests work in component build 2016-10-17 10:02:06 +00:00
raw-machine-assembler.cc [Interpreter] Add CallRuntime() for 5 arguments. 2016-11-14 17:16:02 +00:00
raw-machine-assembler.h [Interpreter] Add CallRuntime() for 5 arguments. 2016-11-14 17:16:02 +00:00
redundancy-elimination.cc [turbofan] Improve representation selection for Smi checking. 2016-09-23 10:32:35 +00:00
redundancy-elimination.h
register-allocator-verifier.cc [turbofan] Regalloc validator: support same block pending assessment 2016-11-22 17:31:06 +00:00
register-allocator-verifier.h Moved zones and zone related stuff in its own directory. 2016-09-20 16:08:07 +00:00
register-allocator.cc [Turbofan] Reduce register allocation work when we can. 2016-11-09 18:49:45 +00:00
register-allocator.h [Turbofan] Reduce register allocation work when we can. 2016-11-09 18:49:45 +00:00
representation-change.cc [turbofan] Fix representation changes for unsigned values used as checked-signed values. 2016-11-22 12:07:45 +00:00
representation-change.h [turbofan] Improve representation selection for HeapObject checking. 2016-11-03 12:52:54 +00:00
schedule.cc [stubs] Port NumberToStringSub to Turbofan 2016-10-07 12:29:11 +00:00
schedule.h Make unittests work in component build 2016-10-17 10:02:06 +00:00
scheduler.cc Moved zones and zone related stuff in its own directory. 2016-09-20 16:08:07 +00:00
scheduler.h Make unittests work in component build 2016-10-17 10:02:06 +00:00
select-lowering.cc
select-lowering.h
simd-scalar-lowering.cc [turbofan] Fix -Wsign-compare warnings. 2016-11-10 10:03:08 +00:00
simd-scalar-lowering.h [turbofan] Fix -Wsign-compare warnings. 2016-11-10 10:03:08 +00:00
simplified-lowering.cc [ignition] Report NumberOrOddball feedback for relational comparisons. 2016-11-22 09:44:39 +00:00
simplified-lowering.h [turbofan] Add support for accessing Uint8ClampedArrays. 2016-11-09 13:34:02 +00:00
simplified-operator-reducer.cc [turbofan] Improve representation selection for HeapObject checking. 2016-11-03 12:52:54 +00:00
simplified-operator-reducer.h Make unittests work in component build 2016-10-17 10:02:06 +00:00
simplified-operator.cc Revert of [turbofan] Introduce LoadFunctionPrototype simplified operator. (patchset #1 id:1 of https://codereview.chromium.org/2517913002/ ) 2016-11-21 13:32:41 +00:00
simplified-operator.h Revert of [turbofan] Introduce LoadFunctionPrototype simplified operator. (patchset #1 id:1 of https://codereview.chromium.org/2517913002/ ) 2016-11-21 13:32:41 +00:00
state-values-utils.cc [turbofan] Introduce TypedObjectState common operator. 2016-11-08 13:45:44 +00:00
state-values-utils.h Make unittests work in component build 2016-10-17 10:02:06 +00:00
store-store-elimination.cc [turbofan] In store-store elimination, revisit as often as necessary. 2016-09-01 12:30:10 +00:00
store-store-elimination.h Moved zones and zone related stuff in its own directory. 2016-09-20 16:08:07 +00:00
STYLE
tail-call-optimization.cc [turbofan] Support variable size argument removal in TF-generated functions 2016-11-02 13:15:57 +00:00
tail-call-optimization.h Make unittests work in component build 2016-10-17 10:02:06 +00:00
type-cache.cc [turbofan] Remove the unused asm.js types from TypeCache. 2016-08-29 06:13:00 +00:00
type-cache.h [turbofan] Address a couple of Type-related TODOs. 2016-11-10 06:53:50 +00:00
typed-optimization.cc [turbofan] Add support for accessing Uint8ClampedArrays. 2016-11-09 13:34:02 +00:00
typed-optimization.h [turbofan] Add support for accessing Uint8ClampedArrays. 2016-11-09 13:34:02 +00:00
typer.cc Revert of [turbofan] Introduce LoadFunctionPrototype simplified operator. (patchset #1 id:1 of https://codereview.chromium.org/2517913002/ ) 2016-11-21 13:32:41 +00:00
typer.h [turbofan] Assign proper types to Parameter nodes. 2016-11-02 09:34:08 +00:00
types.cc [modules] Make ModuleInfoEntry a Struct rather than FixedArray. 2016-11-04 09:37:43 +00:00
types.h [builtins] implement JSBuiltinReducer for ArrayIteratorNext() 2016-11-14 15:59:47 +00:00
unwinding-info-writer.h
value-numbering-reducer.cc [turbofan] Do not replace actual duplicates when value numbering 2016-11-04 10:40:34 +00:00
value-numbering-reducer.h [turbofan] Do not replace actual duplicates when value numbering 2016-11-04 10:40:34 +00:00
verifier.cc [Turbofan]: generic lowering can use a constant vector 2016-11-23 13:23:50 +00:00
verifier.h Make unittests work in component build 2016-10-17 10:02:06 +00:00
wasm-compiler.cc [wasm] Do not create special wrappers for i64 imports on 32-bit platforms 2016-11-22 16:44:42 +00:00
wasm-compiler.h [wasm] Support for restricted table imports. 2016-10-29 21:07:38 +00:00
wasm-linkage.cc [Turbofan] Add concept of FP register aliasing on ARM 32. 2016-10-26 16:04:33 +00:00
zone-stats.cc Named all zones in the project 2016-10-17 12:12:42 +00:00
zone-stats.h Named all zones in the project 2016-10-17 12:12:42 +00:00