v8/src/crankshaft
rmcilroy 5f5300a61b [compiler] Ensure code unsupported by Crankshaft goes to Ignition.
BUG=v8:4280,v8:5657

Review-Url: https://codereview.chromium.org/2505933008
Cr-Commit-Position: refs/heads/master@{#41209}
2016-11-23 09:30:34 +00:00
..
arm [ic] Pass globals' names to Runtime::kDeclareGlobals. 2016-11-18 12:58:36 +00:00
arm64 [ic] Pass globals' names to Runtime::kDeclareGlobals. 2016-11-18 12:58:36 +00:00
ia32 [ic] Pass globals' names to Runtime::kDeclareGlobals. 2016-11-18 12:58:36 +00:00
mips [ic] Pass globals' names to Runtime::kDeclareGlobals. 2016-11-18 12:58:36 +00:00
mips64 [ic] Pass globals' names to Runtime::kDeclareGlobals. 2016-11-18 12:58:36 +00:00
ppc [ic] Pass globals' names to Runtime::kDeclareGlobals. 2016-11-18 12:58:36 +00:00
s390 [ic] Pass globals' names to Runtime::kDeclareGlobals. 2016-11-18 12:58:36 +00:00
x64 [ic] Pass globals' names to Runtime::kDeclareGlobals. 2016-11-18 12:58:36 +00:00
x87 [ic] Pass globals' names to Runtime::kDeclareGlobals. 2016-11-18 12:58:36 +00:00
compilation-phase.cc Named all zones in the project 2016-10-17 12:12:42 +00:00
compilation-phase.h Moved zones and zone related stuff in its own directory. 2016-09-20 16:08:07 +00:00
hydrogen-alias-analysis.h [crankshaft] TODO bankruptcy. 2016-02-15 09:26:09 +00:00
hydrogen-bce.cc Instead of having a hashmap with a function pointer defining its 2016-09-30 16:17:06 +00:00
hydrogen-bce.h Instead of having a hashmap with a function pointer defining its 2016-09-30 16:17:06 +00:00
hydrogen-canonicalize.cc
hydrogen-canonicalize.h
hydrogen-check-elimination.cc
hydrogen-check-elimination.h
hydrogen-dce.cc
hydrogen-dce.h
hydrogen-dehoist.cc
hydrogen-dehoist.h
hydrogen-environment-liveness.cc Introduce "optimized_out" oddball marker for compilers. 2016-03-16 14:30:58 +00:00
hydrogen-environment-liveness.h
hydrogen-escape-analysis.cc [turbofan] Add performance counters for escape analysis 2016-01-05 10:30:23 +00:00
hydrogen-escape-analysis.h
hydrogen-flow-engine.h Moved zones and zone related stuff in its own directory. 2016-09-20 16:08:07 +00:00
hydrogen-gvn.cc [compiler] Remove CompilationInfo::opt_count field. 2016-04-06 19:16:57 +00:00
hydrogen-gvn.h Moved zones and zone related stuff in its own directory. 2016-09-20 16:08:07 +00:00
hydrogen-infer-representation.cc
hydrogen-infer-representation.h
hydrogen-infer-types.cc
hydrogen-infer-types.h
hydrogen-instructions.cc [cleanup] Replace ToBooleanICStub::Types with ToBooleanHints 2016-11-11 10:50:34 +00:00
hydrogen-instructions.h [ic] Pass globals' names to Runtime::kDeclareGlobals. 2016-11-18 12:58:36 +00:00
hydrogen-load-elimination.cc [crankshaft] TODO bankruptcy. 2016-02-15 09:26:09 +00:00
hydrogen-load-elimination.h
hydrogen-mark-unreachable.cc
hydrogen-mark-unreachable.h
hydrogen-osr.cc [cleanup] Replace ToBooleanICStub::Types with ToBooleanHints 2016-11-11 10:50:34 +00:00
hydrogen-osr.h Moved zones and zone related stuff in its own directory. 2016-09-20 16:08:07 +00:00
hydrogen-range-analysis.cc [intrinsics] Kill the %_IsMinusZero intrinsic. 2016-02-09 06:28:53 +00:00
hydrogen-range-analysis.h Fix printf formats 2016-04-12 16:14:03 +00:00
hydrogen-redundant-phi.cc
hydrogen-redundant-phi.h
hydrogen-removable-simulates.cc
hydrogen-removable-simulates.h
hydrogen-representation-changes.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
hydrogen-representation-changes.h
hydrogen-sce.cc
hydrogen-sce.h
hydrogen-store-elimination.cc [crankshaft] TODO bankruptcy. 2016-02-15 09:26:09 +00:00
hydrogen-store-elimination.h
hydrogen-types.cc Forking the type system between Crankshaft & Turbofan. 2016-09-02 13:04:39 +00:00
hydrogen-types.h Forking the type system between Crankshaft & Turbofan. 2016-09-02 13:04:39 +00:00
hydrogen-uint32-analysis.cc
hydrogen-uint32-analysis.h
hydrogen.cc [compiler] Ensure code unsupported by Crankshaft goes to Ignition. 2016-11-23 09:30:34 +00:00
hydrogen.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
lithium-allocator-inl.h S390: Initial Impl of Crankshaft features 2016-03-07 14:49:07 +00:00
lithium-allocator.cc Named all zones in the project 2016-10-17 12:12:42 +00:00
lithium-allocator.h Moved zones and zone related stuff in its own directory. 2016-09-20 16:08:07 +00:00
lithium-codegen.cc [cpu-profiler] use new source position information for deoptimization in cpu profiler 2016-11-22 10:14:59 +00:00
lithium-codegen.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
lithium-inl.h S390: Initial Impl of Crankshaft features 2016-03-07 14:49:07 +00:00
lithium.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
lithium.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
OWNERS
typing.cc Turn Scope::locals_ into a ThreadedList 2016-11-03 10:07:12 +00:00
typing.h Thread decls-list through Declaration using a ThreadedList 2016-11-02 14:08:47 +00:00
unique.h Moved zones and zone related stuff in its own directory. 2016-09-20 16:08:07 +00:00