platform/upstream/v8.git
2009-09-29 sgjesse@chromium.orgCompile without debugger support in debug mode
2009-09-29 antonm@chromium.orgFix a lint error.
2009-09-28 antonm@chromium.orgPut method declations under #ifdef DEBUG in header...
2009-09-28 vitalyr@chromium.orgAPI: added a few missing HandleScope-s.
2009-09-28 whesse@chromium.orgRename JumpToBuiltin to JumpToRuntime. Add comment...
2009-09-28 erik.corry... Fix the last memory leak demonstrated by the test progr...
2009-09-28 erik.corry... * Fix memory leaks caused by thread local data being...
2009-09-28 kmillikin@chromium.orgMove the per-ast-node statement position to only statem...
2009-09-28 whesse@chromium.orgFix unused variable warning in serialize.cc
2009-09-28 ager@chromium.orgLand change by Alexander Botero-Lowry to fix profiler...
2009-09-28 ager@chromium.orgAdd missing null check to Context::GetCalling().
2009-09-28 mikhail.naganov... Heap profiler: correctly determine equivalence of objec...
2009-09-28 mikhail.naganov... Heap profiler: aggregate retainers count of equivalent...
2009-09-27 kasperl@chromium.orgGet rid of duplicate LICENSE entry for the Valgrind
2009-09-25 antonm@chromium.orgAdd another method that allows to lookup for a real...
2009-09-25 christian.plesner... Fixed some cctest flakiness on mac.
2009-09-23 ager@chromium.orgLand gyp file change for gcc 4.4.
2009-09-23 sgjesse@chromium.orgFix lint error.
2009-09-23 ager@chromium.orgReverting 2950.
2009-09-23 sgjesse@chromium.orgHandle array construction in native code (x64 version).
2009-09-23 erik.corry... * Remove non-Open Source code from Douglas Crockford.
2009-09-23 sgjesse@chromium.orgHandle array construction in native code (ARM version).
2009-09-23 ager@chromium.orgPrepare push to trunk containing fix for uninitialized...
2009-09-23 ager@chromium.orgInitialize the can_continue_ field in the TryCatch...
2009-09-22 mikhail.naganov... Heap profiler: consider Function instances separately...
2009-09-22 christian.plesner... Added change to ChangeLog that had been left out.
2009-09-22 christian.plesner... Prepare to push to trunk. Now working on 1.3.13.
2009-09-21 whesse@chromium.orgStop "cooking" targets of jumps and calls in code objec...
2009-09-21 sgjesse@chromium.orgMinor changes to the native array construct code
2009-09-21 mikhail.naganov... Eliminate recursion in ZoneSplayTree traversal.
2009-09-18 mikhail.naganov... Fix Windows build. My mistake for not trying it our...
2009-09-18 antonm@chromium.orgFix documentation of security callbacks.
2009-09-18 mikhail.naganov... Heap profiler: count the number of back references...
2009-09-18 whesse@chromium.orgFix --heap-stats option on X64
2009-09-18 whesse@chromium.orgDon't convert jump and call targets to code object...
2009-09-17 christian.plesner... Changed valgrind script to match changed output format
2009-09-17 ager@chromium.orgRemove failure expectation for mozilla test that now...
2009-09-17 ager@chromium.orgLand change by Jan de Mooij to change the toString...
2009-09-17 christian.plesner... Lint fix
2009-09-17 christian.plesner... Add Object::IsDirty function in the API.
2009-09-17 sgjesse@chromium.orgReverting 2909,2908
2009-09-17 sgjesse@chromium.orgFix compile error.
2009-09-17 sgjesse@chromium.orgMinor changes to the native array construct code.
2009-09-16 mikhail.naganov... Argh, one more place to fix.
2009-09-16 mikhail.naganov... Fix Windows build. I'm wondering, how does gcc accept...
2009-09-16 mikhail.naganov... Fix variables names.
2009-09-16 mikhail.naganov... Fix ARM build (gcc 3.3 failed to resolve types correctl...
2009-09-16 mikhail.naganov... Add initial version of retainers heap profile.
2009-09-16 sgjesse@chromium.orgFix GC bug and ARM simulator timeout.
2009-09-16 whesse@chromium.orgX64: Ensure that unary subtraction returns a zero-exten...
2009-09-16 sgjesse@chromium.orgHandle array construction on native code.
2009-09-16 erik.corry... Clean up the ifdefs on ARM.
2009-09-16 christian.plesner... [ES5] Made properties of the arguments array enumerable.
2009-09-15 mark@chromium.orgRemove explicit include of Chromium's common.gypi from...
2009-09-15 christian.plesner... Fixed typo in mozilla expectations file.
2009-09-15 christian.plesner... Fixed mozilla test expectations.
2009-09-15 christian.plesner... Added test suite adapter for es5conform.
2009-09-15 christian.plesner... Implemented Object.keys.
2009-09-15 ager@chromium.orgPrepare push to trunk. Now working on version 1.3.12.
2009-09-15 whesse@chromium.orgUse GetCodeFromTargetAddress everywhere, uniformly.
2009-09-15 lrn@chromium.orgX64: Abstract indexing by a smi to the macro assembler.
2009-09-15 christian.plesner... Make 'hidden' the default visibility for gcc. Add...
2009-09-15 sgjesse@chromium.orgAdd definition of ENABLE_DEBUGGER_SUPPORT to v8 gyp...
2009-09-15 ager@chromium.orgIncorporate dtoa change from upstream to avoid potentia...
2009-09-14 lrn@chromium.orgFix bug that errnoeously sets FPU exception.
2009-09-14 sgjesse@chromium.orgFix lint error.
2009-09-14 sgjesse@chromium.orgImplemented missing pieces of the debugger for ARM.
2009-09-14 ager@chromium.orgFix cut and paste error in memory tracking. MapSpace...
2009-09-11 whesse@chromium.orgFix lint error
2009-09-11 whesse@chromium.orgRename a constant to kCallTargetAddressOffset
2009-09-11 sgjesse@chromium.orgControl profiling/debugger support from build script.
2009-09-11 sgjesse@chromium.orgUse local cpplint.py if it exists.
2009-09-10 ager@chromium.orgFix lint issue.
2009-09-10 ager@chromium.orgFix IA32 build.
2009-09-10 sgjesse@chromium.orgAdd option --build-only to the test runner.
2009-09-10 sgjesse@chromium.orgImplement code patcher for x64.
2009-09-10 lrn@chromium.orgX64: Extract all smi operations into MacroAssembler...
2009-09-10 whesse@chromium.orgUse SSE2 instructions when available on ia32 platform.
2009-09-10 christian.plesner... Fix crash during error reporting during bootstrapping.
2009-09-09 ager@chromium.orgPrepare push to trunk. Now working on version 1.3.11.
2009-09-09 sgjesse@chromium.orgFix ARM compilation error.
2009-09-09 sgjesse@chromium.orgCleaned up some debugger stuff on ia32 and x64.
2009-09-09 sgjesse@chromium.orgFind the correct function for script break points
2009-09-09 ager@chromium.orgIncrease max semi-space size.
2009-09-09 kasperl@chromium.orgFix x64 port by using 32 pages per chunk.
2009-09-09 mikhail.naganov... Heap profiler: account primitive string objects as...
2009-09-09 ager@chromium.orgMinor change to idle notification handling: perform...
2009-09-09 ager@chromium.orgFix typo.
2009-09-09 ager@chromium.orgReduce the chunk size from 64 pages to 16 pages per...
2009-09-09 sgjesse@chromium.orgSet svn:eol-style native for all files in src and its...
2009-09-09 ager@chromium.orgFix presubmit.
2009-09-09 erik.corry... Compile fixes for ARM and miscellaneous spolling.
2009-09-09 christian.plesner... Made function prototype property DontEnum for compatibi...
2009-09-09 ager@chromium.orgDo not use left-over space after new space alignment...
2009-09-09 yurys@chromium.orgSupport stepping out for recursive functions.Simply...
2009-09-09 sgjesse@chromium.orgSet the svn:eol-style property on new file.
2009-09-09 ager@chromium.orgAdd MAP_FIXED to Uncommit calls to see if that has...
2009-09-09 sgjesse@chromium.orgRefactor the register to name mapping in the ARM simulator.
2009-09-08 whesse@chromium.orgFix lint error
2009-09-08 lrn@chromium.orgWin64 - Allow returning two values from a runtime function.
next