v8/src
Benedikt Meurer 56f6a763c2 [turbofan] Fix -0 check for subnormals.
Previously we'd check `x` for -0 by testing `(1.0 / x) == -Infinity`,
but this will yield the wrong results when `x` is a subnormal, i.e.
really close to 0.

In CSA we already perform bit checks to test for -0, so teach TurboFan
to do the same for comparisons to -0 (via `Object.is`). We introduce a
new NumberIsMinusZero simplified operator to handle the case where
SimplifiedLowering already knows that the input is a number.

Bug: chromium:903043, v8:6882
Change-Id: I0cb7c568029b461a92fc183104d5f359b4bfe7f4
Reviewed-on: https://chromium-review.googlesource.com/c/1328802
Commit-Queue: Benedikt Meurer <bmeurer@chromium.org>
Reviewed-by: Sigurd Schneider <sigurds@chromium.org>
Cr-Commit-Position: refs/heads/master@{#57382}
2018-11-09 12:04:30 +00:00
..
arm [builtins] Isolate-independent CallStubDelayed 2018-11-09 08:58:47 +00:00
arm64 [builtins] Isolate-independent CallStubDelayed 2018-11-09 08:58:47 +00:00
asmjs [wasm] Fix memory limit checks 2018-10-30 13:44:48 +00:00
ast [parser] Introduce FailureExpression to return instead of nullptr 2018-11-07 16:45:10 +00:00
base [heap] Reimplement unmapper tests using tracking page allocator 2018-11-07 09:47:17 +00:00
builtins [CloneObjectIC] clone MutableHeapNumbers only if !FLAG_unbox_double_fields 2018-11-08 19:14:11 +00:00
compiler [turbofan] Fix -0 check for subnormals. 2018-11-09 12:04:30 +00:00
compiler-dispatcher Use std::atomic in optimizing compiler dispatcher. 2018-11-09 08:15:48 +00:00
debug Rename fields to names or members 2018-11-06 16:04:08 +00:00
extensions [deprecation] Deprecate ToBoolean(Local<Context>) 2018-09-24 12:02:09 +00:00
heap [heap] Optimize new space area check in concurrent marker. 2018-11-09 12:03:25 +00:00
ia32 [builtins] Isolate-independent CallStubDelayed 2018-11-09 08:58:47 +00:00
ic [CloneObjectIC] clone MutableHeapNumbers only if !FLAG_unbox_double_fields 2018-11-08 19:14:11 +00:00
inspector [wasm] fix clear context group for wasm 2018-11-06 22:27:17 +00:00
interpreter [ignition] use std::vector for eager inner literals list 2018-11-08 15:04:15 +00:00
js [Intl] Move cachedOrNewService to C++ w/o caching 2018-11-02 07:08:26 +00:00
libplatform [base] Introduce MutexGuard as typedef for LockGuard<Mutex> 2018-10-12 15:44:51 +00:00
libsampler Reland "[cpu-profiler] Fix a bug which caused a pure virtual function call" 2018-10-25 09:58:21 +00:00
mips [builtins] Isolate-independent CallStubDelayed 2018-11-09 08:58:47 +00:00
mips64 [builtins] Isolate-independent CallStubDelayed 2018-11-09 08:58:47 +00:00
objects [bigint] Fix harmless DCHECK failure 2018-11-08 20:06:36 +00:00
parsing [parser] Cleanup ParseAssignmentExpression 2018-11-08 17:29:19 +00:00
ppc [builtins] Isolate-independent CallStubDelayed 2018-11-09 08:58:47 +00:00
profiler Reland "[ubsan] Replace Object** in GlobalHandles" 2018-10-31 23:56:23 +00:00
regexp [Intl] Clean up icu include and #ifdef 2018-11-08 07:40:42 +00:00
runtime [constant-tracking] Make class boilerplate work with CFT. 2018-11-08 09:01:36 +00:00
s390 [builtins] Isolate-independent CallStubDelayed 2018-11-09 08:58:47 +00:00
snapshot Mangle asm label correctly for Windows ARM64 2018-11-09 07:49:16 +00:00
third_party [cleanup] Remove DCHECK from third_party 2018-08-08 10:47:16 +00:00
torque [torque] allow qualified access to different modules/namespaces 2018-11-05 13:34:03 +00:00
tracing [tracing] Escape UTF8 strings in JSON compliant form. 2018-10-31 17:46:52 +00:00
trap-handler [wasm] Implement trap handler on Windows 2018-10-30 10:25:37 +00:00
wasm [wasm] Introduce CompilationStateImpl::callback_t 2018-11-08 11:39:44 +00:00
x64 [builtins] Isolate-independent CallStubDelayed 2018-11-09 08:58:47 +00:00
zone [parser] Use ScopedPtrList for more statement lists 2018-11-05 16:21:28 +00:00
accessors.cc [objects] Change String::length field to uint32_t. 2018-09-13 13:07:08 +00:00
accessors.h [cleanup] Introduce ACCESSOR_INFO_ROOT_LIST 2018-09-24 11:03:26 +00:00
address-map.cc Clarify roots iteration 2018-10-16 08:42:30 +00:00
address-map.h [ubsan] Use Address type inside of IdentityMap and HandleBase 2018-10-19 00:30:52 +00:00
allocation-site-scopes-inl.h [iwyu] Fix allocation-site-scopes.h 2018-10-29 09:43:14 +00:00
allocation-site-scopes.h Reland "[ubsan] Replace Object** in GlobalHandles" 2018-10-31 23:56:23 +00:00
allocation.cc [heap] Be more precise when calculating allocated memory 2018-11-08 17:42:56 +00:00
allocation.h [heap] Be more precise when calculating allocated memory 2018-11-08 17:42:56 +00:00
api-arguments-inl.h [ubsan] Replace Object** in Arguments and friends 2018-11-07 04:05:30 +00:00
api-arguments.cc [ubsan] Replace Object** in Arguments and friends 2018-11-07 04:05:30 +00:00
api-arguments.h [ubsan] Replace Object** in Arguments and friends 2018-11-07 04:05:30 +00:00
api-inl.h Reland "[ubsan] Replace Object** in GlobalHandles" 2018-10-31 23:56:23 +00:00
api-natives.cc Move MessageTemplate enum into its own header file 2018-10-11 23:01:32 +00:00
api-natives.h [ApiNatives] Eliminate old enum and TODO 2018-09-17 19:17:38 +00:00
api.cc [profiler] introduce API to enable detailed source positions 2018-11-09 11:44:22 +00:00
api.h Reland "[ubsan] Replace Object** in GlobalHandles" 2018-10-31 23:56:23 +00:00
arguments-inl.h [ubsan] Replace Object** in Arguments and friends 2018-11-07 04:05:30 +00:00
arguments.cc
arguments.h [ubsan] Replace Object** in Arguments and friends 2018-11-07 04:05:30 +00:00
asan.h [asan] Move asan macros to asan.h 2018-05-08 14:14:34 +00:00
assembler-arch-inl.h [assembler] Move reloc info to its own file 2018-08-17 09:54:28 +00:00
assembler-arch.h [wasm] Split off wasm-linkage.h 2018-04-27 13:43:49 +00:00
assembler-inl.h
assembler.cc [assembler] Move ConstantPools out of src/assembler.h 2018-10-19 11:38:39 +00:00
assembler.h [ptr-compr] Move IsolateData from Heap to Isolate 2018-10-26 14:27:57 +00:00
assert-scope.cc Add DUMP_ON_FAILURE and Platform::DumpWithoutCrash 2018-10-22 06:33:25 +00:00
assert-scope.h Add DUMP_ON_FAILURE and Platform::DumpWithoutCrash 2018-10-22 06:33:25 +00:00
async-hooks-wrapper.cc [async-await] Fix INIT hook with --harmony-await-optimization 2018-10-15 14:36:56 +00:00
async-hooks-wrapper.h [async] Fix a crash when AsyncHooks is used in the proto of an object 2018-07-23 14:34:59 +00:00
bailout-reason.cc Reland "[turboassembler] Introduce hard-abort mode" 2018-07-24 15:58:46 +00:00
bailout-reason.h [cleanup] Remove unused abort reason strings. 2018-11-06 13:53:41 +00:00
basic-block-profiler.cc [base] Introduce MutexGuard as typedef for LockGuard<Mutex> 2018-10-12 15:44:51 +00:00
basic-block-profiler.h [cleanup] Refactor second batch of general classes to use default members. 2018-09-20 10:34:28 +00:00
bignum-dtoa.cc
bignum-dtoa.h
bignum.cc Normalize casing of hexadecimal digits 2017-12-02 01:24:40 +00:00
bignum.h
bit-vector.cc
bit-vector.h [cleanup] Refactor second batch of general classes to use default members. 2018-09-20 10:34:28 +00:00
bootstrapper.cc [js weak refs] Add WeakRef 2018-11-05 15:10:46 +00:00
bootstrapper.h [ubsan,heap] Replace Object** with ObjectSlot 2018-10-24 00:14:20 +00:00
boxed-float.h Fix is_trivially_copyable check for MSVC and older stdlibc++ 2018-03-01 13:05:12 +00:00
cached-powers.cc Normalize casing of hexadecimal digits 2017-12-02 01:24:40 +00:00
cached-powers.h
callable.h [cleanup] Remove empty and deprecated BASE_EMBEDDED macro 2018-09-11 09:33:18 +00:00
cancelable-task.cc Turn TryAbortResult into enum class 2018-11-08 17:17:05 +00:00
cancelable-task.h Turn TryAbortResult into enum class 2018-11-08 17:17:05 +00:00
char-predicates-inl.h [scanner] Use more range checks and const 2018-09-05 09:11:09 +00:00
char-predicates.cc
char-predicates.h
checks.h [cleanup] Split out v8-internal.h from include/v8.h 2018-09-07 09:55:25 +00:00
code-events.h [base] Introduce MutexGuard as typedef for LockGuard<Mutex> 2018-10-12 15:44:51 +00:00
code-factory.cc [cleanup] Remove obsolete StringAdd with TENURED. 2018-09-13 06:35:32 +00:00
code-factory.h [cleanup] Remove obsolete StringAdd with TENURED. 2018-09-13 06:35:32 +00:00
code-reference.cc [cleanup] Clean up CodeReference class 2018-04-23 10:10:45 +00:00
code-reference.h Use DCHECK instead of CHECK in CodeReference 2018-06-06 13:23:12 +00:00
code-stub-assembler.cc [CloneObjectIC] clone MutableHeapNumbers only if !FLAG_unbox_double_fields 2018-11-08 19:14:11 +00:00
code-stub-assembler.h Reland "[ptr-compr] Fix incorrectly used machine types" 2018-11-07 11:29:32 +00:00
code-stubs-utils.h
code-stubs.cc [Build] Add support for V8 Lite mode. 2018-10-15 16:04:17 +00:00
code-stubs.h Prune forward declarations in isolate.h 2018-09-24 12:47:43 +00:00
code-tracer.h Reland "[wasm] Add a separate CodeTracer to the WasmEngine." 2018-07-16 12:39:00 +00:00
codegen.cc [cleanup] Support V8-agnostic mode in MacroAssembler 2018-09-15 03:09:44 +00:00
codegen.h [cleanup] Support V8-agnostic mode in MacroAssembler 2018-09-15 03:09:44 +00:00
collector.h [cleanup] Refactor second batch of general classes to use default members. 2018-09-20 10:34:28 +00:00
compilation-cache.cc [runtime] Flatten cons strings before accessing compilation cache 2018-10-31 17:49:02 +00:00
compilation-cache.h [cleanup] Refactor second batch of general classes to use default members. 2018-09-20 10:34:28 +00:00
compilation-statistics.cc [base] Introduce MutexGuard as typedef for LockGuard<Mutex> 2018-10-12 15:44:51 +00:00
compilation-statistics.h [cleanup] Refactor second batch of general classes to use default members. 2018-09-20 10:34:28 +00:00
compiler.cc [ignition] use std::vector for eager inner literals list 2018-11-08 15:04:15 +00:00
compiler.h [Compiler] Remove CompilerDispatcherJob and use BackgroundCompileTask directly 2018-10-09 10:39:27 +00:00
constant-pool.cc [assembler] Move ConstantPools out of src/assembler.h 2018-10-19 11:38:39 +00:00
constant-pool.h [assembler] Move ConstantPools out of src/assembler.h 2018-10-19 11:38:39 +00:00
constants-arch.h [ptr-compr] Make IsolateData be the bottleneck for root-relative accesses 2018-10-25 08:46:58 +00:00
contexts-inl.h [ubsan] Port Smi to the new design 2018-11-05 20:52:51 +00:00
contexts.cc Use JSGlobalProxy type for the global proxy field on Context. 2018-07-19 08:42:05 +00:00
contexts.h [ubsan] Port Smi to the new design 2018-11-05 20:52:51 +00:00
conversions-inl.h [ubsan] Fix many static_cast<int32_t> with undefined behavior 2018-04-17 02:02:18 +00:00
conversions.cc Fix building with GCC 7.x and 8.x 2018-09-21 01:12:25 +00:00
conversions.h [GetIsolate] Remove GetIsolate from String in src/objects.cc 2018-06-21 11:59:58 +00:00
counters-inl.h [explicit isolates] Remove various GetIsolates 2018-07-17 11:56:37 +00:00
counters.cc [base] Introduce MutexGuard as typedef for LockGuard<Mutex> 2018-10-12 15:44:51 +00:00
counters.h [heap] Make top-level GC histograms nestable. 2018-10-26 14:17:37 +00:00
d8-console.cc [deprecation] Deprecate ToBoolean(Local<Context>) 2018-09-24 12:02:09 +00:00
d8-console.h
d8-platforms.cc [base] Introduce MutexGuard as typedef for LockGuard<Mutex> 2018-10-12 15:44:51 +00:00
d8-platforms.h [d8] Add --stress-delay-tasks flag 2018-10-09 16:04:57 +00:00
d8-posix.cc [cleanup] Replace 0 and NULL with nullptr for src/ files. 2018-09-14 14:46:10 +00:00
d8-windows.cc [heap] Pass isolate to the OOM handler and add an OOM test. 2018-03-22 14:44:50 +00:00
d8.cc [d8] pass --no-arguments to omit top-level arguments 2018-10-31 07:42:22 +00:00
d8.h [d8] pass --no-arguments to omit top-level arguments 2018-10-31 07:42:22 +00:00
d8.js [cleanup] Remove a lot of dead intrinsics/runtime functions. 2018-09-20 12:48:57 +00:00
date.cc [ubsan] Port Smi to the new design 2018-11-05 20:52:51 +00:00
date.h [ubsan] Port Smi to the new design 2018-11-05 20:52:51 +00:00
dateparser-inl.h [iwyu] Add missing include 2018-10-29 10:55:45 +00:00
dateparser.cc
dateparser.h [cleanup] Remove empty and deprecated BASE_EMBEDDED macro 2018-09-11 09:33:18 +00:00
deoptimize-reason.cc
deoptimize-reason.h [turbofan] ReceiverOrNullOrUndefined feedback for JSEqual. 2018-10-24 13:45:22 +00:00
deoptimizer.cc [ubsan] Port Smi to the new design 2018-11-05 20:52:51 +00:00
deoptimizer.h [cleanup] Refactor second batch of general classes to use default members. 2018-09-20 10:34:28 +00:00
DEPS [wasm] Implement trap handler on Windows 2018-10-30 10:25:37 +00:00
detachable-vector.h
disasm.h [ptr-compr] Make IsolateData be the bottleneck for root-relative accesses 2018-10-25 08:46:58 +00:00
disassembler.cc [disassembler] Better support for roots 2018-11-06 09:07:02 +00:00
disassembler.h Make disassembler tests abort on unimplemented opcode 2018-07-26 13:52:17 +00:00
diy-fp.cc
diy-fp.h
double.h [iwyu] Fix includes in double.h 2018-07-25 07:57:55 +00:00
dtoa.cc
dtoa.h
eh-frame.cc [ubsan] Change Address typedef to uintptr_t 2018-04-14 01:25:28 +00:00
eh-frame.h [ubsan] Change Address typedef to uintptr_t 2018-04-14 01:25:28 +00:00
elements-inl.h [iwyu] Fix includes in elements-inl.h 2018-07-31 14:09:29 +00:00
elements-kind.cc [elements] Use IsHoleyElementsKind if possible 2018-08-13 19:21:33 +00:00
elements-kind.h [cleanup] Move some helper methods from Heap to ReadOnlyRoots 2018-09-26 11:03:11 +00:00
elements.cc [cleanup] De-templatize CopyWords, drop MoveWords 2018-11-04 03:53:09 +00:00
elements.h [cleanup] Refactor second batch of general classes to use default members. 2018-09-20 10:34:28 +00:00
execution.cc [cleanup] Cleanup Isolate constructor 2018-10-29 11:01:24 +00:00
execution.h [cleanup] Cleanup Isolate constructor 2018-10-29 11:01:24 +00:00
external-reference-table.cc [ubsan] Replace Object** in Arguments and friends 2018-11-07 04:05:30 +00:00
external-reference-table.h [cleanup] Don't declare inline runtime functions by default 2018-10-05 13:10:56 +00:00
external-reference.cc [ubsan] Port Smi to the new design 2018-11-05 20:52:51 +00:00
external-reference.h MIPS: Implement AtomicPairCompareExchange through runtime 2018-10-30 15:55:43 +00:00
fast-dtoa.cc Work on -Wimplicit-fallthrough for v8 2018-02-16 13:32:25 +00:00
fast-dtoa.h
feedback-vector-inl.h [ubsan] Port Smi to the new design 2018-11-05 20:52:51 +00:00
feedback-vector.cc [ptr-compr] Make cleared weak reference value pointer compression friendly 2018-11-07 13:28:43 +00:00
feedback-vector.h [ubsan] Port MaybeObject to new design 2018-10-26 01:08:30 +00:00
field-index-inl.h Remove unused method from FieldIndex 2018-08-22 09:36:36 +00:00
field-index.h Remove unused method from FieldIndex 2018-08-22 09:36:36 +00:00
field-type.cc [ubsan] Port FieldType to the new design 2018-11-06 17:22:17 +00:00
field-type.h [ubsan] Port FieldType to the new design 2018-11-06 17:22:17 +00:00
fixed-dtoa.cc
fixed-dtoa.h
flag-definitions.h [Intl] Ship Intl.ListFormat 2018-11-08 19:12:19 +00:00
flags.cc [d8] only add arguments object if arguments are provided 2018-10-23 11:46:53 +00:00
flags.h [flags] Print flags that were ignored. 2018-05-18 16:40:09 +00:00
frame-constants.h [masm] Don't push CodeObject when entering INTERNAL frames 2018-05-29 13:20:03 +00:00
frames-inl.h [memory] Replace Memory class with templated Memory functions. 2018-08-23 15:20:21 +00:00
frames.cc [ubsan] Port Smi to the new design 2018-11-05 20:52:51 +00:00
frames.h [ubsan,heap] Replace Object** with ObjectSlot 2018-10-24 00:14:20 +00:00
futex-emulation.cc [base] Introduce MutexGuard as typedef for LockGuard<Mutex> 2018-10-12 15:44:51 +00:00
futex-emulation.h [cleanup] Remove unused Isolate parameters 2018-07-18 16:47:22 +00:00
gdb-jit.cc [gdb-jit] Fix gdb-jit to work with embedded builtins 2018-10-26 09:30:02 +00:00
gdb-jit.h [presubmit] Add include guard check 2018-02-02 16:59:32 +00:00
global-handles.cc [handles] Remove singleton eternal handles 2018-11-07 10:28:41 +00:00
global-handles.h [handles] Remove singleton eternal handles 2018-11-07 10:28:41 +00:00
globals.h [ptr-compr] Make cleared weak reference value pointer compression friendly 2018-11-07 13:28:43 +00:00
handler-table.cc [wasm] Print handler tables together with WasmCode. 2018-08-24 12:09:08 +00:00
handler-table.h [gc] Remove empty no track gc members for release builds. 2018-10-16 08:41:24 +00:00
handles-inl.h [ubsan] Port Smi to the new design 2018-11-05 20:52:51 +00:00
handles.cc Reland "[ubsan] Replace Object** in GlobalHandles" 2018-10-31 23:56:23 +00:00
handles.h [ubsan] Port Smi to the new design 2018-11-05 20:52:51 +00:00
heap-symbols.h [cleanup] Remove unused heap-symbols and add tool. 2018-11-08 17:57:05 +00:00
icu_util.cc Block ICU data override with loading from file 2018-01-29 21:58:39 +00:00
icu_util.h
identity-map.cc [ubsan] Replace Object** in StrongRootsList with ObjectSlot 2018-11-04 03:44:32 +00:00
identity-map.h [ubsan] Introduce ObjectPtr and port PropertyArray 2018-10-24 18:27:31 +00:00
instruction-stream.cc [builtins] Properly handle arbitrary addresses in builtin lookup 2018-10-22 16:14:09 +00:00
instruction-stream.h Replace V8_EMBEDDED_BUILTIN by runtime flag 2018-07-03 08:22:19 +00:00
interface-descriptors.cc [wasm] Rename GrowMemory to MemoryGrow 2018-10-29 14:06:24 +00:00
interface-descriptors.h [wasm] Rename GrowMemory to MemoryGrow 2018-10-29 14:06:24 +00:00
isolate-allocator.cc [heap] Reimplement unmapper tests using tracking page allocator 2018-11-07 09:47:17 +00:00
isolate-allocator.h [heap] Reimplement unmapper tests using tracking page allocator 2018-11-07 09:47:17 +00:00
isolate-data.h [ptr-compr] Introduce IsolateAllocator 2018-10-30 14:38:07 +00:00
isolate-inl.h [heap] Reimplement unmapper tests using tracking page allocator 2018-11-07 09:47:17 +00:00
isolate.cc [profiler] introduce API to enable detailed source positions 2018-11-09 11:44:22 +00:00
isolate.h [profiler] introduce API to enable detailed source positions 2018-11-09 11:44:22 +00:00
json-parser.cc Move MessageTemplate enum into its own header file 2018-10-11 23:01:32 +00:00
json-parser.h [cleanup] Remove empty and deprecated BASE_EMBEDDED macro 2018-09-11 09:33:18 +00:00
json-stringifier.cc [ubsan] Port Smi to the new design 2018-11-05 20:52:51 +00:00
json-stringifier.h [iwyu] Make string-builder.h an inline file 2018-07-31 12:52:22 +00:00
keys.cc [cleanup] Refactor second batch of general classes to use default members. 2018-09-20 10:34:28 +00:00
keys.h [cleanup] Refactor second batch of general classes to use default members. 2018-09-20 10:34:28 +00:00
label.h Fix gcc compile error 2018-09-04 10:34:06 +00:00
layout-descriptor-inl.h [ubsan] Port Smi to the new design 2018-11-05 20:52:51 +00:00
layout-descriptor.cc [ptr-compr] Fix assert in LayoutDescriptor which failed with 31-bit Smis. 2018-08-24 09:17:36 +00:00
layout-descriptor.h [ubsan] Port Smi to the new design 2018-11-05 20:52:51 +00:00
locked-queue-inl.h [base] Introduce MutexGuard as typedef for LockGuard<Mutex> 2018-10-12 15:44:51 +00:00
locked-queue.h [cleanup] Remove empty and deprecated BASE_EMBEDDED macro 2018-09-11 09:33:18 +00:00
log-inl.h
log-utils.cc Escape backslashes when logging. 2018-08-10 09:09:19 +00:00
log-utils.h [base] Introduce MutexGuard as typedef for LockGuard<Mutex> 2018-10-12 15:44:51 +00:00
log.cc Reland "[ubsan] Replace Object** in GlobalHandles" 2018-10-31 23:56:23 +00:00
log.h Reland "[ubsan] Replace Object** in GlobalHandles" 2018-10-31 23:56:23 +00:00
lookup-cache-inl.h
lookup-cache.cc
lookup-cache.h
lookup-inl.h [iwyu] Fix lookup.h 2018-10-29 09:49:25 +00:00
lookup.cc Rename fields to names or members 2018-11-06 16:04:08 +00:00
lookup.h [iwyu] Fix lookup.h 2018-10-29 09:49:25 +00:00
lsan.h [lsan] Disable annotations on windows 2018-05-14 09:57:32 +00:00
machine-type.cc
machine-type.h Reland "[ptr-compr] Fix incorrectly used machine types" 2018-11-07 11:29:32 +00:00
macro-assembler-inl.h
macro-assembler.h [cleanup] Remove empty and deprecated BASE_EMBEDDED macro 2018-09-11 09:33:18 +00:00
map-updater.cc [ubsan] Port FieldType to the new design 2018-11-06 17:22:17 +00:00
map-updater.h [ubsan] Port FieldType to the new design 2018-11-06 17:22:17 +00:00
math-random.cc [ubsan] Port Smi to the new design 2018-11-05 20:52:51 +00:00
math-random.h [ubsan] Port Smi to the new design 2018-11-05 20:52:51 +00:00
maybe-handles-inl.h [ubsan] Port MaybeObject to new design 2018-10-26 01:08:30 +00:00
maybe-handles.h [ubsan] Port FieldType to the new design 2018-11-06 17:22:17 +00:00
message-template.h [parser] Fix off-by-one in parameter count check 2018-11-08 14:52:30 +00:00
messages.cc [async] Add CallSite#getPromiseIndex() builtin. 2018-10-29 08:47:59 +00:00
messages.h [async] Add CallSite#getPromiseIndex() builtin. 2018-10-29 08:47:59 +00:00
msan.h [msan] Add static type checks for non-msan builds 2018-05-08 14:08:29 +00:00
objects-body-descriptors-inl.h [js weak refs] Add WeakRef 2018-11-05 15:10:46 +00:00
objects-body-descriptors.h [in-place weak refs] Cleanup: Remove BodyDescriptorWeak 2018-09-19 12:57:40 +00:00
objects-debug.cc [ubsan] Port FieldType to the new design 2018-11-06 17:22:17 +00:00
objects-definitions.h [js weak refs] Add WeakRef 2018-11-05 15:10:46 +00:00
objects-inl.h [ubsan] Port FieldType to the new design 2018-11-06 17:22:17 +00:00
objects-printer.cc [ubsan] Port FieldType to the new design 2018-11-06 17:22:17 +00:00
objects.cc [ptr-compr] Make cleared weak reference value pointer compression friendly 2018-11-07 13:28:43 +00:00
objects.h [ubsan] Replace Object** in Arguments and friends 2018-11-07 04:05:30 +00:00
optimized-compilation-info.cc [wasm] Enable node splitting during scheduling. 2018-11-05 15:52:51 +00:00
optimized-compilation-info.h [cleanup] Remove unused abort reason strings. 2018-11-06 13:53:41 +00:00
ostreams.cc [cleanup] Refactor first batch of general classes to use default members. 2018-09-19 08:32:08 +00:00
ostreams.h Export OFStreamBase in ostream.h 2018-10-05 13:24:51 +00:00
OWNERS Reduce wasm OWNERS to current team members 2018-10-15 14:47:49 +00:00
pending-compilation-error-handler.cc Move MessageTemplate enum into its own header file 2018-10-11 23:01:32 +00:00
pending-compilation-error-handler.h [parser] Alternative fix to chromium:899495 2018-10-29 22:50:36 +00:00
perf-jit.cc [cpu-profiler] Use instruction start as the key for the CodeMap 2018-07-27 09:53:00 +00:00
perf-jit.h [cleanup] Mark general src/ methods in subclasses with override. 2018-09-18 07:17:52 +00:00
pointer-with-payload.h Fix MSVC error in PointerWithPayload::SetPayload(). 2018-10-25 17:30:59 +00:00
property-descriptor.cc [cleanup] Remove unused Isolate parameters 2018-07-18 16:47:22 +00:00
property-descriptor.h
property-details.h [ubsan] Port Smi to the new design 2018-11-05 20:52:51 +00:00
property.cc [ubsan] Port Smi to the new design 2018-11-05 20:52:51 +00:00
property.h [cleanup] Remove empty and deprecated BASE_EMBEDDED macro 2018-09-11 09:33:18 +00:00
prototype-inl.h [cleanup] Fix more header includes to allow individual compilation 2018-07-30 14:36:41 +00:00
prototype.h [cleanup] Refactor first batch of general classes to use default members. 2018-09-19 08:32:08 +00:00
register-configuration.cc [ia32,root] Remove ebx from ALLOCATABLE_GENERAL_REGISTERS 2018-10-26 08:33:48 +00:00
register-configuration.h [ia32,root] Remove ebx from ALLOCATABLE_GENERAL_REGISTERS 2018-10-26 08:33:48 +00:00
reglist.h
reloc-info.cc [wasm] Remove test-only {RelocInfo::JS_TO_WASM_CALL}. 2018-11-05 13:49:18 +00:00
reloc-info.h [wasm] Remove test-only {RelocInfo::JS_TO_WASM_CALL}. 2018-11-05 13:49:18 +00:00
roots-inl.h Reland "[ubsan] Replace Object** in GlobalHandles" 2018-10-31 23:56:23 +00:00
roots.cc Clarify roots iteration 2018-10-16 08:42:30 +00:00
roots.h [ubsan] Port Smi to the new design 2018-11-05 20:52:51 +00:00
runtime-profiler.cc Reland "Get BytecodeArray via current frame where possible." 2018-11-02 16:49:08 +00:00
runtime-profiler.h Reland "Get BytecodeArray via current frame where possible." 2018-11-02 16:49:08 +00:00
safepoint-table.cc [memory] Replace Memory class with templated Memory functions. 2018-08-23 15:20:21 +00:00
safepoint-table.h [gc] Remove empty no track gc members for release builds. 2018-10-16 08:41:24 +00:00
setup-isolate-deserialize.cc [interpreter] Always put bytecode handlers in builtins table 2018-09-20 09:58:15 +00:00
setup-isolate-full.cc [interpreter] Always put bytecode handlers in builtins table 2018-09-20 09:58:15 +00:00
setup-isolate.h [interpreter] Always put bytecode handlers in builtins table 2018-09-20 09:58:15 +00:00
signature.h [wasm] Refactor SignatureMap to use unordered_map 2018-07-12 12:34:28 +00:00
simulator-base.cc [assembler] Move ConstantPools out of src/assembler.h 2018-10-19 11:38:39 +00:00
simulator-base.h [assembler] Move reloc info to its own file 2018-08-17 09:54:28 +00:00
simulator.h [ubsan] Change Address typedef to uintptr_t 2018-04-14 01:25:28 +00:00
source-position-table.cc [gc] Remove empty no track gc members for release builds. 2018-10-16 08:41:24 +00:00
source-position-table.h [gc] Remove empty no track gc members for release builds. 2018-10-16 08:41:24 +00:00
source-position.cc [GetIsolate] Remove 1-arg Handle constructor 2018-06-26 11:02:30 +00:00
source-position.h [turbolizer] Add inlining information to --trace-turbo 2018-05-16 13:22:24 +00:00
splay-tree-inl.h
splay-tree.h [cleanup] Refactor first batch of general classes to use default members. 2018-09-19 08:32:08 +00:00
startup-data-util.cc Reland "[build] Make separate snapshot for trusted variant" 2018-03-20 10:59:24 +00:00
startup-data-util.h
string-builder-inl.h [ubsan] Port Smi to the new design 2018-11-05 20:52:51 +00:00
string-builder.cc [ubsan] Port Smi to the new design 2018-11-05 20:52:51 +00:00
string-case.cc
string-case.h [presubmit] Add include guard check 2018-02-02 16:59:32 +00:00
string-constants.cc [turbofan] First steps in brokerizing JSNativeContextSpecialization. 2018-10-01 15:08:03 +00:00
string-constants.h [refactoring] Drop roots.h -> handles.h #include 2018-10-12 18:50:02 +00:00
string-hasher-inl.h [cleanup] Fix more header includes to allow individual compilation 2018-07-30 14:36:41 +00:00
string-hasher.h Extend hash seed to 64 bits 2018-07-16 11:19:42 +00:00
string-search.h [ptr-compr] Support 31-bit Smis in lower half-word on 64-bit architectures. 2018-06-05 11:37:35 +00:00
string-stream.cc Reland: [iwyu] Remove sfi-inl.h -> wasm include 2018-07-25 14:54:37 +00:00
string-stream.h Reland "[ubsan] Replace Object** in GlobalHandles" 2018-10-31 23:56:23 +00:00
strtod.cc Fix compilation failure due to -Wunneeded-internal-declaration 2017-12-05 14:52:31 +00:00
strtod.h
thread-id.cc [cleanup] Move ThreadId to separate source file 2018-10-29 10:22:44 +00:00
thread-id.h [cleanup] Move ThreadId to separate source file 2018-10-29 10:22:44 +00:00
torque-assembler.h Reland "[torque]: Implement catch handlers for try blocks" 2018-10-31 17:59:17 +00:00
transitions-inl.h [ubsan] Port Smi to the new design 2018-11-05 20:52:51 +00:00
transitions.cc [ubsan] Port MaybeObject to new design 2018-10-26 01:08:30 +00:00
transitions.h [iwyu] Fix transitions.h 2018-10-29 12:33:17 +00:00
turbo-assembler.cc [ptr-compr] Make IsolateData be the bottleneck for root-relative accesses 2018-10-25 08:46:58 +00:00
turbo-assembler.h [ptr-compr] Move IsolateData from Heap to Isolate 2018-10-26 14:27:57 +00:00
type-hints.cc [turbofan] ReceiverOrNullOrUndefined feedback for JSEqual. 2018-10-24 13:45:22 +00:00
type-hints.h [turbofan] ReceiverOrNullOrUndefined feedback for JSEqual. 2018-10-24 13:45:22 +00:00
unicode-cache-inl.h
unicode-cache.h [cleanup] Refactor first batch of general classes to use default members. 2018-09-19 08:32:08 +00:00
unicode-decoder.cc Consolidate UTF-8 Vector<char> to uc16 decoding into Iterator 2018-02-20 20:04:41 +00:00
unicode-decoder.h [cleanup] Refactor first batch of general classes to use default members. 2018-09-19 08:32:08 +00:00
unicode-inl.h [unibrow] -1 used by kNoPreviousCharacter and kEndOfInput isn't a valid Lead/Trail char. Drop superfluous check. 2018-06-21 12:35:08 +00:00
unicode.cc Implement DFA Unicode Decoder 2017-12-11 21:36:13 +00:00
unicode.h [cleanup] Refactor first batch of general classes to use default members. 2018-09-19 08:32:08 +00:00
unoptimized-compilation-info.cc [scopes] Clean up and centralize mapped/unmapped arguments logic 2018-08-21 20:38:41 +00:00
unoptimized-compilation-info.h [scopes] Clean up and centralize mapped/unmapped arguments logic 2018-08-21 20:38:41 +00:00
uri.cc [cleanup] Move handle() function to handles-inl.h 2018-07-23 16:10:10 +00:00
uri.h [cleanup] Move handle() function to handles-inl.h 2018-07-23 16:10:10 +00:00
utils-inl.h
utils.cc [turbofan] Serialize Object::BooleanValue. 2018-09-18 08:19:20 +00:00
utils.h [cleanup] De-templatize CopyWords, drop MoveWords 2018-11-04 03:53:09 +00:00
v8.cc [cleanup] Resurrect the c1 visualizer output 2018-10-04 10:01:20 +00:00
v8.h [heap] Pass isolate to the OOM handler and add an OOM test. 2018-03-22 14:44:50 +00:00
v8dll-main.cc
v8memory.h [memory] Replace Memory class with templated Memory functions. 2018-08-23 15:20:21 +00:00
v8threads.cc [cleanup] Cleanup Isolate constructor 2018-10-29 11:01:24 +00:00
v8threads.h [cleanup] Cleanup Isolate constructor 2018-10-29 11:01:24 +00:00
value-serializer.cc [ubsan] Port Smi to the new design 2018-11-05 20:52:51 +00:00
value-serializer.h [ubsan] Port Smi to the new design 2018-11-05 20:52:51 +00:00
vector-slot-pair.cc [cleanup] Refactor first batch of general classes to use default members. 2018-09-19 08:32:08 +00:00
vector-slot-pair.h [turbofan] Fix RedundancyElimination and add more test coverage. 2018-09-19 13:08:12 +00:00
vector.h [wasm] "Vectorize" fuzzer 2018-07-12 12:44:39 +00:00
version.cc
version.h [iwyu] More iwyu fixes (date, execution etc.) 2018-02-26 08:59:59 +00:00
visitors.cc [heap-profiler] Simplify snapshotting of the roots. 2018-02-19 10:03:38 +00:00
visitors.h [ubsan,heap] Replace Object** with ObjectSlot 2018-10-24 00:14:20 +00:00
vm-state-inl.h
vm-state.h [cleanup] Remove empty and deprecated BASE_EMBEDDED macro 2018-09-11 09:33:18 +00:00