v8/src
ishell d6b3b7e61c [ic] Remove --new-load-global-ic switch.
BUG=chromium:576312
LOG=Y

Review-Url: https://codereview.chromium.org/2062343002
Cr-Commit-Position: refs/heads/master@{#37030}
2016-06-16 09:48:18 +00:00
..
arm [ic] LoadGlobalIC is now able to cache PropertyCells in the feedback vector. 2016-06-15 12:39:12 +00:00
arm64 [ic] LoadGlobalIC is now able to cache PropertyCells in the feedback vector. 2016-06-15 12:39:12 +00:00
ast Parser: Remove rest_parameter from STRING_CONSTANTS 2016-06-14 19:03:14 +00:00
base include stdlib.h when using calloc 2016-06-15 08:58:30 +00:00
compiler Revert of [turbofan] Properly handle dictionary maps in the prototype chain. (patchset #1 id:1 of https://codereview.chromium.org/2067423003/ ) 2016-06-16 09:17:35 +00:00
crankshaft [stubs] Ensure that StoreTransitionStub does not bailout after the properties backing store is enlarged. 2016-06-14 14:38:41 +00:00
debug [snapshot] support multiple contexts in the same snapshot. 2016-06-15 15:39:06 +00:00
extensions [Interpreter] Add Ignition statistics JavaScript extension. 2016-04-27 11:11:44 +00:00
full-codegen [ic] Split LoadIC into LoadGlobalIC and LoadIC. 2016-06-14 13:21:28 +00:00
heap [heap] Add inlined fast path for JSArrayBuffer (un)register in tracker 2016-06-15 16:43:33 +00:00
ia32 [wasm] Support for memory size relocation for asm-wasm. 2016-06-15 16:43:34 +00:00
ic [ic] Remove --new-load-global-ic switch. 2016-06-16 09:48:18 +00:00
interpreter Introduce JIT code events dispatcher for the isolate. 2016-06-15 13:24:26 +00:00
js Array.prototype.slice should only normalize result if it's an array 2016-06-14 09:39:23 +00:00
libplatform Reland "Check for semaphore alignment on posix platforms. (patchset #1 id:1 of https://codereview.chromium.org/1912923003/ )" 2016-04-25 18:12:18 +00:00
libsampler Move hashmap into src/base. 2016-06-09 18:00:31 +00:00
mips [ic] LoadGlobalIC is now able to cache PropertyCells in the feedback vector. 2016-06-15 12:39:12 +00:00
mips64 [ic] LoadGlobalIC is now able to cache PropertyCells in the feedback vector. 2016-06-15 12:39:12 +00:00
parsing Parser: Report use counts once per feature 2016-06-14 21:41:31 +00:00
ppc PPC: [Heap] Fix comparing against new space top pointer 2016-06-16 06:26:20 +00:00
profiler Introduce JIT code events dispatcher for the isolate. 2016-06-15 13:24:26 +00:00
regexp Introduce JIT code events dispatcher for the isolate. 2016-06-15 13:24:26 +00:00
runtime [ic] LoadGlobalIC is now able to cache PropertyCells in the feedback vector. 2016-06-15 12:39:12 +00:00
s390 S390: [debugger] simplify debug stepping. 2016-06-15 19:01:08 +00:00
snapshot [snapshot] support multiple contexts in the same snapshot. 2016-06-15 15:39:06 +00:00
third_party [builtins] Introduce proper Float64Log1p operator. 2016-06-13 05:48:02 +00:00
tracing Revert of Reland: Add a trace-event for each runtime-stats timer (CL 2052523002) (patchset #2 id:20001 of https://codereview.chromium.org/2063853002/ ) 2016-06-15 11:45:37 +00:00
wasm [wasm] Add functionality to decode a function offset table 2016-06-16 08:46:00 +00:00
x64 [ic] LoadGlobalIC is now able to cache PropertyCells in the feedback vector. 2016-06-15 12:39:12 +00:00
x87 [ic] LoadGlobalIC is now able to cache PropertyCells in the feedback vector. 2016-06-15 12:39:12 +00:00
accessors.cc Introduce IsUndefined(Isolate*) and IsTheHole(Isolate*) 2016-06-06 13:00:49 +00:00
accessors.h Remove now-incorrect DataView accessor optimization 2016-05-19 19:49:35 +00:00
address-map.cc Move hashmap into src/base. 2016-06-09 18:00:31 +00:00
address-map.h Move hashmap into src/base. 2016-06-09 18:00:31 +00:00
allocation-site-scopes.cc
allocation-site-scopes.h
allocation.cc
allocation.h
api-arguments-inl.h Revert of Reland: Add a trace-event for each runtime-stats timer (CL 2052523002) (patchset #2 id:20001 of https://codereview.chromium.org/2063853002/ ) 2016-06-15 11:45:37 +00:00
api-arguments.cc Revert of Reland: Add a trace-event for each runtime-stats timer (CL 2052523002) (patchset #2 id:20001 of https://codereview.chromium.org/2063853002/ ) 2016-06-15 11:45:37 +00:00
api-arguments.h Make api-arguments.h not include inline headers. 2016-06-07 09:50:05 +00:00
api-experimental.cc Move FastAccessorAssembler from RawMachineAssembler to CodeStubAssembler. 2016-03-17 11:06:14 +00:00
api-experimental.h
api-natives.cc Reland of place all remaining Oddball checks with new function (patchset #1 id:1 of https://codereview.chromium.org/2060213002/ ) 2016-06-14 10:09:38 +00:00
api-natives.h Support subclassing API functions. 2016-05-11 14:22:36 +00:00
api.cc [snapshot] support multiple contexts in the same snapshot. 2016-06-15 15:39:06 +00:00
api.h Reland of place all remaining Oddball checks with new function (patchset #1 id:1 of https://codereview.chromium.org/2060213002/ ) 2016-06-14 10:09:38 +00:00
arguments.cc Split off api-arguments.[h|cc] from arguments.[h|cc] 2016-03-10 12:16:05 +00:00
arguments.h [runtime] Minimize runtime call stats overhead when it is disabled. 2016-05-11 08:51:24 +00:00
assembler.cc [wasm] Relocatable Globals. 2016-06-14 21:41:30 +00:00
assembler.h [wasm] Relocatable Globals. 2016-06-14 21:41:30 +00:00
assert-scope.cc
assert-scope.h
background-parsing-task.cc Expose a lower bound of malloc'd memory via heap statistics 2016-04-01 10:01:56 +00:00
background-parsing-task.h
bailout-reason.cc
bailout-reason.h [compiler] Remove bailout in ast-numbering's VisitYield. 2016-06-13 12:56:35 +00:00
base.isolate [gn] Move build to gypfiles 2016-04-29 10:11:11 +00:00
basic-block-profiler.cc
basic-block-profiler.h
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
bootstrapper.cc [snapshot] support multiple contexts in the same snapshot. 2016-06-15 15:39:06 +00:00
bootstrapper.h [snapshot] support multiple contexts in the same snapshot. 2016-06-15 15:39:06 +00:00
builtins.cc Introduce JIT code events dispatcher for the isolate. 2016-06-15 13:24:26 +00:00
builtins.h [ic] LoadGlobalIC is now able to cache PropertyCells in the feedback vector. 2016-06-15 12:39:12 +00:00
cached-powers.cc
cached-powers.h
cancelable-task.cc Refactor CancelableTaskManager to use std::map. 2016-05-10 12:59:23 +00:00
cancelable-task.h Refactor CancelableTaskManager to use std::map. 2016-05-10 12:59:23 +00:00
char-predicates-inl.h [regexp] allow loose matching for property names. 2016-03-09 19:07:46 +00:00
char-predicates.cc
char-predicates.h [regexp] allow loose matching for property names. 2016-03-09 19:07:46 +00:00
checks.h
code-events.h Introduce JIT code events dispatcher for the isolate. 2016-06-15 13:24:26 +00:00
code-factory.cc [ic] Split LoadIC into LoadGlobalIC and LoadIC. 2016-06-14 13:21:28 +00:00
code-factory.h [ic] Split LoadIC into LoadGlobalIC and LoadIC. 2016-06-14 13:21:28 +00:00
code-stub-assembler.cc [ic] LoadGlobalIC is now able to cache PropertyCells in the feedback vector. 2016-06-15 12:39:12 +00:00
code-stub-assembler.h [ic] LoadGlobalIC is now able to cache PropertyCells in the feedback vector. 2016-06-15 12:39:12 +00:00
code-stubs-hydrogen.cc [stubs] Ensure that StoreTransitionStub does not bailout after the properties backing store is enlarged. 2016-06-14 14:38:41 +00:00
code-stubs.cc [ic] Remove --new-load-global-ic switch. 2016-06-16 09:48:18 +00:00
code-stubs.h [ic] Remove --new-load-global-ic switch. 2016-06-16 09:48:18 +00:00
codegen.cc Introduce JIT code events dispatcher for the isolate. 2016-06-15 13:24:26 +00:00
codegen.h S390: Platform specific includes in common files 2016-03-10 14:03:51 +00:00
collector.h [serializer] split up src/snapshot/serialize.* 2016-03-01 14:44:08 +00:00
compilation-cache.cc Introduce IsUndefined(Isolate*) and IsTheHole(Isolate*) 2016-06-06 13:00:49 +00:00
compilation-cache.h Move hashmap into src/base. 2016-06-09 18:00:31 +00:00
compilation-dependencies.cc Revert of [turbofan] Properly handle dictionary maps in the prototype chain. (patchset #1 id:1 of https://codereview.chromium.org/2067423003/ ) 2016-06-16 09:17:35 +00:00
compilation-dependencies.h Revert of [turbofan] Properly handle dictionary maps in the prototype chain. (patchset #1 id:1 of https://codereview.chromium.org/2067423003/ ) 2016-06-16 09:17: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 Introduce JIT code events dispatcher for the isolate. 2016-06-15 13:24:26 +00:00
compiler.h [turbofan] Initial version of number type feedback. 2016-06-02 09:23:13 +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 Introduce IsUndefined(Isolate*) and IsTheHole(Isolate*) 2016-06-06 13:00:49 +00:00
contexts.cc Introduce IsUndefined(Isolate*) and IsTheHole(Isolate*) 2016-06-06 13:00:49 +00:00
contexts.h Revert "Revert of [builtins] Properly optimize TypedArray/DataView accessors. (patchset #3 id:40001 of https://codereview.chromium.org/2042013003/ )" 2016-06-08 07:40:31 +00:00
conversions-inl.h [api] Make ObjectTemplate::SetNativeDataProperty() work even if the ObjectTemplate does not have a constructor. 2016-02-06 18:10:36 +00:00
conversions.cc
conversions.h [api] Make ObjectTemplate::SetNativeDataProperty() work even if the ObjectTemplate does not have a constructor. 2016-02-06 18:10:36 +00:00
counters-inl.h [runtime] Record runtime call stats for Map::TransitionTo*Property, Map::SetPrototype and property deletion to separate buckets. 2016-05-11 13:00:55 +00:00
counters.cc [--runtime-call-stats] Fix ACCESSOR handler computation 2016-06-13 12:14:18 +00:00
counters.h Revert of Reland: Add a trace-event for each runtime-stats timer (CL 2052523002) (patchset #2 id:20001 of https://codereview.chromium.org/2063853002/ ) 2016-06-15 11:45:37 +00:00
d8-posix.cc Introduce IsUndefined(Isolate*) and IsTheHole(Isolate*) 2016-06-06 13:00:49 +00:00
d8-windows.cc
d8.cc [icu] Support loading data file from default location 2016-06-08 12:11:34 +00:00
d8.gyp Reland of move v8_toolset_for_d8 flag (patchset #2 id:80001 of https://codereview.chromium.org/1974773002/ ) 2016-05-13 16:13:12 +00:00
d8.h Move hashmap into src/base. 2016-06-09 18:00:31 +00:00
d8.isolate
d8.js [d8] remove utility context. 2016-03-31 10:18:25 +00:00
date.cc
date.h
dateparser-inl.h Add UseCounter for Date.parse's legacy parse heuristics. 2016-06-09 09:09:59 +00:00
dateparser.cc
dateparser.h Add UseCounter for Date.parse's legacy parse heuristics. 2016-06-09 09:09:59 +00:00
deoptimizer.cc Introduce JIT code events dispatcher for the isolate. 2016-06-15 13:24:26 +00:00
deoptimizer.h Merge FastPathFailed reasons to avoid deoptimizer reason overflow 2016-06-08 11:11:08 +00:00
DEPS Separate CodeAssembler and CodeStubAssembler 2016-04-18 11:58:05 +00:00
disasm.h
disassembler.cc [ic] Split LoadIC into LoadGlobalIC and LoadIC. 2016-06-14 13:21:28 +00:00
disassembler.h
diy-fp.cc
diy-fp.h
double.h
dtoa.cc
dtoa.h
effects.h
elements-kind.cc Introduce {FAST,SLOW}_STRING_WRAPPER_ELEMENTS 2016-01-29 18:58:04 +00:00
elements-kind.h Introduce {FAST,SLOW}_STRING_WRAPPER_ELEMENTS 2016-01-29 18:58:04 +00:00
elements.cc Reland of place all remaining Oddball checks with new function (patchset #1 id:1 of https://codereview.chromium.org/2060213002/ ) 2016-06-14 10:09:38 +00:00
elements.h [runtime] Avoid @@isConcatSpreadable lookup for fast path Array.prototype.concat 2016-05-12 08:52:36 +00:00
execution.cc Revert of Reland: Add a trace-event for each runtime-stats timer (CL 2052523002) (patchset #2 id:20001 of https://codereview.chromium.org/2063853002/ ) 2016-06-15 11:45:37 +00:00
execution.h
external-reference-table.cc [debugger] simplify debug stepping. 2016-06-14 11:08:42 +00:00
external-reference-table.h Moved the ExternalReferenceTable class to src/external-reference-table.cc/.h 2016-03-17 13:14:39 +00:00
factory.cc [regexp] Experimental support for regexp named captures 2016-06-15 06:49:55 +00:00
factory.h ZoneVector overload of Factory::NewStringFromTwoByte 2016-06-15 06:44:08 +00:00
fast-accessor-assembler.cc Separate CodeAssembler and CodeStubAssembler 2016-04-18 11:58:05 +00:00
fast-accessor-assembler.h Separate CodeAssembler and CodeStubAssembler 2016-04-18 11:58:05 +00:00
fast-dtoa.cc
fast-dtoa.h
field-index-inl.h
field-index.h
field-type.cc [runtime] More LookupIterator / Transition related performance tweaks 2016-02-17 09:07:28 +00:00
field-type.h [runtime] More LookupIterator / Transition related performance tweaks 2016-02-17 09:07:28 +00:00
fixed-dtoa.cc
fixed-dtoa.h
flag-definitions.h [ic] Remove --new-load-global-ic switch. 2016-06-16 09:48:18 +00:00
flags.cc
flags.h
frames-inl.h Prepare StackFrame hierarchy & iterators for WASM 2016-04-06 11:38:20 +00:00
frames.cc Move stack trace extraction code out of TickSample::Init 2016-06-08 21:36:57 +00:00
frames.h [interpreter] Bytecode register optimizer. 2016-05-27 15:59:16 +00:00
futex-emulation.cc Reland of place all remaining Oddball checks with new function (patchset #1 id:1 of https://codereview.chromium.org/2060213002/ ) 2016-06-14 10:09:38 +00:00
futex-emulation.h
gdb-jit.cc Move hashmap into src/base. 2016-06-09 18:00:31 +00:00
gdb-jit.h
global-handles.cc Reland of place all remaining Oddball checks with new function (patchset #1 id:1 of https://codereview.chromium.org/2060213002/ ) 2016-06-14 10:09:38 +00:00
global-handles.h Introduce a new phantom weakness type without finalization callback. 2016-05-09 07:18:00 +00:00
globals.h [interpreter] support async functions in Ignition 2016-06-13 17:21:19 +00:00
handles-inl.h
handles.cc Expose a lower bound of malloc'd memory via heap statistics 2016-04-01 10:01:56 +00:00
handles.h [turbofan] Run everything after representation selection concurrently. 2016-04-30 19:01:01 +00:00
heap-symbols.h Revert "Revert of [builtins] Properly optimize TypedArray/DataView accessors. (patchset #3 id:40001 of https://codereview.chromium.org/2042013003/ )" 2016-06-08 07:40:31 +00:00
i18n.cc Remove deprecated uses of WeakCallbackData from i18n. 2016-05-06 12:42:07 +00:00
i18n.h Remove deprecated uses of WeakCallbackData from i18n. 2016-05-06 12:42:07 +00:00
icu_util.cc [icu] Support loading data file from default location 2016-06-08 12:11:34 +00:00
icu_util.h [icu] Support loading data file from default location 2016-06-08 12:11:34 +00:00
identity-map.cc Use a better hash function in IdentityMap. 2016-02-16 14:09:06 +00:00
identity-map.h Use a better hash function in IdentityMap. 2016-02-16 14:09:06 +00:00
interface-descriptors.cc [ic] LoadGlobalIC is now able to cache PropertyCells in the feedback vector. 2016-06-15 12:39:12 +00:00
interface-descriptors.h [ic] LoadGlobalIC is now able to cache PropertyCells in the feedback vector. 2016-06-15 12:39:12 +00:00
isolate-inl.h Reland of place all remaining Oddball checks with new function (patchset #1 id:1 of https://codereview.chromium.org/2060213002/ ) 2016-06-14 10:09:38 +00:00
isolate.cc Introduce JIT code events dispatcher for the isolate. 2016-06-15 13:24:26 +00:00
isolate.h Introduce JIT code events dispatcher for the isolate. 2016-06-15 13:24:26 +00:00
json-parser.cc Reland of place all remaining Oddball checks with new function (patchset #1 id:1 of https://codereview.chromium.org/2060213002/ ) 2016-06-14 10:09:38 +00:00
json-parser.h [json] implement InternalizeJSONProperty in C++. 2016-05-31 05:44:59 +00:00
json-stringifier.cc [json] detect overflow sooner when serializing large sparse array. 2016-06-14 11:37:00 +00:00
json-stringifier.h [json] support replacer function in BasicJsonStringifier. 2016-05-25 12:33:53 +00:00
keys.cc Keep prototype maps in dictionary mode until ICs see them 2016-06-08 14:43:47 +00:00
keys.h [keys] keep track of the last non-empty prototype 2016-06-07 08:51:36 +00:00
layout-descriptor-inl.h
layout-descriptor.cc
layout-descriptor.h
list-inl.h
list.h
locked-queue-inl.h Move atomic-utils.h into base/ 2016-05-09 16:23:57 +00:00
locked-queue.h
log-inl.h Introduce JIT code events dispatcher for the isolate. 2016-06-15 13:24:26 +00:00
log-utils.cc Introduce IsUndefined(Isolate*) and IsTheHole(Isolate*) 2016-06-06 13:00:49 +00:00
log-utils.h Fix printf formats 2016-04-12 16:14:03 +00:00
log.cc Introduce JIT code events dispatcher for the isolate. 2016-06-15 13:24:26 +00:00
log.h Introduce JIT code events dispatcher for the isolate. 2016-06-15 13:24:26 +00:00
lookup.cc Revert of Reland: Add a trace-event for each runtime-stats timer (CL 2052523002) (patchset #2 id:20001 of https://codereview.chromium.org/2063853002/ ) 2016-06-15 11:45:37 +00:00
lookup.h [es6] Reintroduce the instanceof operator in the backends. 2016-05-17 11:25:59 +00:00
machine-type.cc Add a kSimd128 machine type for Turbofan. 2016-02-17 19:04:29 +00:00
machine-type.h [turbofan] Rename floating point register / slot methods. 2016-05-10 15:20:28 +00:00
macro-assembler.h [crankshaft] Fragmentation-free allocation folding. 2016-05-10 11:29:08 +00:00
messages.cc Reland of place all remaining Oddball checks with new function (patchset #1 id:1 of https://codereview.chromium.org/2060213002/ ) 2016-06-14 10:09:38 +00:00
messages.h Reduce the memory footprint of expression classifiers 2016-06-10 16:37:19 +00:00
msan.h
objects-body-descriptors-inl.h Use EmbedderHeapTracer instead of object grouping when embedder sets the heap tracer. 2016-04-12 10:33:27 +00:00
objects-body-descriptors.h
objects-debug.cc Reland of place all remaining Oddball checks with new function (patchset #1 id:1 of https://codereview.chromium.org/2060213002/ ) 2016-06-14 10:09:38 +00:00
objects-inl.h [ic] Split LoadIC into LoadGlobalIC and LoadIC. 2016-06-14 13:21:28 +00:00
objects-printer.cc [ic] Split LoadIC into LoadGlobalIC and LoadIC. 2016-06-14 13:21:28 +00:00
objects.cc Introduce JIT code events dispatcher for the isolate. 2016-06-15 13:24:26 +00:00
objects.h [regexp] Experimental support for regexp named captures 2016-06-15 06:49:55 +00:00
optimizing-compile-dispatcher.cc Move of the type feedback vector to the closure. 2016-05-27 08:10:51 +00:00
optimizing-compile-dispatcher.h [compiler] Rename OptimizingCompileJob to CompilationJob. 2016-04-27 17:56:16 +00:00
ostreams.cc [wasm] Implement AST printing into an ostream 2016-06-16 07:49:48 +00:00
ostreams.h [wasm] Implement AST printing into an ostream 2016-06-16 07:49:48 +00:00
OWNERS
pending-compilation-error-handler.cc
pending-compilation-error-handler.h
perf-jit.cc Ensure synchronized access to the perf dump file. 2016-03-30 05:14:45 +00:00
perf-jit.h ARM64: Enable --perf-prof 2016-05-19 15:58:32 +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 Add v8::Object::GetOwnPropertyNames(context, filter) method 2016-05-04 16:15:36 +00:00
property.cc Don't include field-type.h/field-index.h into property.h 2016-02-16 13:28:47 +00:00
property.h [runtime] Force internalize names used before lookup in in DescriptorArray and TransitionArray 2016-02-18 14:33:44 +00:00
prototype.h Reland of place all remaining Oddball checks with new function (patchset #1 id:1 of https://codereview.chromium.org/2060213002/ ) 2016-06-14 10:09:38 +00:00
register-configuration.cc Add FloatRegister names to RegisterConfiguration. 2016-06-03 13:02:13 +00:00
register-configuration.h Add FloatRegister names to RegisterConfiguration. 2016-06-03 13:02:13 +00:00
runtime-profiler.cc Move of the type feedback vector to the closure. 2016-05-27 08:10:51 +00:00
runtime-profiler.h [Interpreter] Clean up runtime-profiler logic for three tier pipeline. 2016-05-16 15:39:50 +00:00
safepoint-table.cc
safepoint-table.h
signature.h
simulator.h S390: Platform specific includes in common files 2016-03-10 14:03:51 +00:00
small-pointer-list.h
source-position.h
splay-tree-inl.h
splay-tree.h
startup-data-util.cc [icu] Support loading data file from default location 2016-06-08 12:11:34 +00:00
startup-data-util.h
string-builder.cc
string-builder.h [json] detect overflow sooner when serializing large sparse array. 2016-06-14 11:37:00 +00:00
string-search.h
string-stream.cc Reland of place all remaining Oddball checks with new function (patchset #1 id:1 of https://codereview.chromium.org/2060213002/ ) 2016-06-14 10:09:38 +00:00
string-stream.h
strtod.cc
strtod.h
transitions-inl.h Remove support for Object.observe 2016-04-22 09:02:41 +00:00
transitions.cc [heap] Black allocation. 2016-03-14 14:03:01 +00:00
transitions.h
type-cache.cc Remove the template magic from types.(h|cc), remove types-inl.h. 2016-02-02 07:26:06 +00:00
type-cache.h Expose a lower bound of malloc'd memory via heap statistics 2016-04-01 10:01:56 +00:00
type-feedback-vector-inl.h [turbofan] Fix includes for JSOperatorBuilder. 2016-06-14 14:53:55 +00:00
type-feedback-vector.cc [ic] Remove --new-load-global-ic switch. 2016-06-16 09:48:18 +00:00
type-feedback-vector.h [ic] Remove --new-load-global-ic switch. 2016-06-16 09:48:18 +00:00
type-info.cc Introduce IsUndefined(Isolate*) and IsTheHole(Isolate*) 2016-06-06 13:00:49 +00:00
type-info.h Cleanup IC-related code 2016-04-06 12:07:46 +00:00
types.cc Allow Turbofan optimization of Ignition generators, first version. 2016-05-10 12:07:33 +00:00
types.h [turbofan] Introduce CheckHole and CheckHoleNaN operators. 2016-06-15 12:25:27 +00:00
typing-asm.cc Move hashmap into src/base. 2016-06-09 18:00:31 +00:00
typing-asm.h Remove Expression::bounds_, in order to conserve memory during parsing. 2016-05-12 22:24:30 +00:00
unicode-cache-inl.h
unicode-cache.h
unicode-decoder.cc
unicode-decoder.h
unicode-inl.h [wasm] Add UTF-8 validation 2016-05-12 13:02:14 +00:00
unicode.cc [wasm] Add UTF-8 validation 2016-05-12 13:02:14 +00:00
unicode.h [wasm] Add UTF-8 validation 2016-05-12 13:02:14 +00:00
uri.cc [builtins] Migrate escape/unescape from uri.js to C++. 2016-06-01 04:26:33 +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 [stubs] Extend HasProperty stub with dictionary-mode, string wrapper and double-elements objects support. 2016-06-02 15:02:58 +00:00
utils.h [deoptimizer] Support float registers and slots. 2016-06-03 14:16:55 +00:00
v8.cc Reland: Create libsampler as V8 sampler library. 2016-05-26 02:14:50 +00:00
v8.gyp [heap] Add inlined fast path for JSArrayBuffer (un)register in tracker 2016-06-15 16:43:33 +00:00
v8.h Improved diagnostic message for JS heap out of memory 2016-04-13 08:27:37 +00:00
v8dll-main.cc
v8memory.h
v8threads.cc
v8threads.h
vector.h Pass debug name as Vector instead of const char* 2016-04-26 14:37:05 +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
zone-allocator.h
zone-containers.h
zone.cc Fix overflow issue in Zone::New 2016-04-29 11:55:49 +00:00
zone.h Move hashmap into src/base. 2016-06-09 18:00:31 +00:00