.. |
arm
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
extensions
|
Extract extensions to a separate directory.
|
2010-11-17 12:28:30 +00:00 |
ia32
|
Fix Win64 compilation.
|
2010-12-07 11:53:19 +00:00 |
mips
|
Landing for Rodolph Perfetta.
|
2010-11-01 08:55:40 +00:00 |
third_party/valgrind
|
Remove Gay's dtoa from sources.
|
2010-11-22 14:42:07 +00:00 |
x64
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
accessors.cc
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
accessors.h
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
allocation.cc
|
Split globals.h into two parts, where only one depends on V8.
|
2010-11-15 13:23:30 +00:00 |
allocation.h
|
Split globals.h into two parts, where only one depends on V8.
|
2010-11-15 13:23:30 +00:00 |
api.cc
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
api.h
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
apinatives.js
|
Merge the partial_snapshots branch back into bleeding_edge. For
|
2010-03-23 11:40:38 +00:00 |
apiutils.h
|
Avoiding repacking payload for v8::Arguments and v8::AccessorInfo (arm)
|
2010-11-19 09:06:00 +00:00 |
arguments.h
|
Refactoring of v8:Arguments similary we did with v8::AccessorInfo (http://codereview.chromium.org/242050). GC-controlled values moved to a separate array.
|
2010-11-01 10:51:44 +00:00 |
array.js
|
Improved JSON stringify.
|
2010-12-06 15:41:07 +00:00 |
assembler.cc
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
assembler.h
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
ast-inl.h
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
ast.cc
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
ast.h
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
atomicops_internals_arm_gcc.h
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
atomicops_internals_x86_gcc.cc
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
atomicops_internals_x86_gcc.h
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
atomicops_internals_x86_macosx.h
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
atomicops_internals_x86_msvc.h
|
Fix Win64 compilation.
|
2010-12-07 11:53:19 +00:00 |
atomicops.h
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
bignum-dtoa.cc
|
Name argument in forward declaration.
|
2010-11-17 13:29:45 +00:00 |
bignum-dtoa.h
|
Add bignum fall-back when the fast dtoa doesn't succeed. This removes Gay's dtoa for the double->string direction. We still need it for the string->double direction.
|
2010-11-17 13:20:44 +00:00 |
bignum.cc
|
Bignum implementation of Strtod.
|
2010-11-08 11:49:47 +00:00 |
bignum.h
|
Bignum implementation of Strtod.
|
2010-11-08 11:49:47 +00:00 |
bootstrapper.cc
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
bootstrapper.h
|
Remove unused declarations.
|
2010-05-06 13:35:30 +00:00 |
builtins.cc
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
builtins.h
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
bytecodes-irregexp.h
|
Limit end-anchored regexps to testing end of string where possible.
|
2010-10-19 14:00:01 +00:00 |
cached-powers.cc
|
Strtod fast-case that uses DiyFps and cached powers of ten.
|
2010-10-21 11:54:32 +00:00 |
cached-powers.h
|
Strtod fast-case that uses DiyFps and cached powers of ten.
|
2010-10-21 11:54:32 +00:00 |
char-predicates-inl.h
|
Add and use AsciiAlphaToLower. Move RemoveLast test. Add Clear test. This is a commit of http://codereview.chromium.org/3307003/show http://codereview.chromium.org/3312007/show and http://codereview.chromium.org/3341002/show for tfarina
|
2010-09-03 12:59:52 +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
|
Working stand-alone preparser.
|
2010-11-24 09:57:06 +00:00 |
checks.h
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +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 a error in SamplingCircularQueue found using Valgrind memcheck.
|
2010-08-30 13:30:54 +00:00 |
circular-queue.h
|
CPU profiler: make code events handling scalable.
|
2010-05-22 05:27:19 +00:00 |
code-stubs.cc
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
code-stubs.h
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +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
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
codegen.h
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
compilation-cache.cc
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
compilation-cache.h
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
compiler.cc
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
compiler.h
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
contexts.cc
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
contexts.h
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +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
|
Fix number parsing to not allow space between sign and digits.
|
2010-11-26 12:45:41 +00:00 |
conversions.h
|
Extract scanner base/JS/JSON and move base and JS to scanner-base.
|
2010-11-18 13:07:02 +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
|
Show RegExp calls in the profile.
|
2010-09-20 09:29:12 +00:00 |
cpu-profiler.cc
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
cpu-profiler.h
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +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
|
Add API callback for tracking allocated memory
|
2010-09-03 11:31:58 +00:00 |
d8.h
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
d8.js
|
Remove trailing spaces from js files.
|
2010-10-15 13:03:59 +00:00 |
data-flow.cc
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
data-flow.h
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
date.js
|
Remove trailing spaces from js files.
|
2010-10-15 13:03:59 +00:00 |
dateparser-inl.h
|
make DateParser::TimeComposer handle 1-2 digits millisecond values
|
2010-11-26 11:48:35 +00:00 |
dateparser.cc
|
Fix presubmit error.
|
2010-05-07 12:00:12 +00:00 |
dateparser.h
|
make DateParser::TimeComposer handle 1-2 digits millisecond values
|
2010-11-26 11:48:35 +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
|
Remove all remaining code related to exposing C-frames to the JavaScript debugger
|
2010-11-02 12:08:58 +00:00 |
debug.cc
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
debug.h
|
Add breakOnCaughtException and breakOnUncaughtException flags
|
2010-09-16 21:40:42 +00:00 |
deoptimizer.cc
|
Fix Win64 compilation.
|
2010-12-07 11:53:19 +00:00 |
deoptimizer.h
|
Fix Win64 compilation.
|
2010-12-07 11:53:19 +00:00 |
disasm.h
|
Merge from experimental code generator branch to bleeding edge.
|
2009-02-27 13:00:32 +00:00 |
disassembler.cc
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +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
|
Add comments to double.h.
|
2010-11-08 15:40:28 +00:00 |
dtoa.cc
|
Add bignum fall-back when the fast dtoa doesn't succeed. This removes Gay's dtoa for the double->string direction. We still need it for the string->double direction.
|
2010-11-17 13:20:44 +00:00 |
dtoa.h
|
Add bignum fall-back when the fast dtoa doesn't succeed. This removes Gay's dtoa for the double->string direction. We still need it for the string->double direction.
|
2010-11-17 13:20:44 +00:00 |
execution.cc
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
execution.h
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
factory.cc
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
factory.h
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
fast-dtoa.cc
|
Strtod fast-case that uses DiyFps and cached powers of ten.
|
2010-10-21 11:54:32 +00:00 |
fast-dtoa.h
|
Added precision mode to fast-dtoa.
|
2010-09-20 09:18:00 +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
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
flags.cc
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
flags.h
|
Improve header file inclusions. Drop some unneeded includes, and add some needed ones.
|
2010-08-30 07:10:40 +00:00 |
frame-element.cc
|
Small simplification of #include dependencies.
|
2010-03-09 06:38:33 +00:00 |
frame-element.h
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
frames-inl.h
|
Add functionality for finding code objects from a pc that points into
|
2010-08-30 08:54:43 +00:00 |
frames.cc
|
Fix Win64 compilation.
|
2010-12-07 11:53:19 +00:00 |
frames.h
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
full-codegen.cc
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
full-codegen.h
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
func-name-inferrer.cc
|
Move the function name inferrer code from the AstOptimizer to
|
2010-08-23 13:26:03 +00:00 |
func-name-inferrer.h
|
Move the function name inferrer code from the AstOptimizer to
|
2010-08-23 13:26:03 +00:00 |
global-handles.cc
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
global-handles.h
|
Attempt to collect more garbage before panicking with out of memory.
|
2010-11-03 13:00:28 +00:00 |
globals.h
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
handles-inl.h
|
Optimizing HandleScope. Also fixed HandleScope destruction when API getter throws an exception.
|
2010-10-21 14:21:00 +00:00 |
handles.cc
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
handles.h
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
hashmap.cc
|
Fix break of build.
|
2010-11-24 10:28:22 +00:00 |
hashmap.h
|
Fix some inconsistent formatting.
|
2010-09-24 08:25:31 +00:00 |
heap-inl.h
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
heap-profiler.cc
|
Expose a method for getting JSObject constructor name
|
2010-11-25 08:04:12 +00:00 |
heap-profiler.h
|
Heap profiler: allow returning aggregated snapshots via the new API.
|
2010-08-18 08:19:29 +00:00 |
heap.cc
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
heap.h
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
hydrogen-instructions.cc
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
hydrogen-instructions.h
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
hydrogen.cc
|
Be more careful about exiting inlined functions in a test context.
|
2010-12-07 12:07:40 +00:00 |
hydrogen.h
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
ic-inl.h
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
ic.cc
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
ic.h
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
interpreter-irregexp.cc
|
Limit end-anchored regexps to testing end of string where possible.
|
2010-10-19 14:00:01 +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
|
Improved JSON stringify.
|
2010-12-06 15:41:07 +00:00 |
jsregexp.cc
|
Irregexp: Preload more characters when we are not at the
|
2010-12-03 09:54:06 +00:00 |
jsregexp.h
|
Irregexp: Preload more characters when we are not at the
|
2010-12-03 09:54:06 +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
|
Improve positions recording for calls.
|
2010-11-04 15:12:03 +00:00 |
jump-target-heavy.h
|
Remove the virtual declaration from a couple of non-virtual JumpTarget
|
2010-08-23 07:30:09 +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
|
Improve positions recording for calls.
|
2010-11-04 15:12:03 +00:00 |
jump-target-light.h
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +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
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
list.h
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
lithium-allocator.cc
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
lithium-allocator.h
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
liveedit-debugger.js
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
liveedit.cc
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
liveedit.h
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
log-inl.h
|
merged
|
2010-04-14 18:48:05 +00:00 |
log-utils.cc
|
Try to fix win64 build.
|
2010-10-19 16:56:44 +00:00 |
log-utils.h
|
Support profiling based on linux kernel performance events.
|
2010-10-19 16:45:11 +00:00 |
log.cc
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
log.h
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
macro-assembler.h
|
Remove dependence of code-stubs on codegen, the virtual frame code generator. Move some functions used by code-stubs and full-codegen from codegen to macro-assembler.
|
2010-08-30 11:48:07 +00:00 |
macros.py
|
Don't do a smi check twice in the TO_INTEGER macro.
|
2010-08-23 11:46:59 +00:00 |
mark-compact.cc
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
mark-compact.h
|
Provide more accurate results about used heap size via GetHeapStatistics.
|
2010-11-15 10:38:24 +00:00 |
math.js
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
memory.h
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
messages.cc
|
Make Failure inherit from MaybeObject instead of Object.
|
2010-10-25 15:22:03 +00:00 |
messages.h
|
Allow to capture stack trace for uncaught exceptions
|
2010-07-12 13:17:27 +00:00 |
messages.js
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
mirror-debugger.js
|
Remove trailing spaces from js files.
|
2010-10-15 13:03:59 +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
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
objects-inl.h
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
objects-visiting.cc
|
Merge flush code phase into marking phase.
|
2010-08-17 11:44:01 +00:00 |
objects-visiting.h
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
objects.cc
|
Fix Win64 compilation.
|
2010-12-07 11:53:19 +00:00 |
objects.h
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +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
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
parser.h
|
Preparser extracted into separate files that can be compiled to a library.
|
2010-11-29 13:24:37 +00:00 |
platform-freebsd.cc
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
platform-linux.cc
|
Fix ARM build.
|
2010-12-07 12:21:26 +00:00 |
platform-macos.cc
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
platform-nullos.cc
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
platform-openbsd.cc
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
platform-posix.cc
|
Add last OS error into heap stats.
|
2010-08-13 11:11:36 +00:00 |
platform-solaris.cc
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
platform-win32.cc
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
platform.h
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
preparse-data.cc
|
Untemplated preparser.h and made it depend on virtual types.
|
2010-11-23 11:46:36 +00:00 |
preparse-data.h
|
Untemplated preparser.h and made it depend on virtual types.
|
2010-11-23 11:46:36 +00:00 |
preparser-api.cc
|
Preparser extracted into separate files that can be compiled to a library.
|
2010-11-29 13:24:37 +00:00 |
preparser.cc
|
Fix windows build.
|
2010-11-29 16:38:05 +00:00 |
preparser.h
|
Preparser extracted into separate files that can be compiled to a library.
|
2010-11-29 13:24:37 +00:00 |
prettyprinter.cc
|
Introduce a new intermediate AST node for encapsulating the
|
2010-08-24 12:56:45 +00:00 |
prettyprinter.h
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
profile-generator-inl.h
|
Fix again HeapEntry size problem, now platform-independent way.
|
2010-11-23 09:52:52 +00:00 |
profile-generator.cc
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
profile-generator.h
|
New Heap Profiler: add API method for finding a graph node by id.
|
2010-12-02 15:38:51 +00:00 |
property.cc
|
Remove the LookupResult IsValid method because it is confusing.
|
2010-02-18 15:10:35 +00:00 |
property.h
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +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
|
Limit end-anchored regexps to testing end of string where possible.
|
2010-10-19 14:00:01 +00:00 |
regexp-macro-assembler-irregexp.h
|
Limit end-anchored regexps to testing end of string where possible.
|
2010-10-19 14:00:01 +00:00 |
regexp-macro-assembler-tracer.cc
|
Limit end-anchored regexps to testing end of string where possible.
|
2010-10-19 14:00:01 +00:00 |
regexp-macro-assembler-tracer.h
|
Limit end-anchored regexps to testing end of string where possible.
|
2010-10-19 14:00:01 +00:00 |
regexp-macro-assembler.cc
|
Fix Chromium issue 47824.
|
2010-06-30 07:40:40 +00:00 |
regexp-macro-assembler.h
|
Limit end-anchored regexps to testing end of string where possible.
|
2010-10-19 14:00:01 +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
|
Special case global and non-global code paths in regexp.test.
|
2010-11-11 08:47:30 +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
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
rewriter.h
|
More refactoring of class Compiler's interface.
|
2010-10-04 14:30:43 +00:00 |
runtime-profiler.cc
|
Fix strict aliasing rule violation in runtime-profiler.cc
|
2010-12-07 11:40:36 +00:00 |
runtime-profiler.h
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
runtime.cc
|
Fix Win64 compilation.
|
2010-12-07 11:53:19 +00:00 |
runtime.h
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
runtime.js
|
Using array index hash code for string-to-number conversion.
|
2010-08-27 11:47:12 +00:00 |
safepoint-table.cc
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
safepoint-table.h
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
scanner-base.cc
|
Preparser extracted into separate files that can be compiled to a library.
|
2010-11-29 13:24:37 +00:00 |
scanner-base.h
|
Preparser extracted into separate files that can be compiled to a library.
|
2010-11-29 13:24:37 +00:00 |
scanner.cc
|
Preparser extracted into separate files that can be compiled to a library.
|
2010-11-29 13:24:37 +00:00 |
scanner.h
|
Preparser extracted into separate files that can be compiled to a library.
|
2010-11-29 13:24:37 +00:00 |
SConscript
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
scopeinfo.cc
|
Clean up some messiness in Scopes.
|
2010-09-24 07:53:59 +00:00 |
scopeinfo.h
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
scopes.cc
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
scopes.h
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
serialize.cc
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
serialize.h
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +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
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
spaces.cc
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
spaces.h
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +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-search.cc
|
Added missing file. Mea culpa.
|
2010-09-29 12:12:45 +00:00 |
string-search.h
|
Fix bad cast in string-search.h.
|
2010-10-01 09:08:52 +00:00 |
string-stream.cc
|
Remove the different length string types
|
2009-11-24 14:10:06 +00:00 |
string-stream.h
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
string.js
|
Make String.prototype.split honor limit when separator is empty.
|
2010-11-10 12:34:28 +00:00 |
strtod.cc
|
Fix strtod.
|
2010-11-11 16:32:32 +00:00 |
strtod.h
|
Weed out extreme exponents in strtod.
|
2010-10-14 13:47:48 +00:00 |
stub-cache.cc
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
stub-cache.h
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
token.cc
|
Working stand-alone preparser.
|
2010-11-24 09:57:06 +00:00 |
token.h
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
top.cc
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
top.h
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
type-info.cc
|
Fix Win64 compilation.
|
2010-12-07 11:53:19 +00:00 |
type-info.h
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +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
|
Updated unicode library.
|
2010-07-30 07:10:22 +00:00 |
unicode.cc
|
Unicode: Reduced size of tables.
|
2010-07-30 12:59:57 +00:00 |
unicode.h
|
Implement heap snapshots serialization into JSON. API is designed
|
2010-09-14 11:49:06 +00:00 |
uri.js
|
Remove trailing regexp from .js files.
|
2010-03-30 07:15:23 +00:00 |
utils.cc
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
utils.h
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +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
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
v8.cc
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
v8.h
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
v8checks.h
|
Fix break of build.
|
2010-11-24 10:28:22 +00:00 |
v8dll-main.cc
|
Landing for victorw@chromium.org.
|
2010-07-02 07:39:42 +00:00 |
v8globals.h
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
v8natives.js
|
Separate JSON parsing from the JavaScript parser.
|
2010-10-27 09:19:43 +00:00 |
v8threads.cc
|
Add functionality for finding code objects from a pc that points into
|
2010-08-30 08:54:43 +00:00 |
v8threads.h
|
Add functionality for finding code objects from a pc that points into
|
2010-08-30 08:54:43 +00:00 |
v8utils.h
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
variables.cc
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
variables.h
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
version.cc
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +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
|
Split globals.h into two parts, where only one depends on V8.
|
2010-11-15 13:23:30 +00:00 |
vm-state-inl.h
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
vm-state.h
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
win32-headers.h
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +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
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |