v8/src
machenbach dc0adc5668 Revert of Add bailout for large objects when allocating arrays in optimized code. (patchset #1 id:1 of https://codereview.chromium.org/1408553002/ )
Reason for revert:
[Sheriff] Breaks deopt fuzzer:
http://build.chromium.org/p/client.v8/builders/V8%20Deopt%20Fuzzer/builds/5634

See comment in CL for repro.

Original issue's description:
> Add bailout for large objects when allocating arrays in optimized code.
>
> BUG=
>
> Committed: https://crrev.com/0c81c4e924d7bdb45fce98209c21985d754e047d
> Cr-Commit-Position: refs/heads/master@{#31259}

TBR=bmeurer@chromium.org,hpayer@chromium.org,mlippautz@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=

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

Cr-Commit-Position: refs/heads/master@{#31266}
2015-10-14 15:04:19 +00:00
..
arm Do not allow large object allocation from optimized code. 2015-10-13 19:20:19 +00:00
arm64 Do not allow large object allocation from optimized code. 2015-10-13 19:20:19 +00:00
base Workaround for borked sem_init library function. 2015-10-13 09:53:10 +00:00
compiler [turbofan] Introduce node regions for protection from scheduling. 2015-10-14 14:53:12 +00:00
debug Debugger: fix stepping when break points are deactivated. 2015-10-13 12:44:28 +00:00
extensions [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
full-codegen PPC: VectorICs: use a vector slot to aid in array literal processing. 2015-10-14 13:18:33 +00:00
heap Add C++ implementation of Object.defineProperties 2015-10-13 14:38:35 +00:00
ia32 Do not allow large object allocation from optimized code. 2015-10-13 19:20:19 +00:00
ic PPC: Vector ICs: Get rid of stack arguments on ia32 transitioning stores. 2015-10-12 15:18:32 +00:00
interpreter [Interpreter]: Use vector store for array literal computed stores. 2015-10-14 13:20:11 +00:00
js Move builtin JavaScript sources into own directory. 2015-10-13 09:38:26 +00:00
libplatform [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
mips Do not allow large object allocation from optimized code. 2015-10-13 19:20:19 +00:00
mips64 Do not allow large object allocation from optimized code. 2015-10-13 19:20:19 +00:00
ppc Do not allow large object allocation from optimized code. 2015-10-13 19:20:19 +00:00
profiler [es6] silence access-check failure for well-known symbol properties 2015-10-06 18:10:37 +00:00
regexp [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
runtime Add C++ implementation of Object.defineProperties 2015-10-13 14:38:35 +00:00
snapshot Remove cycle breaking include from mksnapshot.cc file. 2015-10-12 15:21:26 +00:00
third_party [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
x64 Do not allow large object allocation from optimized code. 2015-10-13 19:20:19 +00:00
x87 Do not allow large object allocation from optimized code. 2015-10-13 19:20:19 +00:00
accessors.cc [es6] Function constructor-created functions should be named "anonymous" 2015-09-30 19:20:04 +00:00
accessors.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +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 [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +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 Allow JavaScript accessors on API objects. 2015-09-29 11:16:14 +00:00
api-natives.h Allow JavaScript accessors on API objects. 2015-09-29 11:16:14 +00:00
api.cc Pass the context from which a given receiver is accessed explicitly 2015-10-09 13:25:56 +00:00
api.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +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 Vector ICs: Get rid of stack arguments on ia32 transitioning stores. 2015-10-12 07:34:32 +00:00
assembler.h Vector ICs: Get rid of stack arguments on ia32 transitioning stores. 2015-10-12 07:34:32 +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 [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
ast-expression-visitor.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
ast-literal-reindexer.cc [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
ast-literal-reindexer.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
ast-numbering.cc Eagerly extract stack limit from Isolate in InitializeAstVisitor() 2015-10-14 13:04:55 +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 [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
ast-value-factory.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
ast.cc VectorICs: use a vector slot to aid in array literal processing. 2015-10-13 14:48:49 +00:00
ast.h Eagerly extract stack limit from Isolate in InitializeAstVisitor() 2015-10-14 13:04:55 +00:00
atomic-utils.h Reland of "[heap] Concurrency support for heap book-keeping info" 2015-09-16 11:18:25 +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 unused bailout reasons. 2015-10-07 18:27:23 +00:00
base.isolate Reland [swarming] Isolate v8 testing. 2015-10-05 09:48:42 +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 [es6] Support optional "receiver" argument in Reflect.get. 2015-10-08 14:23:12 +00:00
bootstrapper.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
builtins.cc Pass the context from which a given receiver is accessed explicitly 2015-10-09 13:25:56 +00:00
builtins.h [es6] Implement parts of the Reflect object. 2015-10-07 11:45:25 +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 Make isolate.h usable without objects-inl.h header. 2015-09-01 09:25:27 +00:00
cancelable-task.h Add CancelableIdleTask. 2015-07-30 14:09:14 +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 [Interpreter] Add CallRuntime support to the interpreter. 2015-10-02 18:13:57 +00:00
code-factory.h [Interpreter] Add CallRuntime support to the interpreter. 2015-10-02 18:13:57 +00:00
code-stubs-hydrogen.cc [heap] Reland prepare code for smaller large object allocation limit than max allocatable memory. 2015-10-07 09:14:13 +00:00
code-stubs.cc Move heap and CPU profilers into a dedicated directory. 2015-09-28 19:34:18 +00:00
code-stubs.h Vector ICs: Get rid of stack arguments on ia32 transitioning stores. 2015-10-12 07:34:32 +00:00
codegen.cc Move heap and CPU profilers into a dedicated directory. 2015-09-28 19:34:18 +00:00
codegen.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +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 Remove grab-bag includes of v8.h from several files. 2015-08-14 09:41:52 +00:00
compilation-dependencies.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +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 [turbofan] Disable native context specialization for the asm.js pipeline. 2015-10-14 05:51:24 +00:00
compiler.h [turbofan] Add initial support for global specialization. 2015-10-07 12:10:54 +00:00
context-measure.cc [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
context-measure.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
contexts-inl.h Make isolate.h usable without objects-inl.h header. 2015-09-01 09:25:27 +00:00
contexts.cc Test for var declarations in eval which conflict with let 2015-10-12 14:31:01 +00:00
contexts.h Test for var declarations in eval which conflict with let 2015-10-12 14:31:01 +00:00
conversions-inl.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +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 [heap] Add specific timer events for finalizing incremental GCs. 2015-10-05 16:08:05 +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 Revert of Don't compile functions in a context the caller doesn't have access to (patchset #1 id:1 of https://codereview.chromium.org/1393713006/ ) 2015-10-12 14:36:00 +00:00
d8.gyp Move builtin JavaScript sources into own directory. 2015-10-13 09:38:26 +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 [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
dateparser.cc Remove inline header includes from non-inline headers (1). 2015-08-12 07:32:54 +00:00
dateparser.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
deoptimizer.cc Re-reland: Remove register index/code indirection 2015-10-02 16:55:22 +00:00
deoptimizer.h [turbofan] Unify referencing of stack slots 2015-08-18 14:48:11 +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 Add CompileInfo::GetDebugName() 2015-08-24 10:23:55 +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 [heap] Reland prepare code for smaller large object allocation limit than max allocatable memory. 2015-10-07 09:14:13 +00:00
elements.h Teach JSReceiver::GetKeys() how to include symbols 2015-09-30 15:00:32 +00:00
execution.cc [es6] Introduce %ToInteger and %ToLength. 2015-09-29 07:41:13 +00:00
execution.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
expression-classifier.h Prohibit let in lexical bindings 2015-10-05 20:29:22 +00:00
factory.cc Remove FLAG_cache_optimized_code because we always have it on. 2015-10-12 16:10:59 +00:00
factory.h Remove cycle breaking include from mksnapshot.cc file. 2015-10-12 15:21:26 +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 [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +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 Revert of VectorICs: turn on vectors for STORE and KEYED_STORE ics. (patchset #1 id:1 of https://codereview.chromium.org/1396523005/ ) 2015-10-14 10:52:32 +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 [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
frames.cc Re-reland: Remove register index/code indirection 2015-10-02 16:55:22 +00:00
frames.h [Interpreter] Add support for global declarations and load/store of global variables 2015-10-07 21:20:02 +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 Signal a blocked futex if the isolate is interrupted; don't busy-wait 2015-08-21 16:42:02 +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 Revert of Changed scavenge GC to collect unmodified references (patchset #9 id:160001 of https://codereview.chromium.org/1358703003/ ) 2015-10-06 17:39:51 +00:00
global-handles.h Revert of Changed scavenge GC to collect unmodified references (patchset #9 id:160001 of https://codereview.chromium.org/1358703003/ ) 2015-10-06 17:39:51 +00:00
globals.h Use Scope::function_kind_ to distinguish arrow function scopes 2015-10-07 14:55:45 +00:00
handles-inl.h [turbofan] Remove usage of Unique<T> from graph. 2015-08-31 08:25:05 +00:00
handles.cc Remove grab-bag includes of v8.h from everywhere. 2015-08-20 07:44:15 +00:00
handles.h Drop ambiguous MaybeHandle comparison and hashing ops. 2015-08-31 11:37:44 +00:00
hashmap.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
hydrogen-alias-analysis.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
hydrogen-bce.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
hydrogen-bce.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
hydrogen-bch.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
hydrogen-bch.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
hydrogen-canonicalize.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
hydrogen-canonicalize.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
hydrogen-check-elimination.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
hydrogen-check-elimination.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
hydrogen-dce.cc Remove grab-bag includes of v8.h from everywhere. 2015-08-20 07:44:15 +00:00
hydrogen-dce.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
hydrogen-dehoist.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
hydrogen-dehoist.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
hydrogen-environment-liveness.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
hydrogen-environment-liveness.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
hydrogen-escape-analysis.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
hydrogen-escape-analysis.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
hydrogen-flow-engine.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
hydrogen-gvn.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
hydrogen-gvn.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
hydrogen-infer-representation.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
hydrogen-infer-representation.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
hydrogen-infer-types.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
hydrogen-infer-types.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
hydrogen-instructions.cc [crankshaft] Re-add fast-case for string add left/right. 2015-09-22 05:46:46 +00:00
hydrogen-instructions.h Distinction between FeedbackVectorICSlot and FeedbackVectorSlot eliminated. 2015-10-01 13:48:19 +00:00
hydrogen-load-elimination.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
hydrogen-load-elimination.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
hydrogen-mark-deoptimize.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
hydrogen-mark-deoptimize.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
hydrogen-mark-unreachable.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
hydrogen-mark-unreachable.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
hydrogen-osr.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
hydrogen-osr.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
hydrogen-range-analysis.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
hydrogen-range-analysis.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
hydrogen-redundant-phi.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
hydrogen-redundant-phi.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
hydrogen-removable-simulates.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
hydrogen-removable-simulates.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
hydrogen-representation-changes.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
hydrogen-representation-changes.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
hydrogen-sce.cc Remove grab-bag includes of v8.h from everywhere. 2015-08-20 07:44:15 +00:00
hydrogen-sce.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
hydrogen-store-elimination.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
hydrogen-store-elimination.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
hydrogen-types.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
hydrogen-types.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
hydrogen-uint32-analysis.cc Reland of "Remove ExternalArray, derived types, and element kinds" 2015-07-28 09:29:55 +00:00
hydrogen-uint32-analysis.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
hydrogen.cc Revert of Add bailout for large objects when allocating arrays in optimized code. (patchset #1 id:1 of https://codereview.chromium.org/1408553002/ ) 2015-10-14 15:04:19 +00:00
hydrogen.h [es6] Fix missing bits for full @@toPrimitive support. 2015-10-01 16:08:49 +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 [heap] Move IdentityMap data structure out of heap. 2015-08-28 13:01:08 +00:00
identity-map.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
interface-descriptors.cc Vector ICs: Get rid of stack arguments on ia32 transitioning stores. 2015-10-12 07:34:32 +00:00
interface-descriptors.h Vector ICs: Get rid of stack arguments on ia32 transitioning stores. 2015-10-12 07:34:32 +00:00
isolate-inl.h Make isolate.h usable without objects-inl.h header. 2015-09-01 09:25:27 +00:00
isolate.cc Vector ICs: Get rid of stack arguments on ia32 transitioning stores. 2015-10-12 07:34:32 +00:00
isolate.h Vector ICs: Get rid of stack arguments on ia32 transitioning stores. 2015-10-12 07:34:32 +00:00
json-parser.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
json-stringifier.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
layout-descriptor-inl.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +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
lithium-allocator-inl.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
lithium-allocator.cc Re-reland: Remove register index/code indirection 2015-10-02 16:55:22 +00:00
lithium-allocator.h Re-reland: Remove register index/code indirection 2015-10-02 16:55:22 +00:00
lithium-codegen.cc Remove grab-bag includes of v8.h from everywhere. 2015-08-20 07:44:15 +00:00
lithium-codegen.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
lithium-inl.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
lithium.cc Re-reland: Remove register index/code indirection 2015-10-02 16:55:22 +00:00
lithium.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +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 Add cstdarg header to log-utils.h 2015-10-05 18:54:13 +00:00
log.cc Reland improve perf_basic_prof filename reporting 2015-10-13 12:45:31 +00:00
log.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
lookup.cc Pass the context from which a given receiver is accessed explicitly 2015-10-09 13:25:56 +00:00
lookup.h Add LookupIterator constructor for arbitrary Object keys 2015-09-30 14:51:56 +00:00
macro-assembler.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
messages.cc Check for validity when accessing call site objects in runtime. 2015-10-13 10:53:22 +00:00
messages.h Check for validity when accessing call site objects in runtime. 2015-10-13 10:53:22 +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-debug.cc objects-inl.h: Remove ACCESSORS_TO_SMI macro 2015-09-28 13:10:29 +00:00
objects-inl.h [es6] Support optional "receiver" argument in Reflect.get. 2015-10-08 14:23:12 +00:00
objects-printer.cc The metadata part of TypeFeedbackVector is extracted to TypeFeedbackMetadata array. 2015-10-07 10:33:32 +00:00
objects.cc Add C++ implementation of Object.defineProperties 2015-10-13 14:38:35 +00:00
objects.h Add C++ implementation of Object.defineProperties 2015-10-13 14:38:35 +00:00
optimizing-compile-dispatcher.cc Remove grab-bag includes of v8.h from everywhere. 2015-08-20 07:44:15 +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
parser.cc Don't throw on assignment to function name binding in harmony sloppy mode 2015-10-12 16:55:35 +00:00
parser.h [es6] Scoping & initialization for var shadowing non-simple parameters 2015-10-01 10:42:33 +00:00
pattern-rewriter.cc Destructuring array without initializer throws an exception 2015-10-06 17:01:28 +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 Use Scope::function_kind_ to distinguish arrow function scopes 2015-10-07 14:55:45 +00:00
preparser.h Use Scope::function_kind_ to distinguish arrow function scopes 2015-10-07 14:55:45 +00:00
prettyprinter.cc Distinction between FeedbackVectorICSlot and FeedbackVectorSlot eliminated. 2015-10-01 13:48:19 +00:00
prettyprinter.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
property-descriptor.cc Add C++ implementation of Object.defineProperties 2015-10-13 14:38:35 +00:00
property-descriptor.h Add C++ implementation of Object.defineProperties 2015-10-13 14:38:35 +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 PPC: Remove register index/code indirection 2015-10-05 19:45:44 +00:00
register-configuration.h Re-reland: Remove register index/code indirection 2015-10-02 16:55:22 +00:00
rewriter.cc [es6] Implement completion value reform (--harmony-completion). 2015-10-08 13:57:04 +00:00
rewriter.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
runtime-profiler.cc Remove grab-bag includes of v8.h from everywhere. 2015-08-20 07:44:15 +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] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
scanner.cc [parser] fix token end position for regexp literals 2015-10-09 01:02:02 +00:00
scanner.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +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 In Scope::Print, skip null scope_names_ just like empty ones 2015-10-08 05:00:14 +00:00
scopes.h [cleanup] Make Scope implementation private, remove dead friend declaration 2015-10-09 21:42:00 +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 Make isolate.h usable without objects-inl.h header. 2015-09-01 09:25:27 +00:00
string-builder.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +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 [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
transitions-inl.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
transitions.cc Remove grab-bag includes of v8.h from everywhere. 2015-08-20 07:44:15 +00:00
transitions.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +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 The metadata part of TypeFeedbackVector is extracted to TypeFeedbackMetadata array. 2015-10-07 10:33:32 +00:00
type-feedback-vector.h Remove cycle breaking include from mksnapshot.cc file. 2015-10-12 15:21:26 +00:00
type-info.cc Distinction between FeedbackVectorICSlot and FeedbackVectorSlot eliminated. 2015-10-01 13:48:19 +00:00
type-info.h Distinction between FeedbackVectorICSlot and FeedbackVectorSlot eliminated. 2015-10-01 13:48:19 +00:00
types-inl.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
types.cc Intersection of certain constants with bitsets was wrongly non-empty. 2015-09-17 08:52:10 +00:00
types.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
typing-asm.cc [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
typing-asm.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
typing-reset.cc [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
typing-reset.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
typing.cc Eagerly extract stack limit from Isolate in InitializeAstVisitor() 2015-10-14 13:04:55 +00:00
typing.h Eagerly extract stack limit from Isolate in InitializeAstVisitor() 2015-10-14 13:04:55 +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
unique.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
utils.cc Distinction between FeedbackVectorICSlot and FeedbackVectorSlot eliminated. 2015-10-01 13:48:19 +00:00
utils.h Distinction between FeedbackVectorICSlot and FeedbackVectorSlot eliminated. 2015-10-01 13:48:19 +00:00
v8.cc Move heap and CPU profilers into a dedicated directory. 2015-09-28 19:34:18 +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 [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +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-type-cache.h Spliting out TyperCache into ZoneTypeCache to share with AsmTyper. 2015-08-26 21:41:05 +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