v8/src
bmeurer 76fd6f25a9 [turbofan] Remove inlining support for the deprecated pipeline.
The deprecated pipeline is used for asm.js only, where we forcibly
disable inlining anyways (for performance reasons), so inlining via
the AstGraphBuilder is essentially dead code by now, thus there's no
point in trying to keep that around in the code base.

Also nuke the test-run-inlining.cc file, which would require some heavy
surgery (for probably little benefit), and move the useful tests for
mjsunit tests instead.

BUG=v8:2206,v8:5657
R=yangguo@chromium.org

Review-Url: https://codereview.chromium.org/2527053002
Cr-Commit-Position: refs/heads/master@{#41245}
2016-11-24 07:59:59 +00:00
..
arm [cleanup] Drop handwritten KeyedStoreIC code 2016-11-22 15:43:59 +00:00
arm64 [cleanup] Drop handwritten KeyedStoreIC code 2016-11-22 15:43:59 +00:00
asmjs [asmjs] Avoid truncation of error messages 2016-11-22 17:17:57 +00:00
ast Revert of [parser] Fix scopes in rewriting of for-of and destructuring assignments. (patchset #6 id:100001 of https://codereview.chromium.org/2520883002/ ) 2016-11-23 15:23:17 +00:00
base Remove obsolete declaration of DumpBacktrace() 2016-11-23 12:53:45 +00:00
builtins [cleanup] Refactor builtins-number.cc 2016-11-24 00:41:54 +00:00
compiler [turbofan] Remove inlining support for the deprecated pipeline. 2016-11-24 07:59:59 +00:00
compiler-dispatcher [Tracing] Use TracingCategoryObserver in runtime statistics 2016-11-04 00:31:32 +00:00
crankshaft [compiler] Ensure code unsupported by Crankshaft goes to Ignition. 2016-11-23 09:30:34 +00:00
debug [debug] remove obsolete handling for suspended generator objects. 2016-11-23 13:56:51 +00:00
extensions [heap] Use size_t for heap and space counters. 2016-11-14 16:47:18 +00:00
full-codegen [compiler] Ensure code unsupported by Crankshaft goes to Ignition. 2016-11-23 09:30:34 +00:00
heap [gc] Add runtime timer for gc prologue and epilogue callbacks 2016-11-23 18:00:17 +00:00
ia32 [cleanup] Drop handwritten KeyedStoreIC code 2016-11-22 15:43:59 +00:00
ic [stubs] Fix AccessorInfo mixup in KeyedStoreGeneric 2016-11-23 13:27:22 +00:00
inspector [inspector] Expose scopes for suspended generator objects 2016-11-24 07:32:40 +00:00
interpreter [ignition] Report NumberOrOddball feedback for relational comparisons. 2016-11-22 09:44:39 +00:00
js [promises] Do not export GlobalPromise 2016-11-21 15:00:51 +00:00
libplatform [Tracing] Remove unused excluded categories list. 2016-10-31 19:45:20 +00:00
libsampler Fix -Wsign-compare warnings in parser, scanner, regexp, runtime. 2016-11-10 12:54:54 +00:00
mips [cleanup] Drop handwritten KeyedStoreIC code 2016-11-22 15:43:59 +00:00
mips64 [cleanup] Drop handwritten KeyedStoreIC code 2016-11-22 15:43:59 +00:00
parsing Revert of [parser] Fix scopes in rewriting of for-of and destructuring assignments. (patchset #6 id:100001 of https://codereview.chromium.org/2520883002/ ) 2016-11-23 15:23:17 +00:00
ppc [cleanup] Drop handwritten KeyedStoreIC code 2016-11-22 15:43:59 +00:00
profiler Revert of [counters] RuntimeStats: fix wrong bookkeeping when dynamically changing counters. (patchset #15 id:320001 of https://codereview.chromium.org/2511093002/ ) 2016-11-23 15:27:49 +00:00
regexp [regexp] use C++ API for unicode set over C API. 2016-11-22 07:10:13 +00:00
runtime [wasm] WebAssembly.Memory object can be referenced by multiple Instance objects. 2016-11-23 20:44:29 +00:00
s390 s390: introduce DUMY opcode for special use. 2016-11-24 01:31:21 +00:00
snapshot [serializer] print use count of external references. 2016-11-15 08:59:21 +00:00
third_party Removed fdlibm.js, as it is now an empty shell. 2016-07-05 03:57:17 +00:00
tracing [Tracing] Fix inaccurate time accumulation in runtime statistics. 2016-11-09 17:08:37 +00:00
wasm [wasm] WebAssembly.Memory object can be referenced by multiple Instance objects. 2016-11-23 20:44:29 +00:00
x64 [cleanup] Drop handwritten KeyedStoreIC code 2016-11-22 15:43:59 +00:00
x87 [cleanup] Drop handwritten KeyedStoreIC code 2016-11-22 15:43:59 +00:00
zone [zone] Fix zone segment pooling size limits 2016-11-21 13:22:29 +00:00
accessors.cc [inspector] removed embbeder debugger script flag 2016-11-17 16:51:23 +00:00
accessors.h [inspector] removed embbeder debugger script flag 2016-11-17 16:51:23 +00:00
address-map.cc [serializer] small fixes for blink snapshot. 2016-11-14 07:17:59 +00:00
address-map.h [serializer] small fixes for blink snapshot. 2016-11-14 07:17:59 +00:00
allocation-site-scopes.cc include only stuff you need, part 1: ast.h, ast-value-factory.h. 2016-08-18 10:26:32 +00:00
allocation-site-scopes.h include only stuff you need, part 1: ast.h, ast-value-factory.h. 2016-08-18 10:26:32 +00:00
allocation.cc Strictly disable instantiation of AllStatic class 2016-07-05 14:27:34 +00:00
allocation.h Make unittests work in component build 2016-10-17 10:02:06 +00:00
api-arguments-inl.h [RuntimeCallStats] Move tracing runtime instrumentation closer to the original version. 2016-09-05 15:40:12 +00:00
api-arguments.cc [RuntimeCallStats] Move tracing runtime instrumentation closer to the original version. 2016-09-05 15:40:12 +00:00
api-arguments.h [runtime] Let native setters have a return value. 2016-10-26 09:00:08 +00:00
api-experimental.cc Add ToSmi and Goto operations to FastAccessorAssembler. 2016-08-19 09:35:17 +00:00
api-experimental.h
api-natives.cc Allow the global object to be frozen through the global template 2016-11-04 18:37:59 +00:00
api-natives.h Add API to create a "remote" instance of a given FunctionTemplate 2016-07-19 12:22:37 +00:00
api.cc [inspector] removed embbeder debugger script flag 2016-11-17 16:51:23 +00:00
api.h [inspector] migrate scriptParsed and getCompiledScripts to native 2016-10-29 02:18:16 +00:00
arguments.cc
arguments.h [Tracing] Use TracingCategoryObserver in runtime statistics 2016-11-04 00:31:32 +00:00
assembler.cc Remove some leftovers of full-codegen's generators implementation. 2016-11-22 13:49:01 +00:00
assembler.h Remove some leftovers of full-codegen's generators implementation. 2016-11-22 13:49:01 +00:00
assert-scope.cc
assert-scope.h Enable component builds for fuzzers 2016-09-26 07:40:44 +00:00
background-parsing-task.cc Named all zones in the project 2016-10-17 12:12:42 +00:00
background-parsing-task.h Remove unnessary includes of parser.h 2016-09-02 17:48:46 +00:00
bailout-reason.cc
bailout-reason.h [cleanup] Drop handwritten KeyedStoreIC code 2016-11-22 15:43:59 +00:00
base.isolate [build] Fix mac asan dependencies 2016-09-07 12:21:37 +00:00
basic-block-profiler.cc
basic-block-profiler.h [d8] Fix the shared-library build 2016-09-20 12:06:54 +00:00
bignum-dtoa.cc
bignum-dtoa.h
bignum.cc [runtime] Implement encodeURI as single runtime function. 2016-05-14 07:17:03 +00:00
bignum.h
bit-vector.cc
bit-vector.h Moved zones and zone related stuff in its own directory. 2016-09-20 16:08:07 +00:00
bootstrapper.cc [turbofan] Properly optimize instanceof (even in the presence of @@hasInstance). 2016-11-18 06:31:42 +00:00
bootstrapper.h Add an API to create a detached global object 2016-07-07 19:38:08 +00:00
cached-powers.cc
cached-powers.h
cancelable-task.cc Fix more -Wsign-compare warnings in heap, mips, base, etc. 2016-11-11 14:56:10 +00:00
cancelable-task.h Reland "[heap] Uncommit marking deque in concurrent task." 2016-10-27 11:30:35 +00:00
char-predicates-inl.h
char-predicates.cc
char-predicates.h Make unittests work in component build 2016-10-17 10:02:06 +00:00
checks.h [build] Use shared libraries by default for debug builds 2016-09-27 09:46:36 +00:00
code-events.h Allow thread-safe access to add/remove code event observers. 2016-09-29 08:24:10 +00:00
code-factory.cc [cleanup] Drop handwritten KeyedStoreIC code 2016-11-22 15:43:59 +00:00
code-factory.h [turbofan] Properly optimize instanceof (even in the presence of @@hasInstance). 2016-11-18 06:31:42 +00:00
code-stub-assembler.cc Reland of [cleanup] CodeStubAssembler: s/compiler::Node/Node/ 2016-11-24 00:04:41 +00:00
code-stub-assembler.h Reland of [cleanup] CodeStubAssembler: s/compiler::Node/Node/ 2016-11-24 00:04:41 +00:00
code-stubs-hydrogen.cc Reland of [refactoring] Split CodeAssemblerState out of CodeAssembler 2016-11-16 11:48:38 +00:00
code-stubs.cc Reland of [stubs] KeyedStoreGeneric: inline dictionary property stores 2016-11-23 12:43:48 +00:00
code-stubs.h [cleanup] Drop handwritten KeyedStoreIC code 2016-11-22 15:43:59 +00:00
codegen.cc [turbofan] Add option to filter --print-opt-code. 2016-09-28 17:03:43 +00:00
codegen.h [cleanup] Drop handwritten KeyedStoreIC code 2016-11-22 15:43:59 +00:00
collector.h Separate DuplicateFinder from Scanner. 2016-08-25 11:58:17 +00:00
compilation-cache.cc Move RelocInfo::kNoPosition. 2016-06-30 09:29:30 +00:00
compilation-cache.h Move hashmap into src/base. 2016-06-09 18:00:31 +00:00
compilation-dependencies.cc Moved zones and zone related stuff in its own directory. 2016-09-20 16:08:07 +00:00
compilation-dependencies.h [runtime] Rename FieldTypeGroup to FieldOwnerGroup. 2016-10-12 11:11:19 +00:00
compilation-info.cc [profiler] collect more source positions when debugger is active. 2016-11-23 12:42:51 +00:00
compilation-info.h [turbofan] Remove type feedback from AstGraphBuilder pipeline. 2016-11-23 06:10:35 +00:00
compilation-statistics.cc Machine-readable TurboFan compiler statistics 2016-06-13 09:35:49 +00:00
compilation-statistics.h Machine-readable TurboFan compiler statistics 2016-06-13 09:35:49 +00:00
compiler.cc [compiler] Ensure code unsupported by Crankshaft goes to Ignition. 2016-11-23 09:30:34 +00:00
compiler.h [debugger] simplify compile for debugging. 2016-11-14 09:58:51 +00:00
context-measure.cc [serializer] prepare attached references for general use. 2016-05-18 11:30:33 +00:00
context-measure.h [serializer] prepare attached references for general use. 2016-05-18 11:30:33 +00:00
contexts-inl.h Rip out most of our outdated modules implementation. 2016-06-28 07:25:38 +00:00
contexts.cc Reland: [modules] Add partial support for debug-scopes. 2016-10-25 14:39:29 +00:00
contexts.h [crankshaft] No need to rely on the @@hasInstance protector. 2016-11-17 06:39:46 +00:00
conversions-inl.h Remove unused isolate parameter from NumberToSize and TryNumberToSize 2016-08-08 15:56:47 +00:00
conversions.cc
conversions.h Remove unused isolate parameter from NumberToSize and TryNumberToSize 2016-08-08 15:56:47 +00:00
counters-inl.h Revert of [counters] RuntimeStats: fix wrong bookkeeping when dynamically changing counters. (patchset #15 id:320001 of https://codereview.chromium.org/2511093002/ ) 2016-11-23 15:27:49 +00:00
counters.cc Revert of [counters] RuntimeStats: fix wrong bookkeeping when dynamically changing counters. (patchset #15 id:320001 of https://codereview.chromium.org/2511093002/ ) 2016-11-23 15:27:49 +00:00
counters.h [gc] Add runtime timer for gc prologue and epilogue callbacks 2016-11-23 18:00:17 +00:00
d8-posix.cc [d8] cleanly force exit in d8 on windows. 2016-11-07 07:25:38 +00:00
d8-windows.cc [d8] cleanly force exit in d8 on windows. 2016-11-07 07:25:38 +00:00
d8.cc [d8] Do not try to verify zero-ness of failed virtual memory allocation. 2016-11-22 12:36:37 +00:00
d8.gyp Reland of land "Turn libbase into a component" (patchset #1 id:1 of https://codereview.chromium.org/2396933002/ ) 2016-10-07 07:56:52 +00:00
d8.h Add Shell::PrintErr and expose it in the d8 shell as printErr 2016-10-31 16:40:33 +00:00
d8.isolate
d8.js [d8] remove utility context. 2016-03-31 10:18:25 +00:00
date.cc Add Smi::Zero and replace all Smi::FromInt(0) calls 2016-10-07 13:05:26 +00:00
date.h
dateparser-inl.h Only count legacy parser usage if legacy parser had effect. 2016-06-22 18:07:47 +00:00
dateparser.cc
dateparser.h Minor header cleanup. 2016-08-25 08:17:38 +00:00
deoptimize-reason.cc Reland of Fix compiler warnings on "make android_arm" (patchset #1 id:1 of https://codereview.chromium.org/2286163002/ ) 2016-08-28 21:03:32 +00:00
deoptimize-reason.h [crankshaft] Support all oddballs for truncating TaggedToI changes. 2016-10-27 06:00:05 +00:00
deoptimizer.cc Add v8_os_page_size flag for cross compilation 2016-11-15 14:41:03 +00:00
deoptimizer.h Used ZoneChunkList in deoptimizer to conserve memory. 2016-11-03 17:16:21 +00:00
DEPS [ignition] Replace branch+loop analysis with a single pass 2016-11-22 18:05:18 +00:00
disasm.h
disassembler.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
disassembler.h
diy-fp.cc
diy-fp.h
double.h
dtoa.cc
dtoa.h
effects.h Forking the type system between Crankshaft & Turbofan. 2016-09-02 13:04:39 +00:00
eh-frame.cc [turbofan] Fix more -Wsign-compare warnings. 2016-11-11 12:01:08 +00:00
eh-frame.h Make unittests work in component build 2016-10-17 10:02:06 +00:00
elements-kind.cc
elements-kind.h
elements.cc Introduce set_the_hole(Isolate*, int) and friends 2016-11-23 09:44:07 +00:00
elements.h [elements] Precisely estimate elements size as last resort 2016-11-15 18:31:19 +00:00
execution.cc [RuntimeCallStats] Move tracing runtime instrumentation closer to the original version. 2016-09-05 15:40:12 +00:00
execution.h Enable component builds for fuzzers 2016-09-26 07:40:44 +00:00
external-reference-table.cc [serializer] print use count of external references. 2016-11-15 08:59:21 +00:00
external-reference-table.h [serializer] print use count of external references. 2016-11-15 08:59:21 +00:00
factory.cc Introduce set_the_hole(Isolate*, int) and friends 2016-11-23 09:44:07 +00:00
factory.h [elements] Precisely estimate elements size as last resort 2016-11-15 18:31:19 +00:00
fast-accessor-assembler.cc Reland of [refactoring] Split CodeAssemblerState out of CodeAssembler 2016-11-16 11:48:38 +00:00
fast-accessor-assembler.h Reland of [refactoring] Split CodeAssemblerState out of CodeAssembler 2016-11-16 11:48:38 +00:00
fast-dtoa.cc
fast-dtoa.h
field-index-inl.h [ic] Delete old KeyedLoadIC code 2016-10-17 10:31:18 +00:00
field-index.h [ic] Delete old KeyedLoadIC code 2016-10-17 10:31:18 +00:00
field-type.cc Add Smi::Zero and replace all Smi::FromInt(0) calls 2016-10-07 13:05:26 +00:00
field-type.h Forking the type system between Crankshaft & Turbofan. 2016-09-02 13:04:39 +00:00
fixed-dtoa.cc
fixed-dtoa.h
flag-definitions.h [turbofan] Remove type feedback from AstGraphBuilder pipeline. 2016-11-23 06:10:35 +00:00
flags.cc Make syntax for boolean flags more discoverable. 2016-06-22 16:07:11 +00:00
flags.h
frames-inl.h Fix LookupCode for the DatePrototype_GetField builtin 2016-08-30 08:28:14 +00:00
frames.cc [fullcodegen] Remove deprecated generator implementation. 2016-11-21 12:25:38 +00:00
frames.h [fullcodegen] Remove deprecated generator implementation. 2016-11-21 12:25:38 +00:00
futex-emulation.cc Remove unused isolate parameter from NumberToSize and TryNumberToSize 2016-08-08 15:56:47 +00:00
futex-emulation.h [Atomics] Rename Atomics.futex*, remove Atomics.futexWakeOrRequeue 2016-07-13 18:34:03 +00:00
gdb-jit.cc Named all zones in the project 2016-10-17 12:12:42 +00:00
gdb-jit.h
global-handles.cc [heap] Minor MC: Add marking 2016-11-18 12:56:16 +00:00
global-handles.h [heap] Minor MC: Add marking 2016-11-18 12:56:16 +00:00
globals.h [ignition] Report NumberOrOddball feedback for relational comparisons. 2016-11-22 09:44:39 +00:00
handles-inl.h
handles.cc Named all zones in the project 2016-10-17 12:12:42 +00:00
handles.h Make unittests work in component build 2016-10-17 10:02:06 +00:00
heap-symbols.h [regexp] Move RegExp.prototype.test to TF 2016-10-24 12:41:29 +00:00
i18n.cc Add support for DateTimeFormat.formatToParts 2016-09-06 22:57:11 +00:00
i18n.h Remove deprecated uses of WeakCallbackData from i18n. 2016-05-06 12:42:07 +00:00
icu_util.cc Reland of land "Turn libbase into a component" (patchset #1 id:1 of https://codereview.chromium.org/2396933002/ ) 2016-10-07 07:56:52 +00:00
icu_util.h Set correct default icu data file for big endian 2016-07-27 14:38:54 +00:00
identity-map.cc Moved zones and zone related stuff in its own directory. 2016-09-20 16:08:07 +00:00
identity-map.h
interface-descriptors.cc [ic] Pass name to LoadGlobalIC again. 2016-11-16 18:17:49 +00:00
interface-descriptors.h [ic] Pass name to LoadGlobalIC again. 2016-11-16 18:17:49 +00:00
isolate-inl.h [turbofan] Don't check for neutered array buffers eagerly. 2016-11-16 10:36:08 +00:00
isolate.cc [interpreter] Fix stack unwinding of deoptimized frames. 2016-11-22 11:28:45 +00:00
isolate.h [fuzzing] consistently honor --abort-on-stack-overflow. 2016-11-17 13:28:34 +00:00
json-parser.cc Named all zones in the project 2016-10-17 12:12:42 +00:00
json-parser.h [json] implement InternalizeJSONProperty in C++. 2016-05-31 05:44:59 +00:00
json-stringifier.cc [JSON] call replacer function with correct holder in JSON.stringify 2016-09-08 17:57:56 +00:00
json-stringifier.h [JSON] call replacer function with correct holder in JSON.stringify 2016-09-08 17:57:56 +00:00
keys.cc Named all zones in the project 2016-10-17 12:12:42 +00:00
keys.h [keys] Trigger [[getOwnPropertyDescriptor]] trap on proxies for Object.keys 2016-08-01 10:10:52 +00:00
layout-descriptor-inl.h Add Smi::Zero and replace all Smi::FromInt(0) calls 2016-10-07 13:05:26 +00:00
layout-descriptor.cc [heap] Simplify adjusting of live bytes. 2016-11-18 11:11:52 +00:00
layout-descriptor.h
list-inl.h
list.h Remove the runtime zone. The runtime zone is ugly 2016-10-06 09:13:18 +00:00
locked-queue-inl.h Move atomic-utils.h into base/ 2016-05-09 16:23:57 +00:00
locked-queue.h
log-inl.h [api] Remove HistogramTimerScope from high-frequency API-Functions 2016-07-28 14:03:55 +00:00
log-utils.cc Remove --log-regexp. 2016-10-14 13:26:33 +00:00
log-utils.h Remove --log-regexp. 2016-10-14 13:26:33 +00:00
log.cc Revert of [counters] RuntimeStats: fix wrong bookkeeping when dynamically changing counters. (patchset #15 id:320001 of https://codereview.chromium.org/2511093002/ ) 2016-11-23 15:27:49 +00:00
log.h [ic] Drop TimerEventScopes from *IC_Miss runtime functions 2016-11-10 13:10:25 +00:00
lookup-cache-inl.h KeyedLookupCache and DescriptorLookupCache -> lookup-cache{-inl.h,.cc,.h} 2016-09-06 14:57:56 +00:00
lookup-cache.cc [ic] Delete old KeyedLoadIC code 2016-10-17 10:31:18 +00:00
lookup-cache.h [ic] Delete old KeyedLoadIC code 2016-10-17 10:31:18 +00:00
lookup.cc [elements] Precisely estimate elements size as last resort 2016-11-15 18:31:19 +00:00
lookup.h Fastpath some spread-call desugaring. 2016-11-15 14:42:00 +00:00
machine-type.cc TurboFan: Introduce TaggedSigned and TaggedPointer representations. 2016-08-16 12:41:43 +00:00
machine-type.h [Turbofan] Reduce register allocation work when we can. 2016-11-09 18:49:45 +00:00
macro-assembler.h [crankshaft] Fragmentation-free allocation folding. 2016-05-10 11:29:08 +00:00
messages.cc [wasm] Allocate a single script per wasm module 2016-11-15 17:05:39 +00:00
messages.h [wasm] Allocate a single script per wasm module 2016-11-15 17:05:39 +00:00
msan.h
objects-body-descriptors-inl.h [builtins] implement Array.prototype[@@iterator] in TFJ builtins 2016-10-18 02:43:14 +00:00
objects-body-descriptors.h
objects-debug.cc [runtime] Rename {JSGeneratorObject::operand_stack} field. 2016-11-21 13:31:35 +00:00
objects-inl.h Introduce set_the_hole(Isolate*, int) and friends 2016-11-23 09:44:07 +00:00
objects-printer.cc [ic] Remove names table from type feedback metadata. 2016-11-21 10:46:16 +00:00
objects.cc Introduce set_the_hole(Isolate*, int) and friends 2016-11-23 09:44:07 +00:00
objects.h [turbofan] Infer proper type for calls to Date.now. 2016-11-24 06:41:40 +00:00
ostreams.cc [turbolizer] Output correct JSON when source contains a backslash. 2016-08-09 09:18:38 +00:00
ostreams.h Fix generate-bytecode-expectations to work in component builds 2016-10-14 08:56:07 +00:00
OWNERS
pending-compilation-error-handler.cc [parser] Only log messages using the pending error handling 2016-11-15 10:16:28 +00:00
pending-compilation-error-handler.h [parser] Only log messages using the pending error handling 2016-11-15 10:16:28 +00:00
perf-jit.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
perf-jit.h This commit is the first step towards emitting unwinding information in 2016-06-27 15:10:41 +00:00
promise-utils.cc [promises] Set promise context's closure to be an empty function 2016-11-23 12:05:32 +00:00
promise-utils.h [promises] Remove one runtime call to create_resolving_functions 2016-11-11 20:59:46 +00:00
property-descriptor.cc Introduce IsUndefined(Isolate*) and IsTheHole(Isolate*) 2016-06-06 13:00:49 +00:00
property-descriptor.h
property-details.h [turbofan] put src/types.[h/cc] into src/compiler/types.[h/cc] 2016-09-05 15:58:45 +00:00
property.cc
property.h Make private symbols non-enumerable 2016-11-11 15:05:29 +00:00
prototype.h [ic] Don't check full prototype chain if name is a private symbol. 2016-11-21 11:21:43 +00:00
register-configuration.cc [Turbofan] Add concept of FP register aliasing on ARM 32. 2016-10-26 16:04:33 +00:00
register-configuration.h [Turbofan] Add concept of FP register aliasing on ARM 32. 2016-10-26 16:04:33 +00:00
runtime-profiler.cc Refactor SharedFunctionInfo::IsBuiltin. 2016-11-17 09:43:12 +00:00
runtime-profiler.h [interpreter] Compute and use type info percentage 2016-09-23 15:30:31 +00:00
safepoint-table.cc
safepoint-table.h Moved zones and zone related stuff in its own directory. 2016-09-20 16:08:07 +00:00
signature.h [wasm] Use a Managed<WasmModule> to hold metadata about modules. 2016-10-19 13:07:22 +00:00
simulator.h
small-pointer-list.h Moved zones and zone related stuff in its own directory. 2016-09-20 16:08:07 +00:00
source-position-table.cc Prevent read-after-buffer in SourcePositionTableIterator::Advance. 2016-11-23 13:48:49 +00:00
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
source-position.cc [cpu-profiler] use new source position information for deoptimization in cpu profiler 2016-11-22 10:14:59 +00:00
source-position.h [cpu-profiler] use new source position information for deoptimization in cpu profiler 2016-11-22 10:14:59 +00:00
splay-tree-inl.h
splay-tree.h
startup-data-util.cc Reland of land "Turn libbase into a component" (patchset #1 id:1 of https://codereview.chromium.org/2396933002/ ) 2016-10-07 07:56:52 +00:00
startup-data-util.h
string-builder.cc
string-builder.h [regexp] Add fast-path for global, callable replace 2016-10-21 12:12:18 +00:00
string-search.h
string-stream.cc Refactor StringStream Add methods 2016-11-18 12:01:33 +00:00
string-stream.h Refactor StringStream Add methods 2016-11-18 12:01:33 +00:00
strtod.cc
strtod.h
transitions-inl.h Add Smi::Zero and replace all Smi::FromInt(0) calls 2016-10-07 13:05:26 +00:00
transitions.cc Add Smi::Zero and replace all Smi::FromInt(0) calls 2016-10-07 13:05:26 +00:00
transitions.h
type-feedback-vector-inl.h [ignition] Report NumberOrOddball feedback for relational comparisons. 2016-11-22 09:44:39 +00:00
type-feedback-vector.cc [ic] Remove names table from type feedback metadata. 2016-11-21 10:46:16 +00:00
type-feedback-vector.h [ic] Remove names table from type feedback metadata. 2016-11-21 10:46:16 +00:00
type-hints.cc [Interpreter] Collect String feedback on CompareOps. 2016-11-17 14:45:31 +00:00
type-hints.h [Interpreter] Collect String feedback on CompareOps. 2016-11-17 14:45:31 +00:00
type-info.cc [Interpreter] Collect String feedback on CompareOps. 2016-11-17 14:45:31 +00:00
type-info.h [Ignition] Use binary operation feedback from Ignition to Crankshaft. 2016-09-27 08:03:40 +00:00
unicode-cache-inl.h
unicode-cache.h
unicode-decoder.cc
unicode-decoder.h Fix out-of-range access in unibrow::Utf8::CalculateValue. 2016-11-22 09:27:59 +00:00
unicode-inl.h [wasm] Add UTF-8 validation 2016-05-12 13:02:14 +00:00
unicode.cc Fix out-of-range access in unibrow::Utf8::CalculateValue. 2016-11-22 09:27:59 +00:00
unicode.h Make unittests work in component build 2016-10-17 10:02:06 +00:00
uri.cc Fix -Wsign-compare warnings in parser, scanner, regexp, runtime. 2016-11-10 12:54:54 +00:00
uri.h [builtins] Migrate escape/unescape from uri.js to C++. 2016-06-01 04:26:33 +00:00
utils-inl.h
utils.cc [d8] Fix the shared-library build 2016-09-20 12:06:54 +00:00
utils.h Turn Scope::locals_ into a ThreadedList 2016-11-03 10:07:12 +00:00
v8.cc [Tracing] Make TracingCategoryObserver v8 internal. 2016-11-03 18:03:56 +00:00
v8.gyp [turbofan] Remove type feedback from AstGraphBuilder pipeline. 2016-11-23 06:10:35 +00:00
v8.h Make unittests work in component build 2016-10-17 10:02:06 +00:00
v8dll-main.cc
v8memory.h [wasm] Separate compilation from instantiation 2016-06-20 05:23:37 +00:00
v8threads.cc
v8threads.h
value-serializer.cc ValueSerializer: Don't throw an exception after SetPropertiesFromKeyValuePairs fails. 2016-11-15 15:17:05 +00:00
value-serializer.h ValueSerializer: Replace use of std::vector with a delegate-allocated buffer. 2016-11-12 21:50:26 +00:00
vector.h [regexp] Work around gcc bug triggering -Werror=strict-overflow 2016-10-17 15:13:08 +00:00
version.cc
version.h
vm-state-inl.h [counters] Annotate v8 with more runtime call counters. 2016-05-13 15:54:49 +00:00
vm-state.h [counters] Annotate v8 with more runtime call counters. 2016-05-13 15:54:49 +00:00