platform/upstream/v8.git
2013-01-28 svenpanne@chromium.orgDo not duplicate the compilation pipeline for stub...
2013-01-28 verwaest@chromium.orgDo not try to collect the map if the monomorphic IC...
2013-01-28 ulan@chromium.orgPut making embedded maps in optimized code weak behind...
2013-01-25 mstarzinger... Allow inlining of multiple closures from shared function.
2013-01-25 yangguo@chromium.orgActually increment queue length for parallel recompile...
2013-01-25 svenpanne@chromium.orgSlightly improved Hydrogen stats output for long-runnin...
2013-01-25 mvstanton@chromium.orgPrepare push to trunk. Now working on version 3.16.11.
2013-01-25 verwaest@chromium.orgReplace store array length builtin with codestub.
2013-01-25 svenpanne@chromium.orgAvoid excessive memory usage during redundant phi elimi...
2013-01-25 yangguo@chromium.orgFix additional spec violations wrt RegExp.lastIndex.
2013-01-25 verwaest@chromium.orgMerge UpdateStoreCaches into a single function dispatch...
2013-01-25 svenpanne@chromium.orgUnbreak build (offsetof only works for POD types)
2013-01-25 svenpanne@chromium.orgAdd Isolate parameter to Persistent class.
2013-01-24 mstarzinger... Allow monomorphic loads when static type is known.
2013-01-24 yangguo@chromium.orgPrepare push to trunk. Now working on version 3.16.10.
2013-01-24 mstarzinger... Implement VisitHandlesInNewSpaceWithClassIds()
2013-01-24 danno@chromium.orgRevert r13494: "Use MemoryChunk-based allocation for...
2013-01-24 danno@chromium.orgUse MemoryChunk-based allocation for deoptimization...
2013-01-24 danno@chromium.orgFix bug in edge case in populating PointerMaps
2013-01-24 verwaest@chromium.orgMerge UpdateLoadCaches into a single function dispatchi...
2013-01-24 mstarzinger... Fix map check removal issue in r13488.
2013-01-24 ulan@chromium.orgMake embedded maps in optimized code weak.
2013-01-24 hpayer@chromium.orgForce inlining of object visiting functions.
2013-01-24 mstarzinger... Allow removal of obsolete map checks after transitions.
2013-01-24 yangguo@chromium.orgFix --hydrogen-stats.
2013-01-24 yurys@chromium.orgImplicit references are missing in heap profiles
2013-01-23 verwaest@chromium.orgEnsure a type-error is thrown when trying to assign...
2013-01-23 ulan@chromium.orgARM: Make use of d16-d31 when available.
2013-01-23 mstarzinger... Fix corner case when JSFunction is evicted from flusher.
2013-01-23 verwaest@chromium.orgAlways fail when trying to store to an undeclared globa...
2013-01-23 ulan@chromium.orgCorrectly set kCanBeDivByZero flag for HMathFloorOfDiv.
2013-01-23 verwaest@chromium.orgMove polymorphic stub computation and compilation to...
2013-01-23 yangguo@chromium.orgMIPS: Avoid handle dereference during graph optimization.
2013-01-23 yangguo@chromium.orgMIPS: Make HCheckPrototypeMaps compatible with parallel...
2013-01-23 yangguo@chromium.orgAvoid handle dereference during graph optimization.
2013-01-23 mvstanton@chromium.orgPrepare push to trunk. Now working on version 3.16.9.
2013-01-23 yangguo@chromium.orgCorrectly reset lastIndex in an RegExp object.
2013-01-23 svenpanne@chromium.orgAdded a workaround for Windows compilation problems...
2013-01-23 jkummerow@chromium.orgtools/run-tests.py: shlex.split() the value of --comman...
2013-01-23 verwaest@chromium.orgMIPS: Migrate FunctionPrototype (Keyed|Named)LoadIC...
2013-01-23 verwaest@chromium.orgMIPS: Migrate ArrayLength (Keyed|Named)LoadIC to CodeStub
2013-01-23 verwaest@chromium.orgMIPS: Replace special IC builtins and stubs in the...
2013-01-22 mvstanton@chromium.orgMIPS: Incorrect ARM assembly in MacroAssembler::TestJSA...
2013-01-22 ulan@chromium.orgFix pattern detection for replacing shifts by rotation.
2013-01-22 mstarzinger... Allow loading constant function from proto chain.
2013-01-22 mvstanton@chromium.orgIncorrect ARM assembly in MacroAssembler::TestJSArrayFo...
2013-01-22 verwaest@chromium.orgMerge Store from Keyed and Named store.
2013-01-22 verwaest@chromium.orgMerge Load from Keyed|Named load code.
2013-01-21 verwaest@chromium.orgMigrate FunctionPrototype (Keyed|Named)LoadIC to CodeStub
2013-01-21 verwaest@chromium.orgMigrate ArrayLength (Keyed|Named)LoadIC to CodeStub
2013-01-21 yangguo@chromium.orgCheck for FLAG_enable_liveedit when using Live Edit.
2013-01-21 mvstanton@chromium.orgallocation-site-info.js broken on arm with new changes...
2013-01-21 yangguo@chromium.orgFix some latin-1 webkit units tests
2013-01-21 yangguo@chromium.orgMake HCheckPrototypeMaps compatible with parallel recom...
2013-01-21 verwaest@chromium.orgReplace special IC builtins and stubs in the map's...
2013-01-21 yangguo@chromium.orgPrepare push to trunk. Now working on version 3.16.8.
2013-01-21 jkummerow@chromium.orgRemove <(library) usage from v8.gyp.
2013-01-21 jkummerow@chromium.orgDisable elimination of unreachable code after HSoftDeopts
2013-01-21 mvstanton@chromium.orgFixed test failure.
2013-01-21 mstarzinger... Remove unused GlobalHandles::IterateWeakRoots()
2013-01-21 mvstanton@chromium.orgOut of bounds memory access in TestJSArrayForAllocation...
2013-01-21 mstarzinger... Remove GlobalHandles::number_of_weak_handles_ and numbe...
2013-01-21 svenpanne@chromium.orgMoved FlagList::EnforceFlagImplications to V8::Initiali...
2013-01-21 mvstanton@chromium.orgMIPS: Additional work to get array literal allocation...
2013-01-18 yangguo@chromium.orgPrepare push to trunk. Now working on version 3.16.7.
2013-01-18 jkummerow@chromium.orgDe-dupe test/mozilla/mozilla.status
2013-01-18 jkummerow@chromium.orgtools/run-tests.py: Fixes for Windows
2013-01-18 yangguo@chromium.orgTemporarily disable deferred stack trace formatting.
2013-01-18 jkummerow@chromium.orgtools/runtests.py: Fix cctests on Windows; properly...
2013-01-18 ulan@chromium.orgRemove redundant check in LCodeGen::DoBoundsCheck
2013-01-18 mstarzinger... Fix test harness to accept camel-case modes.
2013-01-18 yangguo@chromium.orgMIPS: Fix wrong asserts in SeqStringSetCharGenerator.
2013-01-18 jkummerow@chromium.orgMIPS: Don't emit code for instructions that are hiding...
2013-01-18 jkummerow@chromium.orgDon't insert HDummyUses for control instructions
2013-01-18 danno@chromium.orgMIPS: Fix if condition in DoTransitionElementsKind.
2013-01-18 svenpanne@chromium.orgMake the Isolate parameter mandatory in Locker and...
2013-01-17 mmassi@chromium.orgRevert r13409 ("Make the array bounds check elimination...
2013-01-17 yangguo@chromium.orgAdd a percentage to each metric in the V8 timeline...
2013-01-17 yangguo@chromium.orgFix the xrange calculation of the V8 timeline plot
2013-01-17 yangguo@chromium.orgRemove some unnecessary use of templates.
2013-01-17 jkummerow@chromium.orgDon't emit code for instructions that are hiding behind...
2013-01-17 jkummerow@chromium.orgRecently I tried to debug CPU profiling on Chrome.
2013-01-17 jkummerow@chromium.orgOptimize the emitted instruction of random function...
2013-01-17 mmassi@chromium.orgMake the array bounds check elimination phase optional...
2013-01-17 verwaest@chromium.orgAllow miss in GENERIC keyed load/store.
2013-01-17 mstarzinger... Remove unused methods about Node::class_id_
2013-01-17 mvstanton@chromium.orgAdditional work to get array literal allocation trackin...
2013-01-16 mstarzinger... Inline SetWrapperClassId() and WrapperClassId()
2013-01-16 yangguo@chromium.orgRemove support for Live Object List and inspector module.
2013-01-16 yangguo@chromium.orgAdd missing VMState(EXTERNAL) for DOM GC callbacks
2013-01-16 verwaest@chromium.orgSeparate MEGAMORPHIC and GENERIC ic states
2013-01-16 ulan@chromium.orgCheck that FPU TOP register is zero and clear all excep...
2013-01-16 yangguo@chromium.orgCleanup latin-1 conversion check in regexp engine
2013-01-16 yangguo@chromium.orgRemove some ascii checks in advance of latin-1 release
2013-01-16 yangguo@chromium.orgAvoid pointer underflow in CopyCharsUnsigned.
2013-01-16 svenpanne@chromium.orgImplement Context::GetIsolate()
2013-01-16 jkummerow@chromium.orgRevert "Optimize the emitted instruction of random...
2013-01-16 jkummerow@chromium.orgMIPS: Some more instrumentation to narrow down Failure...
2013-01-16 jkummerow@chromium.orgRecord vdso and vsyscall as shared libraries in OS...
2013-01-16 jkummerow@chromium.orgOptimize the emitted instruction of random function...
next