.. |
arm
|
[arm] Fix an accessor return type.
|
2016-08-25 09:05:23 +00:00 |
arm64
|
[interpreter] Make the binary op with Smi bytecode handlers collect type feedback.
|
2016-08-23 14:59:33 +00:00 |
asmjs
|
[turbofan] Remove the unused asm.js types from TypeCache.
|
2016-08-29 06:13:00 +00:00 |
ast
|
Parameters are always context-allocated if accessible, so drop additional parameter lookup
|
2016-08-27 08:38:43 +00:00 |
base
|
Revert of "[heap] Switch to 500k pages" (patchset #1 id:1 of https://codereview.chromium.org/2278653003/ )
|
2016-08-28 07:28:35 +00:00 |
builtins
|
PPC/s390: Fix register mapping and imm16 issue
|
2016-08-26 17:54:28 +00:00 |
compiler
|
[turbofan] Nuke the funny typing rule for JSTypedArray constants.
|
2016-08-29 07:09:54 +00:00 |
compiler-dispatcher
|
[Compiler] Add compile operations to CompilerDispatcherJob.
|
2016-08-25 10:25:12 +00:00 |
crankshaft
|
MIPS: Use neg instruction in r6
|
2016-08-26 12:49:46 +00:00 |
debug
|
[modules] Minor refactorings in scopes and scopeinfos.
|
2016-08-26 08:31:14 +00:00 |
extensions
|
Reland "[interpreter] Reduce dependencies in bytecodes.{h,cc}"
|
2016-07-15 12:04:22 +00:00 |
full-codegen
|
Desugar async/await to create the resulting Promise upfront
|
2016-08-26 22:18:21 +00:00 |
heap
|
Revert of "[heap] Switch to 500k pages" (patchset #1 id:1 of https://codereview.chromium.org/2278653003/ )
|
2016-08-28 07:28:35 +00:00 |
ia32
|
[interpreter] Make the binary op with Smi bytecode handlers collect type feedback.
|
2016-08-23 14:59:33 +00:00 |
ic
|
Include only stuff you need, part 3: includes in isolate.h.
|
2016-08-19 08:19:55 +00:00 |
inspector
|
[inspector] Remove inspector_protocol_parser_test target.
|
2016-08-11 16:45:14 +00:00 |
interpreter
|
Don't create a handle scope when finalizing the bytecode
|
2016-08-25 11:15:56 +00:00 |
js
|
Desugar async/await to create the resulting Promise upfront
|
2016-08-26 22:18:21 +00:00 |
libplatform
|
Add test for posting a single task to the worker pool
|
2016-08-23 11:56:57 +00:00 |
libsampler
|
Fix compilation on BSD platforms
|
2016-08-25 12:28:53 +00:00 |
mips
|
MIPS: Remove r6 DCHECKs for NEG.fmt instruction
|
2016-08-26 12:51:05 +00:00 |
mips64
|
MIPS: Remove r6 DCHECKs for NEG.fmt instruction
|
2016-08-26 12:51:05 +00:00 |
parsing
|
Desugar async/await to create the resulting Promise upfront
|
2016-08-26 22:18:21 +00:00 |
ppc
|
[interpreter] Make the binary op with Smi bytecode handlers collect type feedback.
|
2016-08-23 14:59:33 +00:00 |
profiler
|
Fix GetStackSample to check for nullptr
|
2016-08-26 17:17:10 +00:00 |
regexp
|
PPC: Enable unaligned access and clean up the use of UNALIGNED_ACCESSES
|
2016-08-18 17:22:35 +00:00 |
runtime
|
[elements, turbofan] Implement simple GrowElements
|
2016-08-25 11:39:38 +00:00 |
s390
|
s390: [interpreter] Make the binary op with Smi bytecode handlers collect type feedback.
|
2016-08-23 18:40:29 +00:00 |
snapshot
|
Revert of "[heap] Switch to 500k pages" (patchset #1 id:1 of https://codereview.chromium.org/2278653003/ )
|
2016-08-28 07:28:35 +00:00 |
third_party
|
Removed fdlibm.js, as it is now an empty shell.
|
2016-07-05 03:57:17 +00:00 |
tracing
|
Remove TRACE_EVENT_FLAG_COPY in runtime call stats tracing.
|
2016-08-26 18:23:44 +00:00 |
wasm
|
[wasm] Bound the allowed number of locals.
|
2016-08-26 09:13:22 +00:00 |
x64
|
[wasm] Add native x64 implementations for I32x4Splat, I32x4ExtractLane
|
2016-08-23 19:59:43 +00:00 |
x87
|
[interpreter] Make the binary op with Smi bytecode handlers collect type feedback.
|
2016-08-23 14:59:33 +00:00 |
accessors.cc
|
Move FormatStackTrace to ErrorUtils
|
2016-08-03 13:49:55 +00:00 |
accessors.h
|
Move Error methods to C++
|
2016-07-20 13:05:47 +00:00 |
address-map.cc
|
|
|
address-map.h
|
[serializer] reserve maps one by one to avoid fragmentation.
|
2016-08-10 06:31:31 +00:00 |
allocation-site-scopes.cc
|
include only stuff you need, part 1: ast.h, ast-value-factory.h.
|
2016-08-18 10:26:32 +00:00 |
allocation-site-scopes.h
|
include only stuff you need, part 1: ast.h, ast-value-factory.h.
|
2016-08-18 10:26:32 +00:00 |
allocation.cc
|
Strictly disable instantiation of AllStatic class
|
2016-07-05 14:27:34 +00:00 |
allocation.h
|
Strictly disable instantiation of AllStatic class
|
2016-07-05 14:27:34 +00:00 |
api-arguments-inl.h
|
[Reland][Tracing] Embed V8 runtime call stats into tracing.
|
2016-08-10 01:19:01 +00:00 |
api-arguments.cc
|
[Reland][Tracing] Embed V8 runtime call stats into tracing.
|
2016-08-10 01:19:01 +00:00 |
api-arguments.h
|
|
|
api-experimental.cc
|
Add ToSmi and Goto operations to FastAccessorAssembler.
|
2016-08-19 09:35:17 +00:00 |
api-experimental.h
|
|
|
api-natives.cc
|
[api] Use handle for ConfigureInstance
|
2016-08-26 12:35:52 +00:00 |
api-natives.h
|
Add API to create a "remote" instance of a given FunctionTemplate
|
2016-07-19 12:22:37 +00:00 |
api.cc
|
Blink-compatible serialization of ArrayBuffer transfer.
|
2016-08-26 15:47:41 +00:00 |
api.h
|
[api] Remove NeanderObject
|
2016-08-02 14:41:09 +00:00 |
arguments.cc
|
|
|
arguments.h
|
[Reland][Tracing] Embed V8 runtime call stats into tracing.
|
2016-08-10 01:19:01 +00:00 |
assembler.cc
|
[v8] Move all the RelocInfo::set_target_address function into one place.
|
2016-08-17 17:56:42 +00:00 |
assembler.h
|
[v8] Move all the RelocInfo::set_target_address function into one place.
|
2016-08-17 17:56:42 +00:00 |
assert-scope.cc
|
|
|
assert-scope.h
|
|
|
background-parsing-task.cc
|
Deserialize the scope chain for background parsing jobs on the main thread
|
2016-08-23 11:46:18 +00:00 |
background-parsing-task.h
|
Disable copy constructor in public: section or use macro.
|
2016-08-25 03:13:31 +00:00 |
bailout-reason.cc
|
|
|
bailout-reason.h
|
Reland of [turbofan] Insert dummy values when changing from None type.
|
2016-08-25 16:58:13 +00:00 |
base.isolate
|
[swarming] Remove hard-coded shared library configs
|
2016-07-28 07:18:15 +00:00 |
basic-block-profiler.cc
|
|
|
basic-block-profiler.h
|
|
|
bignum-dtoa.cc
|
|
|
bignum-dtoa.h
|
|
|
bignum.cc
|
|
|
bignum.h
|
|
|
bit-vector.cc
|
|
|
bit-vector.h
|
|
|
bootstrapper.cc
|
Include only stuff you need, part 4: ast, scopes + fallout.
|
2016-08-23 12:35:36 +00:00 |
bootstrapper.h
|
Add an API to create a detached global object
|
2016-07-07 19:38:08 +00:00 |
cached-powers.cc
|
|
|
cached-powers.h
|
|
|
cancelable-task.cc
|
|
|
cancelable-task.h
|
|
|
char-predicates-inl.h
|
|
|
char-predicates.cc
|
|
|
char-predicates.h
|
|
|
checks.h
|
|
|
code-events.h
|
|
|
code-factory.cc
|
[turbofan] Add initial support for growing stores.
|
2016-08-08 08:44:27 +00:00 |
code-factory.h
|
[turbofan] Add initial support for growing stores.
|
2016-08-08 08:44:27 +00:00 |
code-stub-assembler.cc
|
MIPS64: Fix [KeyedLoadIC] Support Smi "handlers" for element loads
|
2016-08-17 12:40:49 +00:00 |
code-stub-assembler.h
|
[compiler] Remove compiler internals from CodeAssembler.
|
2016-08-12 12:57:48 +00:00 |
code-stubs-hydrogen.cc
|
[turbofan] Rewrite ToObject as TurboFan stub.
|
2016-08-09 16:14:37 +00:00 |
code-stubs.cc
|
[interpreter] Make the binary op with Smi bytecode handlers collect type feedback.
|
2016-08-23 14:59:33 +00:00 |
code-stubs.h
|
[interpreter] Make the binary op with Smi bytecode handlers collect type feedback.
|
2016-08-23 14:59:33 +00:00 |
codegen.cc
|
Replace SmartArrayPointer<T> with unique_ptr<T[]>
|
2016-07-25 10:27:47 +00:00 |
codegen.h
|
Reland Implement .eh_frame writer and disassembler.
|
2016-07-14 10:33:26 +00:00 |
collector.h
|
Separate DuplicateFinder from Scanner.
|
2016-08-25 11:58:17 +00:00 |
compilation-cache.cc
|
Move RelocInfo::kNoPosition.
|
2016-06-30 09:29:30 +00:00 |
compilation-cache.h
|
|
|
compilation-dependencies.cc
|
|
|
compilation-dependencies.h
|
|
|
compilation-statistics.cc
|
|
|
compilation-statistics.h
|
|
|
compiler.cc
|
[compiler] Remove inclusion of inline header file.
|
2016-08-26 07:37:42 +00:00 |
compiler.h
|
[compiler] Remove default argument for code flags.
|
2016-08-26 09:04:23 +00:00 |
context-measure.cc
|
|
|
context-measure.h
|
|
|
contexts-inl.h
|
Rip out most of our outdated modules implementation.
|
2016-06-28 07:25:38 +00:00 |
contexts.cc
|
Properly pass InitializationFlag back from ScriptContextTable lookups
|
2016-08-04 16:13:41 +00:00 |
contexts.h
|
Desugar async/await to create the resulting Promise upfront
|
2016-08-26 22:18:21 +00:00 |
conversions-inl.h
|
Remove unused isolate parameter from NumberToSize and TryNumberToSize
|
2016-08-08 15:56:47 +00:00 |
conversions.cc
|
|
|
conversions.h
|
Remove unused isolate parameter from NumberToSize and TryNumberToSize
|
2016-08-08 15:56:47 +00:00 |
counters-inl.h
|
|
|
counters.cc
|
[Reland][Tracing] Embed V8 runtime call stats into tracing.
|
2016-08-10 01:19:01 +00:00 |
counters.h
|
Add an experimental public API for value serialization.
|
2016-08-25 16:00:25 +00:00 |
d8-posix.cc
|
Remove NaCl support.
|
2016-07-27 07:50:31 +00:00 |
d8-windows.cc
|
|
|
d8.cc
|
Replace DumpBacktrace with Chromium's StackTrace implementation.
|
2016-08-18 14:25:52 +00:00 |
d8.gyp
|
[Reland][Tracing] Embed V8 runtime call stats into tracing.
|
2016-08-10 01:19:01 +00:00 |
d8.h
|
[Tracing] Create TraceConfig JSON string parser in D8.
|
2016-08-10 17:11:08 +00:00 |
d8.isolate
|
|
|
d8.js
|
|
|
date.cc
|
|
|
date.h
|
|
|
dateparser-inl.h
|
Only count legacy parser usage if legacy parser had effect.
|
2016-06-22 18:07:47 +00:00 |
dateparser.cc
|
|
|
dateparser.h
|
Minor header cleanup.
|
2016-08-25 08:17:38 +00:00 |
deoptimize-reason.cc
|
Reland of Fix compiler warnings on "make android_arm" (patchset #1 id:1 of https://codereview.chromium.org/2286163002/ )
|
2016-08-28 21:03:32 +00:00 |
deoptimize-reason.h
|
Reland of Fix compiler warnings on "make android_arm" (patchset #1 id:1 of https://codereview.chromium.org/2286163002/ )
|
2016-08-28 21:03:32 +00:00 |
deoptimizer.cc
|
[deoptimizer] Fix for non-topmost interpreted frame.
|
2016-08-26 13:12:32 +00:00 |
deoptimizer.h
|
[deoptimizer] Remove obsolete BailoutType switches.
|
2016-08-25 13:26:33 +00:00 |
DEPS
|
Add a mode to completely deserialize scope chains
|
2016-08-03 13:31:04 +00:00 |
disasm.h
|
|
|
disassembler.cc
|
Replace SmartArrayPointer<T> with unique_ptr<T[]>
|
2016-07-25 10:27:47 +00:00 |
disassembler.h
|
|
|
diy-fp.cc
|
|
|
diy-fp.h
|
|
|
double.h
|
|
|
dtoa.cc
|
|
|
dtoa.h
|
|
|
effects.h
|
|
|
eh-frame.cc
|
Reland Implement .eh_frame writer and disassembler.
|
2016-07-14 10:33:26 +00:00 |
eh-frame.h
|
Reland Implement .eh_frame writer and disassembler.
|
2016-07-14 10:33:26 +00:00 |
elements-kind.cc
|
|
|
elements-kind.h
|
|
|
elements.cc
|
[elements, turbofan] Implement simple GrowElements
|
2016-08-25 11:39:38 +00:00 |
elements.h
|
[elements, turbofan] Implement simple GrowElements
|
2016-08-25 11:39:38 +00:00 |
execution.cc
|
Include only stuff you need, part 3: includes in isolate.h.
|
2016-08-19 08:19:55 +00:00 |
execution.h
|
Revert of Use a custom Struct for stack trace storage (patchset #4 id:60001 of https://codereview.chromium.org/2230953002/ )
|
2016-08-18 08:31:26 +00:00 |
external-reference-table.cc
|
[x64] add Absps/d and Negps/d macro
|
2016-07-21 11:02:42 +00:00 |
external-reference-table.h
|
[builtins] remove redundant builtins lists.
|
2016-07-18 08:48:18 +00:00 |
factory.cc
|
Add new FrameArray type
|
2016-08-24 08:49:04 +00:00 |
factory.h
|
Add new FrameArray type
|
2016-08-24 08:49:04 +00:00 |
fast-accessor-assembler.cc
|
Add ToSmi and Goto operations to FastAccessorAssembler.
|
2016-08-19 09:35:17 +00:00 |
fast-accessor-assembler.h
|
Add ToSmi and Goto operations to FastAccessorAssembler.
|
2016-08-19 09:35:17 +00:00 |
fast-dtoa.cc
|
|
|
fast-dtoa.h
|
|
|
field-index-inl.h
|
Reland "[KeyedLoadIC] Support Smi "handlers" for element loads"
|
2016-08-09 15:16:57 +00:00 |
field-index.h
|
Reland "[KeyedLoadIC] Support Smi "handlers" for element loads"
|
2016-08-09 15:16:57 +00:00 |
field-type.cc
|
[turbofan] Utilize type information for alias analysis.
|
2016-08-11 05:41:41 +00:00 |
field-type.h
|
|
|
fixed-dtoa.cc
|
|
|
fixed-dtoa.h
|
|
|
flag-definitions.h
|
Remove --promise-extra flag
|
2016-08-22 21:35:06 +00:00 |
flags.cc
|
Make syntax for boolean flags more discoverable.
|
2016-06-22 16:07:11 +00:00 |
flags.h
|
|
|
frames-inl.h
|
[builtins] Show builtin frames in PrintStack()
|
2016-07-11 13:28:59 +00:00 |
frames.cc
|
include only stuff you need, part 1: ast.h, ast-value-factory.h.
|
2016-08-18 10:26:32 +00:00 |
frames.h
|
Disable copy constructor in public: section or use macro.
|
2016-08-25 03:13:31 +00:00 |
futex-emulation.cc
|
Remove unused isolate parameter from NumberToSize and TryNumberToSize
|
2016-08-08 15:56:47 +00:00 |
futex-emulation.h
|
[Atomics] Rename Atomics.futex*, remove Atomics.futexWakeOrRequeue
|
2016-07-13 18:34:03 +00:00 |
gdb-jit.cc
|
Replace SmartArrayPointer<T> with unique_ptr<T[]>
|
2016-07-25 10:27:47 +00:00 |
gdb-jit.h
|
|
|
global-handles.cc
|
Disable CFI on a few methods.
|
2016-08-19 16:31:46 +00:00 |
global-handles.h
|
|
|
globals.h
|
Reland of Fix compiler warnings on "make android_arm" (patchset #1 id:1 of https://codereview.chromium.org/2286163002/ )
|
2016-08-28 21:03:32 +00:00 |
handles-inl.h
|
|
|
handles.cc
|
|
|
handles.h
|
Disable copy constructor in public: section or use macro.
|
2016-08-25 03:13:31 +00:00 |
heap-symbols.h
|
Add new FrameArray type
|
2016-08-24 08:49:04 +00:00 |
i18n.cc
|
Support language tag extensions with multiple subtags for a key
|
2016-08-17 17:55:34 +00:00 |
i18n.h
|
|
|
icu_util.cc
|
Set correct default icu data file for big endian
|
2016-07-27 14:38:54 +00:00 |
icu_util.h
|
Set correct default icu data file for big endian
|
2016-07-27 14:38:54 +00:00 |
identity-map.cc
|
|
|
identity-map.h
|
|
|
interface-descriptors.cc
|
[interpreter] Make the binary op with Smi bytecode handlers collect type feedback.
|
2016-08-23 14:59:33 +00:00 |
interface-descriptors.h
|
[interpreter] Make the binary op with Smi bytecode handlers collect type feedback.
|
2016-08-23 14:59:33 +00:00 |
isolate-inl.h
|
Reland of [api] Clean up scopes and precheck instantiations cache (patchset #1 id:1 of https://codereview.chromium.org/2216903003/ )
|
2016-08-05 20:24:16 +00:00 |
isolate.cc
|
Revert of "[heap] Switch to 500k pages" (patchset #1 id:1 of https://codereview.chromium.org/2278653003/ )
|
2016-08-28 07:28:35 +00:00 |
isolate.h
|
Revert of Always deserialize scope infos for parsing (patchset #3 id:40001 of https://codereview.chromium.org/2280933002/ )
|
2016-08-27 07:09:03 +00:00 |
json-parser.cc
|
Minor header cleanup.
|
2016-08-25 08:17:38 +00:00 |
json-parser.h
|
|
|
json-stringifier.cc
|
|
|
json-stringifier.h
|
|
|
keys.cc
|
[keys] Throw a range error if the number of keys overflow FixedArray::kMaxLength
|
2016-08-05 12:52:28 +00:00 |
keys.h
|
[keys] Trigger [[getOwnPropertyDescriptor]] trap on proxies for Object.keys
|
2016-08-01 10:10:52 +00:00 |
layout-descriptor-inl.h
|
|
|
layout-descriptor.cc
|
|
|
layout-descriptor.h
|
|
|
list-inl.h
|
|
|
list.h
|
|
|
locked-queue-inl.h
|
|
|
locked-queue.h
|
|
|
log-inl.h
|
[api] Remove HistogramTimerScope from high-frequency API-Functions
|
2016-07-28 14:03:55 +00:00 |
log-utils.cc
|
|
|
log-utils.h
|
|
|
log.cc
|
Avoid accessing Isolate in source position logging.
|
2016-08-17 09:31:39 +00:00 |
log.h
|
Avoid accessing Isolate in source position logging.
|
2016-08-17 09:31:39 +00:00 |
lookup.cc
|
[Reland][Tracing] Embed V8 runtime call stats into tracing.
|
2016-08-10 01:19:01 +00:00 |
lookup.h
|
[ic] Don't call LookupIterator::GetStoreTarget() when receiver is not a JSReceiver.
|
2016-07-25 12:32:59 +00:00 |
machine-type.cc
|
TurboFan: Introduce TaggedSigned and TaggedPointer representations.
|
2016-08-16 12:41:43 +00:00 |
machine-type.h
|
TurboFan: Introduce TaggedSigned and TaggedPointer representations.
|
2016-08-16 12:41:43 +00:00 |
macro-assembler.h
|
|
|
messages.cc
|
Add flags to FrameArray
|
2016-08-24 15:41:13 +00:00 |
messages.h
|
[wasm] Throw a type error if an I64 is exported to JS.
|
2016-08-18 14:33:08 +00:00 |
msan.h
|
|
|
objects-body-descriptors-inl.h
|
Disable CFI on a few methods.
|
2016-08-19 16:31:46 +00:00 |
objects-body-descriptors.h
|
|
|
objects-debug.cc
|
Revert of Use a custom Struct for stack trace storage (patchset #4 id:60001 of https://codereview.chromium.org/2230953002/ )
|
2016-08-18 08:31:26 +00:00 |
objects-inl.h
|
Add flags to FrameArray
|
2016-08-24 15:41:13 +00:00 |
objects-printer.cc
|
Revert of Use a custom Struct for stack trace storage (patchset #4 id:60001 of https://codereview.chromium.org/2230953002/ )
|
2016-08-18 08:31:26 +00:00 |
objects.cc
|
Revert of Add debug code to catch faulty interceptor (patchset #1 id:1 of https://codereview.chromium.org/2265903002/ )
|
2016-08-26 08:00:34 +00:00 |
objects.h
|
Revert of "[heap] Switch to 500k pages" (patchset #1 id:1 of https://codereview.chromium.org/2278653003/ )
|
2016-08-28 07:28:35 +00:00 |
ostreams.cc
|
[turbolizer] Output correct JSON when source contains a backslash.
|
2016-08-09 09:18:38 +00:00 |
ostreams.h
|
|
|
OWNERS
|
|
|
pending-compilation-error-handler.cc
|
|
|
pending-compilation-error-handler.h
|
|
|
perf-jit.cc
|
Replace SmartArrayPointer<T> with unique_ptr<T[]>
|
2016-07-25 10:27:47 +00:00 |
perf-jit.h
|
This commit is the first step towards emitting unwinding information in
|
2016-06-27 15:10:41 +00:00 |
property-descriptor.cc
|
|
|
property-descriptor.h
|
|
|
property-details.h
|
[runtime] Better encapsulation of dictionary objects handling in lookup iterator.
|
2016-07-07 12:35:06 +00:00 |
property.cc
|
|
|
property.h
|
|
|
prototype.h
|
|
|
register-configuration.cc
|
[Turbofan] Revert FP register aliasing support on Arm.
|
2016-07-29 00:50:57 +00:00 |
register-configuration.h
|
[Turbofan] Revert FP register aliasing support on Arm.
|
2016-07-29 00:50:57 +00:00 |
runtime-profiler.cc
|
[interpreter] Stage bytecode preservation.
|
2016-08-16 10:49:28 +00:00 |
runtime-profiler.h
|
[interpreter] Switch profiler to use frames for OSR.
|
2016-08-10 15:59:31 +00:00 |
safepoint-table.cc
|
|
|
safepoint-table.h
|
|
|
signature.h
|
Revert "Revert "[wasm] Complete separation of compilation and instantiation""
|
2016-06-28 23:50:13 +00:00 |
simulator.h
|
|
|
small-pointer-list.h
|
|
|
source-position-table.cc
|
Avoid accessing Isolate in source position logging.
|
2016-08-17 09:31:39 +00:00 |
source-position-table.h
|
Avoid accessing Isolate in source position logging.
|
2016-08-17 09:31:39 +00:00 |
source-position.h
|
Move RelocInfo::kNoPosition.
|
2016-06-30 09:29:30 +00:00 |
splay-tree-inl.h
|
|
|
splay-tree.h
|
|
|
startup-data-util.cc
|
|
|
startup-data-util.h
|
|
|
string-builder.cc
|
|
|
string-builder.h
|
|
|
string-search.h
|
|
|
string-stream.cc
|
Replace SmartArrayPointer<T> with unique_ptr<T[]>
|
2016-07-25 10:27:47 +00:00 |
string-stream.h
|
Replace SmartPointer<T> with unique_ptr<T>
|
2016-07-25 11:14:34 +00:00 |
strtod.cc
|
|
|
strtod.h
|
|
|
transitions-inl.h
|
|
|
transitions.cc
|
|
|
transitions.h
|
|
|
type-feedback-vector-inl.h
|
[ic] Let LoadGlobalIC load the variable name from TypeFeedbackMetadata.
|
2016-06-24 14:08:57 +00:00 |
type-feedback-vector.cc
|
[KeyedLoadIC] Support Smi "handlers" for simple field loads
|
2016-07-26 17:54:32 +00:00 |
type-feedback-vector.h
|
[KeyedLoadIC] Support Smi "handlers" for simple field loads
|
2016-07-26 17:54:32 +00:00 |
type-info.cc
|
[ic] [stubs] Don't use Code::flags in megamorphic stub cache hash computations.
|
2016-07-21 12:58:10 +00:00 |
type-info.h
|
[ic] [stubs] Don't use Code::flags in megamorphic stub cache hash computations.
|
2016-07-21 12:58:10 +00:00 |
types.cc
|
Revert of Use a custom Struct for stack trace storage (patchset #4 id:60001 of https://codereview.chromium.org/2230953002/ )
|
2016-08-18 08:31:26 +00:00 |
types.h
|
[turbofan] Remove representation axis for float64 fields.
|
2016-08-17 11:15:40 +00:00 |
unicode-cache-inl.h
|
|
|
unicode-cache.h
|
|
|
unicode-decoder.cc
|
|
|
unicode-decoder.h
|
|
|
unicode-inl.h
|
|
|
unicode.cc
|
|
|
unicode.h
|
|
|
uri.cc
|
Address compilation warnings for android build.
|
2016-07-12 11:21:56 +00:00 |
uri.h
|
|
|
utils-inl.h
|
|
|
utils.cc
|
|
|
utils.h
|
[turbofan] Add Float32(Max|Min) machine operators.
|
2016-08-22 13:50:51 +00:00 |
v8.cc
|
Remove v8- prefix of file name in libsampler.
|
2016-07-08 06:47:54 +00:00 |
v8.gyp
|
[turbofan] Remove the unused asm.js types from TypeCache.
|
2016-08-29 06:13:00 +00:00 |
v8.h
|
|
|
v8dll-main.cc
|
|
|
v8memory.h
|
[wasm] Separate compilation from instantiation
|
2016-06-20 05:23:37 +00:00 |
v8threads.cc
|
|
|
v8threads.h
|
|
|
value-serializer.cc
|
Blink-compatible serialization of ArrayBuffer transfer.
|
2016-08-26 15:47:41 +00:00 |
value-serializer.h
|
Blink-compatible serialization of ArrayBuffer transfer.
|
2016-08-26 15:47:41 +00:00 |
vector.h
|
|
|
version.cc
|
|
|
version.h
|
|
|
vm-state-inl.h
|
|
|
vm-state.h
|
|
|
zone-allocator.h
|
|
|
zone-containers.h
|
[modules] Split exports into regular and special, store regular ones in a multimap.
|
2016-08-25 08:37:30 +00:00 |
zone.cc
|
|
|
zone.h
|
|
|