.. |
arm
|
Fixed a couple of issues with store inlining on arm.
|
2010-07-23 08:47:15 +00:00 |
ia32
|
Use static type information when creating the inlined code for comparison operators.
|
2010-07-23 09:05:46 +00:00 |
mips
|
Refactor type checks in v8natives.js and runtime.js.
|
2010-07-16 11:21:08 +00:00 |
third_party
|
Fix dtoa for the LP64 model on 64-bit systems, where long is 64 bits.
|
2010-05-17 15:41:16 +00:00 |
x64
|
Use static type information when creating the inlined code for comparison operators.
|
2010-07-23 09:05:46 +00:00 |
accessors.cc
|
Create a separate class to encapsulate ScopeInfo serialization.
|
2010-07-14 11:18:09 +00:00 |
accessors.h
|
Remove the last context dependent reference from the Script object
|
2009-12-01 14:36:45 +00:00 |
allocation.cc
|
Fix warnings on Win64.
|
2009-11-11 09:50:06 +00:00 |
allocation.h
|
Change the signature for StrNDup to match the implementation. This
|
2009-11-20 13:08:44 +00:00 |
api.cc
|
Heap profiler: implement diffing of snapshots.
|
2010-07-15 13:21:50 +00:00 |
api.h
|
Landing for victorw@chromium.org.
|
2010-07-02 07:39:42 +00:00 |
apinatives.js
|
Merge the partial_snapshots branch back into bleeding_edge. For
|
2010-03-23 11:40:38 +00:00 |
apiutils.h
|
Api inlining. Made some core functionality available in the api and
|
2009-08-26 10:33:11 +00:00 |
arguments.h
|
Simplify passing of AccessorInfo to interceptors:
|
2010-03-25 17:08:22 +00:00 |
array.js
|
Fixes bug in Array.prototype.lastIndexOf when called with null or undefined as fromIndex argument. (fixes issue 754).
|
2010-06-25 09:28:38 +00:00 |
assembler.cc
|
More precise break points and stepping when debugging
|
2010-06-08 12:04:49 +00:00 |
assembler.h
|
More precise break points and stepping when debugging
|
2010-06-08 12:04:49 +00:00 |
ast-inl.h
|
ARM: Remove a bunch of spilled scopes. Still a lot to go.
|
2010-06-24 07:54:48 +00:00 |
ast.cc
|
First step towards making JumpTarget work on ARM. Instead
|
2010-05-10 11:32:25 +00:00 |
ast.h
|
More precise break points and stepping when debugging
|
2010-06-08 12:04:49 +00:00 |
bootstrapper.cc
|
Virtually dispatched scavengers
|
2010-07-13 08:05:10 +00:00 |
bootstrapper.h
|
Remove unused declarations.
|
2010-05-06 13:35:30 +00:00 |
builtins.cc
|
Move serialized scope info from Code object to SharedFunctionInfo.
|
2010-07-13 13:06:33 +00:00 |
builtins.h
|
Implement IC for storing to dictionary case objects.
|
2010-06-30 12:27:49 +00:00 |
bytecodes-irregexp.h
|
Split nested namespaces declaration in two lines in accordance with C++ Style Guide.
|
2009-05-25 10:05:56 +00:00 |
cached-powers.h
|
Rename files containing underscores.
|
2010-03-19 12:15:24 +00:00 |
char-predicates-inl.h
|
Split nested namespaces declaration in two lines in accordance with C++ Style Guide.
|
2009-05-25 10:05:56 +00:00 |
char-predicates.h
|
Split nested namespaces declaration in two lines in accordance with C++ Style Guide.
|
2009-05-25 10:05:56 +00:00 |
checks.cc
|
* Remove old snapshot implementation
|
2009-11-16 12:08:40 +00:00 |
checks.h
|
Fix compile errors on Linux x64 and Windows.
|
2010-07-15 14:28:52 +00:00 |
circular-queue-inl.h
|
CPU profiler: make code events handling scalable.
|
2010-05-22 05:27:19 +00:00 |
circular-queue.cc
|
Fix build problems on Windows 64-bit by casting.
|
2010-04-13 11:59:37 +00:00 |
circular-queue.h
|
CPU profiler: make code events handling scalable.
|
2010-05-22 05:27:19 +00:00 |
code-stubs.cc
|
Move serialized scope info from Code object to SharedFunctionInfo.
|
2010-07-13 13:06:33 +00:00 |
code-stubs.h
|
Do integer mod via sum-of-digits technique. This benefits the date
|
2010-06-28 11:47:23 +00:00 |
code.h
|
Split nested namespaces declaration in two lines in accordance with C++ Style Guide.
|
2009-05-25 10:05:56 +00:00 |
codegen-inl.h
|
Inlining a few virtual frame functions.
|
2010-02-26 09:32:48 +00:00 |
codegen.cc
|
Move serialized scope info from Code object to SharedFunctionInfo.
|
2010-07-13 13:06:33 +00:00 |
codegen.h
|
Refactor type checks in v8natives.js and runtime.js.
|
2010-07-16 11:21:08 +00:00 |
compilation-cache.cc
|
Flushing of code from functions that we expect not to use again.
|
2010-06-07 15:39:10 +00:00 |
compilation-cache.h
|
Flushing of code from functions that we expect not to use again.
|
2010-06-07 15:39:10 +00:00 |
compiler.cc
|
Reorder SharedFunctionInfo setup in lazy compile, quick fix for crbug.com/49099
|
2010-07-19 06:29:30 +00:00 |
compiler.h
|
Rework flow graph construction.
|
2010-03-29 14:23:55 +00:00 |
contexts.cc
|
Create a separate class to encapsulate ScopeInfo serialization.
|
2010-07-14 11:18:09 +00:00 |
contexts.h
|
Added ability to remove prototype from function. In this case, [[Construct]] from function will not be allowed.
|
2010-04-28 12:05:40 +00:00 |
conversions-inl.h
|
Modify FastD2I to use static_cast instead of lrint(). Benchmarks show that it's much faster this way.
|
2010-03-23 12:48:42 +00:00 |
conversions.cc
|
Dtoa for fixed notation.
|
2010-05-05 13:51:27 +00:00 |
conversions.h
|
StringToInt rewritten. This version doesn't allocate memory for long decimals and uses percise rounding if radix 10 or a power of 2 (in other cases rounding error still may occur). Handling special values moved from Runtime_StringParseInt into StringToInt in order to make it consistent with StringToDouble.
|
2010-03-31 17:19:05 +00:00 |
counters.cc
|
Split nested namespaces declaration in two lines in accordance with C++ Style Guide.
|
2009-05-25 10:05:56 +00:00 |
counters.h
|
Fix formatting around * and &.
|
2010-03-17 14:53:16 +00:00 |
cpu-profiler-inl.h
|
CPU profiler: make code events handling scalable.
|
2010-05-22 05:27:19 +00:00 |
cpu-profiler.cc
|
Move token-related constants from CodeEntry to TokenEnumerator.
|
2010-06-08 11:27:00 +00:00 |
cpu-profiler.h
|
CPU profiler: sample call stack on profiling start.
|
2010-06-01 13:52:49 +00:00 |
cpu.h
|
Split nested namespaces declaration in two lines in accordance with C++ Style Guide.
|
2009-05-25 10:05:56 +00:00 |
d8-debug.cc
|
Tweak D8 remote debugger
|
2010-04-16 12:19:47 +00:00 |
d8-debug.h
|
Add remote debugging front end to developer shell.
|
2009-03-04 09:42:51 +00:00 |
d8-posix.cc
|
Add os.unsetenv to d8.
|
2010-04-13 08:44:50 +00:00 |
d8-readline.cc
|
Making lint happy.
|
2010-02-10 11:48:53 +00:00 |
d8-windows.cc
|
* Add rmdir, mkdir -p and umask to d8 on Unix.
|
2009-03-31 12:45:33 +00:00 |
d8.cc
|
More precise break points and stepping when debugging
|
2010-06-08 12:04:49 +00:00 |
d8.h
|
Tweak D8 remote debugger
|
2010-04-16 12:19:47 +00:00 |
d8.js
|
Remove tabs
|
2010-05-14 19:20:07 +00:00 |
data-flow.cc
|
ARM: Track Smis on top 4 stack positions and Smi loop variables.
|
2010-06-02 09:37:02 +00:00 |
data-flow.h
|
Rework flow graph construction.
|
2010-03-29 14:23:55 +00:00 |
date.js
|
Remove some extra calls in date.js.
|
2010-07-06 12:57:46 +00:00 |
dateparser-inl.h
|
Added support for ES5 date time string format to Date.parse.
|
2010-05-03 06:43:25 +00:00 |
dateparser.cc
|
Fix presubmit error.
|
2010-05-07 12:00:12 +00:00 |
dateparser.h
|
Added support for ES5 date time string format to Date.parse.
|
2010-05-03 06:43:25 +00:00 |
debug-agent.cc
|
Turn some usages of NewArray with DeleteArray in the same scope into ScopedVector or SmartPointer.
|
2010-05-05 12:25:58 +00:00 |
debug-agent.h
|
Fixed some cctest flakiness on mac.
|
2009-09-25 10:36:00 +00:00 |
debug-debugger.js
|
Describe LiveEdit changes and support preview mode
|
2010-07-02 20:46:04 +00:00 |
debug.cc
|
Debugger: introduce parametrized debug break, the parameter is passed
|
2010-07-14 08:23:35 +00:00 |
debug.h
|
Debugger: introduce parametrized debug break, the parameter is passed
|
2010-07-14 08:23:35 +00:00 |
disasm.h
|
Merge from experimental code generator branch to bleeding edge.
|
2009-02-27 13:00:32 +00:00 |
disassembler.cc
|
Extend CallIC to support non-constant names.
|
2010-06-07 08:27:32 +00:00 |
disassembler.h
|
Split nested namespaces declaration in two lines in accordance with C++ Style Guide.
|
2009-05-25 10:05:56 +00:00 |
diy-fp.cc
|
Rename files containing underscores.
|
2010-03-19 12:15:24 +00:00 |
diy-fp.h
|
Rename files containing underscores.
|
2010-03-19 12:15:24 +00:00 |
double.h
|
Rename files containing underscores.
|
2010-03-19 12:15:24 +00:00 |
dtoa-config.c
|
Land patch to add Solaris platform support.
|
2010-01-25 12:37:31 +00:00 |
dtoa.cc
|
Dtoa for fixed notation.
|
2010-05-05 13:51:27 +00:00 |
dtoa.h
|
Dtoa for fixed notation.
|
2010-05-05 13:51:27 +00:00 |
execution.cc
|
Track ascii-ness of data in externalized strings.
|
2010-06-17 16:19:28 +00:00 |
execution.h
|
Track ascii-ness of data in externalized strings.
|
2010-06-17 16:19:28 +00:00 |
factory.cc
|
Create a separate class to encapsulate ScopeInfo serialization.
|
2010-07-14 11:18:09 +00:00 |
factory.h
|
Create a separate class to encapsulate ScopeInfo serialization.
|
2010-07-14 11:18:09 +00:00 |
fast-codegen.cc
|
- Remove function boilerplate objects and use SharedFunctionInfos in
|
2010-03-23 06:04:44 +00:00 |
fast-codegen.h
|
Allow snapshots built without -DANDROID to work on Android.
|
2010-03-02 11:54:11 +00:00 |
fast-dtoa.cc
|
Dtoa for fixed notation.
|
2010-05-05 13:51:27 +00:00 |
fast-dtoa.h
|
Dtoa for fixed notation.
|
2010-05-05 13:51:27 +00:00 |
fixed-dtoa.cc
|
Dtoa for fixed notation.
|
2010-05-05 13:51:27 +00:00 |
fixed-dtoa.h
|
Dtoa for fixed notation.
|
2010-05-05 13:51:27 +00:00 |
flag-definitions.h
|
Add regression test for the code flushing in issue 474 (which was
|
2010-06-23 08:02:06 +00:00 |
flags.cc
|
Turn some usages of NewArray with DeleteArray in the same scope into ScopedVector or SmartPointer.
|
2010-05-05 12:25:58 +00:00 |
flags.h
|
Split nested namespaces declaration in two lines in accordance with C++ Style Guide.
|
2009-05-25 10:05:56 +00:00 |
flow-graph.cc
|
Move the AstVisitor stack check from Accept to Visit.
|
2010-03-30 12:25:58 +00:00 |
flow-graph.h
|
Rework flow graph construction.
|
2010-03-29 14:23:55 +00:00 |
frame-element.cc
|
Small simplification of #include dependencies.
|
2010-03-09 06:38:33 +00:00 |
frame-element.h
|
Change a TypeInfo function from inline to non-inline, reducing stack usage during code compilation.
|
2010-03-26 11:34:00 +00:00 |
frames-inl.h
|
MIPS port initial commit
|
2010-02-04 20:36:58 +00:00 |
frames.cc
|
Create a separate class to encapsulate ScopeInfo serialization.
|
2010-07-14 11:18:09 +00:00 |
frames.h
|
Add friend declaration.
|
2010-05-08 06:54:36 +00:00 |
full-codegen.cc
|
Refactor type checks in v8natives.js and runtime.js.
|
2010-07-16 11:21:08 +00:00 |
full-codegen.h
|
Refactor type checks in v8natives.js and runtime.js.
|
2010-07-16 11:21:08 +00:00 |
func-name-inferrer.cc
|
Split nested namespaces declaration in two lines in accordance with C++ Style Guide.
|
2009-05-25 10:05:56 +00:00 |
func-name-inferrer.h
|
Split nested namespaces declaration in two lines in accordance with C++ Style Guide.
|
2009-05-25 10:05:56 +00:00 |
global-handles.cc
|
Add a check that weak object handle is not in NEAR_DEATH state after weak callback invocation.
|
2010-07-19 13:26:25 +00:00 |
global-handles.h
|
Added recording of heap and global handle stats in a stack-allocated
|
2009-12-03 10:16:37 +00:00 |
globals.h
|
Create a separate class to encapsulate ScopeInfo serialization.
|
2010-07-14 11:18:09 +00:00 |
handles-inl.h
|
Fix strict aliasing crash on x64.
|
2009-08-14 17:19:51 +00:00 |
handles.cc
|
Fix issue 785. For-in now works on strings: for (var i in "asdf") now works
|
2010-07-19 12:45:21 +00:00 |
handles.h
|
Fix Chromium issue 47824.
|
2010-06-30 07:40:40 +00:00 |
hashmap.cc
|
Fix some defects identifies by Coverity Prevent. All are false
|
2009-07-22 11:29:38 +00:00 |
hashmap.h
|
Split nested namespaces declaration in two lines in accordance with C++ Style Guide.
|
2009-05-25 10:05:56 +00:00 |
heap-inl.h
|
Faster implementation of Heap::RecordWrites.
|
2010-06-11 17:03:19 +00:00 |
heap-profiler.cc
|
Heap profiler: implement diffing of snapshots.
|
2010-07-15 13:21:50 +00:00 |
heap-profiler.h
|
Heap profiler: implement diffing of snapshots.
|
2010-07-15 13:21:50 +00:00 |
heap.cc
|
Output time spent in code flushing in GC NVP trace.
|
2010-07-20 10:59:00 +00:00 |
heap.h
|
Output time spent in code flushing in GC NVP trace.
|
2010-07-20 10:59:00 +00:00 |
ic-inl.h
|
This change allows generating call-stubs for objects with normal (non-fast) objects in the prototype chain. StubCompiler::CheckPrototypes does ne
|
2010-07-02 14:15:04 +00:00 |
ic.cc
|
Inline in-object property stores on ia32 when in loop and not in top-level code.
|
2010-07-21 06:59:34 +00:00 |
ic.h
|
Inline in-object property stores on ia32 when in loop and not in top-level code.
|
2010-07-21 06:59:34 +00:00 |
interpreter-irregexp.cc
|
Fix warnings on Win64.
|
2009-11-11 09:50:06 +00:00 |
interpreter-irregexp.h
|
Split nested namespaces declaration in two lines in accordance with C++ Style Guide.
|
2009-05-25 10:05:56 +00:00 |
json.js
|
Fix JSON.parse typo which causes the input not to be string converted.
|
2010-07-13 10:57:45 +00:00 |
jsregexp.cc
|
Fix Chromium issue 47824.
|
2010-06-30 07:40:40 +00:00 |
jsregexp.h
|
Make not sucking at regexp the default
|
2010-04-19 19:30:11 +00:00 |
jump-target-heavy-inl.h
|
Split the virtual frame into heavy and light versions.
|
2010-03-25 13:18:00 +00:00 |
jump-target-heavy.cc
|
Custom call IC-s for String.prototype.{charAt,charCodeAt}.
|
2010-05-26 14:23:19 +00:00 |
jump-target-heavy.h
|
ARM: Remove a bunch of spilled scopes. Still a lot to go.
|
2010-06-24 07:54:48 +00:00 |
jump-target-inl.h
|
Split the virtual frame into heavy and light versions.
|
2010-03-25 13:18:00 +00:00 |
jump-target-light-inl.h
|
ARM: Remove a bunch of spilled scopes. Still a lot to go.
|
2010-06-24 07:54:48 +00:00 |
jump-target-light.cc
|
Fix jump targets on ARM to merge virtual frames (really this time).
|
2010-05-27 13:48:52 +00:00 |
jump-target-light.h
|
Port inlined in-object property stores to ARM.
|
2010-07-22 08:17:40 +00:00 |
jump-target.cc
|
First step towards making JumpTarget work on ARM. Instead
|
2010-05-10 11:32:25 +00:00 |
jump-target.h
|
First step towards making JumpTarget work on ARM. Instead
|
2010-05-10 11:32:25 +00:00 |
list-inl.h
|
Split nested namespaces declaration in two lines in accordance with C++ Style Guide.
|
2009-05-25 10:05:56 +00:00 |
list.h
|
Implement inline string compare on ARM.
|
2010-01-21 12:10:56 +00:00 |
liveedit-debugger.js
|
Describe LiveEdit changes and support preview mode
|
2010-07-02 20:46:04 +00:00 |
liveedit.cc
|
LiveEdit: Support debug break slots in frame dropping implementation
|
2010-06-30 17:29:00 +00:00 |
liveedit.h
|
Make LiveEdit natives fuzzy
|
2010-05-04 13:07:36 +00:00 |
log-inl.h
|
merged
|
2010-04-14 18:48:05 +00:00 |
log-utils.cc
|
Make the assumption on the minimum buffer size for GetLogLines explicit.
|
2010-03-11 09:48:01 +00:00 |
log-utils.h
|
Make the assumption on the minimum buffer size for GetLogLines explicit.
|
2010-03-11 09:48:01 +00:00 |
log.cc
|
Avoid a potential null dereference wrt the CPU profiler.
|
2010-06-25 15:57:30 +00:00 |
log.h
|
Extend CallIC to support non-constant names.
|
2010-06-07 08:27:32 +00:00 |
macro-assembler.h
|
Remove the fledgling Thumb2 support since we are concentrating
|
2010-05-21 09:23:33 +00:00 |
macros.py
|
Refactor type checks in v8natives.js and runtime.js.
|
2010-07-16 11:21:08 +00:00 |
mark-compact.cc
|
Heap profiler: implement diffing of snapshots.
|
2010-07-15 13:21:50 +00:00 |
mark-compact.h
|
Cardmarking writebarrier.
|
2010-05-27 12:30:45 +00:00 |
math.js
|
Change Math.random() to return 32 bits of random goodness, instead of 30 random bits. Math.random now allocates a HeapNumber inline, and calls a C funciton directly to put the random bits into it.
|
2010-04-07 08:18:51 +00:00 |
memory.h
|
Add near calls (32-bit displacement) to Code objects on X64 platform.
|
2009-10-06 13:11:05 +00:00 |
messages.cc
|
Allow to capture stack trace for uncaught exceptions
|
2010-07-12 13:17:27 +00:00 |
messages.h
|
Allow to capture stack trace for uncaught exceptions
|
2010-07-12 13:17:27 +00:00 |
messages.js
|
Remove the special error message for overflows when using
|
2010-07-12 15:29:25 +00:00 |
mirror-debugger.js
|
Better handling of stepping out of a function
|
2010-06-10 09:02:16 +00:00 |
mksnapshot.cc
|
Merge the partial_snapshots branch back into bleeding_edge. For
|
2010-03-23 11:40:38 +00:00 |
natives.h
|
Merge the partial_snapshots branch back into bleeding_edge. For
|
2010-03-23 11:40:38 +00:00 |
objects-debug.cc
|
Move serialized scope info from Code object to SharedFunctionInfo.
|
2010-07-13 13:06:33 +00:00 |
objects-inl.h
|
Create a separate class to encapsulate ScopeInfo serialization.
|
2010-07-14 11:18:09 +00:00 |
objects.cc
|
Properly propagate failures from helper methods.
|
2010-07-22 13:39:18 +00:00 |
objects.h
|
Update inheritance hierarchy in Objects.h to better reflect the actual hierarchy.
|
2010-07-20 07:14:19 +00:00 |
oprofile-agent.cc
|
Align OProfile agent invocations style with logging.
|
2010-03-25 14:55:53 +00:00 |
oprofile-agent.h
|
Align OProfile agent invocations style with logging.
|
2010-03-25 14:55:53 +00:00 |
parser.cc
|
Create a separate class to encapsulate ScopeInfo serialization.
|
2010-07-14 11:18:09 +00:00 |
parser.h
|
Landing patch by tonyg@chromium.org:
|
2010-05-25 06:38:19 +00:00 |
platform-freebsd.cc
|
Implement OS::ReleaseStore for Solaris
|
2010-05-27 06:38:53 +00:00 |
platform-linux.cc
|
Fix AddBlock invocations in CpuProfilesCollection.
|
2010-05-31 10:09:07 +00:00 |
platform-macos.cc
|
CPU profiler: make code events handling scalable.
|
2010-05-22 05:27:19 +00:00 |
platform-nullos.cc
|
Allow a platform to indicate that some CPU features are always
|
2009-11-13 12:32:57 +00:00 |
platform-openbsd.cc
|
Add ReleaseStore function on OpenBSD.
|
2010-07-08 08:12:17 +00:00 |
platform-posix.cc
|
Land patch to add Solaris platform support.
|
2010-01-25 12:37:31 +00:00 |
platform-solaris.cc
|
Implement OS::ReleaseStore for Solaris
|
2010-05-27 06:38:53 +00:00 |
platform-win32.cc
|
CPU profiler: make code events handling scalable.
|
2010-05-22 05:27:19 +00:00 |
platform.h
|
CPU profiler: make code events handling scalable.
|
2010-05-22 05:27:19 +00:00 |
powers-ten.h
|
Rename files containing underscores.
|
2010-03-19 12:15:24 +00:00 |
prettyprinter.cc
|
Add iterative primitive type analysis.
|
2010-03-23 13:01:37 +00:00 |
prettyprinter.h
|
Add iterative primitive type analysis.
|
2010-03-23 13:01:37 +00:00 |
profile-generator-inl.h
|
The new JS Heap Profiler: the main part.
|
2010-06-11 16:34:59 +00:00 |
profile-generator.cc
|
Add a check that weak object handle is not in NEAR_DEATH state after weak callback invocation.
|
2010-07-19 13:26:25 +00:00 |
profile-generator.h
|
Fix compile errors on Linux x64 and Windows.
|
2010-07-15 14:28:52 +00:00 |
property.cc
|
Remove the LookupResult IsValid method because it is confusing.
|
2010-02-18 15:10:35 +00:00 |
property.h
|
Merge the partial_snapshots branch back into bleeding_edge. For
|
2010-03-23 11:40:38 +00:00 |
regexp-macro-assembler-irregexp-inl.h
|
Make not sucking at regexp the default
|
2010-04-19 19:30:11 +00:00 |
regexp-macro-assembler-irregexp.cc
|
Make not sucking at regexp the default
|
2010-04-19 19:30:11 +00:00 |
regexp-macro-assembler-irregexp.h
|
Make not sucking at regexp the default
|
2010-04-19 19:30:11 +00:00 |
regexp-macro-assembler-tracer.cc
|
Fix a build---increase array's size.
|
2010-04-26 15:34:25 +00:00 |
regexp-macro-assembler-tracer.h
|
Attempt to make \b\w+ faster. Slight performance increase on, e.g., string unpacking.
|
2010-01-07 19:01:23 +00:00 |
regexp-macro-assembler.cc
|
Fix Chromium issue 47824.
|
2010-06-30 07:40:40 +00:00 |
regexp-macro-assembler.h
|
Make not sucking at regexp the default
|
2010-04-19 19:30:11 +00:00 |
regexp-stack.cc
|
Fix warnings on Win64.
|
2009-11-11 09:50:06 +00:00 |
regexp-stack.h
|
Direct call to native RegExp code from JavaScript.
|
2010-01-06 11:09:30 +00:00 |
regexp.js
|
X64: Make the ToBoolean inline code do even less if the value is known to be a smi.
|
2010-06-29 14:15:34 +00:00 |
register-allocator-inl.h
|
Rename NumberInfo to TypeInfo.
|
2010-03-25 12:44:15 +00:00 |
register-allocator.cc
|
First step towards making JumpTarget work on ARM. Instead
|
2010-05-10 11:32:25 +00:00 |
register-allocator.h
|
Simple register allocation for ARM. Only top of expression
|
2010-04-08 22:30:30 +00:00 |
rewriter.cc
|
Make ignore-negative-zeros analysis a little sharper.
|
2010-07-02 20:24:40 +00:00 |
rewriter.h
|
Split nested namespaces declaration in two lines in accordance with C++ Style Guide.
|
2009-05-25 10:05:56 +00:00 |
runtime.cc
|
Support object literal map caching for literals with keys that are array indices.
|
2010-07-22 06:28:47 +00:00 |
runtime.h
|
Add number allocation call to runtime.cc instead of misusing
|
2010-07-08 13:16:51 +00:00 |
runtime.js
|
Refactor type checks in v8natives.js and runtime.js.
|
2010-07-16 11:21:08 +00:00 |
scanner.cc
|
Fix preparsing from a source string that is not external.
|
2010-07-13 10:29:31 +00:00 |
scanner.h
|
Made scanner follow coding style.
|
2010-06-22 12:31:24 +00:00 |
SConscript
|
Remove the fledgling Thumb2 support since we are concentrating
|
2010-05-21 09:23:33 +00:00 |
scopeinfo.cc
|
Create a separate class to encapsulate ScopeInfo serialization.
|
2010-07-14 11:18:09 +00:00 |
scopeinfo.h
|
Create a separate class to encapsulate ScopeInfo serialization.
|
2010-07-14 11:18:09 +00:00 |
scopes.cc
|
Remove unneeded variable usage analysis.
|
2010-03-08 13:01:24 +00:00 |
scopes.h
|
Fix assigned variables analysis.
|
2010-03-11 10:28:40 +00:00 |
serialize.cc
|
Fix compilation and linking with V8_INTERPRETED_REGEXP flag.
|
2010-07-15 10:31:30 +00:00 |
serialize.h
|
Cosmetic fix to avoid operator precedence warning on newer gcc.
|
2010-05-20 19:58:05 +00:00 |
shell.h
|
Split nested namespaces declaration in two lines in accordance with C++ Style Guide.
|
2009-05-25 10:05:56 +00:00 |
simulator.h
|
MIPS port initial commit
|
2010-02-04 20:36:58 +00:00 |
smart-pointer.h
|
Split nested namespaces declaration in two lines in accordance with C++ Style Guide.
|
2009-05-25 10:05:56 +00:00 |
snapshot-common.cc
|
Merge the partial_snapshots branch back into bleeding_edge. For
|
2010-03-23 11:40:38 +00:00 |
snapshot-empty.cc
|
Merge the partial_snapshots branch back into bleeding_edge. For
|
2010-03-23 11:40:38 +00:00 |
snapshot.h
|
Merge the partial_snapshots branch back into bleeding_edge. For
|
2010-03-23 11:40:38 +00:00 |
spaces-inl.h
|
Faster implementation of Heap::RecordWrites.
|
2010-06-11 17:03:19 +00:00 |
spaces.cc
|
Landing for pmehta.
|
2010-07-19 10:02:11 +00:00 |
spaces.h
|
Faster implementation of Heap::RecordWrites.
|
2010-06-11 17:03:19 +00:00 |
splay-tree-inl.h
|
Start migrating profiles processing to C++.
|
2010-03-15 14:11:19 +00:00 |
splay-tree.h
|
Start migrating profiles processing to C++.
|
2010-03-15 14:11:19 +00:00 |
string-stream.cc
|
Remove the different length string types
|
2009-11-24 14:10:06 +00:00 |
string-stream.h
|
Add initial version of retainers heap profile.
|
2009-09-16 13:41:24 +00:00 |
string.js
|
Custom call IC-s for String.prototype.{charAt,charCodeAt}.
|
2010-05-26 14:23:19 +00:00 |
stub-cache.cc
|
Move serialized scope info from Code object to SharedFunctionInfo.
|
2010-07-13 13:06:33 +00:00 |
stub-cache.h
|
Simplifying GenerateDictionaryNegativeLookup by making the 'extra' parameter mandatory.
|
2010-07-13 10:02:11 +00:00 |
token.cc
|
Give the binary op stubs better names to make profiles more informative.
|
2009-12-11 10:40:01 +00:00 |
token.h
|
Adding compound assignments to the top-level compiler.
|
2009-12-11 16:09:16 +00:00 |
top.cc
|
Allow to capture stack trace for uncaught exceptions
|
2010-07-12 13:17:27 +00:00 |
top.h
|
Allow to capture stack trace for uncaught exceptions
|
2010-07-12 13:17:27 +00:00 |
type-info.cc
|
Start using String type info:
|
2010-03-29 11:48:57 +00:00 |
type-info.h
|
Type info: fix three bit representation of smi type.
|
2010-06-29 13:48:20 +00:00 |
unbound-queue-inl.h
|
CPU profiler: sample call stack on profiling start.
|
2010-06-01 13:52:49 +00:00 |
unbound-queue.h
|
CPU profiler: sample call stack on profiling start.
|
2010-06-01 13:52:49 +00:00 |
unicode-inl.h
|
Cleanup include guards:
|
2009-05-04 13:36:43 +00:00 |
unicode.cc
|
Small cleanup to Utf8::CalculateValue:
|
2009-07-13 11:17:51 +00:00 |
unicode.h
|
Cleanup include guards:
|
2009-05-04 13:36:43 +00:00 |
uri.js
|
Remove trailing regexp from .js files.
|
2010-03-30 07:15:23 +00:00 |
utils.cc
|
Kill some unused code.
|
2010-02-18 12:47:17 +00:00 |
utils.h
|
Change kMinComplexMemCopy to 64 for IA32. It's just better.
|
2010-06-24 11:21:58 +00:00 |
v8-counters.cc
|
Split nested namespaces declaration in two lines in accordance with C++ Style Guide.
|
2009-05-25 10:05:56 +00:00 |
v8-counters.h
|
Fixed a couple of issues with store inlining on arm.
|
2010-07-23 08:47:15 +00:00 |
v8.cc
|
Heap profiler: publish API and add test.
|
2010-06-15 11:44:07 +00:00 |
v8.h
|
Make VM state tracking to be independent of logging and profiling.
|
2010-04-08 13:37:39 +00:00 |
v8dll-main.cc
|
Landing for victorw@chromium.org.
|
2010-07-02 07:39:42 +00:00 |
v8natives.js
|
Refactor type checks in v8natives.js and runtime.js.
|
2010-07-16 11:21:08 +00:00 |
v8threads.cc
|
Rename ThreadManager::IterateThreads to ThreadManager::IterateArchivedThreads
|
2010-06-04 11:57:01 +00:00 |
v8threads.h
|
Rename ThreadManager::IterateThreads to ThreadManager::IterateArchivedThreads
|
2010-06-04 11:57:01 +00:00 |
variables.cc
|
Add IsStackAllocated helper for variables.
|
2010-03-09 10:39:18 +00:00 |
variables.h
|
Loop peeling for inner loops.
|
2010-03-22 13:21:32 +00:00 |
version.cc
|
Prepare push to trunk. Now working on version 2.3.3.
|
2010-07-21 10:53:38 +00:00 |
version.h
|
Split nested namespaces declaration in two lines in accordance with C++ Style Guide.
|
2009-05-25 10:05:56 +00:00 |
virtual-frame-heavy-inl.h
|
First step towards making JumpTarget work on ARM. Instead
|
2010-05-10 11:32:25 +00:00 |
virtual-frame-heavy.cc
|
Simple register allocation for ARM. Only top of expression
|
2010-04-08 22:30:30 +00:00 |
virtual-frame-inl.h
|
Simple register allocation for ARM. Only top of expression
|
2010-04-08 22:30:30 +00:00 |
virtual-frame-light-inl.h
|
ARM: Change code generation for function return
|
2010-06-14 11:37:05 +00:00 |
virtual-frame-light.cc
|
ARM: Track Smis on top 4 stack positions and Smi loop variables.
|
2010-06-02 09:37:02 +00:00 |
virtual-frame.cc
|
Simple register allocation for ARM. Only top of expression
|
2010-04-08 22:30:30 +00:00 |
virtual-frame.h
|
MIPS port initial commit
|
2010-02-04 20:36:58 +00:00 |
vm-state-inl.h
|
Fix concurrent access to VMState::current_state_.
|
2010-07-08 08:00:38 +00:00 |
vm-state.cc
|
Fix concurrent access to VMState::current_state_.
|
2010-07-08 08:00:38 +00:00 |
vm-state.h
|
Fix concurrent access to VMState::current_state_.
|
2010-07-08 08:00:38 +00:00 |
zone-inl.h
|
Parametrize C++ splay tree with allocator.
|
2010-03-02 10:03:38 +00:00 |
zone.cc
|
Parametrize C++ splay tree with allocator.
|
2010-03-02 10:03:38 +00:00 |
zone.h
|
Parametrize C++ splay tree with allocator.
|
2010-03-02 10:03:38 +00:00 |