v8/src
jarin bd6ddb8340 Ship Turbofan try-catch.
Another attempt, after the failing test (flushed bug) has been disabled
in chromium (https://codereview.chromium.org/1710353002).

Review URL: https://codereview.chromium.org/1713033002

Cr-Commit-Position: refs/heads/master@{#34159}
2016-02-19 15:20:49 +00:00
..
arm [stubs] Introduce a dedicated FastNewObjectStub. 2016-02-19 07:12:50 +00:00
arm64 [stubs] Introduce a dedicated FastNewObjectStub. 2016-02-19 07:12:50 +00:00
ast Ship Turbofan try-catch. 2016-02-19 15:20:49 +00:00
base Added a ReverseBits operator and used it to implement Ctz. 2016-02-16 11:14:28 +00:00
compiler Revert of Non-pattern rewriting revisited (patchset #3 id:40001 of https://codereview.chromium.org/1702063002/ ) 2016-02-19 15:06:31 +00:00
crankshaft Revert of Non-pattern rewriting revisited (patchset #3 id:40001 of https://codereview.chromium.org/1702063002/ ) 2016-02-19 15:06:31 +00:00
debug Remove strong mode support from property loads. 2016-02-17 10:30:47 +00:00
extensions [bootstrapper] extra natives must not use natives syntax. 2016-02-05 12:33:55 +00:00
full-codegen Revert of Non-pattern rewriting revisited (patchset #3 id:40001 of https://codereview.chromium.org/1702063002/ ) 2016-02-19 15:06:31 +00:00
heap [runtime] Force internalize names used before lookup in in DescriptorArray and TransitionArray 2016-02-18 14:33:44 +00:00
ia32 [stubs] Introduce a dedicated FastNewObjectStub. 2016-02-19 07:12:50 +00:00
ic Split the TRACE_EVENTs from the LOG/HistogramTimers/TimerEvents functionality. 2016-02-18 06:13:33 +00:00
interpreter Revert of Non-pattern rewriting revisited (patchset #3 id:40001 of https://codereview.chromium.org/1702063002/ ) 2016-02-19 15:06:31 +00:00
js [fullcodegen] Remove the hacky %_FastOneByteArrayJoin intrinsic. 2016-02-19 09:13:15 +00:00
libplatform Revert of Add Scoped Context Info (Isolate) to V8 Traces (patchset #5 id:80001 of https://codereview.chromium.org/1686233002/ ) 2016-02-17 20:30:44 +00:00
mips [stubs] Introduce a dedicated FastNewObjectStub. 2016-02-19 07:12:50 +00:00
mips64 [stubs] Introduce a dedicated FastNewObjectStub. 2016-02-19 07:12:50 +00:00
parsing Revert of Non-pattern rewriting revisited (patchset #3 id:40001 of https://codereview.chromium.org/1702063002/ ) 2016-02-19 15:06:31 +00:00
ppc PPC: Refine '[Interpreter] Fix deopt when accumulator needs to be materialized.' 2016-02-18 18:36:18 +00:00
profiler Reland of Sampling heap profiler data structure changes (patchset #1 id:1 of https://codereview.chromium.org/1708363002/ ) 2016-02-19 08:02:05 +00:00
regexp Don't include field-type.h/field-index.h into property.h 2016-02-16 13:28:47 +00:00
runtime [fullcodegen] Remove the hacky %_FastOneByteArrayJoin intrinsic. 2016-02-19 09:13:15 +00:00
snapshot [heap] Move to page lookups for SemiSpace, NewSpace, and Heap containment methods 2016-02-10 09:47:16 +00:00
third_party Disable soon to be deprecated APIs per default for v8 2015-12-09 10:35:04 +00:00
tracing Revert of Add Scoped Context Info (Isolate) to V8 Traces (patchset #5 id:80001 of https://codereview.chromium.org/1686233002/ ) 2016-02-17 20:30:44 +00:00
wasm Revert of Non-pattern rewriting revisited (patchset #3 id:40001 of https://codereview.chromium.org/1702063002/ ) 2016-02-19 15:06:31 +00:00
x64 [stubs] Introduce a dedicated FastNewObjectStub. 2016-02-19 07:12:50 +00:00
x87 [Interpreter] Fix deopt when accumulator needs to be materialized. 2016-02-18 12:50:38 +00:00
accessors.cc Fix GCMole issue. Iternalize name before dereferencing the accessor-info. 2016-02-18 15:01:20 +00:00
accessors.h [builtins] Remove bunch of uses of %_Arguments and %_ArgumentsLength. 2016-02-11 07:13:15 +00:00
address-map.cc [serializer] Ensure immortal immovable roots are deserialized correctly. 2016-02-08 10:48:58 +00:00
address-map.h
allocation-site-scopes.cc
allocation-site-scopes.h Create ast/ and parsing/ subdirectories and move appropriate files 2015-11-26 16:23:07 +00:00
allocation.cc
allocation.h
api-experimental.cc [wasm] Provide backoff implementations for the Fxx rounding instructions 2016-02-02 12:26:58 +00:00
api-experimental.h Re-re-land FastAccessorBuilder. 2015-12-11 09:54:00 +00:00
api-natives.cc Do not eagerly instantiate accessors' JSFunction. 2016-02-09 16:28:39 +00:00
api-natives.h [api] Make ObjectTemplate::SetNativeDataProperty() work even if the ObjectTemplate does not have a constructor. 2016-02-06 18:10:36 +00:00
api.cc Revert of Use displayName in Error.stack rendering if present. (patchset #1 id:1 of https://codereview.chromium.org/1706823003/ ) 2016-02-18 19:19:12 +00:00
api.h [proxies] Expose proxies in the API 2015-12-22 16:37:24 +00:00
arguments.cc Array length reduction should throw in strict mode if it can't delete an element. 2016-01-22 09:53:51 +00:00
arguments.h [counter] Properly measure own-time of runtime counters. 2016-02-11 14:49:27 +00:00
assembler.cc [debugger] introduce abstract interface for break location. 2016-02-10 14:20:04 +00:00
assembler.h [debugger] introduce abstract interface for break location. 2016-02-10 14:20:04 +00:00
assert-scope.cc
assert-scope.h
atomic-utils.h
background-parsing-task.cc
background-parsing-task.h Create ast/ and parsing/ subdirectories and move appropriate files 2015-11-26 16:23:07 +00:00
bailout-reason.cc
bailout-reason.h [fullcodegen] Remove the hacky %_FastOneByteArrayJoin intrinsic. 2016-02-19 09:13:15 +00:00
base.isolate [Ignition] Use separate startup data for ignition. 2016-02-04 10:18:11 +00:00
basic-block-profiler.cc
basic-block-profiler.h
bignum-dtoa.cc
bignum-dtoa.h
bignum.cc
bignum.h
bit-vector.cc Create ast/ and parsing/ subdirectories and move appropriate files 2015-11-26 16:23:07 +00:00
bit-vector.h
bootstrapper.cc [builtins] Migrate the DataView constructor to C++. 2016-02-19 08:59:19 +00:00
bootstrapper.h [bootstrapper] extra natives must not use natives syntax. 2016-02-05 12:33:55 +00:00
builtins.cc Track whether the Object.assign source is stable with a bool rather than map-check on each iteration. 2016-02-19 13:53:19 +00:00
builtins.h [builtins] Migrate the DataView constructor to C++. 2016-02-19 08:59:19 +00:00
cached-powers.cc
cached-powers.h
cancelable-task.cc
cancelable-task.h
char-predicates-inl.h
char-predicates.cc
char-predicates.h
checks.h
code-factory.cc [stubs] Introduce a dedicated FastNewObjectStub. 2016-02-19 07:12:50 +00:00
code-factory.h [stubs] Introduce a dedicated FastNewObjectStub. 2016-02-19 07:12:50 +00:00
code-stubs-hydrogen.cc Remove strong mode support from property loads. 2016-02-17 10:30:47 +00:00
code-stubs.cc Remove strong mode support from property loads. 2016-02-17 10:30:47 +00:00
code-stubs.h [stubs] Introduce a dedicated FastNewObjectStub. 2016-02-19 07:12:50 +00:00
codegen.cc [compiler] Remove CodeStub from CompilationInfo 2016-01-20 15:18:14 +00:00
codegen.h Remove custom win64 modulo code 2015-11-26 10:11:54 +00:00
compilation-cache.cc
compilation-cache.h
compilation-dependencies.cc
compilation-dependencies.h
compilation-statistics.cc
compilation-statistics.h
compiler.cc Split the TRACE_EVENTs from the LOG/HistogramTimers/TimerEvents functionality. 2016-02-18 06:13:33 +00:00
compiler.h [interpreter] CompilationInfo::unoptimized_code only for OSR. 2016-02-10 10:28:12 +00:00
context-measure.cc [runtime] remove left-over distinction between AccessorInfo and ExecutableAccessorInfo 2016-01-18 15:09:08 +00:00
context-measure.h
contexts-inl.h Introduce {FAST,SLOW}_STRING_WRAPPER_ELEMENTS 2016-01-29 18:58:04 +00:00
contexts.cc [debugger] correctly find function context. 2016-02-01 07:03:44 +00:00
contexts.h [api] Make ObjectTemplate::SetNativeDataProperty() work even if the ObjectTemplate does not have a constructor. 2016-02-06 18:10:36 +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 [v8natives.js] updating comments to ES6 2015-12-10 10:43:37 +00:00
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.cc [counter] Properly measure own-time of runtime counters. 2016-02-11 14:49:27 +00:00
counters.h Split the TRACE_EVENTs from the LOG/HistogramTimers/TimerEvents functionality. 2016-02-18 06:13:33 +00:00
d8-posix.cc
d8-windows.cc
d8.cc Revert of Add Scoped Context Info (Isolate) to V8 Traces (patchset #5 id:80001 of https://codereview.chromium.org/1686233002/ ) 2016-02-17 20:30:44 +00:00
d8.gyp Remove wasm compile time option and enable wasm behind a runtime flag. 2016-01-05 18:06:54 +00:00
d8.h
d8.isolate
d8.js [proxies] Better print for proxies in d8 2015-12-22 13:50:17 +00:00
date.cc [date] Date parser says true even for wrong dates, check twice. 2016-01-07 09:30:46 +00:00
date.h [runtime] Migrate several Date builtins to C++. 2016-01-05 11:05:50 +00:00
dateparser-inl.h Accept time zones like GMT-8 in the legacy date parser 2016-01-04 23:25:57 +00:00
dateparser.cc Fix UTC offset computation in date parser. 2015-12-17 16:29:33 +00:00
dateparser.h Create ast/ and parsing/ subdirectories and move appropriate files 2015-11-26 16:23:07 +00:00
deoptimizer.cc More simplification and unification of frame handling 2016-02-18 12:52:03 +00:00
deoptimizer.h Make the frame inspector use TranslatedState rather than the full deoptimizer. 2016-02-15 07:36:57 +00:00
DEPS [interpreter] add source positions for call and call-new. 2016-02-04 10:50:18 +00:00
disasm.h
disassembler.cc Deprecate unused RelocInfo::CONSTRUCT_CALL mode. 2015-11-30 12:39:34 +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 More *_STRING_WRAPPER_ELEMENTS fixes 2016-02-02 13:51:00 +00:00
elements.h Introduce {FAST,SLOW}_STRING_WRAPPER_ELEMENTS 2016-01-29 18:58:04 +00:00
execution.cc [runtime] Unify the ToObject handling. 2016-01-15 13:00:05 +00:00
execution.h [runtime] Unify the ToObject handling. 2016-01-15 13:00:05 +00:00
factory.cc Don't internalize names that are array indexes since they aren't used for lookup (the index is) 2016-02-19 08:45:22 +00:00
factory.h [runtime] Force internalize names used before lookup in in DescriptorArray and TransitionArray 2016-02-18 14:33:44 +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 [turbofan] Refactoring around the instruction scheduler. 2016-02-19 14:53:47 +00:00
flags.cc
flags.h
frames-inl.h
frames.cc More simplification and unification of frame handling 2016-02-18 12:52:03 +00:00
frames.h More simplification and unification of frame handling 2016-02-18 12:52:03 +00:00
futex-emulation.cc
futex-emulation.h
gdb-jit.cc [runtime] Replace global object link with native context link in all contexts. 2015-11-27 17:00:11 +00:00
gdb-jit.h
global-handles.cc Don't schedule second pass callbacks if there are no callbacks 2016-02-02 08:59:21 +00:00
global-handles.h
globals.h Don't reflect ES2015 Function name inference in Function.prototype.toString 2016-02-19 02:51:10 +00:00
handles-inl.h
handles.cc
handles.h
hashmap.h
heap-symbols.h [runtime] Replace hidden_string with a 0-hash-code private symbol 2016-02-17 11:10:41 +00:00
i18n.cc Add UseCounters for various standards-related code paths 2016-01-07 00:13:03 +00:00
i18n.h
icu_util.cc
icu_util.h
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 [runtime] Turn ArgumentAccessStub into FastNewSloppyArgumentsStub. 2016-02-15 10:39:41 +00:00
interface-descriptors.h [stubs] Introduce a dedicated FastNewObjectStub. 2016-02-19 07:12:50 +00:00
isolate-inl.h [runtime] Replace global object link with native context link in all contexts. 2015-11-27 17:00:11 +00:00
isolate.cc More simplification and unification of frame handling 2016-02-18 12:52:03 +00:00
isolate.h [runtime] Replace hidden_string with a 0-hash-code private symbol 2016-02-17 11:10:41 +00:00
json-parser.h [runtime] Force internalize names used before lookup in in DescriptorArray and TransitionArray 2016-02-18 14:33:44 +00:00
json-stringifier.h [proxies] allow duplicate keys for [[OwnPropertyKeys]] trap. 2016-02-04 17:55:35 +00:00
key-accumulator.cc [proxies] allow duplicate keys for [[OwnPropertyKeys]] trap. 2016-02-04 17:55:35 +00:00
key-accumulator.h [proxies] allow duplicate keys for [[OwnPropertyKeys]] trap. 2016-02-04 17:55:35 +00:00
layout-descriptor-inl.h
layout-descriptor.cc
layout-descriptor.h
list-inl.h
list.h Replace HeapType with a non-templated FieldType class. 2016-01-26 15:03:57 +00:00
locked-queue-inl.h
locked-queue.h
log-inl.h Split the TRACE_EVENTs from the LOG/HistogramTimers/TimerEvents functionality. 2016-02-18 06:13:33 +00:00
log-utils.cc
log-utils.h
log.cc Split the TRACE_EVENTs from the LOG/HistogramTimers/TimerEvents functionality. 2016-02-18 06:13:33 +00:00
log.h [counters] adding more counters and trace-events 2016-02-15 17:29:32 +00:00
lookup.cc [runtime] cleanup handling of private symbol + proxy 2016-02-19 11:44:08 +00:00
lookup.h Don't internalize names that are array indexes since they aren't used for lookup (the index is) 2016-02-19 08:45:22 +00:00
machine-type.cc Add a kSimd128 machine type for Turbofan. 2016-02-17 19:04:29 +00:00
machine-type.h Add a kSimd128 machine type for Turbofan. 2016-02-17 19:04:29 +00:00
macro-assembler.h
messages.cc Revert of Use displayName in Error.stack rendering if present. (patchset #1 id:1 of https://codereview.chromium.org/1706823003/ ) 2016-02-18 19:19:12 +00:00
messages.h Revert of Use displayName in Error.stack rendering if present. (patchset #1 id:1 of https://codereview.chromium.org/1706823003/ ) 2016-02-18 19:19:12 +00:00
msan.h
objects-body-descriptors-inl.h [runtime] We don't need an actual instance type for JSIteratorResult. 2016-02-08 06:55:46 +00:00
objects-body-descriptors.h Allow in-object properties in JSArrayBuffer. 2015-11-26 09:46:01 +00:00
objects-debug.cc [runtime] Replace hidden_string with a 0-hash-code private symbol 2016-02-17 11:10:41 +00:00
objects-inl.h [LookupIterator] Optimize the path that writes to fields. 2016-02-19 10:41:43 +00:00
objects-printer.cc Don't reflect ES2015 Function name inference in Function.prototype.toString 2016-02-19 02:51:10 +00:00
objects.cc [runtime] cleanup handling of private symbol + proxy 2016-02-19 11:44:08 +00:00
objects.h [LookupIterator] Optimize the path that writes to fields. 2016-02-19 10:41:43 +00:00
optimizing-compile-dispatcher.cc Split the TRACE_EVENTs from the LOG/HistogramTimers/TimerEvents functionality. 2016-02-18 06:13:33 +00:00
optimizing-compile-dispatcher.h
ostreams.cc [regexp] implement character classes for unicode regexps. 2016-01-21 13:33:26 +00:00
ostreams.h [regexp] implement character classes for unicode regexps. 2016-01-21 13:33:26 +00:00
OWNERS Adding aseemgarg and bradnelson to OWNERS for asm typer. 2016-01-11 13:00:01 +00:00
pending-compilation-error-handler.cc
pending-compilation-error-handler.h
property-descriptor.cc [runtime] Introduce maps for the likely cases of FromPropertyDescriptor. 2016-01-20 19:04:40 +00:00
property-descriptor.h [runtime] Introduce maps for the likely cases of FromPropertyDescriptor. 2016-01-20 19:04:40 +00:00
property-details.h [builtins] Add an initial fast-path to Object.assign. 2016-02-11 13:17:49 +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 Mark maps having a hidden prototype rather than maps of hidden prototypes. 2016-02-08 13:50:23 +00:00
register-configuration.cc Clean up ArchDefaultRegisterConfiguration. 2015-12-01 14:18:55 +00:00
register-configuration.h
runtime-profiler.cc Revert of Type Feedback Vector lives in the closure (patchset #2 id:40001 of https://codereview.chromium.org/1668103002/ ) 2016-02-05 10:48:35 +00:00
runtime-profiler.h
safepoint-table.cc
safepoint-table.h
signature.h
simulator.h
small-pointer-list.h
source-position.h Move SourcePosition into separate header file. 2016-01-15 12:11:50 +00:00
splay-tree-inl.h
splay-tree.h
startup-data-util.cc [Ignition] Use separate startup data for ignition. 2016-02-04 10:18:11 +00:00
startup-data-util.h
string-builder.cc
string-builder.h
string-search.h
string-stream.cc Mark maps having a hidden prototype rather than maps of hidden prototypes. 2016-02-08 13:50:23 +00:00
string-stream.h
strtod.cc
strtod.h
transitions-inl.h [runtime] Force internalize names used before lookup in in DescriptorArray and TransitionArray 2016-02-18 14:33:44 +00:00
transitions.cc [runtime] Force internalize names used before lookup in in DescriptorArray and TransitionArray 2016-02-18 14:33:44 +00:00
transitions.h Pretenure prototype transitions array. 2015-12-11 11:25:26 +00:00
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 [turbofan] Introduce JSCreateLowering for optimizing JSCreate nodes. 2016-02-08 12:33:59 +00:00
type-feedback-vector-inl.h Revert of Type Feedback Vector lives in the closure (patchset #2 id:40001 of https://codereview.chromium.org/1668103002/ ) 2016-02-05 10:48:35 +00:00
type-feedback-vector.cc [TypeFeedbackVector/Crankshaft] Fix private symbol feedback. 2016-02-10 14:12:36 +00:00
type-feedback-vector.h Revert of Type Feedback Vector lives in the closure (patchset #2 id:40001 of https://codereview.chromium.org/1668103002/ ) 2016-02-05 10:48:35 +00:00
type-info.cc Remove the template magic from types.(h|cc), remove types-inl.h. 2016-02-02 07:26:06 +00:00
type-info.h Create ast/ and parsing/ subdirectories and move appropriate files 2015-11-26 16:23:07 +00:00
types.cc Move FieldType to separate h/cc files. 2016-02-16 10:22:34 +00:00
types.h Add a kSimd128 machine type for Turbofan. 2016-02-17 19:04:29 +00:00
typing-asm.cc Revert of Non-pattern rewriting revisited (patchset #3 id:40001 of https://codereview.chromium.org/1702063002/ ) 2016-02-19 15:06:31 +00:00
typing-asm.h Adding flag for simd.js + asm->wasm. 2016-02-01 18:25:38 +00:00
typing-reset.cc Create ast/ and parsing/ subdirectories and move appropriate files 2015-11-26 16:23:07 +00:00
typing-reset.h Create ast/ and parsing/ subdirectories and move appropriate files 2015-11-26 16:23:07 +00:00
unicode-cache-inl.h
unicode-cache.h
unicode-decoder.cc
unicode-decoder.h
unicode-inl.h
unicode.cc
unicode.h Revert of [regexp] implement /ui to mirror the implementation for /i. (patchset #2 id:20001 of https://codereview.chromium.org/1641613002/ ) 2016-02-02 11:44:45 +00:00
utils-inl.h Reland of "[heap] Parallel newspace evacuation, semispace copy, and compaction \o/" 2016-01-27 13:24:59 +00:00
utils.cc Initialize fast memmove methods in the Isolate's ctor 2015-11-26 14:40:12 +00:00
utils.h [fullcode] Change fullcode to compile finally using the token approach. 2016-02-05 14:15:26 +00:00
v8.cc Initialize fast memmove methods in the Isolate's ctor 2015-11-26 14:40:12 +00:00
v8.h
v8dll-main.cc
v8memory.h
v8threads.cc
v8threads.h
vector.h
version.cc
version.h
vm-state-inl.h Split the TRACE_EVENTs from the LOG/HistogramTimers/TimerEvents functionality. 2016-02-18 06:13:33 +00:00
vm-state.h
zone-allocator.h
zone-containers.h Allocators for map<K, V> need to allocate pair<const K, V>. 2015-11-27 08:39:22 +00:00
zone.cc
zone.h