..
arm
Fix issues with Arm's use of embedded constant pools
2015-06-09 16:00:25 +00:00
arm64
Fix issues with Arm's use of embedded constant pools
2015-06-09 16:00:25 +00:00
base
[arm] Fix detection of architecture versions.
2015-06-01 04:26:34 +00:00
compiler
[turbofan] Fix context chain extension for top-level code.
2015-06-10 06:03:14 +00:00
extensions
Remove usage of to-be-deprecated APIs from v8 core
2015-06-03 10:27:56 +00:00
heap
Make old generation allocation throughput stats independent from the new space allocation throughput.
2015-06-09 17:49:58 +00:00
ia32
Fix issues with Arm's use of embedded constant pools
2015-06-09 16:00:25 +00:00
ic
[strong] Refactor ObjectStrength into a replacement for strong boolean args
2015-06-08 12:18:15 +00:00
libplatform
Replace OVERRIDE->override and FINAL->final since we now require C++11.
2015-04-20 13:08:14 +00:00
mips
Fix issues with Arm's use of embedded constant pools
2015-06-09 16:00:25 +00:00
mips64
Fix issues with Arm's use of embedded constant pools
2015-06-09 16:00:25 +00:00
ppc
Fix issues with Arm's use of embedded constant pools
2015-06-09 16:00:25 +00:00
runtime
Fix uninitialized variable compiler errors [GCC 4.8.4]
2015-06-08 11:42:21 +00:00
snapshot
Fix issues with Arm's use of embedded constant pools
2015-06-09 16:00:25 +00:00
third_party
Cosmetic changes to tests to make it easier to concatenate them.
2015-06-01 22:47:08 +00:00
x64
Fix issues with Arm's use of embedded constant pools
2015-06-09 16:00:25 +00:00
x87
Fix issues with Arm's use of embedded constant pools
2015-06-09 16:00:25 +00:00
accessors.cc
Unify decoding of deoptimization translations.
2015-06-08 10:04:56 +00:00
accessors.h
Reland "Remove the weak list of views from array buffers"
2015-04-27 09:27:53 +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
Always wrap AllocationSiteContext::current() in a new handle in Crankshaft.
2015-04-20 11:46:34 +00:00
allocation-tracker.cc
Cosmetic changes to tests to make it easier to concatenate them.
2015-06-01 22:47:08 +00:00
allocation-tracker.h
allocation.cc
Cosmetic changes to tests to make it easier to concatenate them.
2015-06-01 22:47:08 +00:00
allocation.h
Remove obsolete Malloced::FatalProcessOutOfMemory.
2015-02-11 09:25:48 +00:00
api-natives.cc
Migrate error messages, part 10.
2015-05-12 13:52:23 +00:00
api-natives.h
use a hash table for the function cache as blink is leaking functiontemplates
2015-03-09 12:26:28 +00:00
api.cc
Add TypedArray constructors with SharedArrayBuffer to the external API.
2015-06-08 18:24:26 +00:00
api.h
Add basic API support for Map & Set
2015-05-26 17:37:01 +00:00
arguments.cc
Cosmetic changes to tests to make it easier to concatenate them.
2015-06-01 22:47:08 +00:00
arguments.h
Reland "Call directly to c callbacks in Invoke instead of transitioning to js and back out"
2015-01-23 11:22:20 +00:00
array-iterator.js
Revert of Revert of Hook up more import/exports in natives. (patchset #1 id:1 of https://codereview.chromium.org/1154743003/ )
2015-05-26 07:24:21 +00:00
array.js
Implement %TypedArray%.prototype.{reduce,reduceRight}
2015-06-04 16:36:49 +00:00
arraybuffer.js
Revert of Revert of Hook up more import/exports in natives. (patchset #1 id:1 of https://codereview.chromium.org/1154743003/ )
2015-05-26 07:24:21 +00:00
assembler.cc
Fix issues with Arm's use of embedded constant pools
2015-06-09 16:00:25 +00:00
assembler.h
Add support for Embedded Constant Pools for PPC and Arm
2015-06-04 14:44:15 +00:00
assert-scope.cc
Removed src/{isolate,property-details,utils}-inl.h
2015-04-21 10:21:37 +00:00
assert-scope.h
Remove v8stdint.h, it doesn't serve a purpose anymore.
2014-10-21 08:25:14 +00:00
ast-numbering.cc
Vector ICs: ClassLiterals need to allocate a vector slot for home objects.
2015-06-08 10:10:17 +00:00
ast-numbering.h
Remove the dependency of Zone on Isolate
2015-01-23 15:20:00 +00:00
ast-value-factory.cc
Refactor lexical home object binding
2015-06-04 16:22:41 +00:00
ast-value-factory.h
Refactor lexical home object binding
2015-06-04 16:22:41 +00:00
ast.cc
Vector ICs: ClassLiterals need to allocate a vector slot for home objects.
2015-06-08 10:10:17 +00:00
ast.h
Revert of Reland of 'Optimize trivial regexp disjunctions' CL 1176453002 (patchset #2 id:20001 of https://codereview.chromium.org/1174713002/ )
2015-06-09 23:10:20 +00:00
background-parsing-task.cc
Cosmetic changes to tests to make it easier to concatenate them.
2015-06-01 22:47:08 +00:00
background-parsing-task.h
Extract ParseInfo from CompilationInfo.
2015-03-09 14:51:24 +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
[date] Refactor the %_DateField intrinsic to be optimizable.
2015-06-03 08:31:27 +00:00
basic-block-profiler.cc
Replace OStream with std::ostream.
2014-09-30 10:29:32 +00:00
basic-block-profiler.h
Cosmetic changes to tests to make it easier to concatenate them.
2015-06-01 22:47:08 +00:00
bignum-dtoa.cc
Cosmetic changes to tests to make it easier to concatenate them.
2015-06-01 22:47:08 +00:00
bignum-dtoa.h
bignum.cc
Cosmetic changes to tests to make it easier to concatenate them.
2015-06-01 22:47:08 +00:00
bignum.h
bit-vector.cc
convert BitVector to use pointer size blocks
2014-10-31 10:44:47 +00:00
bit-vector.h
[clusterfuzz] Length 0 is perfectly fine for BitVector.
2015-05-08 12:01:51 +00:00
bootstrapper.cc
Revert of Revert of [es6] Parsing of new.target (patchset #1 id:1 of https://codereview.chromium.org/1170263002/ )
2015-06-09 15:43:15 +00:00
bootstrapper.h
Cache experimental natives sources as external strings.
2015-04-30 15:10:45 +00:00
builtins.cc
[strong] Refactor ObjectStrength into a replacement for strong boolean args
2015-06-08 12:18:15 +00:00
builtins.h
[turbofan] First step towards sanitizing for-in and making it optimizable.
2015-06-01 07:20:58 +00:00
bytecodes-irregexp.h
cached-powers.cc
Cosmetic changes to tests to make it easier to concatenate them.
2015-06-01 22:47:08 +00:00
cached-powers.h
char-predicates-inl.h
Speed up identifier, keyword and smi parsing
2015-03-03 15:27:53 +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
Speed up identifier, keyword and smi parsing
2015-03-03 15:27:53 +00:00
checks.cc
Reland "Initial switch to Chromium-style CHECK_* and DCHECK_* macros.".
2015-01-30 09:29:41 +00:00
checks.h
make Handle a synonym of Local
2015-04-21 08:15:57 +00:00
circular-queue-inl.h
circular-queue.h
code-factory.cc
[strong] Refactor ObjectStrength into a replacement for strong boolean args
2015-06-08 12:18:15 +00:00
code-factory.h
[strong] Refactor ObjectStrength into a replacement for strong boolean args
2015-06-08 12:18:15 +00:00
code-stubs-hydrogen.cc
[strong] Refactor ObjectStrength into a replacement for strong boolean args
2015-06-08 12:18:15 +00:00
code-stubs.cc
[strong] Refactor ObjectStrength into a replacement for strong boolean args
2015-06-08 12:18:15 +00:00
code-stubs.h
[strong] Refactor ObjectStrength into a replacement for strong boolean args
2015-06-08 12:18:15 +00:00
code.h
new classes: implement new.target passing to superclass constructor.
2015-02-11 09:47:51 +00:00
codegen.cc
Cosmetic changes to tests to make it easier to concatenate them.
2015-06-01 22:47:08 +00:00
codegen.h
Contribution of PowerPC port (continuation of 422063005)
2015-01-16 07:42:15 +00:00
collection-iterator.js
Revert of Revert of Hook up more import/exports in natives. (patchset #1 id:1 of https://codereview.chromium.org/1154743003/ )
2015-05-26 07:24:21 +00:00
collection.js
Flatten the Arrays returned and consumed by the v8::Map API
2015-06-03 16:33:00 +00:00
compilation-cache.cc
Cosmetic changes to tests to make it easier to concatenate them.
2015-06-01 22:47:08 +00:00
compilation-cache.h
[V8] Added Script::is_opaque flag for embedders
2015-05-19 03:11:23 +00:00
compilation-dependencies.cc
Cosmetic changes to tests to make it easier to concatenate them.
2015-06-01 22:47:08 +00:00
compilation-dependencies.h
Revert of Revert of Protect the emptiness of Array prototype elements with a PropertyCell. (patchset #1 id:1 of https://codereview.chromium.org/1099203004/ )
2015-04-22 10:35:09 +00:00
compilation-statistics.cc
[turbofan] add absolute peak to stats
2014-10-27 08:59:11 +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
Cosmetic changes to tests to make it easier to concatenate them.
2015-06-01 22:47:08 +00:00
compiler.h
Generalize builtins inlining flag to allow forced inlining of any function
2015-05-20 12:47:43 +00:00
contexts.cc
Cosmetic changes to tests to make it easier to concatenate them.
2015-06-01 22:47:08 +00:00
contexts.h
Fix Map/Set creation via the API with nosnap build
2015-06-01 23:16:42 +00:00
conversions-inl.h
Revert of Remove obsolete V8_INFINITY macro. (patchset #3 id:40001 of https://codereview.chromium.org/798413003/ )
2014-12-20 13:17:35 +00:00
conversions.cc
Cosmetic changes to tests to make it easier to concatenate them.
2015-06-01 22:47:08 +00:00
conversions.h
fix special index parsing
2015-03-30 11:41:15 +00:00
counters.cc
Cosmetic changes to tests to make it easier to concatenate them.
2015-06-01 22:47:08 +00:00
counters.h
Add aggregated memory histograms.
2015-05-07 10:03:41 +00:00
cpu-profiler-inl.h
CpuProfiler: collect deopt pc offset for further usage in the inlined functions stack resolver.
2015-03-17 18:50:10 +00:00
cpu-profiler.cc
Cosmetic changes to tests to make it easier to concatenate them.
2015-06-01 22:47:08 +00:00
cpu-profiler.h
Reland "Remove support for thread-based recompilation"
2015-04-14 13:57:29 +00:00
d8-debug.cc
Update all callsites of the TryCatch ctor to pass an Isolate
2015-05-28 12:49:41 +00:00
d8-debug.h
d8-posix.cc
[clang] Use -Wshorten-64-to-32 to enable warnings about 64bit to 32bit truncations.
2015-04-28 06:53:41 +00:00
d8-readline.cc
d8-windows.cc
d8.cc
A couple of other "stack overflow" vs. "has_pending_exception()" issues fixed.
2015-06-05 15:52:20 +00:00
d8.gyp
Fix cctest + unittest to work with an external snapshot.
2015-02-10 15:38:09 +00:00
d8.h
Fixed memory-leak in d8. It did not clean evaluation context used for executing shell commands.
2015-06-03 14:34:58 +00:00
d8.js
Enable ES6 Symbols by default
2014-08-04 18:17:54 +00:00
date.cc
Cosmetic changes to tests to make it easier to concatenate them.
2015-06-01 22:47:08 +00:00
date.h
Fix computation of UTC time from local time at DST change points.
2014-10-09 14:17:33 +00:00
date.js
[date] Refactor the %_DateField intrinsic to be optimizable.
2015-06-03 08:31:27 +00:00
dateparser-inl.h
Rename ASSERT* to DCHECK*.
2014-08-04 11:34:54 +00:00
dateparser.cc
Cosmetic changes to tests to make it easier to concatenate them.
2015-06-01 22:47:08 +00:00
dateparser.h
Rename ASSERT* to DCHECK*.
2014-08-04 11:34:54 +00:00
debug-debugger.js
Revert of Revert of Wrap runtime.js in a function. (patchset #1 id:1 of https://codereview.chromium.org/1123353004/ )
2015-05-07 08:39:53 +00:00
debug.cc
Revert of Only record one in n line endings to save space. (patchset #4 id:60001 of https://codereview.chromium.org/1137683003/ )
2015-06-08 14:24:42 +00:00
debug.h
Debugger: PreservePositionScope should clear positions inside the scope.
2015-05-29 12:56:40 +00:00
deoptimizer.cc
[deoptimizer] Remove uses of TranslationIterator outside the deoptimizer.
2015-06-09 13:10:16 +00:00
deoptimizer.h
[deoptimizer] Remove uses of TranslationIterator outside the deoptimizer.
2015-06-09 13:10:16 +00:00
DEPS
Serializer: move to a subfolder and clean up includes.
2015-03-27 15:29:07 +00:00
disasm.h
disassembler.cc
Cosmetic changes to tests to make it easier to concatenate them.
2015-06-01 22:47:08 +00:00
disassembler.h
Replace OStream with std::ostream.
2014-09-30 10:29:32 +00:00
diy-fp.cc
Cosmetic changes to tests to make it easier to concatenate them.
2015-06-01 22:47:08 +00:00
diy-fp.h
Rename ASSERT* to DCHECK*.
2014-08-04 11:34:54 +00:00
double.h
Replace our home-grown BitCast with bit_cast from Chrome/Google3.
2014-09-08 09:11: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
effects.h
Fix newly discovered presubmit errors.
2014-08-12 13:33:35 +00:00
elements-kind.cc
Cosmetic changes to tests to make it easier to concatenate them.
2015-06-01 22:47:08 +00:00
elements-kind.h
Make KeyedLoads from a sloppy arguments array use a handler.
2014-09-22 13:23:27 +00:00
elements.cc
Handle Delete of element with LookupIterator
2015-06-02 11:52:41 +00:00
elements.h
Handle Delete of element with LookupIterator
2015-06-02 11:52:41 +00:00
execution.cc
Remove Execution::CharAt
2015-06-02 11:25:05 +00:00
execution.h
Remove Execution::CharAt
2015-06-02 11:25:05 +00:00
expression-classifier.h
[destructuring] Refactor duplicate parameter name detection.
2015-06-09 17:13:48 +00:00
factory.cc
[strong] Refactor ObjectStrength into a replacement for strong boolean args
2015-06-08 12:18:15 +00:00
factory.h
[strong] Refactor ObjectStrength into a replacement for strong boolean args
2015-06-08 12:18:15 +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
field-index-inl.h
Remove unused path in FieldIndex code
2015-02-06 09:43:59 +00:00
field-index.h
Replace OVERRIDE->override and FINAL->final since we now require C++11.
2015-04-20 13:08:14 +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
flag-definitions.h
Revert of Revert of [es6] Parsing of new.target (patchset #1 id:1 of https://codereview.chromium.org/1170263002/ )
2015-06-09 15:43:15 +00:00
flags.cc
Cosmetic changes to tests to make it easier to concatenate them.
2015-06-01 22:47:08 +00:00
flags.h
Serializer: Cache FlagList::Hash result.
2015-03-17 11:04:29 +00:00
frames-inl.h
Switch full-codegen from StackHandlers to handler table.
2015-03-25 13:14:02 +00:00
frames.cc
[frames] No GC is allowed while using the unhandlified TranslatedState.
2015-06-10 05:16:11 +00:00
frames.h
[frames] Remove obsolete JavaScriptFrame::GetInlineCount() method.
2015-06-09 11:28:22 +00:00
full-codegen.cc
Drop computed handler count and index from AST.
2015-06-08 18:19:40 +00:00
full-codegen.h
Drop computed handler count and index from AST.
2015-06-08 18:19:40 +00:00
func-name-inferrer.cc
Cosmetic changes to tests to make it easier to concatenate them.
2015-06-01 22:47:08 +00:00
func-name-inferrer.h
Rename ASSERT* to DCHECK*.
2014-08-04 11:34:54 +00:00
gdb-jit.cc
[clang] Use -Wshorten-64-to-32 to enable warnings about 64bit to 32bit truncations.
2015-04-28 06:53:41 +00:00
gdb-jit.h
Rebase GDBJIT interface solely on JITCodeEvent
2015-02-25 15:40:57 +00:00
generator.js
Revert of Revert of Hook up more import/exports in natives. (patchset #1 id:1 of https://codereview.chromium.org/1154743003/ )
2015-05-26 07:24:21 +00:00
global-handles.cc
Cosmetic changes to tests to make it easier to concatenate them.
2015-06-01 22:47:08 +00:00
global-handles.h
collect phantom handle data before it gets overwritten
2015-04-13 13:15:17 +00:00
globals.h
MIPS64: Improve long branches utilizing code range.
2015-06-09 14:50:36 +00:00
handles-inl.h
Revert of [handles] Sanitize Handle and friends. (patchset #4 id:50001 of https://codereview.chromium.org/1128533002/ )
2015-05-05 15:45:07 +00:00
handles.cc
Cosmetic changes to tests to make it easier to concatenate them.
2015-06-01 22:47:08 +00:00
handles.h
Revert of [handles] Sanitize Handle and friends. (patchset #4 id:50001 of https://codereview.chromium.org/1128533002/ )
2015-05-05 15:45:07 +00:00
harmony-array-includes.js
Revert of Revert of Hook up more import/exports in natives. (patchset #1 id:1 of https://codereview.chromium.org/1154743003/ )
2015-05-26 07:24:21 +00:00
harmony-array.js
[es6] Array.prototype.find and findIndex should include holes
2015-06-05 14:18:20 +00:00
harmony-atomics.js
Implement Atomics API
2015-06-03 17:58:42 +00:00
harmony-object.js
Revert of Revert of Hook up more import/exports in natives. (patchset #1 id:1 of https://codereview.chromium.org/1154743003/ )
2015-05-26 07:24:21 +00:00
harmony-reflect.js
Revert of Revert of Hook up more import/exports in natives. (patchset #1 id:1 of https://codereview.chromium.org/1154743003/ )
2015-05-26 07:24:21 +00:00
harmony-regexp.js
Use shared container to manage imports/exports.
2015-05-21 06:15:19 +00:00
harmony-sharedarraybuffer.js
Fix harmony-sharedarraybuffer implementation.
2015-05-26 07:40:03 +00:00
harmony-spread.js
Use shared container to manage imports/exports.
2015-05-21 06:15:19 +00:00
harmony-tostring.js
Revert of Revert of Hook up more import/exports in natives. (patchset #1 id:1 of https://codereview.chromium.org/1154743003/ )
2015-05-26 07:24:21 +00:00
harmony-typedarray.js
Implement %TypedArray%.prototype.slice
2015-06-09 19:40:56 +00:00
hashmap.h
Split TemplateHashMapImpl::Lookup into two methods
2015-04-13 19:01:15 +00:00
heap-profiler.cc
Cosmetic changes to tests to make it easier to concatenate them.
2015-06-01 22:47:08 +00:00
heap-profiler.h
Return timestamp of the last recorded interval to the caller of HeapProfiler::GetHeapStats
2015-03-26 08:50:02 +00:00
heap-snapshot-generator-inl.h
Replace C++ bitfields with our own BitFields
2014-11-05 12:41:46 +00:00
heap-snapshot-generator.cc
Add support for Embedded Constant Pools for PPC and Arm
2015-06-04 14:44:15 +00:00
heap-snapshot-generator.h
Add new Float32x4 type for SIMD.js.
2015-06-03 23:56:33 +00:00
hydrogen-alias-analysis.h
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
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
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
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
Rename ASSERT* to DCHECK*.
2014-08-04 11:34:54 +00:00
hydrogen-dce.cc
Cosmetic changes to tests to make it easier to concatenate them.
2015-06-01 22:47:08 +00:00
hydrogen-dce.h
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
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
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
hydrogen-flow-engine.h
Rename ASSERT* to DCHECK*.
2014-08-04 11:34:54 +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
Replace OVERRIDE->override and FINAL->final since we now require C++11.
2015-04-20 13:08:14 +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
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
hydrogen-instructions.cc
[strong] Refactor ObjectStrength into a replacement for strong boolean args
2015-06-08 12:18:15 +00:00
hydrogen-instructions.h
[strong] Refactor ObjectStrength into a replacement for strong boolean args
2015-06-08 12:18:15 +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
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
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
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
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
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
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
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
hydrogen-sce.cc
Cosmetic changes to tests to make it easier to concatenate them.
2015-06-01 22:47:08 +00:00
hydrogen-sce.h
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
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
Replace OVERRIDE->override and FINAL->final since we now require C++11.
2015-04-20 13:08:14 +00:00
hydrogen-uint32-analysis.cc
Cosmetic changes to tests to make it easier to concatenate them.
2015-06-01 22:47:08 +00:00
hydrogen-uint32-analysis.h
hydrogen.cc
[strong] Refactor ObjectStrength into a replacement for strong boolean args
2015-06-08 12:18:15 +00:00
hydrogen.h
[strong] Refactor ObjectStrength into a replacement for strong boolean args
2015-06-08 12:18:15 +00:00
i18n.cc
Cosmetic changes to tests to make it easier to concatenate them.
2015-06-01 22:47:08 +00:00
i18n.h
i18n.js
Revert of Revert of Hook up more import/exports in natives. (patchset #1 id:1 of https://codereview.chromium.org/1154743003/ )
2015-05-26 07:24:21 +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
interface-descriptors.cc
Cosmetic changes to tests to make it easier to concatenate them.
2015-06-01 22:47:08 +00:00
interface-descriptors.h
Vector ICs: Introduce Store and KeyedStore IC code stubs.
2015-05-22 14:36:28 +00:00
interpreter-irregexp.cc
Cosmetic changes to tests to make it easier to concatenate them.
2015-06-01 22:47:08 +00:00
interpreter-irregexp.h
isolate.cc
Revert of Only record one in n line endings to save space. (patchset #4 id:60001 of https://codereview.chromium.org/1137683003/ )
2015-06-08 14:24:42 +00:00
isolate.h
[strong] Refactor ObjectStrength into a replacement for strong boolean args
2015-06-08 12:18:15 +00:00
iterator-prototype.js
Revert of Revert of Hook up more import/exports in natives. (patchset #1 id:1 of https://codereview.chromium.org/1154743003/ )
2015-05-26 07:24:21 +00:00
json-parser.h
[strong] Refactor ObjectStrength into a replacement for strong boolean args
2015-06-08 12:18:15 +00:00
json-stringifier.h
Use GetProperty for getting elements.
2015-06-02 10:42:29 +00:00
json.js
Revert of Revert of Hook up more import/exports in natives. (patchset #1 id:1 of https://codereview.chromium.org/1154743003/ )
2015-05-26 07:24:21 +00:00
jsregexp-inl.h
Move a bunch of GC related files to heap/ subdirectory
2014-08-05 08:18:22 +00:00
jsregexp.cc
Revert of Reland of 'Optimize trivial regexp disjunctions' CL 1176453002 (patchset #2 id:20001 of https://codereview.chromium.org/1174713002/ )
2015-06-09 23:10:20 +00:00
jsregexp.h
Revert of Reland of 'Optimize trivial regexp disjunctions' CL 1176453002 (patchset #2 id:20001 of https://codereview.chromium.org/1174713002/ )
2015-06-09 23:10:20 +00:00
layout-descriptor-inl.h
Also allocate small typed arrays on heap when initialized from an array-like
2015-06-03 07:41:38 +00:00
layout-descriptor.cc
Cosmetic changes to tests to make it easier to concatenate them.
2015-06-01 22:47:08 +00:00
layout-descriptor.h
Revert of Reland "LayoutDescriptor should inherit from JSTypedArray" (patchset #3 id:40001 of https://codereview.chromium.org/1094333002/ )
2015-04-21 15:58:07 +00:00
list-inl.h
Revert of Reland of 'Optimize trivial regexp disjunctions' CL 1176453002 (patchset #2 id:20001 of https://codereview.chromium.org/1174713002/ )
2015-06-09 23:10:20 +00:00
list.h
Revert of Reland of 'Optimize trivial regexp disjunctions' CL 1176453002 (patchset #2 id:20001 of https://codereview.chromium.org/1174713002/ )
2015-06-09 23:10:20 +00:00
lithium-allocator-inl.h
Contribution of PowerPC port (continuation of 422063005)
2015-01-16 07:42:15 +00:00
lithium-allocator.cc
Cosmetic changes to tests to make it easier to concatenate them.
2015-06-01 22:47:08 +00:00
lithium-allocator.h
Fix invalid use of int in Zone.
2015-02-12 12:47:18 +00:00
lithium-codegen.cc
Cosmetic changes to tests to make it easier to concatenate them.
2015-06-01 22:47:08 +00:00
lithium-codegen.h
CpuProfiler: extract DeoptInfo fill in code into a static function.
2015-03-17 09:37:41 +00:00
lithium-inl.h
Contribution of PowerPC port (continuation of 422063005)
2015-01-16 07:42:15 +00:00
lithium.cc
Add support for Embedded Constant Pools for PPC and Arm
2015-06-04 14:44:15 +00:00
lithium.h
[crankshaft] Record inlined shared function infos instead of closures.
2015-05-28 07:12:04 +00:00
liveedit-debugger.js
Consistently use "use strict" where possible.
2014-12-10 14:41:05 +00:00
liveedit.cc
Cosmetic changes to tests to make it easier to concatenate them.
2015-06-01 22:47:08 +00:00
liveedit.h
Move feedback slot allocation to post-pass
2014-11-14 08:21:33 +00:00
log-inl.h
Make event logger slightly more light-weight.
2014-10-15 11:16:42 +00:00
log-utils.cc
Cosmetic changes to tests to make it easier to concatenate them.
2015-06-01 22:47:08 +00:00
log-utils.h
Remove the experimental perf jit support until the license is clarified.
2015-05-29 10:39:52 +00:00
log.cc
Cosmetic changes to tests to make it easier to concatenate them.
2015-06-01 22:47:08 +00:00
log.h
Remove the experimental perf jit support until the license is clarified.
2015-05-29 10:39:52 +00:00
lookup-inl.h
Micro-optimize not-found for elements on objects with empty_fixed_array backing store
2015-06-08 10:21:45 +00:00
lookup.cc
Use LookupIterator for GetElementAttributes and friends
2015-06-02 11:10:58 +00:00
lookup.h
Handle Delete of element with LookupIterator
2015-06-02 11:52:41 +00:00
macro-assembler.h
Add support for Embedded Constant Pools for PPC and Arm
2015-06-04 14:44:15 +00:00
macros.py
Revert of Only record one in n line endings to save space. (patchset #4 id:60001 of https://codereview.chromium.org/1137683003/ )
2015-06-08 14:24:42 +00:00
math.js
Move hash code from hidden string to a private symbol
2015-05-26 11:26:36 +00:00
messages.cc
Cosmetic changes to tests to make it easier to concatenate them.
2015-06-01 22:47:08 +00:00
messages.h
Revert of Revert of [es6] Parsing of new.target (patchset #1 id:1 of https://codereview.chromium.org/1170263002/ )
2015-06-09 15:43:15 +00:00
messages.js
Revert of Only record one in n line endings to save space. (patchset #4 id:60001 of https://codereview.chromium.org/1137683003/ )
2015-06-08 14:24:42 +00:00
mirror-debugger.js
Provide accessor for object internal properties that doesn't require debugger to be active
2015-05-12 15:40:27 +00:00
modules.cc
Cosmetic changes to tests to make it easier to concatenate them.
2015-06-01 22:47:08 +00:00
modules.h
Collect list of requested modules in ModuleDescriptor while parsing
2015-04-09 22:09:47 +00:00
msan.h
Annotate Heap::FindAllocationMemento for MemorySanitizer.
2014-09-19 11:32:17 +00:00
object-observe.js
Move hash code from hidden string to a private symbol
2015-05-26 11:26:36 +00:00
objects-debug.cc
Add support for Embedded Constant Pools for PPC and Arm
2015-06-04 14:44:15 +00:00
objects-inl.h
Fix uninitialized variable compiler errors [GCC 4.8.4]
2015-06-08 11:42:21 +00:00
objects-printer.cc
Fixed memory leak in JSDate::JSDatePrint().
2015-06-05 11:15:42 +00:00
objects.cc
Revert of Only record one in n line endings to save space. (patchset #4 id:60001 of https://codereview.chromium.org/1137683003/ )
2015-06-08 14:24:42 +00:00
objects.h
Revert of Only record one in n line endings to save space. (patchset #4 id:60001 of https://codereview.chromium.org/1137683003/ )
2015-06-08 14:24:42 +00:00
optimizing-compile-dispatcher.cc
Cosmetic changes to tests to make it easier to concatenate them.
2015-06-01 22:47:08 +00:00
optimizing-compile-dispatcher.h
Remove support for specifying the number of available threads
2015-04-15 07:15:43 +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
[destructuring] Refactor duplicate parameter name detection.
2015-06-09 17:13:48 +00:00
parser.h
[destructuring] Refactor duplicate parameter name detection.
2015-06-09 17:13:48 +00:00
pattern-rewriter.cc
[es6] Super call in arrows and eval
2015-06-02 22:04:33 +00:00
pending-compilation-error-handler.cc
Cosmetic changes to tests to make it easier to concatenate them.
2015-06-01 22:47:08 +00:00
pending-compilation-error-handler.h
Migrate error messages, part 12.
2015-05-18 08:33:51 +00:00
preparse-data-format.h
[es6] super.prop, eval and lazy functions
2015-06-04 21:16:32 +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
[es6] super.prop, eval and lazy functions
2015-06-04 21:16:32 +00:00
preparser.cc
[destructuring] Refactor duplicate parameter name detection.
2015-06-09 17:13:48 +00:00
preparser.h
[destructuring] Refactor duplicate parameter name detection.
2015-06-09 17:13:48 +00:00
prettyprinter.cc
[es6] Super call in arrows and eval
2015-06-02 22:04:33 +00:00
prettyprinter.h
Fix issue with --print-ast and class expressions
2015-06-01 14:06:28 +00:00
profile-generator-inl.h
CpuProfiler: replace raw position with SourcePosition for DeoptReason
2015-02-27 13:34:38 +00:00
profile-generator.cc
Cosmetic changes to tests to make it easier to concatenate them.
2015-06-01 22:47:08 +00:00
profile-generator.h
CpuProfiler: public API for deopt info in cpu profiler.
2015-04-08 16:13:31 +00:00
prologue.js
Implement %TypedArray%.prototype.{reduce,reduceRight}
2015-06-04 16:36:49 +00:00
promise.js
Revert of Revert of Hook up more import/exports in natives. (patchset #1 id:1 of https://codereview.chromium.org/1154743003/ )
2015-05-26 07:24:21 +00:00
property-details.h
Reland: track global accesses to constant types
2015-04-27 14:00:51 +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
Replace OVERRIDE->override and FINAL->final since we now require C++11.
2015-04-20 13:08:14 +00:00
prototype.h
Rename ASSERT* to DCHECK*.
2014-08-04 11:34:54 +00:00
proxy.js
Revert of Revert of Hook up more import/exports in natives. (patchset #1 id:1 of https://codereview.chromium.org/1154743003/ )
2015-05-26 07:24:21 +00:00
regexp-macro-assembler-irregexp-inl.h
Rename ASSERT* to DCHECK*.
2014-08-04 11:34:54 +00:00
regexp-macro-assembler-irregexp.cc
Cosmetic changes to tests to make it easier to concatenate them.
2015-06-01 22:47:08 +00:00
regexp-macro-assembler-irregexp.h
Fix regexp=interpreted build wrt zone related changes.
2015-01-26 08:44:40 +00:00
regexp-macro-assembler-tracer.cc
Cosmetic changes to tests to make it easier to concatenate them.
2015-06-01 22:47:08 +00:00
regexp-macro-assembler-tracer.h
ARM64: Propagate notification about aborted compilation from RegExpEngine to MacroAssembler.
2015-05-18 19:41:14 +00:00
regexp-macro-assembler.cc
Cosmetic changes to tests to make it easier to concatenate them.
2015-06-01 22:47:08 +00:00
regexp-macro-assembler.h
ARM64: Propagate notification about aborted compilation from RegExpEngine to MacroAssembler.
2015-05-18 19:41:14 +00:00
regexp-stack.cc
Cosmetic changes to tests to make it easier to concatenate them.
2015-06-01 22:47:08 +00:00
regexp-stack.h
Rename ASSERT* to DCHECK*.
2014-08-04 11:34:54 +00:00
regexp.js
Revert of Revert of Hook up more import/exports in natives. (patchset #1 id:1 of https://codereview.chromium.org/1154743003/ )
2015-05-26 07:24:21 +00:00
rewriter.cc
Revert of Only record one in n line endings to save space. (patchset #4 id:60001 of https://codereview.chromium.org/1137683003/ )
2015-06-08 14:24:42 +00:00
rewriter.h
Extract ParseInfo from CompilationInfo.
2015-03-09 14:51:24 +00:00
runtime-profiler.cc
Cosmetic changes to tests to make it easier to concatenate them.
2015-06-01 22:47:08 +00:00
runtime-profiler.h
runtime.js
[turbofan] First step towards sanitizing for-in and making it optimizable.
2015-06-01 07:20:58 +00:00
safepoint-table.cc
Cosmetic changes to tests to make it easier to concatenate them.
2015-06-01 22:47:08 +00:00
safepoint-table.h
Replace OStream with std::ostream.
2014-09-30 10:29:32 +00:00
sampler.cc
Cosmetic changes to tests to make it easier to concatenate them.
2015-06-01 22:47:08 +00:00
sampler.h
Tick processor: Print C++ entry points
2014-10-17 15:44:02 +00:00
scanner-character-streams.cc
Cosmetic changes to tests to make it easier to concatenate them.
2015-06-01 22:47:08 +00:00
scanner-character-streams.h
Fix DCHECK on SetBookmark.
2015-05-27 15:43:42 +00:00
scanner.cc
Cosmetic changes to tests to make it easier to concatenate them.
2015-06-01 22:47:08 +00:00
scanner.h
Implement a 'trial parse' step, that will abort pre-parsing excessively
2015-05-06 10:21:27 +00:00
scopeinfo.cc
Cosmetic changes to tests to make it easier to concatenate them.
2015-06-01 22:47:08 +00:00
scopeinfo.h
Rename Interface to ModuleDescriptor
2015-02-18 18:25:21 +00:00
scopes.cc
Refactor lexical home object binding
2015-06-04 16:22:41 +00:00
scopes.h
[es6] super.prop, eval and lazy functions
2015-06-04 21:16:32 +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
Rename ASSERT* to DCHECK*.
2014-08-04 11:34:54 +00:00
smart-pointers.h
Rename ASSERT* to DCHECK*.
2014-08-04 11:34:54 +00:00
splay-tree-inl.h
splay-tree.h
Fix newly discovered presubmit errors.
2014-08-12 13:33:35 +00:00
startup-data-util.cc
Fix the build with snapshot=external
2015-05-07 18:18:05 +00:00
startup-data-util.h
Fix cctest + unittest to work with an external snapshot.
2015-02-10 15:38:09 +00:00
string-builder.cc
Cosmetic changes to tests to make it easier to concatenate them.
2015-06-01 22:47:08 +00:00
string-builder.h
Fix windows build (static_cast missing).
2014-11-12 08:15:45 +00:00
string-iterator.js
Revert of Revert of Hook up more import/exports in natives. (patchset #1 id:1 of https://codereview.chromium.org/1154743003/ )
2015-05-26 07:24:21 +00:00
string-search.cc
Cosmetic changes to tests to make it easier to concatenate them.
2015-06-01 22:47:08 +00:00
string-search.h
Rename ascii to one-byte where applicable.
2014-09-10 12:38:12 +00:00
string-stream.cc
Print and save JS stacktrace on OOM crash.
2015-06-05 17:16:06 +00:00
string-stream.h
Print and save JS stacktrace on OOM crash.
2015-06-05 17:16:06 +00:00
string.js
Revert of Revert of Hook up more import/exports in natives. (patchset #1 id:1 of https://codereview.chromium.org/1154743003/ )
2015-05-26 07:24:21 +00:00
strings-storage.cc
Cosmetic changes to tests to make it easier to concatenate them.
2015-06-01 22:47:08 +00:00
strings-storage.h
CpuProfiler: move StringsStorage class to separate source and header files.
2015-02-20 15:16:00 +00:00
strtod.cc
Cosmetic changes to tests to make it easier to concatenate them.
2015-06-01 22:47:08 +00:00
strtod.h
symbol.js
Revert of Revert of Hook up more import/exports in natives. (patchset #1 id:1 of https://codereview.chromium.org/1154743003/ )
2015-05-26 07:24:21 +00:00
templates.js
Use shared container to manage imports/exports.
2015-05-21 06:15:19 +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
Speed up parsing of smis
2015-03-03 11:05:03 +00:00
transitions-inl.h
Reland: Simplify and compact transitions storage
2015-03-06 14:08:47 +00:00
transitions.cc
Reland "Replace ad-hoc weakness in prototype transitions with WeakCell."
2015-06-09 09:00:14 +00:00
transitions.h
Reland "Replace ad-hoc weakness in prototype transitions with WeakCell."
2015-06-09 09:00:14 +00:00
type-feedback-vector-inl.h
Now that vector ics are established for load, keyed load and call ics, let's remove dead code behind the flag.
2015-05-15 13:25:22 +00:00
type-feedback-vector.cc
Cosmetic changes to tests to make it easier to concatenate them.
2015-06-01 22:47:08 +00:00
type-feedback-vector.h
VectorICs: allocating slots for store ics in ast nodes.
2015-05-27 14:26:25 +00:00
type-info.cc
Cosmetic changes to tests to make it easier to concatenate them.
2015-06-01 22:47:08 +00:00
type-info.h
[turbofan] Fix type feedback for JSStoreNamed
2015-05-27 12:30:47 +00:00
typedarray.js
Also allocate small typed arrays on heap when initialized from an array-like
2015-06-03 07:41:38 +00:00
types-inl.h
[turbofan] Use unboxed doubles in range types.
2015-01-28 13:55:45 +00:00
types.cc
Cosmetic changes to tests to make it easier to concatenate them.
2015-06-01 22:47:08 +00:00
types.h
Make BitsetType enum uint32_t to avoid narrowing warnings
2015-04-15 16:31:33 +00:00
typing.cc
[es6] Super call in arrows and eval
2015-06-02 22:04:33 +00:00
typing.h
Replace OVERRIDE->override and FINAL->final since we now require C++11.
2015-04-20 13:08:14 +00:00
unbound-queue-inl.h
unbound-queue.h
unicode-decoder.cc
Scanner / Unicode decoding: use size_t instead of unsigned.
2015-02-05 07:54:34 +00:00
unicode-decoder.h
Scanner / Unicode decoding: use size_t instead of unsigned.
2015-02-05 07:54:34 +00:00
unicode-inl.h
Scanner / Unicode decoding: use size_t instead of unsigned.
2015-02-05 07:54:34 +00:00
unicode.cc
Update UTF-8 decoder to detect more special cases.
2015-05-22 18:47:16 +00:00
unicode.h
Scanner / Unicode decoding: use size_t instead of unsigned.
2015-02-05 07:54:34 +00:00
unique.h
Replace OVERRIDE->override and FINAL->final since we now require C++11.
2015-04-20 13:08:14 +00:00
uri.js
Revert of Revert of Hook up more import/exports in natives. (patchset #1 id:1 of https://codereview.chromium.org/1154743003/ )
2015-05-26 07:24:21 +00:00
utils.cc
Cosmetic changes to tests to make it easier to concatenate them.
2015-06-01 22:47:08 +00:00
utils.h
Use GetProperty for getting elements.
2015-06-02 10:42:29 +00:00
v8.cc
Cosmetic changes to tests to make it easier to concatenate them.
2015-06-01 22:47:08 +00:00
v8.h
Correctly report some internal OOM conditions.
2015-02-05 09:51:59 +00:00
v8dll-main.cc
v8memory.h
v8natives.js
Also expose DefineOwnProperty
2015-06-01 07:26:46 +00:00
v8threads.cc
Make cpplint happy.
2014-12-08 08:53:20 +00:00
v8threads.h
variables.cc
Cosmetic changes to tests to make it easier to concatenate them.
2015-06-01 22:47:08 +00:00
variables.h
[es6] Super call in arrows and eval
2015-06-02 22:04:33 +00:00
vector.h
Revert of Reland of 'Optimize trivial regexp disjunctions' CL 1176453002 (patchset #2 id:20001 of https://codereview.chromium.org/1174713002/ )
2015-06-09 23:10:20 +00:00
version.cc
Cosmetic changes to tests to make it easier to concatenate them.
2015-06-01 22:47:08 +00:00
version.h
Add hash fields to code cache header.
2015-02-06 15:20:52 +00:00
vm-state-inl.h
Do not expose all timer events to the API callback.
2014-07-16 08:14:50 +00:00
vm-state.h
Initial implementation of GetStackSample sampling profiler API.
2014-09-29 12:59:54 +00:00
weak-collection.js
Move hash code from hidden string to a private symbol
2015-05-26 11:26:36 +00:00
zone-allocator.h
[turbofan] cleanup ParallelMove
2015-04-15 12:36:27 +00:00
zone-containers.h
Reland: Introducing the LLVM greedy register allocator.
2015-04-22 19:39:37 +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