v8/src
svenpanne@chromium.org 5cd715cbc3 A tiny contribution for the IWYU day: Include allocation.h in every
header which uses BASE_EMBEDDED and/or AllStatic. Note that still only
45 out of 135 headers in src/ can be used stand-alone, but at least
this is a little bit more than before...
Review URL: http://codereview.chromium.org/6931031

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@7798 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2011-05-06 06:50:20 +00:00
..
arm This implements per-isolate locking and unlocking, including tests 2011-05-05 18:55:31 +00:00
extensions Trying to re-land http://codereview.chromium.org/6901141. 2011-05-05 17:18:22 +00:00
ia32 This implements per-isolate locking and unlocking, including tests 2011-05-05 18:55:31 +00:00
mips This implements per-isolate locking and unlocking, including tests 2011-05-05 18:55:31 +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 This implements per-isolate locking and unlocking, including tests 2011-05-05 18:55:31 +00:00
accessors.cc Simplify include dependencies. 2011-05-03 08:23:58 +00:00
accessors.h A tiny contribution for the IWYU day: Include allocation.h in every 2011-05-06 06:50:20 +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 This implements per-isolate locking and unlocking, including tests 2011-05-05 18:55:31 +00:00
api.h This implements per-isolate locking and unlocking, including tests 2011-05-05 18:55:31 +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 A tiny contribution for the IWYU day: Include allocation.h in every 2011-05-06 06:50:20 +00:00
array.js Reapply 7763, including arm and x64 variants. 2011-05-05 05:21:30 +00:00
assembler.cc Add AST ID to RelocInfo for type-recording ICs. Changes 7644 and 7632, combined. 2011-04-27 15:02:59 +00:00
assembler.h A tiny contribution for the IWYU day: Include allocation.h in every 2011-05-06 06:50:20 +00:00
ast-inl.h Simplify include dependencies. 2011-05-03 08:23:58 +00:00
ast.cc Remove unused constructor BinaryOperation(Assignment* compound_assignment). 2011-04-29 11:25:01 +00:00
ast.h A tiny contribution for the IWYU day: Include allocation.h in every 2011-05-06 06:50:20 +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 Atomic ops: put the CPU features struct in v8::internal. 2011-04-27 17:29:01 +00:00
atomicops_internals_x86_gcc.h Atomic ops: put the CPU features struct in v8::internal. 2011-04-27 17:29:01 +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 Introduce experimental natives that are enabled by a runtime flag. 2011-04-15 12:31:03 +00:00
bootstrapper.h A tiny contribution for the IWYU day: Include allocation.h in every 2011-05-06 06:50:20 +00:00
builtins.cc Fix missing writebarrier in ArraySplice builtin. 2011-04-28 16:03:40 +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 Simplify include dependencies. 2011-05-03 08:23:58 +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 Compare IC: add STRINGS state. 2011-05-04 18:30:37 +00:00
code-stubs.h A tiny contribution for the IWYU day: Include allocation.h in every 2011-05-06 06:50:20 +00:00
code.h A tiny contribution for the IWYU day: Include allocation.h in every 2011-05-06 06:50:20 +00:00
codegen.cc Simplify include dependencies. 2011-05-03 08:23:58 +00:00
codegen.h Remove some dead code. 2011-04-07 14:42:37 +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 Simplify include dependencies. 2011-05-03 08:23:58 +00:00
compiler.h A tiny contribution for the IWYU day: Include allocation.h in every 2011-05-06 06:50:20 +00:00
contexts.cc Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
contexts.h Implement API to disallow code generation from strings for a context. 2011-05-03 05:40:47 +00:00
conversions-inl.h ARM: Remove support for ABI prior to EABI 2011-04-11 09:04:30 +00:00
conversions.cc Don't allow whitespace after sign characters in parseInt. 2011-05-03 07:11:17 +00:00
conversions.h Cleanup of ScannerConstants, now named UnicodeCache. 2011-04-12 08:27:38 +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 Avoid hidden TLS access in CpuProfiler::is_profiling(). 2011-04-22 06:40:22 +00:00
cpu-profiler.h A tiny contribution for the IWYU day: Include allocation.h in every 2011-05-06 06:50:20 +00:00
cpu.h A tiny contribution for the IWYU day: Include allocation.h in every 2011-05-06 06:50:20 +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 Fix compilation of D8 with console=readline 2011-04-26 13:26:05 +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 Initial support for generating Visual Studio solution and project files using GYP 2011-04-27 14:20:21 +00:00
d8.h A tiny contribution for the IWYU day: Include allocation.h in every 2011-05-06 06:50:20 +00:00
d8.js Adding debugger interface and runtime functions hooks for supporting 2011-03-02 08:10:38 +00:00
data-flow.cc Remove unused AssignedVariableAnalyzer. 2011-04-14 14:31:43 +00:00
data-flow.h A tiny contribution for the IWYU day: Include allocation.h in every 2011-05-06 06:50:20 +00:00
date.js Reapply 7763, including arm and x64 variants. 2011-05-05 05:21:30 +00:00
dateparser-inl.h Cleanup of ScannerConstants, now named UnicodeCache. 2011-04-12 08:27:38 +00:00
dateparser.cc Fix presubmit error. 2010-05-07 12:00:12 +00:00
dateparser.h A tiny contribution for the IWYU day: Include allocation.h in every 2011-05-06 06:50:20 +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 Use JSON.parse instead of eval for the debugger JSON protocol. 2011-05-02 14:20:34 +00:00
debug.cc Support LiveEdit when standing on return operator 2011-04-28 20:05:50 +00:00
debug.h A tiny contribution for the IWYU day: Include allocation.h in every 2011-05-06 06:50:20 +00:00
deoptimizer.cc Always iterate outgoing arguments as a part of caller frame. 2011-04-06 14:23:27 +00:00
deoptimizer.h A tiny contribution for the IWYU day: Include allocation.h in every 2011-05-06 06:50:20 +00:00
disasm.h Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
disassembler.cc Add AST ID to RelocInfo for type-recording ICs. Changes 7644 and 7632, combined. 2011-04-27 15:02:59 +00:00
disassembler.h A tiny contribution for the IWYU day: Include allocation.h in every 2011-05-06 06:50:20 +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 This implements per-isolate locking and unlocking, including tests 2011-05-05 18:55:31 +00:00
execution.h A tiny contribution for the IWYU day: Include allocation.h in every 2011-05-06 06:50:20 +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 ARM: Support hardfloat in SCons build and make it a build time setting 2011-04-29 08:50:38 +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 A tiny contribution for the IWYU day: Include allocation.h in every 2011-05-06 06:50:20 +00:00
frames-inl.h Always iterate outgoing arguments as a part of caller frame. 2011-04-06 14:23:27 +00:00
frames.cc Crankshaft support for IN. 2011-04-26 15:22:44 +00:00
frames.h A tiny contribution for the IWYU day: Include allocation.h in every 2011-05-06 06:50:20 +00:00
full-codegen.cc Add AST ID to RelocInfo for type-recording ICs. Changes 7644 and 7632, combined. 2011-04-27 15:02:59 +00:00
full-codegen.h A tiny contribution for the IWYU day: Include allocation.h in every 2011-05-06 06:50:20 +00:00
func-name-inferrer.cc Simplify include dependencies. 2011-05-03 08:23:58 +00:00
func-name-inferrer.h Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
gdb-jit.cc Fix compilation with gdbjit=on. 2011-04-08 11:25:19 +00:00
gdb-jit.h A tiny contribution for the IWYU day: Include allocation.h in every 2011-05-06 06:50:20 +00:00
global-handles.cc Make object groups and implicit references a bit more lightweight. 2011-04-06 19:17:54 +00:00
global-handles.h Simplify include dependencies. 2011-05-03 08:23:58 +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 Make exception thrown via v8 public API propagate to v8::TryCatch as JS thrown exceptions do. 2011-04-07 19:52:24 +00:00
handles.h A tiny contribution for the IWYU day: Include allocation.h in every 2011-05-06 06:50:20 +00:00
hashmap.cc Fix break of build. 2010-11-24 10:28:22 +00:00
hashmap.h Simplify include dependencies. 2011-05-03 08:23:58 +00:00
heap-inl.h Simplify include dependencies. 2011-05-03 08:23:58 +00:00
heap-profiler.cc Add support for CPU and heap profiles deletion. 2011-03-22 16:10:01 +00:00
heap-profiler.h A tiny contribution for the IWYU day: Include allocation.h in every 2011-05-06 06:50:20 +00:00
heap.cc Simplify include dependencies. 2011-05-03 08:23:58 +00:00
heap.h A tiny contribution for the IWYU day: Include allocation.h in every 2011-05-06 06:50:20 +00:00
hydrogen-instructions.cc Support polymorphic loads of constant functions as well as fields. 2011-05-05 09:22:09 +00:00
hydrogen-instructions.h A tiny contribution for the IWYU day: Include allocation.h in every 2011-05-06 06:50:20 +00:00
hydrogen.cc Tiny refactoring - change compilation phase parameter for CopyForInlining from a boolean to an enum. 2011-05-04 15:00:04 +00:00
hydrogen.h A tiny contribution for the IWYU day: Include allocation.h in every 2011-05-06 06:50:20 +00:00
ic-inl.h Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
ic.cc Compare IC: add STRINGS state. 2011-05-04 18:30:37 +00:00
ic.h Compare IC: add STRINGS state. 2011-05-04 18:30:37 +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-inl.h Fix compilation with debuggersupport=off. 2011-04-26 13:53:19 +00:00
isolate.cc This implements per-isolate locking and unlocking, including tests 2011-05-05 18:55:31 +00:00
isolate.h This implements per-isolate locking and unlocking, including tests 2011-05-05 18:55:31 +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 A tiny contribution for the IWYU day: Include allocation.h in every 2011-05-06 06:50:20 +00:00
list-inl.h Add support for startup data (snapshot) compression. 2011-04-29 12:08:33 +00:00
list.h Simplify include dependencies. 2011-05-03 08:23:58 +00:00
lithium-allocator-inl.h Re-establish mips basic infrastructure. 2011-03-28 13:05:36 +00:00
lithium-allocator.cc Fix two bugs the LAllocator::FindOptimalSplitPos. 2011-05-02 07:47:10 +00:00
lithium-allocator.h A tiny contribution for the IWYU day: Include allocation.h in every 2011-05-06 06:50:20 +00:00
lithium.cc Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
lithium.h A tiny contribution for the IWYU day: Include allocation.h in every 2011-05-06 06:50:20 +00:00
liveedit-debugger.js Add fine-grained diff implementation to LiveEdit engine. 2011-01-11 14:55:47 +00:00
liveedit.cc Simplify include dependencies. 2011-05-03 08:23:58 +00:00
liveedit.h A tiny contribution for the IWYU day: Include allocation.h in every 2011-05-06 06:50:20 +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 ll_prof: Reduce profiling hooks overhead from >400% to 25%. 2011-04-29 16:06:25 +00:00
log-utils.h A tiny contribution for the IWYU day: Include allocation.h in every 2011-05-06 06:50:20 +00:00
log.cc Fix windows build. 2011-04-29 16:26:37 +00:00
log.h A tiny contribution for the IWYU day: Include allocation.h in every 2011-05-06 06:50:20 +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 Add prototype transitions cache to Map. 2011-04-26 09:44:55 +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 Minor cosmetic changes. 2011-04-18 13:28:00 +00:00
messages.h Report stack overflow exceptions to V8 message listeners 2011-04-08 09:39:45 +00:00
messages.js Reapply 7763, including arm and x64 variants. 2011-05-05 05:21:30 +00:00
mirror-debugger.js Remember and reuse derived map for external arrays 2011-03-23 09:57:12 +00:00
mksnapshot.cc Fix whitespace error after r7726 2011-04-29 12:47:34 +00:00
natives.h Introduce experimental natives that are enabled by a runtime flag. 2011-04-15 12:31:03 +00:00
objects-debug.cc Support Float64Arrays 2011-04-21 07:15:43 +00:00
objects-inl.h Type recording for unary ops 2011-04-28 17:49:55 +00:00
objects-printer.cc Fix compilation with debuggersupport=off. 2011-04-26 13:53:19 +00:00
objects-visiting.cc Support Float64Arrays 2011-04-21 07:15:43 +00:00
objects-visiting.h A tiny contribution for the IWYU day: Include allocation.h in every 2011-05-06 06:50:20 +00:00
objects.cc This implements per-isolate locking and unlocking, including tests 2011-05-05 18:55:31 +00:00
objects.h A tiny contribution for the IWYU day: Include allocation.h in every 2011-05-06 06:50:20 +00:00
parser.cc Simplify include dependencies. 2011-05-03 08:23:58 +00:00
parser.h Cleanup of ScannerConstants, now named UnicodeCache. 2011-04-12 08:27:38 +00:00
platform-cygwin.cc Do not rely on uniqueness of pthread_t 2011-04-11 23:46:22 +00:00
platform-freebsd.cc In ProfilerSignalHandler ensure that thread we are trying to sample locked the isolate. 2011-04-14 08:53:50 +00:00
platform-linux.cc ARM: Changed the handling of compiletime CPU feature detection 2011-05-03 06:51:59 +00:00
platform-macos.cc Do not rely on uniqueness of pthread_t 2011-04-11 23:46:22 +00:00
platform-nullos.cc ARM: Support hardfloat in SCons build and make it a build time setting 2011-04-29 08:50:38 +00:00
platform-openbsd.cc Do not rely on uniqueness of pthread_t 2011-04-11 23:46:22 +00:00
platform-posix.cc Fix multi-isolate build: 2011-04-01 14:46:30 +00:00
platform-solaris.cc Do not rely on uniqueness of pthread_t 2011-04-11 23:46:22 +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 Another attempt to fix Win build. 2011-04-12 00:49:30 +00:00
platform.h ARM: Support hardfloat in SCons build and make it a build time setting 2011-04-29 08:50:38 +00:00
preparse-data.cc Simplify include dependencies. 2011-05-03 08:23:58 +00:00
preparse-data.h A tiny contribution for the IWYU day: Include allocation.h in every 2011-05-06 06:50:20 +00:00
preparser-api.cc Cleanup of ScannerConstants, now named UnicodeCache. 2011-04-12 08:27:38 +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 Remove some dead code. 2011-04-07 14:42:37 +00:00
prettyprinter.h A tiny contribution for the IWYU day: Include allocation.h in every 2011-05-06 06:50:20 +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 Simplify include dependencies. 2011-05-03 08:23:58 +00:00
profile-generator.h A tiny contribution for the IWYU day: Include allocation.h in every 2011-05-06 06:50:20 +00:00
property.cc Remember and reuse derived map for external arrays 2011-03-23 09:57:12 +00:00
property.h A tiny contribution for the IWYU day: Include allocation.h in every 2011-05-06 06:50:20 +00:00
proxy.js Introduce experimental natives that are enabled by a runtime flag. 2011-04-15 12:31:03 +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
rewriter.cc Remove some dead code. 2011-04-07 14:42:37 +00:00
rewriter.h Remove some dead code. 2011-04-07 14:42:37 +00:00
runtime-profiler.cc Fix compilation with debuggersupport=off. 2011-04-26 13:53:19 +00:00
runtime-profiler.h Add global setup for runtime profiler. 2011-04-12 19:15:53 +00:00
runtime.cc Simplify include dependencies. 2011-05-03 08:23:58 +00:00
runtime.h A tiny contribution for the IWYU day: Include allocation.h in every 2011-05-06 06:50:20 +00:00
runtime.js Fix implementation of == to correctly convert Date objects to primitives. 2011-05-03 12:15:14 +00:00
safepoint-table.cc Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
safepoint-table.h A tiny contribution for the IWYU day: Include allocation.h in every 2011-05-06 06:50:20 +00:00
scanner-base.cc Cleanup of ScannerConstants, now named UnicodeCache. 2011-04-12 08:27:38 +00:00
scanner-base.h Simplify include dependencies. 2011-05-03 08:23:58 +00:00
scanner.cc Cleanup of ScannerConstants, now named UnicodeCache. 2011-04-12 08:27:38 +00:00
scanner.h Cleanup of ScannerConstants, now named UnicodeCache. 2011-04-12 08:27:38 +00:00
SConscript Introduce experimental natives that are enabled by a runtime flag. 2011-04-15 12:31:03 +00:00
scopeinfo.cc Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
scopeinfo.h A tiny contribution for the IWYU day: Include allocation.h in every 2011-05-06 06:50:20 +00:00
scopes.cc Add a missing handle for serialized scope info 2011-04-06 18:32:01 +00:00
scopes.h Strict mode eval declares its locals in its own environment. 2011-04-29 15:31:39 +00:00
serialize.cc Simplify include dependencies. 2011-05-03 08:23:58 +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 Add support for startup data (snapshot) compression. 2011-04-29 12:08:33 +00:00
snapshot-empty.cc Add support for startup data (snapshot) compression. 2011-04-29 12:08:33 +00:00
snapshot.h Add support for startup data (snapshot) compression. 2011-04-29 12:08:33 +00:00
spaces-inl.h Rename memory.h to v8memory.h 2011-03-22 11:50:39 +00:00
spaces.cc Type recording for unary ops 2011-04-28 17:49:55 +00:00
spaces.h A tiny contribution for the IWYU day: Include allocation.h in every 2011-05-06 06:50:20 +00:00
splay-tree-inl.h Start migrating profiles processing to C++. 2010-03-15 14:11:19 +00:00
splay-tree.h A tiny contribution for the IWYU day: Include allocation.h in every 2011-05-06 06:50:20 +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 Reapply 7763, including arm and x64 variants. 2011-05-05 05:21:30 +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 Support Float64Arrays 2011-04-21 07:15:43 +00:00
stub-cache.h A tiny contribution for the IWYU day: Include allocation.h in every 2011-05-06 06:50:20 +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 This implements per-isolate locking and unlocking, including tests 2011-05-05 18:55:31 +00:00
type-info.cc Use type info for count operation in Crankshaft. 2011-04-29 09:21:18 +00:00
type-info.h A tiny contribution for the IWYU day: Include allocation.h in every 2011-05-06 06:50: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 A tiny contribution for the IWYU day: Include allocation.h in every 2011-05-06 06:50:20 +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-inl.h Simplify include dependencies. 2011-05-03 08:23:58 +00:00
utils.cc Fix Linux x64 compilation 2011-01-19 14:51:01 +00:00
utils.h Simplify include dependencies. 2011-05-03 08:23:58 +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 Add global setup for runtime profiler. 2011-04-12 19:15:53 +00:00
v8.h Fix compilation with debuggersupport=off. 2011-04-26 13:53:19 +00:00
v8checks.h Fix break of build. 2010-11-24 10:28:22 +00:00
v8dll-main.cc Fix the Windows shared build 2011-05-04 11:10:49 +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 Remove extra debug line from Object.prototype.toString 2011-05-05 05:51:43 +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 This implements per-isolate locking and unlocking, including tests 2011-05-05 18:55:31 +00:00
v8threads.h Do not rely on uniqueness of pthread_t 2011-04-11 23:46:22 +00:00
v8utils.h Make object groups and implicit references a bit more lightweight. 2011-04-06 19:17:54 +00:00
variables.cc Remove some dead code. 2011-04-07 14:42:37 +00:00
variables.h Remove some dead code. 2011-04-07 14:42:37 +00:00
version.cc Prepare push to trunk. Now working on version 3.3.5. 2011-05-04 11:55:09 +00:00
version.h Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
vm-state-inl.h Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
vm-state.h A tiny contribution for the IWYU day: Include allocation.h in every 2011-05-06 06:50:20 +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 A tiny contribution for the IWYU day: Include allocation.h in every 2011-05-06 06:50:20 +00:00