platform/upstream/v8.git
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...
2013-01-16 jkummerow@chromium.orgGenerate shim headers when using system v8.
2013-01-16 mstarzinger... Inline MarkIndependent(), MarkPartiallyDependent()...
2013-01-16 yangguo@chromium.orgMIPS: Remove move ascii data hint for one byte strings
2013-01-16 yangguo@chromium.orgMIPS: Continues Latin-1 support. All tests pass with...
2013-01-16 mstarzinger... Fix arguments materialization for inlined apply().
2013-01-16 svenpanne@chromium.orgAdd some runtime checks to MayNamedAccess
2013-01-15 mstarzinger... Pack GlobalHandles::Node::state_ and three flags into...
2013-01-15 yangguo@chromium.orgSync laziness between BuildFunctionInfo and MakeFunctio...
2013-01-15 yangguo@chromium.orgFix windows build wrt symbol export.
2013-01-15 mstarzinger... Add sanity check to CodeFlusher::AddCandidate.
2013-01-15 yangguo@chromium.orgPrepare push to trunk. Now working on version 3.16.6.
2013-01-15 yangguo@chromium.orgAdd back ascii fast path for toupper/tolower
2013-01-14 yangguo@chromium.orgRemove move ascii data hint for one byte strings
2013-01-14 svenpanne@chromium.orgRemoved deprecated functions from v8's external API.
2013-01-14 yangguo@chromium.orgReland r13188, r13194, r13256 (Deferred formatting...
2013-01-14 mstarzinger... The time spent in GCPrologue callbacks and GCEpilogue...
2013-01-14 yangguo@chromium.orgPrepare API for webkit use of Latin-1
2013-01-14 mstarzinger... Fix problem with NULL handle in r13367.
2013-01-14 mstarzinger... Fix unhandlified value in GetOwnProperty function.
2013-01-14 svenpanne@chromium.orgWe can't print the AST or the source for stubs.
2013-01-14 svenpanne@chromium.orgConsistently use V8EXPORT on all classes and not on...
2013-01-11 yangguo@chromium.orgPrepare push to trunk. Now working on version 3.16.5.
2013-01-11 mstarzinger... Fix shared function info code replacement.
2013-01-10 svenpanne@chromium.orgMake v8 handle OOM during Heap construction more gracef...
2013-01-10 jkummerow@chromium.orgBetter --trace-ic output for UnaryOpICs, matching other...
2013-01-10 jkummerow@chromium.orgAdd non-ASCII support to d8's read() function
2013-01-10 mstarzinger... Make recent regression test resilient against GC stress.
2013-01-10 verwaest@chromium.orgCombine DEBUG_BREAK and DEBUG_PREPARE_STEP_IN into...
2013-01-10 mstarzinger... Fix missing exception check in typed array constructor...
2013-01-09 yangguo@chromium.orgFix objectprint=on build.
2013-01-09 jkummerow@chromium.orgPrepare push to trunk. Now working on version 3.16.4.
2013-01-09 yangguo@chromium.orgContinues Latin-1 support. All tests pass with ENABLE_L...
2013-01-09 hpayer@chromium.orgFilter old space and large object space to new space...
2013-01-09 yangguo@chromium.orgMIPS: Emit madd.d for multiply-add on MIPS.
2013-01-09 jkummerow@chromium.orgSome more instrumentation to narrow down Failure leaks.
2013-01-09 yangguo@chromium.orgIntroduce ENABLE_LATIN_1 compile flag
2013-01-09 mvstanton@chromium.orgMIPS: Adapt Danno's Track Allocation Info idea to fast...
2013-01-09 yangguo@chromium.orgMIPS: Fix typo in commit r13326 (f8c9bf84).
2013-01-09 svenpanne@chromium.orgAdded %FlattenString and use it to speed up a regressio...
2013-01-09 danno@chromium.orgMIPS: Generalize calling to C++ on stub deopt
2013-01-08 danno@chromium.orgFix nosse2 crash introduced by r13320
2013-01-08 yangguo@chromium.orgOnly enable MinGW-w64 pow() workaround if needed
2013-01-08 yangguo@chromium.orgEnable readline on d8 while building a shared lib.
2013-01-08 verwaest@chromium.orgUse POLYMORPHIC for polymorphic Keyed(Load|Store)IC
2013-01-08 mvstanton@chromium.orgTest fix: missing check for JSArray.
2013-01-08 mvstanton@chromium.orgAdapt Danno's Track Allocation Info idea to fast litera...
2013-01-07 verwaest@chromium.orgIntroduce POLYMORPHIC
2013-01-07 verwaest@chromium.orgSlight cleanup of UpdateCache code.
2013-01-07 svenpanne@chromium.orgEnvironment bookkeping has linear time complexity now...
2013-01-07 yangguo@chromium.orgUse C++ style type casts.
next