platform/upstream/v8.git
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...
2012-01-19 fschneider... MIPS: Tiny improvement of register constraints in LClas...
2012-01-19 yangguo@chromium.orgMIPS: Inlining Math.min and Math.max in crankshaft.
2012-01-19 fschneider... Generate faster compares for === and !== with boolean...
2012-01-19 vegorov@chromium.orgEnsure that LRandom restores rsi after call to the...
2012-01-19 yangguo@chromium.orgFixing include issues on *bsd when building with scons...
2012-01-18 rossberg@chromium.orgFix typos in JSObject::GetHeaderSize, which just worked...
2012-01-18 jkummerow@chromium.orgOnly clear monomorphic ICs on GC after Context exit
2012-01-18 fschneider... Eliminate a superfluous map check when building generic...
2012-01-18 jkummerow@chromium.orgImmediately use the generic stub when storing into...
2012-01-18 jkummerow@chromium.orgProvide a switch to specify -fno-strict-aliasing
2012-01-18 vegorov@chromium.orgWhen adjusting page's live bytes counter from the mutat...
2012-01-17 fschneider... Fix handling of named interceptors in optimized code.
2012-01-17 vegorov@chromium.orgAllow call-known-global and call-constant-function...
2012-01-17 jkummerow@chromium.orgMove WIN32 define from standalone.gypi to common.gypi
2012-01-17 yangguo@chromium.orgRecursion limit for one-char string replace and retire...
2012-01-17 mstarzinger... Fix corner-case in heap size estimation.
2012-01-17 yangguo@chromium.orgRemove limit for d8 shell input length.
2012-01-17 erik.corry... Revert 10413-10416 initial memory use reduction due to
2012-01-17 erik.corry... Make fussy Windows compiler happy.
2012-01-17 erik.corry... Make from-space initially uncommitted for another 1Mbyte
2012-01-17 erik.corry... Unbreak the 64 bit build.
2012-01-17 erik.corry... Reduce boot-up memory use of V8.
2012-01-16 yangguo@chromium.orgFast path for string.replace that replaces a single...
2012-01-16 vegorov@chromium.orgFix and enable NEW_NON_STRICT_FAST ArgumentsAccess...
2012-01-16 jkummerow@chromium.orgAdd Android cross-compilation support to top-level...
2012-01-16 erik.corry... More spelling changes.
2012-01-16 danno@chromium.orgFix GCC4.7 compilation warning introduced in r10400
2012-01-16 erik.corry... Prepare push to trunk. Now working on version 3.8.7.
2012-01-16 erik.corry... Spellling mistakes.
2012-01-16 erik.corry... Split NumberDictionary into a randomly seeded and an...
2012-01-16 ulan@chromium.orgFix flaky idle notification test.
2012-01-13 yurys@chromium.orgProvide a way for iterating through all external string...
2012-01-13 erik.corry... Cosmetic changes ("set up" is a verb, "setup" is a...
2012-01-13 yangguo@chromium.orgSkip disassembling ld.so.cache in ll_prof.py.
2012-01-13 erik.corry... Small fixes to hash seeding code, discovered during
2012-01-13 yangguo@chromium.orgFixing issue 1898 (using HChange outside the insert...
2012-01-12 svenpanne@chromium.orgImproved output for bailouts on huge functions
2012-01-11 vegorov@chromium.orgFix cctest/test-heap/InstanceOfStubWriteBarrier when...
2012-01-11 yangguo@chromium.orgInlining Math.min and Math.max in crankshaft.
2012-01-11 danno@chromium.orgCorrect nits in d8 ArrayBuffer() implementation
2012-01-11 danno@chromium.orgAdd primitive WebGL ArrayBuffer() support to d8
2012-01-11 ager@chromium.orgPort Math.random change to MIPS.
2012-01-11 mstarzinger... Fix Mac build boken in r10383.
2012-01-11 ager@chromium.orgSupport inlining and crankshaft optimization of Math...
2012-01-11 mstarzinger... Make heap size estimation more accurate.
2012-01-11 fschneider... Optimize simple constant cases for bitwise &, | and ^.
2012-01-11 vegorov@chromium.orgFix build failure introduced by r10380
2012-01-11 vegorov@chromium.orgChange inlined cache of intanceof stub to use indirecti...
2012-01-11 fschneider... Tiny improvement of register constraints in LClassOfTes...
2012-01-10 kmillikin@chromium.orgFix for an ARM register allocation bug.
2012-01-10 svenpanne@chromium.orgChanges after code review#
2012-01-10 svenpanne@chromium.orgFixed AccessorPair handling
2012-01-10 svenpanne@chromium.orgUse a separate new type AccessorPair for JavaScript...
2012-01-10 fschneider... Avoid recording unnecessary deoptimization environments...
2012-01-10 jkummerow@chromium.orgInline fast case of CodeGenerationFromStringsAllowed
2012-01-10 erik.corry... MIPS: Check that address given to __RecordWrite is...
2012-01-10 erik.corry... Minor cleanups of numeric seeded hashing patch.
2012-01-10 erik.corry... Add seed to hash of numeric keyed properties. This...
2012-01-10 erik.corry... Fix zero hash handling on ARM.
2012-01-10 danno@chromium.orgFix handling of -0.0 in IsInt32/IsUInt32
2012-01-10 yangguo@chromium.orgFixing windows builds.
2012-01-10 yangguo@chromium.orgFixing minGW build.
next