v8/src
ishell 0902b5f4df Incorrect handling of HTransitionElementsKind in hydrogen check elimination phase fixed.
BUG=chromium:460917
LOG=Y

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

Cr-Commit-Position: refs/heads/master@{#27154}
2015-03-12 11:44:29 +00:00
..
arm Simplify pending message object handling. 2015-03-12 09:50:44 +00:00
arm64 Simplify pending message object handling. 2015-03-12 09:50:44 +00:00
base Use Rotate*() functions instead of doing this manually. 2015-03-04 05:53:33 +00:00
compiler Simplify pending message object handling. 2015-03-12 09:50:44 +00:00
extensions Make the statistics generation data driven. 2015-02-13 10:57:05 +00:00
heap Reland of Remove slots that point to unboxed doubles from the StoreBuffer/SlotsBuffer. 2015-03-11 19:29:57 +00:00
ia32 Simplify pending message object handling. 2015-03-12 09:50:44 +00:00
ic Contribution of PowerPC port (continuation of 422063005) - uplevel 2015-03-11 08:49:33 +00:00
libplatform Consistently use only one of virtual/OVERRIDE/FINAL. 2014-12-12 10:44:25 +00:00
mips MIPS: Simplify pending message script handling. 2015-03-11 17:25:11 +00:00
mips64 MIPS: Simplify pending message script handling. 2015-03-11 17:25:11 +00:00
ppc PPC: simplify delta calculation in DoDeferredInstanceOfKnownGlobal. 2015-03-12 08:14:51 +00:00
runtime Re-arranged intrinsic macros a bit. 2015-03-11 15:18:52 +00:00
third_party Hide native Date implementation in function context. 2015-03-11 15:53:37 +00:00
x64 Simplify pending message object handling. 2015-03-12 09:50:44 +00:00
x87 Converted FullCode to have its own list of known intrinsics. 2015-03-11 14:03:29 +00:00
accessors.cc ES6: Make function name configurable 2015-03-04 16:57:10 +00:00
accessors.h Stop using HeapType in IC and Crankshaft 2015-02-17 15:33:37 +00:00
allocation-site-scopes.cc
allocation-site-scopes.h
allocation-tracker.cc Reland "Only use FreeSpace objects in the free list" 2015-01-27 14:57:00 +00:00
allocation-tracker.h
allocation.cc Remove obsolete Malloced::FatalProcessOutOfMemory. 2015-02-11 09:25:48 +00:00
allocation.h Remove obsolete Malloced::FatalProcessOutOfMemory. 2015-02-11 09:25:48 +00:00
api-natives.cc use a hash table for the function cache as blink is leaking functiontemplates 2015-03-09 12:26:28 +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 the IsPromise function should not execute js 2015-03-11 12:14:18 +00:00
api.h Convert v8::Value::To* to use MaybeLocal 2015-02-27 10:39:41 +00:00
arguments.cc
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 Consistently use "use strict" where possible. 2014-12-10 14:41:05 +00:00
array.js Hide Math function implementations in a closure. 2015-03-09 13:25:44 +00:00
arraybuffer.js Hide Math function implementations in a closure. 2015-03-09 13:25:44 +00:00
assembler.cc Simplify pending message object handling. 2015-03-12 09:50:44 +00:00
assembler.h Simplify pending message object handling. 2015-03-12 09:50:44 +00:00
assert-scope.cc
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: Implement slot sharing for global loads. 2015-03-12 09:23:01 +00:00
ast-numbering.h Remove the dependency of Zone on Isolate 2015-01-23 15:20:00 +00:00
ast-value-factory.cc Consistently use only one of virtual/OVERRIDE/FINAL. 2014-12-12 10:44:25 +00:00
ast-value-factory.h for-of should throw if result object is not an object 2015-02-23 23:34:38 +00:00
ast.cc Vector-ICs: Implement slot sharing for global loads. 2015-03-12 09:23:01 +00:00
ast.h Vector-ICs: Implement slot sharing for global loads. 2015-03-12 09:23:01 +00:00
background-parsing-task.cc Extract ParseInfo from CompilationInfo. 2015-03-09 14:51:24 +00:00
background-parsing-task.h Extract ParseInfo from CompilationInfo. 2015-03-09 14:51:24 +00:00
bailout-reason.cc
bailout-reason.h Bailout for %_FastOneByteArrayJoin again. 2015-03-11 13:28:46 +00:00
basic-block-profiler.cc
basic-block-profiler.h
bignum-dtoa.cc Remove v8stdint.h, it doesn't serve a purpose anymore. 2014-10-21 08:25:14 +00:00
bignum-dtoa.h
bignum.cc
bignum.h
bit-vector.cc convert BitVector to use pointer size blocks 2014-10-31 10:44:47 +00:00
bit-vector.h Reduce the number of #includes of compiler.h. 2015-02-11 15:49:17 +00:00
bootstrapper.cc Hide native Date implementation in function context. 2015-03-11 15:53:37 +00:00
bootstrapper.h Correctly clean up natives sources on tear down. 2015-02-09 09:04:57 +00:00
builtins.cc Move Maps' back pointers from "transitions" to "constructor" field 2015-02-24 20:50:24 +00:00
builtins.h new classes: special construct stub for derived classs and TDZ for this. 2015-02-03 17:43:03 +00:00
bytecodes-irregexp.h
cached-powers.cc Remove v8stdint.h, it doesn't serve a purpose anymore. 2014-10-21 08:25:14 +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
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 Reland "Initial switch to Chromium-style CHECK_* and DCHECK_* macros.". 2015-01-30 09:29:41 +00:00
circular-queue-inl.h
circular-queue.h
code-factory.cc Compute correct contextual load ICs in fullcodegen. 2015-03-02 13:36:58 +00:00
code-factory.h Compute correct contextual load ICs in fullcodegen. 2015-03-02 13:36:58 +00:00
code-stubs-hydrogen.cc Massage the CodeStub class hierarchy a bit. 2015-02-10 11:46:04 +00:00
code-stubs.cc Intrinsics in the INLINE_FUNCTION_LIST are now avaliable without '_', too. 2015-03-06 13:50:06 +00:00
code-stubs.h [strong] More scoping related errors: object literal methods. 2015-03-10 16:48:07 +00:00
code.h new classes: implement new.target passing to superclass constructor. 2015-02-11 09:47:51 +00:00
codegen.cc In PrintCode, keep the debug_name string alive for all uses. 2015-03-10 12:02:53 +00:00
codegen.h Contribution of PowerPC port (continuation of 422063005) 2015-01-16 07:42:15 +00:00
collection-iterator.js Consistently use "use strict" where possible. 2014-12-10 14:41:05 +00:00
collection.js Use for-of loops in collection constructors 2015-02-24 19:12:41 +00:00
compilation-cache.cc Properly thread language mode to compilation cache 2015-02-12 16:29:54 +00:00
compilation-cache.h Properly thread language mode to compilation cache 2015-02-12 16:29:54 +00:00
compilation-statistics.cc [turbofan] add absolute peak to stats 2014-10-27 08:59:11 +00:00
compilation-statistics.h [turbofan] add absolute peak to stats 2014-10-27 08:59:11 +00:00
compiler.cc CpuProfiler: simplify inlined function info magic. 2015-03-11 13:51:25 +00:00
compiler.h CpuProfiler: simplify inlined function info magic. 2015-03-11 13:51:25 +00:00
contexts.cc Removed funky Maybe constructor and made fields private. 2015-03-02 12:22:37 +00:00
contexts.h the IsPromise function should not execute js 2015-03-11 12:14:18 +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 add 0 length guard in IsNonArrayIndexInteger 2015-03-12 10:44:38 +00:00
conversions.h handle the special snowflakes that are Integer Indexed Exotic objects 2015-03-10 19:11:20 +00:00
counters.cc Rescale histogram timers. 2015-01-27 14:08:27 +00:00
counters.h Add historgram for number of GC needed to collect a detached context. 2015-02-17 13:22:05 +00:00
cpu-profiler-inl.h CpuProfiler: replace raw position with SourcePosition for DeoptReason 2015-02-27 13:34:38 +00:00
cpu-profiler.cc CpuProfiler: fix for GetDeoptReason code. 2015-03-09 14:43:40 +00:00
cpu-profiler.h CpuProfiler: fix for GetDeoptReason code. 2015-03-09 14:43:40 +00:00
d8-debug.cc pass isolate to Value::To* functions 2014-10-27 09:03:16 +00:00
d8-debug.h
d8-posix.cc
d8-readline.cc
d8-windows.cc
d8.cc [strong] make --use-strong flag work in d8 2015-02-17 12:08:02 +00:00
d8.gyp Fix cctest + unittest to work with an external snapshot. 2015-02-10 15:38:09 +00:00
d8.h Enable compiling mjsunit tests as ES6 modules 2015-02-10 19:11:55 +00:00
d8.js
date.cc Avoid MSVC's C6323 warning (use of arithmetic operator on Boolean type) 2015-01-13 10:52:44 +00:00
date.h
date.js Hide native Date implementation in function context. 2015-03-11 15:53:37 +00:00
dateparser-inl.h
dateparser.cc
dateparser.h
debug-debugger.js Fix debug-debugger.js wrt strict mode. 2015-01-07 13:08:22 +00:00
debug.cc remove phantom naming from the api 2015-03-09 21:48:09 +00:00
debug.h Refactor BreakLocationIterator. 2015-03-04 13:15:34 +00:00
deoptimizer.cc CpuProfiler: fix for GetDeoptReason code. 2015-03-09 14:43:40 +00:00
deoptimizer.h CpuProfiler: fix for CollectDeoptEvents test on arm64 2015-03-10 10:45:21 +00:00
DEPS
disasm.h
disassembler.cc Serializer: simplify external reference encoding. 2015-03-06 08:15:28 +00:00
disassembler.h
diy-fp.cc Remove v8stdint.h, it doesn't serve a purpose anymore. 2014-10-21 08:25:14 +00:00
diy-fp.h
double.h
dtoa.cc Remove v8stdint.h, it doesn't serve a purpose anymore. 2014-10-21 08:25:14 +00:00
dtoa.h
effects.h
elements-kind.cc
elements-kind.h
elements.cc Revert of Remove handle wrappers from basic elements accessors (patchset #2 id:20001 of https://codereview.chromium.org/934173004/) 2015-02-19 09:05:04 +00:00
elements.h Revert of Remove handle wrappers from basic elements accessors (patchset #2 id:20001 of https://codereview.chromium.org/934173004/) 2015-02-19 09:05:04 +00:00
execution.cc Reland "Correctly propagate terminate exception in TryCall." 2015-02-24 08:30:30 +00:00
execution.h Move the contents of api-natives.js to c++ 2015-02-04 13:01:44 +00:00
factory.cc Just visit young array buffers during scavenge. Additionally keep the views in new space in a separate global list and move them to the corresponding array buffers when they get promoted. 2015-03-11 10:58:03 +00:00
factory.h NewError no longer returns a MaybeObject. 2015-02-24 09:01:45 +00:00
fast-dtoa.cc Remove v8stdint.h, it doesn't serve a purpose anymore. 2014-10-21 08:25:14 +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 Reland "In-object double fields unboxing (for 64-bit only)." 2014-11-11 10:25:46 +00:00
fixed-dtoa.cc Remove v8stdint.h, it doesn't serve a purpose anymore. 2014-10-21 08:25:14 +00:00
fixed-dtoa.h
flag-definitions.h Reland of Remove slots that point to unboxed doubles from the StoreBuffer/SlotsBuffer. 2015-03-11 19:29:57 +00:00
flags.cc Reflect debug mode build in flags hash. 2015-02-19 13:11:31 +00:00
flags.h Add a version tag for cached data. 2014-11-13 17:17:36 +00:00
frames-inl.h Remove frame pointer from StackHandler. 2015-03-10 15:56:27 +00:00
frames.cc Remove frame pointer from StackHandler. 2015-03-10 15:56:27 +00:00
frames.h Remove frame pointer from StackHandler. 2015-03-10 15:56:27 +00:00
full-codegen.cc Converted FullCode to have its own list of known intrinsics. 2015-03-11 14:03:29 +00:00
full-codegen.h Simplify pending message object handling. 2015-03-12 09:50:44 +00:00
func-name-inferrer.cc
func-name-inferrer.h
gdb-jit.cc Rebase GDBJIT interface solely on JITCodeEvent 2015-02-25 15:40:57 +00:00
gdb-jit.h Rebase GDBJIT interface solely on JITCodeEvent 2015-02-25 15:40:57 +00:00
generator.js Make generator constructors configurable 2015-02-19 11:30:33 +00:00
global-handles.cc remove phantom naming from the api 2015-03-09 21:48:09 +00:00
global-handles.h remove phantom naming from the api 2015-03-09 21:48:09 +00:00
globals.h [strong] More scoping related errors: object literal methods. 2015-03-10 16:48:07 +00:00
handles-inl.h
handles.cc
handles.h
harmony-array-includes.js Add Array.prototype.includes 2014-12-10 08:58:15 +00:00
harmony-array.js Don't take iterable path in ArrayFrom if items[@@iterator] is null 2015-01-29 02:36:12 +00:00
harmony-regexp.js Make RegExp.prototype.flags getter configurable 2014-12-13 22:36:29 +00:00
harmony-string.js Hide Math function implementations in a closure. 2015-03-09 13:25:44 +00:00
harmony-templates.js Consistently use "use strict" where possible. 2014-12-10 14:41:05 +00:00
harmony-tostring.js Update harmony Object.prototype.toString to 2/2/2015 spec 2015-02-03 17:45:20 +00:00
harmony-typedarray.js Consistently use "use strict" where possible. 2014-12-10 14:41:05 +00:00
hashmap.h
heap-profiler.cc Remove uid and title from HeapSnapshot 2015-03-10 15:14:07 +00:00
heap-profiler.h Remove uid and title from HeapSnapshot 2015-03-10 15:14:07 +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 Remove uid and title from HeapSnapshot 2015-03-10 15:14:07 +00:00
heap-snapshot-generator.h Remove uid and title from HeapSnapshot 2015-03-10 15:14:07 +00:00
hydrogen-alias-analysis.h
hydrogen-bce.cc
hydrogen-bce.h
hydrogen-bch.cc Remove the dependency of Zone on Isolate 2015-01-23 15:20:00 +00:00
hydrogen-bch.h
hydrogen-canonicalize.cc
hydrogen-canonicalize.h
hydrogen-check-elimination.cc Incorrect handling of HTransitionElementsKind in hydrogen check elimination phase fixed. 2015-03-12 11:44:29 +00:00
hydrogen-check-elimination.h
hydrogen-dce.cc Fixed printing during DCE. 2015-01-08 09:54:01 +00:00
hydrogen-dce.h
hydrogen-dehoist.cc
hydrogen-dehoist.h
hydrogen-environment-liveness.cc
hydrogen-environment-liveness.h
hydrogen-escape-analysis.cc Remove the dependency of Zone on Isolate 2015-01-23 15:20:00 +00:00
hydrogen-escape-analysis.h
hydrogen-flow-engine.h
hydrogen-gvn.cc
hydrogen-gvn.h Reduce the number of #includes of compiler.h. 2015-02-11 15:49:17 +00:00
hydrogen-infer-representation.cc
hydrogen-infer-representation.h
hydrogen-infer-types.cc
hydrogen-infer-types.h
hydrogen-instructions.cc Removed funky Maybe constructor and made fields private. 2015-03-02 12:22:37 +00:00
hydrogen-instructions.h Incorrect handling of HTransitionElementsKind in hydrogen check elimination phase fixed. 2015-03-12 11:44:29 +00:00
hydrogen-load-elimination.cc
hydrogen-load-elimination.h
hydrogen-mark-deoptimize.cc
hydrogen-mark-deoptimize.h
hydrogen-mark-unreachable.cc
hydrogen-mark-unreachable.h
hydrogen-osr.cc
hydrogen-osr.h
hydrogen-range-analysis.cc
hydrogen-range-analysis.h
hydrogen-redundant-phi.cc
hydrogen-redundant-phi.h
hydrogen-removable-simulates.cc
hydrogen-removable-simulates.h
hydrogen-representation-changes.cc Removed funky Maybe constructor and made fields private. 2015-03-02 12:22:37 +00:00
hydrogen-representation-changes.h
hydrogen-sce.cc
hydrogen-sce.h
hydrogen-store-elimination.cc
hydrogen-store-elimination.h
hydrogen-types.cc [turbofan] Make the representation type component independent of the semantic component. 2015-02-12 15:21:33 +00:00
hydrogen-types.h Add proper support for proxies to HType. 2015-01-14 13:57:09 +00:00
hydrogen-uint32-analysis.cc
hydrogen-uint32-analysis.h
hydrogen.cc CpuProfiler: simplify inlined function info magic. 2015-03-11 13:51:25 +00:00
hydrogen.h Bailout for %_FastOneByteArrayJoin again. 2015-03-11 13:28:46 +00:00
i18n.cc Removed funky Maybe constructor and made fields private. 2015-03-02 12:22:37 +00:00
i18n.h
i18n.js Hide native Date implementation in function context. 2015-03-11 15:53:37 +00:00
icu_util.cc
icu_util.h
interface-descriptors.cc Revert "Re-land r25392 Use a stub in crankshaft for grow store arrays." 2014-11-19 14:08:43 +00:00
interface-descriptors.h Retry "Use a WeakCell in the CallIC type vector." 2015-02-04 09:46:22 +00:00
interpreter-irregexp.cc
interpreter-irregexp.h
isolate-inl.h Remove exorbitant duplication of DebuggerHasBreakpoints. 2015-01-19 16:51:52 +00:00
isolate.cc Simplify pending message object handling. 2015-03-12 09:50:44 +00:00
isolate.h Simplify pending message object handling. 2015-03-12 09:50:44 +00:00
json-parser.h Reland: Simplify and compact transitions storage 2015-03-06 14:08:47 +00:00
json-stringifier.h NewError no longer returns a MaybeObject. 2015-02-24 09:01:45 +00:00
json.js Hide Math function implementations in a closure. 2015-03-09 13:25:44 +00:00
jsregexp-inl.h
jsregexp.cc NewError no longer returns a MaybeObject. 2015-02-24 09:01:45 +00:00
jsregexp.h Reland "Initial switch to Chromium-style CHECK_* and DCHECK_* macros.". 2015-01-30 09:29:41 +00:00
layout-descriptor-inl.h Massive renaming of PropertyType values and other implied stuff. 2015-01-19 17:49:22 +00:00
layout-descriptor.cc ifdefs around LayoutDescriptor::IsConsistenWithMap() removed. 2015-02-16 11:29:49 +00:00
layout-descriptor.h ifdefs around LayoutDescriptor::IsConsistenWithMap() removed. 2015-02-16 11:29:49 +00:00
list-inl.h Use memcpy in List::AddAll for fundamental types. 2014-10-24 13:12:06 +00:00
list.h Merge v8_optimized_debug 1 and 2 2015-01-12 09:58:42 +00:00
lithium-allocator-inl.h Contribution of PowerPC port (continuation of 422063005) 2015-01-16 07:42:15 +00:00
lithium-allocator.cc Fix invalid use of int in Zone. 2015-02-12 12:47:18 +00:00
lithium-allocator.h Fix invalid use of int in Zone. 2015-02-12 12:47:18 +00:00
lithium-codegen.cc CpuProfiler: replace raw position with SourcePosition for DeoptReason 2015-02-27 13:34:38 +00:00
lithium-codegen.h Propagate DeoptInfo to cpu-profiler 2015-02-10 14:33:00 +00:00
lithium-inl.h Contribution of PowerPC port (continuation of 422063005) 2015-01-16 07:42:15 +00:00
lithium.cc Retain maps embedded in optimized code for several garbage collections. 2015-03-06 12:36:32 +00:00
lithium.h Treat pointers in optimized code as strong before all weak dependencies are registered. 2015-01-22 15:31:04 +00:00
liveedit-debugger.js Consistently use "use strict" where possible. 2014-12-10 14:41:05 +00:00
liveedit.cc Remove NativeContext from Literal array, since we always create the literals in the native context of the current closure. 2015-02-25 22:41:48 +00:00
liveedit.h Move feedback slot allocation to post-pass 2014-11-14 08:21:33 +00:00
log-inl.h
log-utils.cc Log V8 version in profiler log file 2014-12-16 07:40:13 +00:00
log-utils.h Profiler improvements 2015-01-20 16:06:09 +00:00
log.cc CpuProfiler: fix for GetDeoptReason code. 2015-03-09 14:43:40 +00:00
log.h CpuProfiler: fix for GetDeoptReason code. 2015-03-09 14:43:40 +00:00
lookup-inl.h handle the special snowflakes that are Integer Indexed Exotic objects 2015-03-10 19:11:20 +00:00
lookup.cc handle the special snowflakes that are Integer Indexed Exotic objects 2015-03-10 19:11:20 +00:00
lookup.h handle the special snowflakes that are Integer Indexed Exotic objects 2015-03-10 19:11:20 +00:00
macro-assembler.h Contribution of PowerPC port (continuation of 422063005) 2015-01-16 07:42:15 +00:00
macros.py Hide Math function implementations in a closure. 2015-03-09 13:25:44 +00:00
math.js Hide native Date implementation in function context. 2015-03-11 15:53:37 +00:00
messages.cc
messages.h Add a pretty printer to improve the error message non-function calls 2015-01-21 13:40:41 +00:00
messages.js [parser] better error message for generator constructors 2015-03-06 16:54:39 +00:00
mirror-debugger.js Massive renaming of PropertyType values and other implied stuff. 2015-01-19 17:49:22 +00:00
mksnapshot.cc Disable experimental natives when creating a start-up snapshot. 2015-03-04 13:01:28 +00:00
modules.cc Allow lookup of module exports by export name. 2015-02-27 18:04:56 +00:00
modules.h Allow lookup of module exports by export name. 2015-02-27 18:04:56 +00:00
msan.h
natives-external.cc Fix Initialize & Dispose for external snapshot. Make sure v8::V8::(Initialize|Dispose) can be called in any order. 2015-03-04 10:38:00 +00:00
natives.h Fix Initialize & Dispose for external snapshot. Make sure v8::V8::(Initialize|Dispose) can be called in any order. 2015-03-04 10:38:00 +00:00
object-observe.js Allow uncaught exception messaging in Object.observe callbacks. 2014-11-05 07:23:59 +00:00
objects-debug.cc Reland: Simplify and compact transitions storage 2015-03-06 14:08:47 +00:00
objects-inl.h Do not include code objects for functions in the start-up snapshot. 2015-03-06 15:07:06 +00:00
objects-printer.cc Reland: Simplify and compact transitions storage 2015-03-06 14:08:47 +00:00
objects.cc Reland of Remove slots that point to unboxed doubles from the StoreBuffer/SlotsBuffer. 2015-03-11 19:29:57 +00:00
objects.h [strong] More scoping related errors: object literal methods. 2015-03-10 16:48:07 +00:00
optimizing-compiler-thread.cc Add back missing allow handle deref scope 2015-02-24 16:32:12 +00:00
optimizing-compiler-thread.h Use mutex/condition variables to synchronize threads 2015-02-24 13:35:27 +00:00
ostreams.cc [turbofan]: Small visualizer cleanup and fix for string handling 2015-02-03 13:11:00 +00:00
ostreams.h [turbofan] Improve JSON output 2015-01-29 12:15:14 +00:00
OWNERS
parser.cc Extract ParseInfo from CompilationInfo. 2015-03-09 14:51:24 +00:00
parser.h Extract ParseInfo from CompilationInfo. 2015-03-09 14:51:24 +00:00
pending-compilation-error-handler.cc Move compilation error handling into a separate class. 2015-02-25 14:18:34 +00:00
pending-compilation-error-handler.h Move compilation error handling into a separate class. 2015-02-25 14:18:34 +00:00
perf-jit.cc Reland "Initial switch to Chromium-style CHECK_* and DCHECK_* macros.". 2015-01-30 09:29:41 +00:00
perf-jit.h
preparse-data-format.h Replace is_reference_error bool argument with ParseErrorType enum 2015-02-20 21:19:59 +00:00
preparse-data.cc Extract ParseInfo from CompilationInfo. 2015-03-09 14:51:24 +00:00
preparse-data.h Extract ParseInfo from CompilationInfo. 2015-03-09 14:51:24 +00:00
preparser.cc Replace is_reference_error bool argument with ParseErrorType enum 2015-02-20 21:19:59 +00:00
preparser.h [parser] parse arrow function only if no linefeed before => 2015-03-10 19:25:03 +00:00
prettyprinter.cc Re-introduce ImportDeclaration to the parser 2015-02-26 18:41:04 +00:00
prettyprinter.h Remove the dependency of Zone on Isolate 2015-01-23 15:20:00 +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 CpuProfiler: replace raw position with SourcePosition for DeoptReason 2015-02-27 13:34:38 +00:00
profile-generator.h CpuProfiler: replace raw position with SourcePosition for DeoptReason 2015-02-27 13:34:38 +00:00
promise.js Promise.all and race should work with iterables 2015-02-23 18:10:14 +00:00
property-details-inl.h
property-details.h Property reconfiguring implemented. 2015-02-16 15:25:54 +00:00
property.cc Move LookupResult into crankshaft as that's now the only place where it's still used 2015-02-18 13:21:43 +00:00
property.h Revert "Revert of Fix memory leak caused by field type in descriptor array." 2015-02-26 18:38:34 +00:00
prototype.h
proxy.js
regexp-macro-assembler-irregexp-inl.h
regexp-macro-assembler-irregexp.cc Fix regexp=interpreted build wrt zone related changes. 2015-01-26 08:44:40 +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 Remove the dependency of Zone on Isolate 2015-01-23 15:20:00 +00:00
regexp-macro-assembler-tracer.h Remove the dependency of Zone on Isolate 2015-01-23 15:20:00 +00:00
regexp-macro-assembler.cc Remove the dependency of Zone on Isolate 2015-01-23 15:20:00 +00:00
regexp-macro-assembler.h Remove the dependency of Zone on Isolate 2015-01-23 15:20:00 +00:00
regexp-stack.cc
regexp-stack.h
regexp.js Split --harmony-unicode and --harmony-unicode-regexps. 2015-02-05 14:17:09 +00:00
rewriter.cc Extract ParseInfo from CompilationInfo. 2015-03-09 14:51:24 +00:00
rewriter.h Extract ParseInfo from CompilationInfo. 2015-03-09 14:51:24 +00:00
runtime-profiler.cc Remove exorbitant duplication of DebuggerHasBreakpoints. 2015-01-19 16:51:52 +00:00
runtime-profiler.h
runtime.js Introduce LanguageMode, drop StrictMode. 2015-02-04 09:34:26 +00:00
safepoint-table.cc Minor refactoring for Zone class and friends. 2015-01-29 07:41:52 +00:00
safepoint-table.h
sampler.cc Contribution of PowerPC port (continuation of 422063005) - AIX Common1 2015-01-30 08:02:08 +00:00
sampler.h Tick processor: Print C++ entry points 2014-10-17 15:44:02 +00:00
scanner-character-streams.cc Scanner / Unicode decoding: use size_t instead of unsigned. 2015-02-05 07:54:34 +00:00
scanner-character-streams.h Scanner / Unicode decoding: use size_t instead of unsigned. 2015-02-05 07:54:34 +00:00
scanner.cc [scanner] Extend fast-smi parsing to the entire range minus Smi::kMinValue 2015-03-11 11:33:33 +00:00
scanner.h [scanner] Extend fast-smi parsing to the entire range minus Smi::kMinValue 2015-03-11 11:33:33 +00:00
scopeinfo.cc [strong] Fix scoping related errors for methods. 2015-03-09 14:30:40 +00:00
scopeinfo.h Rename Interface to ModuleDescriptor 2015-02-18 18:25:21 +00:00
scopes.cc Modules: simplify logic around allocation of module internal variables 2015-03-11 23:19:57 +00:00
scopes.h Modules: simplify logic around allocation of module internal variables 2015-03-11 23:19:57 +00:00
serialize.cc Simplify pending message object handling. 2015-03-12 09:50:44 +00:00
serialize.h Serializer: simplify external reference encoding. 2015-03-06 08:15:28 +00:00
simulator.h Contribution of PowerPC port (continuation of 422063005) 2015-01-16 07:42:15 +00:00
small-pointer-list.h
smart-pointers.h
snapshot-common.cc Hide native Date implementation in function context. 2015-03-11 15:53:37 +00:00
snapshot-empty.cc Fix Initialize & Dispose for external snapshot. Make sure v8::V8::(Initialize|Dispose) can be called in any order. 2015-03-04 10:38:00 +00:00
snapshot-external.cc Attach snapshot data blob to the isolate. 2015-02-25 11:14:56 +00:00
snapshot-source-sink.cc Extract non-IO part of mksnapshot into an API method. 2014-12-10 14:20:26 +00:00
snapshot-source-sink.h Extract non-IO part of mksnapshot into an API method. 2014-12-10 14:20:26 +00:00
snapshot.h Attach snapshot data blob to the isolate. 2015-02-25 11:14:56 +00:00
splay-tree-inl.h
splay-tree.h
startup-data-util.cc Fix cctest + unittest to work with an external snapshot. 2015-02-10 15:38:09 +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 Abstract string building in JSON-stringifier into IncrementalStringBuilder. 2014-11-12 08:05:15 +00:00
string-builder.h Fix windows build (static_cast missing). 2014-11-12 08:15:45 +00:00
string-iterator.js Consistently use "use strict" where possible. 2014-12-10 14:41:05 +00:00
string-search.cc
string-search.h
string-stream.cc Massive renaming of PropertyType values and other implied stuff. 2015-01-19 17:49:22 +00:00
string-stream.h Consistently use only one of virtual/OVERRIDE/FINAL. 2014-12-12 10:44:25 +00:00
string.js
strings-storage.cc CpuProfiler: move StringsStorage class to separate source and header files. 2015-02-20 15:16:00 +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 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
strtod.h
symbol.js Move public symbols to the root set. 2014-11-13 08:48:08 +00:00
token.cc Remove v8stdint.h, it doesn't serve a purpose anymore. 2014-10-21 08:25:14 +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: Simplify and compact transitions storage 2015-03-06 14:08:47 +00:00
transitions.h Reland: Simplify and compact transitions storage 2015-03-06 14:08:47 +00:00
type-feedback-vector-inl.h update vector ics to handle megamorphic keyed loads 2015-01-30 12:41:08 +00:00
type-feedback-vector.cc Stop using HeapType in IC and Crankshaft 2015-02-17 15:33:37 +00:00
type-feedback-vector.h Stop using HeapType in IC and Crankshaft 2015-02-17 15:33:37 +00:00
type-info.cc Refactor TypeFeedbackOracle to accept Handle<Name> instead of Handle<String>. 2015-03-10 15:06:24 +00:00
type-info.h Refactor TypeFeedbackOracle to accept Handle<Name> instead of Handle<String>. 2015-03-10 15:06:24 +00:00
typedarray.js Hide Math function implementations in a closure. 2015-03-09 13:25:44 +00:00
types-inl.h [turbofan] Use unboxed doubles in range types. 2015-01-28 13:55:45 +00:00
types.cc [turbofan] Normalize union of representation and range to a range. 2015-03-02 14:35:26 +00:00
types.h [turbofan] Normalize union of representation and range to a range. 2015-03-02 14:35:26 +00:00
typing.cc Polish Maybe API a bit, removing useless creativity and fixing some signatures. 2015-03-02 11:27:05 +00:00
typing.h Fix invalid use of int in Zone. 2015-02-12 12:47:18 +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 Scanner / Unicode decoding: use size_t instead of unsigned. 2015-02-05 07:54:34 +00:00
unicode.h Scanner / Unicode decoding: use size_t instead of unsigned. 2015-02-05 07:54:34 +00:00
unique.h Reland "Initial switch to Chromium-style CHECK_* and DCHECK_* macros.". 2015-01-30 09:29:41 +00:00
uri.js
utils-inl.h
utils.cc Contribution of PowerPC port (continuation of 422063005) - AIX Common1 2015-01-30 08:02:08 +00:00
utils.h [turbofan] encode instruction operand as uint64_t 2015-02-24 08:06:54 +00:00
v8.cc [turbofan] Remove global InstructionOperand caches. 2015-02-06 09:00:50 +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 Hide native Date implementation in function context. 2015-03-11 15:53:37 +00:00
v8threads.cc Make cpplint happy. 2014-12-08 08:53:20 +00:00
v8threads.h
variables.cc Re-introduce ImportDeclaration to the parser 2015-02-26 18:41:04 +00:00
variables.h [strong] Declaration-after-use errors. 2015-02-26 13:48:19 +00:00
vector.h Merge v8_optimized_debug 1 and 2 2015-01-12 09:58:42 +00:00
version.cc Add public version macros. 2015-02-26 08:59:23 +00:00
version.h Add hash fields to code cache header. 2015-02-06 15:20:52 +00:00
vm-state-inl.h
vm-state.h
weak-collection.js Use for-of loops in collection constructors 2015-02-24 19:12:41 +00:00
zone-allocator.h Restrict floating control to minimal control-connected component. 2014-12-02 15:56:30 +00:00
zone-containers.h add maps and sets to zone containers 2015-01-31 14:35:08 +00:00
zone.cc Fix invalid use of int in Zone. 2015-02-12 12:47:18 +00:00
zone.h Fix invalid use of int in Zone. 2015-02-12 12:47:18 +00:00