v8/src/compiler
danno 02c8b6f7f0 [stubs] Convert Internal/ArraySingleArgumentsConstructor to a TurboFan stub
BUG=chromium:608675
LOG=n

Review-Url: https://codereview.chromium.org/1987183002
Cr-Commit-Position: refs/heads/master@{#36463}
2016-05-24 08:16:17 +00:00
..
arm Implement UnalignedLoad and UnalignedStore in WASM using 2016-05-20 17:50:51 +00:00
arm64 Implement UnalignedLoad and UnalignedStore in WASM using 2016-05-20 17:50:51 +00:00
ia32 Implement UnalignedLoad and UnalignedStore in WASM using 2016-05-20 17:50:51 +00:00
mips Implement UnalignedLoad and UnalignedStore in WASM using 2016-05-20 17:50:51 +00:00
mips64 Implement UnalignedLoad and UnalignedStore in WASM using 2016-05-20 17:50:51 +00:00
ppc Implement UnalignedLoad and UnalignedStore in WASM using 2016-05-20 17:50:51 +00:00
s390 Implement UnalignedLoad and UnalignedStore in WASM using 2016-05-20 17:50:51 +00:00
x64 Implement UnalignedLoad and UnalignedStore in WASM using 2016-05-20 17:50:51 +00:00
x87 X87: Revert of [turbofan] Take the immediate size in account when narrowing ia32/x64 word comparison operators. (patchset #1 id:1 of https://codereview.chromium.org/1968453002/ ). 2016-05-24 04:18:58 +00:00
access-builder.cc [turbofan] Intrinsic-lowering for GeneratorGetInput and GeneratorGetResumeMode. 2016-05-23 14:22:54 +00:00
access-builder.h [turbofan] Intrinsic-lowering for GeneratorGetInput and GeneratorGetResumeMode. 2016-05-23 14:22:54 +00:00
access-info.cc Remove now-incorrect DataView accessor optimization 2016-05-19 19:49:35 +00:00
access-info.h [turbofan] Add support for special JSArrayBufferView accessors. 2015-11-18 06:33:04 +00:00
all-nodes.cc [turbofan] Don't compute unneeded gray set in AllNodes. 2015-02-20 12:30:30 +00:00
all-nodes.h [turbofan] Don't compute unneeded gray set in AllNodes. 2015-02-20 12:30:30 +00:00
ast-graph-builder.cc [compiler] Remove obsolete JSYield operator. 2016-05-18 08:55:33 +00:00
ast-graph-builder.h [compiler] Avoid passing CompilationInfo to profiler. 2016-05-13 09:46:41 +00:00
ast-loop-assignment-analyzer.cc [cleanup] Split ForOf and ForIn AST nodes apart as they share little 2016-05-12 16:27:16 +00:00
ast-loop-assignment-analyzer.h [compiler] Avoid passing CompilationInfo to profiler. 2016-05-13 09:46:41 +00:00
basic-block-instrumentor.cc [turbofan] Store nodes use only MachineRepresentation, not MachineType. 2015-12-11 15:34:16 +00:00
basic-block-instrumentor.h Remove several grab-bag includes from the v8.h header. 2015-08-11 07:34:17 +00:00
branch-elimination.cc [turbofan] Introduce DeoptimizeIf And DeoptimizeUnless common operators. 2016-02-24 09:49:51 +00:00
branch-elimination.h [turbofan] Introduce DeoptimizeIf And DeoptimizeUnless common operators. 2016-02-24 09:49:51 +00:00
bytecode-branch-analysis.cc [interpreter] Simplify BytecodeBranchAnalysis to minimum. 2016-02-01 10:47:33 +00:00
bytecode-branch-analysis.h [interpreter] Simplify BytecodeBranchAnalysis to minimum. 2016-02-01 10:47:33 +00:00
bytecode-graph-builder.cc [generators] Replace some runtime functions with Turbofan JS operators. 2016-05-20 08:30:35 +00:00
bytecode-graph-builder.h [Interpreter] TurboFan implementation of intrinsics. 2016-03-22 11:36:05 +00:00
c-linkage.cc [wasm] Fix arm64 frame alignment. 2016-03-29 11:42:48 +00:00
coalesced-live-ranges.cc [turbofan] Change NULL to nullptr and CHECK(x != nullptr) to CHECK_NOT_NULL(x). 2016-01-11 12:57:02 +00:00
coalesced-live-ranges.h [turbofan] Change NULL to nullptr and CHECK(x != nullptr) to CHECK_NOT_NULL(x). 2016-01-11 12:57:02 +00:00
code-assembler.cc [turbofan] Add FixedArray peephole optimizations to CodeStubAssembler 2016-05-19 15:50:31 +00:00
code-assembler.h [turbofan] Add FixedArray peephole optimizations to CodeStubAssembler 2016-05-19 15:50:31 +00:00
code-generator-impl.h [turbofan] Length and index2 are unsigned in CheckedLoad/CheckedStore. 2016-04-20 09:35:06 +00:00
code-generator.cc [turbofan] Rename floating point register / slot methods. 2016-05-10 15:20:28 +00:00
code-generator.h [turbofan] Hook up the shift code stubs with TurboFan. 2016-05-03 05:33:07 +00:00
common-node-cache.cc [turbofan] Run everything after representation selection concurrently. 2016-04-30 19:01:01 +00:00
common-node-cache.h [compiler] Add relocatable pointer constants for wasm memory references. 2016-04-12 09:07:00 +00:00
common-operator-reducer.cc [turbofan] We never use Int64Constant for branch/select conditions. 2016-05-18 07:20:19 +00:00
common-operator-reducer.h [turbofan] Turn common Guard operator into simplified TypeGuard. 2016-05-18 06:19:30 +00:00
common-operator.cc [turbofan] Turn common Guard operator into simplified TypeGuard. 2016-05-18 06:19:30 +00:00
common-operator.h [turbofan] Turn common Guard operator into simplified TypeGuard. 2016-05-18 06:19:30 +00:00
control-builders.cc [turbofan] Desugar lookup slot optimization in graph builder. 2015-11-02 13:55:31 +00:00
control-builders.h [turbofan] Change NULL to nullptr and CHECK(x != nullptr) to CHECK_NOT_NULL(x). 2016-01-11 12:57:02 +00:00
control-equivalence.cc [turbofan] Change NULL to nullptr and CHECK(x != nullptr) to CHECK_NOT_NULL(x). 2016-01-11 12:57:02 +00:00
control-equivalence.h Replace OVERRIDE->override and FINAL->final since we now require C++11. 2015-04-20 13:08:14 +00:00
control-flow-optimizer.cc [turbofan] Make Node::set_op safer via wrapper. 2015-09-24 14:46:37 +00:00
control-flow-optimizer.h [turbofan] Remove the JSGraph dependency from the ControlFlowOptimizer. 2015-05-28 09:13:05 +00:00
dead-code-elimination.cc [turbofan] Make Node::set_op safer via wrapper. 2015-09-24 14:46:37 +00:00
dead-code-elimination.h [turbofan] Proper dead code elimination as regular reducer. 2015-06-19 12:07:26 +00:00
diamond.h [turbofan] Make MachineType a pair of enums. 2015-12-10 09:03:53 +00:00
effect-control-linearizer.cc [turbofan] Turn common Guard operator into simplified TypeGuard. 2016-05-18 06:19:30 +00:00
effect-control-linearizer.h [turbofan] Turn common Guard operator into simplified TypeGuard. 2016-05-18 06:19:30 +00:00
escape-analysis-reducer.cc [turbofan] Simplify escape analysis VerifyReplacement. 2016-05-17 14:46:47 +00:00
escape-analysis-reducer.h [turbofan] Simplify escape analysis VerifyReplacement. 2016-05-17 14:46:47 +00:00
escape-analysis.cc [turbofan] Skip data-flow analysis of code entry field. 2016-05-23 10:40:29 +00:00
escape-analysis.h [turbofan] Skip data-flow analysis of code entry field. 2016-05-23 10:40:29 +00:00
frame-elider.cc [turbofan] Frame elision for code stubs. 2016-03-30 14:08:28 +00:00
frame-elider.h Calculate blocks needing a frame and frame (de)construction sites. 2015-04-29 05:54:52 +00:00
frame-states.cc [turbofan] [deoptimizer] Support inlining of ES6 tail calls. 2016-03-09 11:35:37 +00:00
frame-states.h [turbofan] [deoptimizer] Support inlining of ES6 tail calls. 2016-03-09 11:35:37 +00:00
frame.cc [turbofan] CodeGenerator: Frame setup refactoring 2016-04-20 05:41:06 +00:00
frame.h [turbofan] CodeGenerator: Frame setup refactoring 2016-04-20 05:41:06 +00:00
gap-resolver.cc [turbofan] Rename floating point register / slot methods. 2016-05-10 15:20:28 +00:00
gap-resolver.h Replace OVERRIDE->override and FINAL->final since we now require C++11. 2015-04-20 13:08:14 +00:00
graph-reducer.cc [turbofan] Effect linearization after representation inference. 2016-04-18 08:29:51 +00:00
graph-reducer.h [generators] Replace some runtime functions with Turbofan JS operators. 2016-05-20 08:30:35 +00:00
graph-replay.cc Expose a lower bound of malloc'd memory via heap statistics 2016-04-01 10:01:56 +00:00
graph-replay.h [turbofan] Remove GenericAlgorithm from verifier and graph replay. 2015-01-26 18:35:13 +00:00
graph-trimmer.cc [turbofan] Robustify the GraphTrimmer. 2016-02-15 17:28:46 +00:00
graph-trimmer.h [turbofan] Robustify the GraphTrimmer. 2016-02-15 17:28:46 +00:00
graph-visualizer.cc [turbofan] Simplify handling of JSON tracing files. 2016-05-13 13:44:53 +00:00
graph-visualizer.h [turbofan] Simplify handling of JSON tracing files. 2016-05-13 13:44:53 +00:00
graph.cc [turbofan] More "auto" keyword cleanup 2016-02-29 14:29:43 +00:00
graph.h [compiler] Extend the functionality of CodeStubAssembler 2016-02-02 09:42:54 +00:00
greedy-allocator.cc Revert "Revert of [turbofan] Remove redundant code. (patchset #1 id:1 2015-11-10 18:06:32 +00:00
greedy-allocator.h [turbofan] Centralize splitting for memory operands. 2015-10-26 05:02:55 +00:00
instruction-codes.h [turbofan] Add DebugBreak machine operator and support 2016-05-19 09:47:54 +00:00
instruction-scheduler.cc [turbofan] Add DebugBreak machine operator and support 2016-05-19 09:47:54 +00:00
instruction-scheduler.h [turbofan] Track floating-point registers live at function entry in instruction scheduler. 2016-04-25 08:12:31 +00:00
instruction-selector-impl.h [compiler] Add relocatable pointer constants for wasm memory references. 2016-04-12 09:07:00 +00:00
instruction-selector.cc [turbofan] Add DebugBreak machine operator and support 2016-05-19 09:47:54 +00:00
instruction-selector.h Implement UnalignedLoad and UnalignedStore in WASM using 2016-05-20 17:50:51 +00:00
instruction.cc [turbofan] Rename floating point register / slot methods. 2016-05-10 15:20:28 +00:00
instruction.h [turbofan] Rename floating point register / slot methods. 2016-05-10 15:20:28 +00:00
int64-lowering.cc [wasm] Mark all 64-bit instructions as supported on 32-bit platforms. 2016-05-03 11:47:59 +00:00
int64-lowering.h [wasm] Wasm functions with int64 parameters can now be called from JS. 2016-04-20 14:45:08 +00:00
js-builtin-reducer.cc [turbofan] Fix optimized lowering of Math.imul. 2016-05-12 18:43:32 +00:00
js-builtin-reducer.h [builtins] Migrate Math.clz32 to a TurboFan builtin. 2016-04-01 14:36:32 +00:00
js-call-reducer.cc [turbofan] JSTypeOf, JSStrictEqual, JSStrictNotEqual and JSToBoolean are pure. 2016-04-16 19:28:12 +00:00
js-call-reducer.h [turbofan] Introduce DeoptimizeIf And DeoptimizeUnless common operators. 2016-02-24 09:49:51 +00:00
js-context-specialization.cc [turbofan] Flatten cons strings before embedding them into optimized code. 2015-12-16 06:42:51 +00:00
js-context-specialization.h [turbofan] Context specialization should only specialize loads/stores. 2015-07-13 12:31:00 +00:00
js-create-lowering.cc [turbofan] Slighly improve JSCreateArguments lowering. 2016-05-11 06:12:00 +00:00
js-create-lowering.h [turbofan] Initial version of allocation folding and write barrier elimination. 2016-05-10 10:12:25 +00:00
js-frame-specialization.cc [turbofan] Flatten cons strings before embedding them into optimized code. 2015-12-16 06:42:51 +00:00
js-frame-specialization.h Remove inline header includes from non-inline headers (2). 2015-08-13 15:30:16 +00:00
js-generic-lowering.cc [turbofan] Correctly call ArrayNoArgumentConstructor stub from TF code 2016-05-23 16:44:13 +00:00
js-generic-lowering.h [turbofan] Make pure JS operators effectful before first scheduler. 2016-04-21 13:30:51 +00:00
js-global-object-specialization.cc [runtime] Make sure that LookupIterator::OWN always performs a HIDDEN lookup as well. 2016-05-13 11:33:33 +00:00
js-global-object-specialization.h [turbofan] Remove untested no-deoptimization code path from JSGlobalObjectSpecialization. 2016-02-02 13:16:59 +00:00
js-graph.cc Allow Turbofan optimization of Ignition generators, first version. 2016-05-10 12:07:33 +00:00
js-graph.h Allow Turbofan optimization of Ignition generators, first version. 2016-05-10 12:07:33 +00:00
js-inlining-heuristic.cc Fix JSInliningHeuristic::CandidateCompare predicate. 2016-03-21 18:26:39 +00:00
js-inlining-heuristic.h [turbofan] Run inlining within the regular reducer fixpoint. 2015-11-09 10:54:57 +00:00
js-inlining.cc [compiler] Remove dangerous language mode accessors. 2016-05-04 09:28:54 +00:00
js-inlining.h [turbofan] [deoptimizer] Support inlining of ES6 tail calls. 2016-03-09 11:35:37 +00:00
js-intrinsic-lowering.cc [turbofan] Intrinsic-lowering for GeneratorGetInput and GeneratorGetResumeMode. 2016-05-23 14:22:54 +00:00
js-intrinsic-lowering.h [turbofan] Intrinsic-lowering for GeneratorGetInput and GeneratorGetResumeMode. 2016-05-23 14:22:54 +00:00
js-native-context-specialization.cc [turbofan] Turn common Guard operator into simplified TypeGuard. 2016-05-18 06:19:30 +00:00
js-native-context-specialization.h [turbofan] Infer some receiver maps when lowering loads/stores. 2016-05-11 11:15:03 +00:00
js-operator.cc [generators] Replace some runtime functions with Turbofan JS operators. 2016-05-20 08:30:35 +00:00
js-operator.h [generators] Replace some runtime functions with Turbofan JS operators. 2016-05-20 08:30:35 +00:00
js-typed-lowering.cc [turbofan] Simplify typed lowering of generator-related operators. 2016-05-23 14:00:20 +00:00
js-typed-lowering.h [generators] Replace some runtime functions with Turbofan JS operators. 2016-05-20 08:30:35 +00:00
jump-threading.cc Expose a lower bound of malloc'd memory via heap statistics 2016-04-01 10:01:56 +00:00
jump-threading.h Preparing the terrain for frame elision. This change is necessary to 2016-01-28 16:15:12 +00:00
linkage.cc [generators] Replace some runtime functions with Turbofan JS operators. 2016-05-20 08:30:35 +00:00
linkage.h [turbofan] Initial version of allocation folding and write barrier elimination. 2016-05-10 10:12:25 +00:00
live-range-separator.cc Revert "Revert of [turbofan] optimize spills in defered blocks (patchset #3 id:240001 of https://codereview.chromium.org/1551013002/ )" 2016-01-22 06:27:21 +00:00
live-range-separator.h A simpler way to determine if a range spills only in deferred blocks, by 2015-11-25 20:08:09 +00:00
liveness-analyzer.cc Import Reversed adapter from Chromium and use it in v8. 2015-04-20 16:24:37 +00:00
liveness-analyzer.h [turbofan] Unwind and jump to the catch handler in the deoptimizer. 2016-02-12 10:15:32 +00:00
load-elimination.cc [turbofan] Turn common Guard operator into simplified TypeGuard. 2016-05-18 06:19:30 +00:00
load-elimination.h [turbofan] Turn common Guard operator into simplified TypeGuard. 2016-05-18 06:19:30 +00:00
loop-analysis.cc [turbofan] Rework handling of loop exits in loop peeling. 2015-04-07 11:00:47 +00:00
loop-analysis.h Expose a lower bound of malloc'd memory via heap statistics 2016-04-01 10:01:56 +00:00
loop-peeling.cc Expose a lower bound of malloc'd memory via heap statistics 2016-04-01 10:01:56 +00:00
loop-peeling.h [turbofan] Rework handling of loop exits in loop peeling. 2015-04-07 11:00:47 +00:00
machine-operator-reducer.cc [turbofan] Elide mask for CheckedStore 2016-04-26 09:57:54 +00:00
machine-operator-reducer.h [turbofan] Introduce TruncateTaggedToWord32 simplified operator. 2016-04-24 11:41:20 +00:00
machine-operator.cc Implement UnalignedLoad and UnalignedStore in WASM using 2016-05-20 17:50:51 +00:00
machine-operator.h Implement UnalignedLoad and UnalignedStore in WASM using 2016-05-20 17:50:51 +00:00
memory-optimizer.cc [turbofan] Initial version of allocation folding and write barrier elimination. 2016-05-10 10:12:25 +00:00
memory-optimizer.h [turbofan] Initial version of allocation folding and write barrier elimination. 2016-05-10 10:12:25 +00:00
move-optimizer.cc [turbofan] fine grained in-block move optimization 2016-02-04 06:30:34 +00:00
move-optimizer.h [turbofan] fine grained in-block move optimization 2016-02-04 06:30:34 +00:00
node-aux-data.h [turbofan] Add schedule to visualizer output 2015-04-15 09:33:18 +00:00
node-cache.cc Fix invalid use of int in Zone. 2015-02-12 12:47:18 +00:00
node-cache.h [turbofan] Change NULL to nullptr and CHECK(x != nullptr) to CHECK_NOT_NULL(x). 2016-01-11 12:57:02 +00:00
node-marker.cc [turbofan] Move graph trimming functionality to dedicated GraphTrimmer. 2015-06-17 10:56:37 +00:00
node-marker.h [turbofan] Move graph trimming functionality to dedicated GraphTrimmer. 2015-06-17 10:56:37 +00:00
node-matchers.cc [turbofan] Introduce BranchMatcher and DiamondMatcher helpers. 2015-04-07 09:03:37 +00:00
node-matchers.h [turbofan] Optimize typeof in abstract/strict equality comparison. 2016-04-18 07:03:23 +00:00
node-properties.cc [turbofan] Wire in floating control during effect linearization phase. 2016-04-25 04:29:23 +00:00
node-properties.h [turbofan] Wire in floating control during effect linearization phase. 2016-04-25 04:29:23 +00:00
node.cc [turbofan] Change NULL to nullptr and CHECK(x != nullptr) to CHECK_NOT_NULL(x). 2016-01-11 12:57:02 +00:00
node.h [turbofan] Print API for Node. 2015-12-01 06:27:55 +00:00
opcodes.cc [turbofan] Add streaming operator for opcodes to ease debugging. 2015-05-20 10:12:46 +00:00
opcodes.h [generators] Replace some runtime functions with Turbofan JS operators. 2016-05-20 08:30:35 +00:00
operator-properties.cc [turbofan] Introduce JSToInteger and JSToLength operators. 2016-04-01 10:30:03 +00:00
operator-properties.h Replace OVERRIDE->override and FINAL->final since we now require C++11. 2015-04-20 13:08:14 +00:00
operator.cc [turbofan] Optimize certain chains of Branch into a Switch. 2015-02-17 13:29:46 +00:00
operator.h [turbofan] Implemented the TruncateFloat32ToInt64 TurboFan operator. 2015-11-26 10:28:38 +00:00
osr.cc Create ast/ and parsing/ subdirectories and move appropriate files 2015-11-26 16:23:07 +00:00
osr.h Remove kOsrCompileFailed bailout. 2015-04-27 14:24:28 +00:00
OWNERS [turbofan] Add Mircea Trofin as owner for the register allocator. 2015-10-28 05:43:05 +00:00
pipeline-statistics.cc [turbofan] Change NULL to nullptr and CHECK(x != nullptr) to CHECK_NOT_NULL(x). 2016-01-11 12:57:02 +00:00
pipeline-statistics.h [turbofan] Enable concurrent (re)compilation. 2016-04-27 12:40:00 +00:00
pipeline.cc [turbofan] Fix turbo json file generation for code stubs. 2016-05-20 07:52:55 +00:00
pipeline.h [turbofan] Make Pipeline an all-static class. 2016-05-03 14:16:40 +00:00
raw-machine-assembler.cc [turbofan] Add DebugBreak machine operator and support 2016-05-19 09:47:54 +00:00
raw-machine-assembler.h [turbofan] Add DebugBreak machine operator and support 2016-05-19 09:47:54 +00:00
register-allocator-verifier.cc [turbofan] Rename floating point register / slot methods. 2016-05-10 15:20:28 +00:00
register-allocator-verifier.h [turbofan] Single entry into deferred 2016-04-23 16:58:10 +00:00
register-allocator.cc [turbofan] Rename floating point register / slot methods. 2016-05-10 15:20:28 +00:00
register-allocator.h Turbofan: Rename register allocator double phase. 2016-04-26 20:04:14 +00:00
representation-change.cc [turbofan] Fix optimized lowering of Math.imul. 2016-05-12 18:43:32 +00:00
representation-change.h [turbofan] Move more type checks to the representation selector. 2016-04-22 11:03:17 +00:00
schedule.cc [stubs] Convert Internal/ArraySingleArgumentsConstructor to a TurboFan stub 2016-05-24 08:16:17 +00:00
schedule.h [turbofan] Single entry into deferred 2016-04-23 16:58:10 +00:00
scheduler.cc [turbofan] Effect linearization after representation inference. 2016-04-18 08:29:51 +00:00
scheduler.h Remove dependency on v8.h from TurboFan. 2015-02-09 13:13:28 +00:00
select-lowering.cc [turbofan] Remove some clever-but-wrong bits from select lowering. 2016-04-08 08:26:13 +00:00
select-lowering.h [turbofan] Remove some clever-but-wrong bits from select lowering. 2016-04-08 08:26:13 +00:00
simplified-lowering.cc [turbofan] Fix optimized lowering of Math.imul. 2016-05-12 18:43:32 +00:00
simplified-lowering.h [turbofan] Remove phase ordering problem in JSToNumber lowering. 2016-04-20 06:06:54 +00:00
simplified-operator-reducer.cc [turbofan] Turn common Guard operator into simplified TypeGuard. 2016-05-18 06:19:30 +00:00
simplified-operator-reducer.h [turbofan] Turn common Guard operator into simplified TypeGuard. 2016-05-18 06:19:30 +00:00
simplified-operator.cc [turbofan] Turn common Guard operator into simplified TypeGuard. 2016-05-18 06:19:30 +00:00
simplified-operator.h [turbofan] Turn common Guard operator into simplified TypeGuard. 2016-05-18 06:19:30 +00:00
source-position.cc [wasm] Generate source position information 2016-04-26 12:47:09 +00:00
source-position.h [wasm] Generate source position information 2016-04-26 12:47:09 +00:00
state-values-utils.cc [turbofan] Make MachineType a pair of enums. 2015-12-10 09:03:53 +00:00
state-values-utils.h [turbofan] Remember types for deoptimization during simplified lowering. 2015-03-19 14:00:33 +00:00
STYLE [turbofan] Add STYLE document. 2015-01-22 13:47:25 +00:00
tail-call-optimization.cc [turbofan] Introduce CallDescriptorOf helper for safety. 2016-04-18 10:52:00 +00:00
tail-call-optimization.h [turbofan] Fix tail call optimization. 2015-05-05 09:43:02 +00:00
type-hint-analyzer.cc [stubs] Introduce a proper ToBooleanStub. 2016-02-29 12:17:26 +00:00
type-hint-analyzer.h [turbofan] Introduce ToBooleanHints on ToBoolean operators. 2015-12-03 16:48:19 +00:00
type-hints.cc [turbofan] Introduce ToBooleanHints on ToBoolean operators. 2015-12-03 16:48:19 +00:00
type-hints.h [turbofan] Introduce ToBooleanHints on ToBoolean operators. 2015-12-03 16:48:19 +00:00
typer.cc [generators] Replace some runtime functions with Turbofan JS operators. 2016-05-20 08:30:35 +00:00
typer.h Remove the template magic from types.(h|cc), remove types-inl.h. 2016-02-02 07:26:06 +00:00
value-numbering-reducer.cc Fix invalid use of int in Zone. 2015-02-12 12:47:18 +00:00
value-numbering-reducer.h Replace OVERRIDE->override and FINAL->final since we now require C++11. 2015-04-20 13:08:14 +00:00
verifier.cc [generators] Replace some runtime functions with Turbofan JS operators. 2016-05-20 08:30:35 +00:00
verifier.h [turbofan] Add the Verifier to the pipeline for code stubs. 2016-04-22 13:56:36 +00:00
wasm-compiler.cc Implement UnalignedLoad and UnalignedStore in WASM using 2016-05-20 17:50:51 +00:00
wasm-compiler.h Implement UnalignedLoad and UnalignedStore in WASM using 2016-05-20 17:50:51 +00:00
wasm-linkage.cc check if we can split (linear scan) 2016-04-18 05:42:38 +00:00
zone-pool.cc Expose a lower bound of malloc'd memory via heap statistics 2016-04-01 10:01:56 +00:00
zone-pool.h Expose a lower bound of malloc'd memory via heap statistics 2016-04-01 10:01:56 +00:00