platform/upstream/v8.git
2011-10-27 yangguo@chromium.orgFixing dead code in empty array init.
2011-10-27 kmillikin@chromium.orgMIPS: Handlify CompileLoad and CompileStore
2011-10-27 yangguo@chromium.orgFixing performance regression in issue 1787.
2011-10-27 mstarzinger... Mark Test262 test cases for known issue 1790.
2011-10-27 ricow@chromium.orgSkip live edit debug tests, these are flaky because...
2011-10-27 erik.corry... Prepare push to trunk. Now working on 3.7.2
2011-10-26 yangguo@chromium.orgMIPS: port Implement for-in loop for proxies.
2011-10-26 fschneider... Fix bug in lazy deoptimization after HInvokeFunction.
2011-10-26 lrn@chromium.orgRemove special-casing of calls to RegExp test and exec...
2011-10-26 ulan@chromium.orgHandlify CompileStoreCallback, CompileStoreInterceptor.
2011-10-26 yangguo@chromium.orgMIPS: port Refactor and clean up array allocation acros...
2011-10-26 mstarzinger... Fix identity hash code function to respect flag.
2011-10-26 yangguo@chromium.orgFixing issue 1788.
2011-10-26 ulan@chromium.orgHandlify simple functions of [keyed] store stub compiler.
2011-10-26 mstarzinger... Fix Error.prototype.toString to be ES5 conform.
2011-10-26 fschneider... Fix bug in inlining call-as-function when inlining...
2011-10-26 ulan@chromium.orgHandlify CompileLoadGlobal, CompileLoadElement, Compile...
2011-10-26 rossberg@chromium.orgHandle proxies in KeyedStoreIC::Store, instead of just...
2011-10-26 lrn@chromium.orgMIPS: port Moved random generator state to global context.
2011-10-26 ulan@chromium.orgMIPS: port Handlify simple functions of [keyed] load...
2011-10-26 keuchel@chromium.orgMIPS: port Replace boolean indications of strict mode...
2011-10-26 keuchel@chromium.orgMIPS: port Block scoped const variables.
2011-10-26 kmillikin@chromium.orgMIPS: port Handlify CallStubCompiler::CompileCallField.
2011-10-26 fschneider... Land two MIPS changes.
2011-10-26 lrn@chromium.orgMake the irregexp interpreter throw on stack overflow.
2011-10-25 fschneider... Temporarily skip failing test to make sure builders...
2011-10-25 vegorov@chromium.orgTake loop side-effects into account when collecting...
2011-10-25 mstarzinger... Implement Harmony sets and maps.
2011-10-25 ricow@chromium.orgPrint out line number and extension name when compilati...
2011-10-25 erikcorryRemove superfluous assert.
2011-10-25 erik.corry... Move some heap verification code in under the --verify...
2011-10-25 ulan@chromium.orgHandlify simple functions of [keyed] load stub compiler.
2011-10-25 erik.corry... Speed up debug mode GC.
2011-10-25 erik.corry... Get back the performance lost in context creation in...
2011-10-25 vegorov@chromium.orgFix presubmit error introduced by r9767.
2011-10-25 kmillikin@chromium.orgHandlify CallStubCompiler::CompileCallField.
2011-10-25 vegorov@chromium.orgCompileArrayPushCall should not use context register...
2011-10-25 vegorov@chromium.orgProvide fast-path for CHECK macro.
2011-10-25 erik.corry... Fix 9763 for real.
2011-10-25 erik.corry... Fix 9763 after build bot failures.
2011-10-25 keuchel@chromium.orgBlock scoped const variables.
2011-10-25 erik.corry... Get the speed back in new context creation after it...
2011-10-25 erik.corry... Add missing comment from last commit.
2011-10-24 rossberg@chromium.orgAdapt to latest spec changes for Proxy.create[Function].
2011-10-24 rossberg@chromium.orgImplement for-in loop for proxies.
2011-10-24 yangguo@chromium.orgHandle COW-arrays correctly when converting smi->double...
2011-10-24 fschneider... Fix bug in environment simulation after inlined call...
2011-10-24 ulan@chromium.orgUse handle lists in Map::FindTransitionedMap.
2011-10-24 ulan@chromium.orgUse handle lists instead of raw pointer lists in polymo...
2011-10-24 erik.corry... Fix crash in partial snapshot test when running with...
2011-10-24 lrn@chromium.orgFix typo in type-name and reorder initialization order.
2011-10-24 lrn@chromium.orgMoved random generator state to global context.
2011-10-24 lrn@chromium.orgRemove one static initializer from disasm.
2011-10-24 yangguo@chromium.orgFurther improvements upon r9747.
2011-10-24 kmillikin@chromium.orgHandlify the remaining stub compiler functions for...
2011-10-24 kmillikin@chromium.orgHandlify call cases for pre-monomorphic, normal, and...
2011-10-24 mstarzinger... Fix initialization of allocation timeout value.
2011-10-24 yangguo@chromium.orgRefactor and clean up array allocation across platforms.
2011-10-24 keuchel@chromium.orgReplace boolean indications of strict mode by an enum...
2011-10-21 yangguo@chromium.orgMIPS: Porting r9605 to arm (elements kind conversion...
2011-10-21 erik.corry... Fix missing write barrier in deserialization. Issue...
2011-10-21 danno@chromium.orgMIPS: port Support array literals with FAST_DOUBLE_ELEM...
2011-10-21 mikhail.naganov... The detailed heap snapshot generator was slightly adjus...
2011-10-21 ulan@chromium.orgHandlify KeyedIC::ComputeStub.
2011-10-21 vegorov@chromium.orgMIPS: port RegExpMacroAssembler::CheckStackGuardState...
2011-10-21 vegorov@chromium.orgFix compilation on ARM and x64 broken by r9738
2011-10-21 vegorov@chromium.orgAvoid write-barriers when initializing newly created...
2011-10-21 vegorov@chromium.orgDisable incremental marking when GC extension is exposed.
2011-10-21 vegorov@chromium.orgFix CountLeadingZeros on non-ARMv5 hardware.
2011-10-21 vegorov@chromium.orgAvoid incremental marking write-barrier when constructi...
2011-10-21 keuchel@chromium.orgReapply r9673 "Scope tree serialization and ScopeIterat...
2011-10-21 kmillikin@chromium.orgHandlify StubCompiler::CompileCallInitialize.
2011-10-21 fschneider... Avoid static initializers in assember-arm.h.
2011-10-21 kmillikin@chromium.orgMIPS: port Handlify the stub cache lookup and patching...
2011-10-20 kmillikin@chromium.orgFix presubmit failure.
2011-10-20 kmillikin@chromium.orgHandlify the stub cache lookup and patching for CallIC...
2011-10-20 ulan@chromium.orgReset failure flag before retrying stub compilation.
2011-10-20 ulan@chromium.orgHandlify upper layers of KeyedStoreIC.
2011-10-20 erik.corry... Fix the build on Mac.
2011-10-20 svenpanne@chromium.orgImproved printing of Simulate, LoadNamedFieldPolymorphi...
2011-10-20 yangguo@chromium.orgRefactor elements kind conversion.
2011-10-20 lrn@chromium.orgMake builtin functions be skipped in stack traces.
2011-10-20 erik.corry... Shave 39% from snapshot size.
2011-10-20 vegorov@chromium.orgSwitch UnreachableObjectsFilter to use Marking instead...
2011-10-20 whesse@chromium.orgSpeed up comparison with a constant.
2011-10-20 danno@chromium.orgFix x64 and ARM builds.
2011-10-20 danno@chromium.orgMake sure PrintElementsKind is compiled in release...
2011-10-20 danno@chromium.orgAdd flag to trace element kind transitions
2011-10-20 ulan@chromium.orgHandlify upper layers of KeyedLoadIC.
2011-10-20 jkummerow@chromium.orgElementsKind transitioning support for keyed loads...
2011-10-20 jkummerow@chromium.orgHandle keyed stores after elements transition monomorph...
2011-10-20 svenpanne@chromium.orgMake IsGenericDescriptor spec-conformant.
2011-10-19 mstarzinger... Adapt sputnik test expectations to last change.
2011-10-19 mstarzinger... Fix handling Function.apply for non-array arguments.
2011-10-19 sgjesse@chromium.orgTemporarily skip asserts in test mjsunit/debug-step...
2011-10-19 mstarzinger... Fix Array.filter to use internal array for result.
2011-10-19 svenpanne@chromium.org[[DefineOwnProperty]] should always return true/false...
2011-10-19 jkummerow@chromium.orgAdjust elements-kind.js expectation when --smi-only...
2011-10-19 yangguo@chromium.orgOptimize fast element conversion in arm using batch...
2011-10-19 keuchel@chromium.orgRevert 9673, 9674 and 9675 because of failing webkit...
next