platform/upstream/v8.git
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...
2012-01-25 svenpanne@chromium.orgRefactoring only: Extracted 2 methods from ClearNonLive...
2012-01-25 mstarzinger... Fix responsiveness of high promotion mode heuristics.
2012-01-25 yurys@chromium.orgProvide access to function inferred name in v8 public API
2012-01-25 danno@chromium.orgFix disasm assertions for undefined instructions.
2012-01-25 danno@chromium.orgMIPS: added --mips-arch-variant option to test.py.
2012-01-25 danno@chromium.orgSilence warning from presubmit lint script
2012-01-25 svenpanne@chromium.orgDo not follow accessor map transitions when marking...
2012-01-25 svenpanne@chromium.orgHandle map transitions in CALLBACKS when doing map...
2012-01-25 kmillikin@chromium.orgInclude what you use in accessors.{h,cc}.
2012-01-24 jkummerow@chromium.orgFix building with clang
2012-01-24 erik.corry... Initially unmap one of the semispaces to reduce memory...
2012-01-24 erik.corry... Reduce the space used by the stack for the profiling...
2012-01-24 rossberg@chromium.orgFix JS2C, so that macros with multiple parameters actua...
2012-01-24 erik.corry... Fix bug 542, misleading documentation of v8::Locker.
2012-01-24 yangguo@chromium.orgFix shared library build.
2012-01-24 yangguo@chromium.orgIntroduce readbinary function in d8 to read binary...
2012-01-24 vegorov@chromium.orgFix Win64 compilation failure introduced by r10483.
2012-01-24 vegorov@chromium.orgUntabify test/mjsunit/debug-evaluate-locals-optimized...
2012-01-24 vegorov@chromium.orgSupport inlining at call-sites with mismatched number...
2012-01-24 fschneider... Remove unnecessary IGNORE policy from Lithium operands.
2012-01-24 fschneider... Put a slow assert under the enable_slow_asserts flag.
2012-01-23 fschneider... Add range information to external array loads.
2012-01-23 erik.corry... Further robustify the keyed lookup cache against unluck...
2012-01-23 jkummerow@chromium.orgPrepare push to trunk. Now working on version 3.8.9.
2012-01-23 svenpanne@chromium.orgReplaced LookupResult::IsProperty by LookupResult:...
2012-01-23 svenpanne@chromium.orgRefactored iterative map traversal.
2012-01-23 yangguo@chromium.orgCleaning up after r10471.
2012-01-23 yangguo@chromium.orgRemoving experimental i18n code from v8 repository...
2012-01-20 vegorov@chromium.orgLimit number of loop iterations in Heap::ReserveSpace.
2012-01-20 yangguo@chromium.orgParallelize cpplint in presubmit and fix usage of DISAL...
2012-01-20 danno@chromium.orgRemove stray GVN flag in TransitionElementsKind
2012-01-20 yangguo@chromium.orgFix solaris build (VirtualMemory).
2012-01-20 svenpanne@chromium.orgRemoved IsPropertyOrTransition method.
2012-01-20 danno@chromium.orgMIPS: Make sure transitioned arrays efficiently call...
2012-01-20 danno@chromium.orgSplit GVN flags from flags in Hydrogen instructions.
2012-01-20 rossberg@chromium.orgFix handling of function proxies in higher-order array...
2012-01-20 erik.corry... Fix keyed lookup cache to have 2 entried per bucket...
2012-01-20 vegorov@chromium.orgMIPS: Change inlined cache of intanceof stub to use...
2012-01-20 vegorov@chromium.orgMIPS: Allow call-known-global and call-constant-functio...
2012-01-20 mstarzinger... Add regression test for r10451.
2012-01-20 yangguo@chromium.orgEnable asynchronous remote debugging with d8.
2012-01-19 mstarzinger... Fix missing write-barrier for prototype transitions.
2012-01-19 yangguo@chromium.orgFix shared library build.
2012-01-19 yangguo@chromium.orgFix remote debugger crash.
2012-01-19 ulan@chromium.orgPrepare push to trunk. Now working on version 3.8.8.
2012-01-19 jkummerow@chromium.orgRevert "Immediately use the generic stub when storing...
2012-01-19 erik.corry... Add missing SmiUntag for string hash calculation in
2012-01-19 erik.corry... MIPS: Use shift and add instead of mul on ARM for integ...
2012-01-19 erik.corry... Add an assert to the serializer.
2012-01-19 kmillikin@chromium.orgMIPS: Fix for an ARM register allocation bug.
2012-01-19 mstarzinger... Fix prototype transition clearing during full GC.
2012-01-19 erik.corry... Robustify the clearing of the cache of map-related...
next