v8/src
bmeurer dc55405992 Revert of [machine-operator-reducer] fix float truncation (patchset #8 id:140001 of https://codereview.chromium.org/1433353006/ )
Reason for revert:
This is also unsound for the reasons outlined in
https://codereview.chromium.org/1473073004/
Will reland the mjsunit test separately and help Fedor to implement a solution based on simplified operators.

Original issue's description:
> [machine-operator-reducer] fix float truncation
>
> Don't replace `TruncateFloat64ToInt32(RoundInt64ToFloat64(value))` with
> `value`. Generally, `value` may have a range bigger than the one that
> could fit into Int32. Replace it with `TruncateInt64ToInt32(value)`
> instead, and only if the `value` fits into Float64 without precision
> loss.
>
> Add missing mjsunit test for 52bit multiplication/division optimization
> that has landed in refs/heads/master@{#31899}.
>
> BUG=
> R=titzer@google.com
>
> Committed: https://crrev.com/64efa2a904773816968992628f0bf0f1b7ae82be
> Cr-Commit-Position: refs/heads/master@{#32227}

TBR=titzer@chromium.org,fedor@indutny.com
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=

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

Cr-Commit-Position: refs/heads/master@{#32312}
2015-11-26 06:12:22 +00:00
..
arm [turbofan] Implemented the optional Float32RoundTruncate operator. 2015-11-25 19:29:02 +00:00
arm64 Revert of [debugger] flood function for stepping before calling it. (patchset #7 id:120001 of https://codereview.chromium.org/1463803002/ ) 2015-11-25 19:26:46 +00:00
base Unconditionally expand STATIC_ASSERT to the C++11 form. 2015-11-25 17:16:44 +00:00
compiler Revert of [machine-operator-reducer] fix float truncation (patchset #8 id:140001 of https://codereview.chromium.org/1433353006/ ) 2015-11-26 06:12:22 +00:00
crankshaft Lazily initialize fast_sqrt() and pass an Isolate parameter to it 2015-11-25 16:37:28 +00:00
debug Revert of [debugger] flood function for stepping before calling it. (patchset #7 id:120001 of https://codereview.chromium.org/1463803002/ ) 2015-11-25 19:26:46 +00:00
extensions [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
full-codegen Make whether or not a Code object should be created by masm explicit 2015-11-25 14:23:56 +00:00
heap [heap] delete Heap::LeftTrimFixedAray 2015-11-25 20:25:59 +00:00
ia32 Revert of [debugger] flood function for stepping before calling it. (patchset #7 id:120001 of https://codereview.chromium.org/1463803002/ ) 2015-11-25 19:26:46 +00:00
ic Revert of [debugger] flood function for stepping before calling it. (patchset #7 id:120001 of https://codereview.chromium.org/1463803002/ ) 2015-11-25 19:26:46 +00:00
interpreter [es6] Correct parsing of regular expression literal flags. 2015-11-25 13:46:43 +00:00
js Revert of [debugger] flood function for stepping before calling it. (patchset #7 id:120001 of https://codereview.chromium.org/1463803002/ ) 2015-11-25 19:26:46 +00:00
libplatform [presubmit] Enabling readability/inheritance linter checking. 2015-11-04 13:08:42 +00:00
mips Never call CpuFeatures::FlushICache directly 2015-11-25 19:27:34 +00:00
mips64 Never call CpuFeatures::FlushICache directly 2015-11-25 19:27:34 +00:00
ppc Lazily initialize fast_sqrt() and pass an Isolate parameter to it 2015-11-25 16:37:28 +00:00
profiler [profiler] Move away from UnboundedQueue to LockedQueue for regular events. 2015-11-18 14:14:49 +00:00
regexp Make whether or not a Code object should be created by masm explicit 2015-11-25 14:23:56 +00:00
runtime Revert of [debugger] flood function for stepping before calling it. (patchset #7 id:120001 of https://codereview.chromium.org/1463803002/ ) 2015-11-25 19:26:46 +00:00
snapshot Revert of [debugger] flood function for stepping before calling it. (patchset #7 id:120001 of https://codereview.chromium.org/1463803002/ ) 2015-11-25 19:26:46 +00:00
third_party Initialize maths result array in JS. 2015-11-03 08:24:39 +00:00
x64 Revert of [debugger] flood function for stepping before calling it. (patchset #7 id:120001 of https://codereview.chromium.org/1463803002/ ) 2015-11-25 19:26:46 +00:00
x87 X87: [interpreter] Switch passing of new.target to register. 2015-11-26 03:14:58 +00:00
accessors.cc Map v8::Object to v8::internal::JSReceiver 2015-11-16 16:48:54 +00:00
accessors.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
address-map.cc Move RootIndexMap out of serializer file. 2015-10-23 08:28:38 +00:00
address-map.h Move RootIndexMap out of serializer file. 2015-10-23 08:28:38 +00:00
allocation-site-scopes.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
allocation-site-scopes.h Canonicalize handles for optimized compilation. 2015-10-26 15:33:20 +00:00
allocation.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
allocation.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
api-natives.cc Install ConstructNonConstructable as construct stub for non-constructables. 2015-11-24 17:17:00 +00:00
api-natives.h Revert changes introduced in http://crrev.com/1367953002. 2015-11-10 21:00:18 +00:00
api.cc [es6] Correct parsing of regular expression literal flags. 2015-11-25 13:46:43 +00:00
api.h Map v8::Object to v8::internal::JSReceiver 2015-11-16 16:48:54 +00:00
arguments.cc Remove grab-bag includes of v8.h from several files. 2015-08-14 09:41:52 +00:00
arguments.h Reland: Introduce a V8_NORETURN macro and use it to make GCC 4.9.2 happy again. 2015-10-08 19:03:24 +00:00
assembler.cc Revert of [debugger] flood function for stepping before calling it. (patchset #7 id:120001 of https://codereview.chromium.org/1463803002/ ) 2015-11-25 19:26:46 +00:00
assembler.h Never call CpuFeatures::FlushICache directly 2015-11-25 19:27:34 +00:00
assert-scope.cc [heap] Remove obsolete DisallowAllocationFailure scope. 2015-09-08 14:42:44 +00:00
assert-scope.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
ast-expression-visitor.cc Use asm style type names and improve asm typer. 2015-11-17 19:42:30 +00:00
ast-expression-visitor.h [presubmit] Enabling readability/inheritance linter checking. 2015-11-04 13:08:42 +00:00
ast-literal-reindexer.cc [es7] implement |do| expressions proposal 2015-10-21 02:58:32 +00:00
ast-literal-reindexer.h [presubmit] Enabling readability/inheritance linter checking. 2015-11-04 13:08:42 +00:00
ast-numbering.cc [turbofan] Ship TurboFan with spread expressions. 2015-11-18 13:52:12 +00:00
ast-numbering.h Remove grab-bag includes of v8.h from several files. 2015-08-14 09:41:52 +00:00
ast-value-factory.cc Make AstRawString deduplication encoding-agnostic. 2015-10-28 11:28:55 +00:00
ast-value-factory.h Re-re-land "[es6] Implement destructuring binding in try/catch" 2015-11-05 20:21:50 +00:00
ast.cc Experimental support for RegExp lookbehind. 2015-11-17 13:33:34 +00:00
ast.h [es6] Correct parsing of regular expression literal flags. 2015-11-25 13:46:43 +00:00
atomic-utils.h [profiler] Move away from UnboundedQueue to LockedQueue for regular events. 2015-11-18 14:14:49 +00:00
background-parsing-task.cc Debugger: move implementation to a separate folder. 2015-07-31 11:08:15 +00:00
background-parsing-task.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
bailout-reason.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
bailout-reason.h Remove receiver conversion from function prologue 2015-11-05 13:23:51 +00:00
base.isolate [Swarming] Isolate shared libraries for windows. 2015-11-19 13:30:48 +00:00
basic-block-profiler.cc
basic-block-profiler.h Remove several grab-bag includes from the v8.h header. 2015-08-11 07:34:17 +00:00
bignum-dtoa.cc Remove grab-bag includes of v8.h from several files. 2015-08-14 09:41:52 +00:00
bignum-dtoa.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
bignum.cc Fix compilation with GCC 5.2 2015-10-05 11:07:28 +00:00
bignum.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
bit-vector.cc [turbofan] Deferred blocks splintering. 2015-08-25 14:47:38 +00:00
bit-vector.h [clusterfuzz] Length 0 is perfectly fine for BitVector. 2015-05-08 12:01:51 +00:00
bootstrapper.cc Reland of Disable non-standard Promise functions in staging (patchset #1 id:1 of https://codereview.chromium.org/1473603002/ ) 2015-11-24 23:18:30 +00:00
bootstrapper.h Remove JSBuiltinsObject. 2015-11-02 13:04:34 +00:00
builtins.cc Make whether or not a Code object should be created by masm explicit 2015-11-25 14:23:56 +00:00
builtins.h Install ConstructNonConstructable as construct stub for non-constructables. 2015-11-24 17:17:00 +00:00
cached-powers.cc Remove grab-bag includes of v8.h from several files. 2015-08-14 09:41:52 +00:00
cached-powers.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
cancelable-task.cc Fix protocol for aborting and waiting for cancelable tasks. 2015-11-19 15:33:53 +00:00
cancelable-task.h Fix protocol for aborting and waiting for cancelable tasks. 2015-11-19 15:33:53 +00:00
char-predicates-inl.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
char-predicates.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
char-predicates.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
checks.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
code-factory.cc [runtime] First step to sanitize regexp literal creation. 2015-11-25 09:23:28 +00:00
code-factory.h [runtime] First step to sanitize regexp literal creation. 2015-11-25 09:23:28 +00:00
code-stubs-hydrogen.cc Make whether or not a Code object should be created by masm explicit 2015-11-25 14:23:56 +00:00
code-stubs.cc Make whether or not a Code object should be created by masm explicit 2015-11-25 14:23:56 +00:00
code-stubs.h [runtime] First step to sanitize regexp literal creation. 2015-11-25 09:23:28 +00:00
codegen.cc Lazily initialize fast_sqrt() and pass an Isolate parameter to it 2015-11-25 16:37:28 +00:00
codegen.h Lazily initialize fast_sqrt() and pass an Isolate parameter to it 2015-11-25 16:37:28 +00:00
compilation-cache.cc objects-inl.h: Remove ACCESSORS_TO_SMI macro 2015-09-28 13:10:29 +00:00
compilation-cache.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
compilation-dependencies.cc [turbofan] Decouple inlining and native context specialization. 2015-11-18 10:04:03 +00:00
compilation-dependencies.h [turbofan] Decouple inlining and native context specialization. 2015-11-18 10:04:03 +00:00
compilation-statistics.cc Make --turbo-stats output more self-explanatory. 2015-09-14 09:25:31 +00:00
compilation-statistics.h Replace OVERRIDE->override and FINAL->final since we now require C++11. 2015-04-20 13:08:14 +00:00
compiler.cc Install ConstructNonConstructable as construct stub for non-constructables. 2015-11-24 17:17:00 +00:00
compiler.h [turbofan] Decouple inlining and native context specialization. 2015-11-18 10:04:03 +00:00
context-measure.cc [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
context-measure.h Using override keyword in ObjectVisitor class hierarchy. 2015-11-05 09:32:38 +00:00
contexts-inl.h Merge GlobalObject with JSGlobalObject. 2015-11-02 14:58:19 +00:00
contexts.cc Provide a counter for thrown JavaScript errors per context 2015-11-06 08:08:18 +00:00
contexts.h Introduce a BuiltinsConstructStub that sets up new.target and does a [[call]] per ES6 9.3.2 2015-11-19 16:11:09 +00:00
conversions-inl.h Unify ToArrayLength conversions 2015-10-15 16:03:37 +00:00
conversions.cc Remove grab-bag includes of v8.h from everywhere. 2015-08-20 07:44:15 +00:00
conversions.h Remove inline header includes from non-inline headers (2). 2015-08-13 15:30:16 +00:00
counters.cc Remove grab-bag includes of v8.h from everywhere. 2015-08-20 07:44:15 +00:00
counters.h Provide a counter for thrown JavaScript errors per context 2015-11-06 08:08:18 +00:00
d8-posix.cc Make list constructor usable without list-inl.h header. 2015-08-12 08:00:18 +00:00
d8-windows.cc Reland of "Make d8 stop using to-be-deprecated APIs" 2015-07-20 07:05:55 +00:00
d8.cc Fixing --verify-predictable mode. 2015-11-12 13:43:04 +00:00
d8.gyp ability to build d8 w/ post-mortem data 2015-11-18 15:55:46 +00:00
d8.h Remove inline header includes from non-inline headers (1). 2015-08-12 07:32:54 +00:00
d8.isolate [swarming] Add isolate configs for d8 on linux. 2015-09-25 14:37:11 +00:00
d8.js Remove readline support from d8. 2015-07-23 13:20:31 +00:00
date.cc Remove grab-bag includes of v8.h from everywhere. 2015-08-20 07:44:15 +00:00
date.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
dateparser-inl.h Revert of Make dates default to the local timezone if none specified (https://codereview.chromium.org/1229903004/) 2015-10-15 12:18:16 +00:00
dateparser.cc Remove inline header includes from non-inline headers (1). 2015-08-12 07:32:54 +00:00
dateparser.h Revert of Make dates default to the local timezone if none specified (https://codereview.chromium.org/1229903004/) 2015-10-15 12:18:16 +00:00
deoptimizer.cc Make whether or not a Code object should be created by masm explicit 2015-11-25 14:23:56 +00:00
deoptimizer.h [deoptimizer] Remove unused function argument. 2015-11-11 10:45:37 +00:00
DEPS [Interpreter] Skeleton bytecode graph builder 2015-09-10 16:21:40 +00:00
disasm.h Remove grab-bag includes of v8.h from architecture ports. 2015-08-17 09:42:37 +00:00
disassembler.cc [assembler] Introduce proper AssemblerBase::Print() for improved debuggability. 2015-11-09 05:39:38 +00:00
disassembler.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
diy-fp.cc Remove grab-bag includes of v8.h from several files. 2015-08-14 09:41:52 +00:00
diy-fp.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
double.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
dtoa.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
dtoa.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
effects.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
elements-kind.cc Reland of "Remove ExternalArray, derived types, and element kinds" 2015-07-28 09:29:55 +00:00
elements-kind.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
elements.cc Make sure that NormalizeElements and ShouldConvertToFastElements are based on the same values 2015-11-25 11:46:50 +00:00
elements.h [runtime] Support Symbols in KeyAccumulator 2015-11-04 14:05:36 +00:00
execution.cc Remove a bunch of Isolate::Current() callsites from simulators 2015-11-23 08:10:06 +00:00
execution.h Introduce a BuiltinsConstructStub that sets up new.target and does a [[call]] per ES6 9.3.2 2015-11-19 16:11:09 +00:00
expression-classifier.h Fix let pattern error accumulation 2015-10-15 10:46:17 +00:00
factory.cc [es6] Correct parsing of regular expression literal flags. 2015-11-25 13:46:43 +00:00
factory.h Fix JSFunction's in-object properties initialization. 2015-11-25 12:42:14 +00:00
fast-dtoa.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
fast-dtoa.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
field-index-inl.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
field-index.h [turbofan] Initial support for monomorphic/polymorphic property loads. 2015-10-19 05:24:51 +00:00
fixed-dtoa.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
fixed-dtoa.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
flag-definitions.h Reland shipping of --harmony-destructuring-bind 2015-11-25 20:54:01 +00:00
flags.cc [presubmit] Fix build/include linter violations. 2015-09-03 07:56:14 +00:00
flags.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
frames-inl.h [Interpreter]: Basic support for iterating interpreter stack frames for GC. 2015-10-16 15:06:27 +00:00
frames.cc [interpreter] Switch passing of new.target to register. 2015-11-25 11:37:28 +00:00
frames.h [interpreter] Switch passing of new.target to register. 2015-11-25 11:37:28 +00:00
func-name-inferrer.cc Remove grab-bag includes of v8.h from several files. 2015-08-14 09:41:52 +00:00
func-name-inferrer.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
futex-emulation.cc Support offset-TypedArray in futex API 2015-11-20 11:40:00 +00:00
futex-emulation.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
gdb-jit.cc Remove grab-bag includes of v8.h from several files. 2015-08-14 09:41:52 +00:00
gdb-jit.h Remove several grab-bag includes from the v8.h header. 2015-08-11 07:34:17 +00:00
global-handles.cc Add {CancelableTaskManager} to handle {Cancelable} concurrent tasks. 2015-11-14 01:20:14 +00:00
global-handles.h Adds a scavenge GC pass to collect unmodified references 2015-10-27 12:22:31 +00:00
globals.h Install ConstructNonConstructable as construct stub for non-constructables. 2015-11-24 17:17:00 +00:00
handles-inl.h Canonicalize handles for optimized compilation. 2015-10-26 15:33:20 +00:00
handles.cc Canonicalize handles for optimized compilation. 2015-10-26 15:33:20 +00:00
handles.h [turbofan] Decouple inlining and native context specialization. 2015-11-18 10:04:03 +00:00
hashmap.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
i18n.cc Remove several grab-bag includes from the v8.h header. 2015-08-11 07:34:17 +00:00
i18n.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
icu_util.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
icu_util.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
identity-map.cc Canonicalize handles for optimized compilation. 2015-10-26 15:33:20 +00:00
identity-map.h Simplify IdentityMap. 2015-10-23 10:33:14 +00:00
interface-descriptors.cc [runtime] First step to sanitize regexp literal creation. 2015-11-25 09:23:28 +00:00
interface-descriptors.h [runtime] First step to sanitize regexp literal creation. 2015-11-25 09:23:28 +00:00
isolate-inl.h Merge GlobalObject with JSGlobalObject. 2015-11-02 14:58:19 +00:00
isolate.cc Pass Isolate to CodeAgingHelper 2015-11-25 15:25:15 +00:00
isolate.h Inline Isolate::UncheckedCurrent into isolate.cc 2015-11-23 08:45:07 +00:00
json-parser.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
json-stringifier.h [JSON stringifier] Reintroduce fast path with bail out to slow path. 2015-11-13 10:09:47 +00:00
key-accumulator.cc [runtime] Support Symbols in KeyAccumulator 2015-11-04 14:05:36 +00:00
key-accumulator.h Sort names in JSObject::CollectOwnPropertyNames. 2015-11-18 00:07:07 +00:00
layout-descriptor-inl.h AIX: Fix 'may be used uninitialized' compiler errors 2015-10-26 18:05:28 +00:00
layout-descriptor.cc Remove grab-bag includes of v8.h from everywhere. 2015-08-20 07:44:15 +00:00
layout-descriptor.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
list-inl.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
list.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
locked-queue-inl.h Add lock-based unbounded queue 2015-11-18 10:54:13 +00:00
locked-queue.h Add lock-based unbounded queue 2015-11-18 10:54:13 +00:00
log-inl.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
log-utils.cc Remove grab-bag includes of v8.h from several files. 2015-08-14 09:41:52 +00:00
log-utils.h Include stdio.h for fwrite support 2015-10-30 08:03:44 +00:00
log.cc Fix external callback logging in profiler. 2015-10-28 13:42:40 +00:00
log.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
lookup.cc Merge GlobalObject with JSGlobalObject. 2015-11-02 14:58:19 +00:00
lookup.h Reland^2 "Use C++ implementation of Object.definePropert{y,ies}" 2015-10-26 16:39:10 +00:00
macro-assembler.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
messages.cc [V8] Unify get function name for debugging purpose 2015-11-19 19:32:38 +00:00
messages.h Install ConstructNonConstructable as construct stub for non-constructables. 2015-11-24 17:17:00 +00:00
modules.cc Remove grab-bag includes of v8.h from several files. 2015-08-14 09:41:52 +00:00
modules.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
msan.h
objects-body-descriptors-inl.h Allow in-object properties in JSCollections, JSWeakCollections and JSRegExp. 2015-11-25 15:23:03 +00:00
objects-body-descriptors.h Object's body descriptors refactoring. 2015-11-13 12:32:30 +00:00
objects-debug.cc Refactor dependent code. 2015-11-23 09:30:27 +00:00
objects-inl.h Remove whiteness witness from runtime. 2015-11-25 15:32:51 +00:00
objects-printer.cc Introduce a BuiltinsConstructStub that sets up new.target and does a [[call]] per ES6 9.3.2 2015-11-19 16:11:09 +00:00
objects.cc Revert of Tenure descriptor arrays. (patchset #1 id:1 of https://codereview.chromium.org/1476913002/ ) 2015-11-25 19:15:56 +00:00
objects.h Remove whiteness witness from runtime. 2015-11-25 15:32:51 +00:00
optimizing-compile-dispatcher.cc Move Hydrogen and Lithium to src/crankshaft/ 2015-10-20 13:25:55 +00:00
optimizing-compile-dispatcher.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
ostreams.cc Don't #define snprintf in VS2015 - it's illegal and unneeded. 2015-04-09 09:02:58 +00:00
ostreams.h [turbofan] Improve JSON output 2015-01-29 12:15:14 +00:00
OWNERS
parameter-initializer-rewriter.cc Remove unnecessary v8.h include in parameter-initializer-rewriter.cc 2015-10-21 13:29:55 +00:00
parameter-initializer-rewriter.h [es6] Fix scoping for default parameters in arrow functions 2015-10-21 12:04:20 +00:00
parser.cc [es6] Self-assignment in a default parameter initializer should throw 2015-11-25 01:30:39 +00:00
parser.h [es6] Self-assignment in a default parameter initializer should throw 2015-11-25 01:30:39 +00:00
pattern-rewriter.cc Use a single Token::INIT for all variable initialization 2015-11-16 17:08:11 +00:00
pending-compilation-error-handler.cc Do not use js builtins object when constructing an error. 2015-08-17 11:02:38 +00:00
pending-compilation-error-handler.h Migrate error messages, part 12. 2015-05-18 08:33:51 +00:00
preparse-data-format.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
preparse-data.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
preparse-data.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
preparser.cc Disallow destructuring in legacy sloppy for-in loop parsing 2015-11-25 01:15:28 +00:00
preparser.h [es6] Correct parsing of regular expression literal flags. 2015-11-25 13:46:43 +00:00
prettyprinter.cc [es6] Correct parsing of regular expression literal flags. 2015-11-25 13:46:43 +00:00
prettyprinter.h Remove unused Zone argument from InitializeAstVisitor 2015-10-15 10:34:28 +00:00
property-descriptor.cc Fix PropertyDescriptor::ToObject 2015-11-18 13:56:51 +00:00
property-descriptor.h [proxies] Teach ToPropertyDescriptor to deal with Proxies 2015-11-12 14:17:51 +00:00
property-details.h Test for var declarations in eval which conflict with let 2015-10-12 14:31:01 +00:00
property.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
property.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
prototype.h Adding template parameter to PrototypeIterator GetCurrent 2015-09-10 10:56:18 +00:00
register-configuration.cc X87: Return different allocatable double register number for X87 turbofan / crankshaft seperately. 2015-10-23 07:34:09 +00:00
register-configuration.h For some platform such as X87, Crankshaft and Turbofan needs to use different 2015-10-22 13:24:49 +00:00
rewriter.cc [presubmit] Enabling readability/inheritance linter checking. 2015-11-04 13:08:42 +00:00
rewriter.h [es7] implement |do| expressions proposal 2015-10-21 02:58:32 +00:00
runtime-profiler.cc Remove several JSFunction delegator functions. 2015-11-04 14:56:37 +00:00
runtime-profiler.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
safepoint-table.cc Remove grab-bag includes of v8.h from several files. 2015-08-14 09:41:52 +00:00
safepoint-table.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
scanner-character-streams.cc Fix incorrect buffer length. 2015-09-18 12:07:24 +00:00
scanner-character-streams.h [presubmit] Enabling readability/inheritance linter checking. 2015-11-04 13:08:42 +00:00
scanner.cc [es6] Correct parsing of regular expression literal flags. 2015-11-25 13:46:43 +00:00
scanner.h [es6] Correct parsing of regular expression literal flags. 2015-11-25 13:46:43 +00:00
scopeinfo.cc Use Scope::function_kind_ to distinguish arrow function scopes 2015-10-07 14:55:45 +00:00
scopeinfo.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
scopes.cc Reland shipping of --harmony-destructuring-bind 2015-11-25 20:54:01 +00:00
scopes.h Fix eval calls in initializers of arrow function parameters 2015-10-29 15:16:40 +00:00
signature.h Extract Signature from src/compiler/machine-type.h to src/signature.h 2015-05-04 10:11:54 +00:00
simulator.h Contribution of PowerPC port (continuation of 422063005) 2015-01-16 07:42:15 +00:00
small-pointer-list.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
splay-tree-inl.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
splay-tree.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
startup-data-util.cc Rework startup-data-util. 2015-08-14 12:11:46 +00:00
startup-data-util.h Rework startup-data-util. 2015-08-14 12:11:46 +00:00
string-builder.cc Canonicalize handles for optimized compilation. 2015-10-26 15:33:20 +00:00
string-builder.h Canonicalize handles for optimized compilation. 2015-10-26 15:33:20 +00:00
string-search.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
string-stream.cc Adding template parameter to PrototypeIterator GetCurrent 2015-09-10 10:56:18 +00:00
string-stream.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
strtod.cc Remove grab-bag includes of v8.h from several files. 2015-08-14 09:41:52 +00:00
strtod.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
token.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
token.h [es6] early error when Identifier is an escaped reserved word 2015-11-17 16:00:11 +00:00
transitions-inl.h Transition array should not know about write barrier internals. 2015-11-25 19:24:29 +00:00
transitions.cc Transition array should not know about write barrier internals. 2015-11-25 19:24:29 +00:00
transitions.h Transition array should not know about write barrier internals. 2015-11-25 19:24:29 +00:00
type-cache.cc [types] Use the TypeCache consistently for common types. 2015-10-28 13:31:22 +00:00
type-cache.h [turbofan] Initial support for inline allocations of arrays. 2015-11-24 07:02:55 +00:00
type-feedback-vector-inl.h The metadata part of TypeFeedbackVector is extracted to TypeFeedbackMetadata array. 2015-10-07 10:33:32 +00:00
type-feedback-vector.cc VectorICs: Remove --vector-stores flag. 2015-11-17 13:15:52 +00:00
type-feedback-vector.h [turbofan] Introduce JSCallReducer to strength reduce JSCallFunction nodes. 2015-11-13 12:20:01 +00:00
type-info.cc VectorICs: Remove --vector-stores flag. 2015-11-17 13:15:52 +00:00
type-info.h VectorICs: Remove --vector-stores flag. 2015-11-17 13:15:52 +00:00
types-inl.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
types.cc [turbofan] Initial support for Array constructor specialization. 2015-11-20 12:50:13 +00:00
types.h [turbofan] Avoid unnecessary write barriers and improve code generation. 2015-11-10 11:05:59 +00:00
typing-asm.cc Fix multiple return statements in typing-asm, cleanup. 2015-11-18 19:48:00 +00:00
typing-asm.h Use asm style type names and improve asm typer. 2015-11-17 19:42:30 +00:00
typing-reset.cc Remove unused Zone argument from InitializeAstVisitor 2015-10-15 10:34:28 +00:00
typing-reset.h Remove unused Zone argument from InitializeAstVisitor 2015-10-15 10:34:28 +00:00
unicode-cache-inl.h Separate UnicodeCache out into an own file. 2015-08-20 11:47:09 +00:00
unicode-cache.h Separate UnicodeCache out into an own file. 2015-08-20 11:47:09 +00:00
unicode-decoder.cc unicode-decoder: fix out-of-band write in utf16 2015-07-06 11:00:12 +00:00
unicode-decoder.h unicode-decoder: fix out-of-band write in utf16 2015-07-06 11:00:12 +00:00
unicode-inl.h Scanner / Unicode decoding: use size_t instead of unsigned. 2015-02-05 07:54:34 +00:00
unicode.cc [presubmit] Fix build/include linter violations. 2015-09-03 07:56:14 +00:00
unicode.h Scanner / Unicode decoding: use size_t instead of unsigned. 2015-02-05 07:54:34 +00:00
utils.cc Distinction between FeedbackVectorICSlot and FeedbackVectorSlot eliminated. 2015-10-01 13:48:19 +00:00
utils.h MIPS: Fix unaligned read/write of bytecodes in interpreter. 2015-11-05 23:43:00 +00:00
v8.cc Lazily initialize fast_sqrt() and pass an Isolate parameter to it 2015-11-25 16:37:28 +00:00
v8.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
v8dll-main.cc
v8memory.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
v8threads.cc Make isolate.h usable without objects-inl.h header. 2015-09-01 09:25:27 +00:00
v8threads.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
variables.cc Test for var declarations in eval which conflict with let 2015-10-12 14:31:01 +00:00
variables.h Test for var declarations in eval which conflict with let 2015-10-12 14:31:01 +00:00
vector.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
version.cc Remove grab-bag includes of v8.h from everywhere. 2015-08-20 07:44:15 +00:00
version.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
vm-state-inl.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
vm-state.h Fix external callback logging in profiler. 2015-10-28 13:42:40 +00:00
zone-allocator.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
zone-containers.h [stl] Fix ZonePriorityQueue wrapper. 2015-06-11 05:15:04 +00:00
zone.cc Fix DCHECK with unsigned int in zone.cc. 2015-04-17 09:06:45 +00:00
zone.h Replace OVERRIDE->override and FINAL->final since we now require C++11. 2015-04-20 13:08:14 +00:00