platform/upstream/v8.git
2012-02-08 yangguo@chromium.orgFix elements transition bug related to array.concat.
2012-02-08 lrn@chromium.orgFix handling of 'c: if (0) break c; else ()' where...
2012-02-08 svenpanne@chromium.orgFixed assertions when accessing the hidden properties...
2012-02-07 vegorov@chromium.orgDisable code compaction again.
2012-02-07 vegorov@chromium.orgTry enabling (non-incremental) code compaction again.
2012-02-07 danno@chromium.orgProperly initialize element-transitioning array literal...
2012-02-07 yangguo@chromium.orgAdd filename completion to d8's bash completion.
2012-02-07 jkummerow@chromium.orgPrepare push to trunk. Now working on version 3.9.4.
2012-02-07 vegorov@chromium.orgDisable code compaction again while we investigate...
2012-02-07 yangguo@chromium.orgWhen rethrowing an exception, print the stack trace...
2012-02-07 svenpanne@chromium.orgDescriptorArray::IsProperty-related cleanup.
2012-02-07 vegorov@chromium.orgEnable non-incremental code compaction.
2012-02-07 erik.corry... Increase size of small stacks from 32k to 64k to avoid...
2012-02-07 loislo@chromium.orgI will apply it to the nodes that can't be mapped to...
2012-02-06 fschneider... Grow lists by a factor of 2 instead of 1.5 on a resize.
2012-02-06 jkummerow@chromium.orgBash completion for d8 flags
2012-02-06 svenpanne@chromium.orgConsolidated property counting methods a bit.
2012-02-06 svenpanne@chromium.orgRemoved PropertyDetails::IsProperty.
2012-02-06 fschneider... Speed up two unit tests to avoid timeouts and make...
2012-02-06 fschneider... X64: Fix bug in minus-zero check after int32 multiplica...
2012-02-06 rossberg@chromium.orgPrepare push to trunk. Now working on version 3.9.3.
2012-02-06 yangguo@chromium.orgAdd timestamp to --trace-gc output.
2012-02-03 yurys@chromium.orgHeap profiler should report implicit references.
2012-02-03 vegorov@chromium.orgFix compilation failure introduced by r10601.
2012-02-03 vegorov@chromium.orgTweak compaction candidate selection to avoid keeping...
2012-02-03 svenpanne@chromium.orgRemoved IsTransitionType predicate.
2012-02-03 erik.corry... ARM: More micro-optimization of megamorphic lookup.
2012-02-03 fschneider... Fix presubmit errors.
2012-02-03 fschneider... Allow bailing out of the register allocator when runnin...
2012-02-02 vegorov@chromium.orgOptionally export metadata with libv8 to enable debugge...
2012-02-02 jkummerow@chromium.orgPrepare push to trunk. Now working on version 3.9.2.
2012-02-02 danno@chromium.orgmerge-to-branch.sh should correctly handle added/delete...
2012-02-02 erik.corry... ARM microoptimizations to megamorphic stub probing.
2012-02-02 loislo@chromium.orgUsing local file src/sconsbuild/Debug/test_shell_tests.
2012-02-02 danno@chromium.orgFix elements transition bug on x64 in generic KeyedStoreIC
2012-02-02 vegorov@chromium.orgExtend --trace-gc to output amount of memory reserved...
2012-02-02 danno@chromium.orgHandle single element array growth + transition in...
2012-02-02 ulan@chromium.orgDo not ignore an empty context with extension when...
2012-02-01 ulan@chromium.orgFix compile error on linux shared.
2012-02-01 ulan@chromium.orgAllow d8 to run a script multiple times, each time...
2012-02-01 jkummerow@chromium.orgAdding new marker for targets that rely on static libra...
2012-02-01 yurys@chromium.orgAdd a getter for value set with AllowCodeGenerationFrom...
2012-02-01 danno@chromium.orgPrepare push to trunk. Now working on version 3.9.1.
2012-02-01 danno@chromium.orgMIPS: Fix for assertion failure on kraken on ARM (Issue...
2012-02-01 svenpanne@chromium.orgGive uses within a loop a greater weight when doing...
2012-01-31 fschneider... Save zone memory in LEnvironment by using a bit vector.
2012-01-31 fschneider... Remove a little more dead code from lithium-* files.
2012-01-31 danno@chromium.orgFix for assertion failure on kraken on ARM (Issue 1923).
2012-01-31 erik.corry... Revert memory saving change due to failures on multithr...
2012-01-31 yangguo@chromium.orgMIPS: Some assembler-level optimizations on ARM.
2012-01-31 danno@chromium.orgMIPS: Improve register allocation for Lithium represent...
2012-01-31 mstarzinger... Fix test case to correctly check expected result.
2012-01-31 erik.corry... More compile breakage.
2012-01-31 yangguo@chromium.orgAdd GC handling for new field in DeoptimizedFrameInfo.
2012-01-31 erik.corry... Fix compile error on Mac.
2012-01-31 erik.corry... Reduce memory use immediately after boot.
2012-01-31 danno@chromium.orgAdd a script to automatically merge patches to a branch
2012-01-31 danno@chromium.orgMIPS: Add signal context definitions for use with Andro...
2012-01-30 fschneider... Get rid of a useless helper method in the register...
2012-01-30 mstarzinger... Fix dictionary size for type feedback oracle.
2012-01-30 svenpanne@chromium.orgFix for an obscure ARM GCC bug
2012-01-30 svenpanne@chromium.orgHandle CALLBACKS with map transitions when doing GC...
2012-01-30 yangguo@chromium.orgFind correct source position in inlined functions on...
2012-01-30 svenpanne@chromium.orgInline an inline function into the CHECK macro
2012-01-30 yangguo@chromium.orgRemoving some dead flags.
2012-01-30 fschneider... Remove a dead method from lithium-* files.
2012-01-30 mstarzinger... MIPS: Fix and adapt debugger for new call target caches.
2012-01-30 mstarzinger... MIPS: Implement target cache for constructor calls.
2012-01-30 yangguo@chromium.orgFix presubmit.
2012-01-30 erik.corry... Revert 10542 (boot time memory reduction) due to map...
2012-01-30 yangguo@chromium.orgInclude what you use for the files zone*
2012-01-30 erik.corry... Reduce boot-up memory use of V8.
2012-01-27 yangguo@chromium.orgSome assembler-level optimizations on ARM.
2012-01-27 mstarzinger... Fix and adapt debugger for new call target caches.
2012-01-27 kmillikin@chromium.orgBreak a circular include dependency.
2012-01-27 danno@chromium.orgImprove register allocation for Lithium representation...
2012-01-27 danno@chromium.orgMIPS: Store transitioned JSArray maps in global context
2012-01-27 mstarzinger... Fix build for ARM in release mode after r10531.
2012-01-27 loislo@chromium.orgAnother fix for Linux64 compilation.
2012-01-27 rossberg@chromium.orgDo not turn on typeof null reform with --harmony switch.
2012-01-27 mstarzinger... Implement target cache for constructor calls.
2012-01-27 loislo@chromium.orgBuild fix for Linux64 after r10529.
2012-01-27 loislo@chromium.orgBuild fix for Win64 bot after r10528.
2012-01-27 loislo@chromium.orgDetailed heap snapshot usability improvement.
2012-01-27 danno@chromium.orgRollback 10525: MIPS: Add signal context definitions...
2012-01-27 svenpanne@chromium.orgBy popular demand: Slightly more honest typing in Clear...
2012-01-27 danno@chromium.orgMIPS: Add signal context definitions for use with Android.
2012-01-26 danno@chromium.orgAdd undefined check for default Array map in ArrayCodeG...
2012-01-26 danno@chromium.orgStore transitioned JSArray maps in global context
2012-01-26 danno@chromium.orgMIPS: Added Android-specific version of cacheflush...
2012-01-26 yangguo@chromium.orgUse cmp instead of tst to check for zero.
2012-01-26 fschneider... MIPS: Reverted the number of deopt entries to 4096.
2012-01-26 erik.corry... Flush number string cache on GC (bug 1605). Also start...
2012-01-26 vegorov@chromium.orgMIPS: Support inlining at call-sites with mismatched...
2012-01-26 erik.corry... Fix intermittent stack overflow in Hydrogen code genera...
2012-01-26 yangguo@chromium.orgPrepare push to trunk. Now working on version 3.9.0.
2012-01-25 kmillikin@chromium.orgInclude what you use for allocation, api, assembler...
2012-01-25 erik.corry... Revert 10502 (smaller number string cache) due to test...
2012-01-25 vegorov@chromium.orgWhen preparing heap for breakpoints make sure not to...
2012-01-25 erik.corry... Flush number string cache on GC (bug 1605). Also start...
next