v8/src
2011-04-04 06:29:02 +00:00
..
arm Reapply: Never use classic code generator. 2011-04-01 19:46:21 +00:00
extensions Explicitly use icu namespace. 2011-04-04 02:56:34 +00:00
ia32 Reapply: Never use classic code generator. 2011-04-01 19:46:21 +00:00
mips Fix SlotRef::SlotAddress for parameters indices. 2011-04-01 11:41:36 +00:00
third_party/valgrind Add LICENSE.v8, LICENSE.strongtalk and LICENSE.valgrind to the v8 2011-02-03 07:10:06 +00:00
x64 Reapply: Never use classic code generator. 2011-04-01 19:46:21 +00:00
accessors.cc Fix SlotRef::SlotAddress for parameters indices. 2011-04-01 11:41:36 +00:00
accessors.h Update V8 to version 3.0 (re-land r5920). 2010-12-07 11:31:57 +00:00
allocation-inl.h Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
allocation.cc Make the preparser standalone library and process build in debug mode. 2011-03-29 13:06:48 +00:00
allocation.h Make the preparser standalone library and process build in debug mode. 2011-03-29 13:06:48 +00:00
api.cc Introduce v8::Object::CreationContext method. 2011-04-01 12:17:20 +00:00
api.h Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
apinatives.js Merge the partial_snapshots branch back into bleeding_edge. For 2010-03-23 11:40:38 +00:00
apiutils.h Remove unneeded TLS reads from v8::Null() and friends. 2011-03-25 14:09:14 +00:00
arguments.h Clean up runtime functions. 2011-03-30 14:17:39 +00:00
array.js More cases of CallFunction that doesn't work correctly. 2011-03-03 12:56:14 +00:00
assembler.cc Clean up runtime functions. 2011-03-30 14:17:39 +00:00
assembler.h Reimplement the padding of relocation information for lazy deoptimization on ia32. 2011-03-25 10:29:34 +00:00
ast-inl.h Strict mode arguments do not share binding with formal parameters. 2011-03-07 19:23:46 +00:00
ast.cc Increase coverage of global loads in optimized code 2011-04-01 11:54:04 +00:00
ast.h Reapply: Never use classic code generator. 2011-04-01 19:46:21 +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_mips_gcc.h Re-establish mips basic infrastructure. 2011-03-28 13:05:36 +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 Re-establish mips basic infrastructure. 2011-03-28 13:05:36 +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 Make VS2005 project files compile without errors: changelist http://codereview.chromium.org/6286135/. 2011-02-09 15:58:55 +00:00
bignum.h Bignum implementation of Strtod. 2010-11-08 11:49:47 +00:00
bootstrapper.cc Fix a number of GC-unsafe evaluation order dependent places. 2011-03-30 10:46:55 +00:00
bootstrapper.h Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
builtins.cc Fix multi-isolate build: 2011-04-01 14:46:30 +00:00
builtins.h Introduce accessors on builtins instance and use them to avoid TLS access when getting builtins. 2011-03-23 13:40:07 +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 Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
checks.h Increase coverage of global loads in optimized code 2011-04-01 11:54:04 +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 Fix multi-isolate build: 2011-04-01 14:46:30 +00:00
code-stubs.h Re-establish mips basic infrastructure. 2011-03-28 13:05:36 +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 Implement strict mode ThrowTypeError functions for arguments object. 2011-03-17 20:28:41 +00:00
codegen.cc Fix multi-isolate build: 2011-04-01 14:46:30 +00:00
codegen.h Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
compilation-cache.cc Clean up Isolate usages in compilation cache. 2011-03-21 10:22:57 +00:00
compilation-cache.h Clean up Isolate usages in compilation cache. 2011-03-21 10:22:57 +00:00
compiler.cc Reapply: Never use classic code generator. 2011-04-01 19:46:21 +00:00
compiler.h Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
contexts.cc Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
contexts.h Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +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 Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +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 Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
counters.h Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
cpu-profiler-inl.h Add initialization for has_external_callback field. 2011-03-30 13:30:52 +00:00
cpu-profiler.cc Add initialization for has_external_callback field. 2011-03-30 13:30:52 +00:00
cpu-profiler.h Add support for CPU and heap profiles deletion. 2011-03-22 16:10:01 +00:00
cpu.h VM initialization refactoring. 2011-03-31 16:17:37 +00:00
d8-debug.cc Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
d8-debug.h Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
d8-posix.cc * Fix build errors on FreeBSD 8.2 2011-03-16 11:15:43 +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 Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
d8.gyp Fix gyp files for d8 console. Include build/gyp in .gitignore. 2011-03-29 17:54:44 +00:00
d8.h Update V8 to version 3.0 (re-land r5920). 2010-12-07 11:31:57 +00:00
d8.js Adding debugger interface and runtime functions hooks for supporting 2011-03-02 08:10:38 +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 Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
date.js X64 Crankshaft: Add test that fails on x64 Crankshaft build to list of skipped mjsunit tests. Fix comments and remove unused function from date.js. 2011-02-14 13:57:15 +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 Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
debug-agent.cc Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
debug-agent.h Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
debug-debugger.js Adding debugger interface and runtime functions hooks for supporting 2011-03-02 08:10:38 +00:00
debug.cc Clean up runtime functions. 2011-03-30 14:17:39 +00:00
debug.h Clean up runtime functions. 2011-03-30 14:17:39 +00:00
deoptimizer.cc Fix multi-isolate build: 2011-04-01 14:46:30 +00:00
deoptimizer.h Fix SlotRef::SlotAddress for parameters indices. 2011-04-01 11:41:36 +00:00
disasm.h Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
disassembler.cc Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +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 Cleanup of Isolate::Current() and FACTORY macro usage in execution.cc. 2011-04-01 08:01:33 +00:00
execution.h Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
factory.cc Introduce accessors on builtins instance and use them to avoid TLS access when getting builtins. 2011-03-23 13:40:07 +00:00
factory.h Remember and reuse derived map for external arrays 2011-03-23 09:57:12 +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 Reapply: Never use classic code generator. 2011-04-01 19:46:21 +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 Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
frame-element.h Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
frames-inl.h Rename memory.h to v8memory.h 2011-03-22 11:50:39 +00:00
frames.cc Revert r7483 "Move SafeStackFrameIterator::active_count_ into an isolate." 2011-04-01 16:21:26 +00:00
frames.h Revert r7483 "Move SafeStackFrameIterator::active_count_ into an isolate." 2011-04-01 16:21:26 +00:00
full-codegen.cc Fix multi-isolate build: 2011-04-01 14:46:30 +00:00
full-codegen.h Clean up Isolate usages in ast visitor and hydrogen. 2011-03-21 11:57:59 +00:00
func-name-inferrer.cc Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
func-name-inferrer.h Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
gdb-jit.cc Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
gdb-jit.h GDBJIT: emit .eh_frame section on x64. 2011-02-02 13:32:18 +00:00
global-handles.cc Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
global-handles.h Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
globals.h Re-establish mips basic infrastructure. 2011-03-28 13:05:36 +00:00
handles-inl.h Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
handles.cc Clean up Isolate usages in handles.cc. 2011-03-21 16:00:52 +00:00
handles.h Optimize calls to object literal properties that are initialized with a function literal. 2011-03-21 12:25:31 +00:00
hashmap.cc Fix break of build. 2010-11-24 10:28:22 +00:00
hashmap.h Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
heap-inl.h Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
heap-profiler.cc Add support for CPU and heap profiles deletion. 2011-03-22 16:10:01 +00:00
heap-profiler.h Add support for CPU and heap profiles deletion. 2011-03-22 16:10:01 +00:00
heap.cc Specialize ScavengingVisitor for the case when all logging and profiling is disabled. 2011-03-30 15:17:10 +00:00
heap.h Improve property access with keys that can always be converted into a symbol string. 2011-03-31 10:33:45 +00:00
hydrogen-instructions.cc Increase coverage of global loads in optimized code 2011-04-01 11:54:04 +00:00
hydrogen-instructions.h Increase coverage of global loads in optimized code 2011-04-01 11:54:04 +00:00
hydrogen.cc Fix multi-isolate build: 2011-04-01 14:46:30 +00:00
hydrogen.h Increase coverage of global loads in optimized code 2011-04-01 11:54:04 +00:00
ic-inl.h Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
ic.cc Improve property access with keys that can always be converted into a symbol string. 2011-03-31 10:33:45 +00:00
ic.h Add binary-op stub variant to handle oddball objects more efficiently. 2011-03-28 16:36:08 +00:00
inspector.cc Adding inspector module and macro-ized object type list. 2011-01-19 08:04:48 +00:00
inspector.h Adding inspector module and macro-ized object type list. 2011-01-19 08:04:48 +00:00
interpreter-irregexp.cc Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
interpreter-irregexp.h Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
isolate.cc VM initialization refactoring. 2011-03-31 16:17:37 +00:00
isolate.h Revert r7483 "Move SafeStackFrameIterator::active_count_ into an isolate." 2011-04-01 16:21:26 +00:00
json.js Stop using plain Arrays internally in built-in functions. 2011-03-03 11:49:03 +00:00
jsregexp.cc Re-establish mips basic infrastructure. 2011-03-28 13:05:36 +00:00
jsregexp.h Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +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 Avoid TLS access for counters. 2011-03-23 11:13:07 +00:00
jump-target-heavy.h Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
jump-target-inl.h Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +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 Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +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-inl.h Re-establish mips basic infrastructure. 2011-03-28 13:05:36 +00:00
lithium-allocator.cc Re-establish mips basic infrastructure. 2011-03-28 13:05:36 +00:00
lithium-allocator.h Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
lithium.cc Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
lithium.h Shorten live ranges for arguments to runtime calls. 2011-02-22 06:25:01 +00:00
liveedit-debugger.js Add fine-grained diff implementation to LiveEdit engine. 2011-01-11 14:55:47 +00:00
liveedit.cc Fix a number of GC-unsafe evaluation order dependent places. 2011-03-30 10:46:55 +00:00
liveedit.h Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
liveobjectlist-inl.h Adding files for LiveObjectList implementation. 2011-03-02 09:16:05 +00:00
liveobjectlist.cc Fixed lol SetProperty() calls to specify the needed strict mode. 2011-03-03 07:14:55 +00:00
liveobjectlist.h Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
log-inl.h merged 2010-04-14 18:48:05 +00:00
log-utils.cc Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
log-utils.h Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
log.cc Add initialization for has_external_callback field. 2011-03-30 13:30:52 +00:00
log.h Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
macro-assembler.h Change native RegExp call code to properly set C++ structures and 2011-02-15 13:53:51 +00:00
macros.py Avoid double checking for IS_NUMBER by calling NonNumToNum instead of ToNumber 2011-01-05 13:52:00 +00:00
mark-compact.cc Cleanup usage of HEAP in mark-compact. 2011-04-01 11:59:00 +00:00
mark-compact.h Cleanup usage of HEAP in mark-compact. 2011-04-01 11:59:00 +00:00
math.js Fix http://code.google.com/p/chromium/issues/detail?id=72555 incorrect 2011-02-11 14:23:47 +00:00
messages.cc Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
messages.h A MessageObject is a purely internal object to hold information about 2011-02-02 13:31:52 +00:00
messages.js Implement poison pill for non-strict mode function.caller 2011-03-23 03:45:48 +00:00
mirror-debugger.js Remember and reuse derived map for external arrays 2011-03-23 09:57:12 +00:00
mksnapshot.cc Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +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 Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
objects-inl.h Reapply: Never use classic code generator. 2011-04-01 19:46:21 +00:00
objects-printer.cc Combine typed and pixel arrays. 2011-03-09 15:01:16 +00:00
objects-visiting.cc Combine typed and pixel arrays. 2011-03-09 15:01:16 +00:00
objects-visiting.h Specialize ScavengingVisitor for the case when all logging and profiling is disabled. 2011-03-30 15:17:10 +00:00
objects.cc Microoptimizations to the way we get the current heap. 2011-03-31 10:55:53 +00:00
objects.h Reapply: Never use classic code generator. 2011-04-01 19:46:21 +00:00
parser.cc Support placement new syntax for zone objects and start using it in the parser. 2011-04-04 06:29:02 +00:00
parser.h Support placement new syntax for zone objects and start using it in the parser. 2011-04-04 06:29:02 +00:00
platform-cygwin.cc Fix the Cygwin build after isolates merge. 2011-03-30 17:16:36 +00:00
platform-freebsd.cc Build and pass all tests on FreeBSD. 2011-03-29 06:18:16 +00:00
platform-linux.cc Re-establish mips basic infrastructure. 2011-03-28 13:05:36 +00:00
platform-macos.cc Fix fast TLS support on Mac. 2011-04-04 05:46:51 +00:00
platform-nullos.cc Use v8::internal threading support in samples/shell.cc. 2011-03-21 15:04:17 +00:00
platform-openbsd.cc Use v8::internal threading support in samples/shell.cc. 2011-03-21 15:04:17 +00:00
platform-posix.cc Fix multi-isolate build: 2011-04-01 14:46:30 +00:00
platform-solaris.cc Use v8::internal threading support in samples/shell.cc. 2011-03-21 15:04:17 +00:00
platform-tls-mac.h Fix fast TLS support on Mac. 2011-04-04 05:46:51 +00:00
platform-tls-win32.h Add files missing from last commit. 2011-03-27 16:18:34 +00:00
platform-tls.h Fast TLS support on mac. 2011-03-27 18:40:48 +00:00
platform-win32.cc Fix multi-isolate build: 2011-04-01 14:46:30 +00:00
platform.h VM initialization refactoring. 2011-03-31 16:17:37 +00:00
preparse-data.cc Make the preparser standalone library and process build in debug mode. 2011-03-29 13:06:48 +00:00
preparse-data.h Incremented preparse version number. 2011-01-18 10:00:36 +00:00
preparser-api.cc Fixing build on Mac 2011-03-30 07:00:35 +00:00
preparser.cc Make the preparser standalone library and process build in debug mode. 2011-03-29 13:06:48 +00:00
preparser.h Issue 117 - strict mode and future reserved words 2011-02-04 18:36:37 +00:00
prettyprinter.cc Fix prettyprinter for --print-ast option. 2011-03-25 11:53:29 +00:00
prettyprinter.h Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
profile-generator-inl.h Refactor heap profiler's code to make possible including 2011-03-01 17:38:49 +00:00
profile-generator.cc Heap profiler: emit more descriptive names for system objects and properties. 2011-03-30 14:04:50 +00:00
profile-generator.h Heap profiler: emit more descriptive names for system objects and properties. 2011-03-30 14:04:50 +00:00
property.cc Remember and reuse derived map for external arrays 2011-03-23 09:57:12 +00:00
property.h Remember and reuse derived map for external arrays 2011-03-23 09:57:12 +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 Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
regexp-macro-assembler-irregexp.h Fixes needed to compile on gcc-4.4.1 on ARM. It is still necessary 2011-01-12 11:56:41 +00:00
regexp-macro-assembler-tracer.cc Fixes needed to compile on gcc-4.4.1 on ARM. It is still necessary 2011-01-12 11:56:41 +00:00
regexp-macro-assembler-tracer.h Fixes needed to compile on gcc-4.4.1 on ARM. It is still necessary 2011-01-12 11:56:41 +00:00
regexp-macro-assembler.cc Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
regexp-macro-assembler.h Re-establish mips basic infrastructure. 2011-03-28 13:05:36 +00:00
regexp-stack.cc Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
regexp-stack.h Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
regexp.js Stop using plain Arrays internally in built-in functions. 2011-03-03 11:49:03 +00:00
register-allocator-inl.h Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
register-allocator.cc Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
register-allocator.h Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
rewriter.cc Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
rewriter.h More refactoring of class Compiler's interface. 2010-10-04 14:30:43 +00:00
runtime-profiler.cc Introduce accessors on builtins instance and use them to avoid TLS access when getting builtins. 2011-03-23 13:40:07 +00:00
runtime-profiler.h Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
runtime.cc Fix SlotRef::SlotAddress for parameters indices. 2011-04-01 11:41:36 +00:00
runtime.h Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
runtime.js Strict mode delete of non-configurable property. 2011-02-14 23:41:47 +00:00
safepoint-table.cc Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
safepoint-table.h Add file missing from last commit 2011-03-22 11:58:03 +00:00
scanner-base.cc Make the preparser standalone library and process build in debug mode. 2011-03-29 13:06:48 +00:00
scanner-base.h Make the preparser standalone library and process build in debug mode. 2011-03-29 13:06:48 +00:00
scanner.cc Make the preparser standalone library and process build in debug mode. 2011-03-29 13:06:48 +00:00
scanner.h Make the preparser standalone library and process build in debug mode. 2011-03-29 13:06:48 +00:00
SConscript Autodetect no-strict-aliasing, propagate toolchain option to SCons 2011-03-30 17:33:18 +00:00
scopeinfo.cc Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
scopeinfo.h Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
scopes.cc Increase coverage of global loads in optimized code 2011-04-01 11:54:04 +00:00
scopes.h Increase coverage of global loads in optimized code 2011-04-01 11:54:04 +00:00
serialize.cc Introduce accessors on builtins instance and use them to avoid TLS access when getting builtins. 2011-03-23 13:40:07 +00:00
serialize.h Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +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
small-pointer-list.h Store HValue uses in a custom small list structure. 2011-03-23 14:44:19 +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 isolates to bleeding_edge. 2011-03-18 20:35:07 +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 isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
spaces-inl.h Rename memory.h to v8memory.h 2011-03-22 11:50:39 +00:00
spaces.cc Pass in isolate when reporting deletion of objects. 2011-03-30 09:37:26 +00:00
spaces.h Cleanup of Isolate usage (guided by SunSpider profiling) 2011-03-22 18:44:32 +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 Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
string-search.h Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
string-stream.cc Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
string-stream.h 1. Added support for object printing for release mode using the 2010-12-20 10:38:19 +00:00
string.js Stop using plain Arrays internally in built-in functions. 2011-03-03 11:49:03 +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 Clean up runtime functions. 2011-03-30 14:17:39 +00:00
stub-cache.h Fix multi-isolate build: 2011-04-01 14:46:30 +00:00
token.cc Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
token.h Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
top.cc Make the preparser standalone library and process build in debug mode. 2011-03-29 13:06:48 +00:00
type-info.cc Try fix build. 2011-03-30 17:19:44 +00:00
type-info.h Reduce handle usage in type-info.cc PopulateMap. 2011-03-30 15:31:16 +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 Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
unicode.h Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
uri.js Speedup decodeURI/decodeURIComponent by switching from charAt(i) to charCodeAt(i) in Decode. 2011-02-08 13:01:34 +00:00
utils.cc Fix Linux x64 compilation 2011-01-19 14:51:01 +00:00
utils.h Revert r7288. 2011-03-21 16:10:05 +00:00
v8-counters.cc Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
v8-counters.h Remove counters from generated isolate-independent MemCopy on ia32 platform. 2011-03-31 12:04:00 +00:00
v8.cc Reapply: Never use classic code generator. 2011-04-01 19:46:21 +00:00
v8.h VM initialization refactoring. 2011-03-31 16:17:37 +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 Re-establish mips basic infrastructure. 2011-03-28 13:05:36 +00:00
v8memory.h Rename memory.h to v8memory.h 2011-03-22 11:50:39 +00:00
v8natives.js Follow Safari on not throwing when __defineGetter__ fails. 2011-03-15 14:19:18 +00:00
v8preparserdll-main.cc Add gyp target to build preparser as stand-alone library. 2010-12-10 12:58:18 +00:00
v8threads.cc Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
v8threads.h Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
v8utils.h Add thread-safety to creation of MemCopy and modulo functions. 2011-03-30 14:04:26 +00:00
variables.cc Compress Variable class. 2011-01-26 18:15:43 +00:00
variables.h Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
version.cc Prepare push to trunk. Now working on version 3.2.7. 2011-03-30 08:24:29 +00:00
version.h Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
virtual-frame-heavy-inl.h Generalize fix for overflowing of the frame-element constant pool. 2011-03-02 11:45:31 +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 Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +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 Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
vm-state.h Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
win32-headers.h Fix Win32 bots - they crash/timeout on too long thread name. 2011-03-21 23:06:38 +00:00
zone-inl.h Support placement new syntax for zone objects and start using it in the parser. 2011-04-04 06:29:02 +00:00
zone.cc Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
zone.h Support placement new syntax for zone objects and start using it in the parser. 2011-04-04 06:29:02 +00:00