platform/upstream/v8.git
2014-04-09 palfia@homejinni.comFix build with gcc 4.8 on Linux.
2014-04-09 ishell@chromium.orgRevert "Further ElementsAccessor handlification (GetKey...
2014-04-09 ishell@chromium.orgFurther ElementsAccessor handlification (GetKeyForIndex...
2014-04-09 jochen@chromium.orgUse abstract configurations to switch between opt debug...
2014-04-09 hpayer@chromium.orgAllow race-full access of map instance size when sweepi...
2014-04-09 jarin@chromium.orgMake new space iterable when transitioning double array...
2014-04-09 mstarzinger... Fix return value of push() and unshift() on Array.proto...
2014-04-09 yangguo@chromium.orgFix regexp compilation cache.
2014-04-09 mstarzinger... Handlify all context allocators from the Heap.
2014-04-09 hpayer@chromium.orgIntroduced Atomic8 and added no-barrier Atomic8 accessors.
2014-04-09 jarin@chromium.orgAdd stack overflow check for inlined property getter
2014-04-08 adamk@chromium.orgUse OrderedHashTables as the backing store of JSSet...
2014-04-08 jochen@chromium.orgCompile fix for NaCL
2014-04-08 jochen@chromium.orgReturn 0 as maximal amount of physical memory if there...
2014-04-08 hpayer@chromium.orgSynchronize store buffer processing and concurrent...
2014-04-08 ishell@chromium.orgFurther ElementsAccessor handlification (Get(), AddElem...
2014-04-08 Jacob.Bramley... ARM64: Put all simulator trace on the same stream.
2014-04-08 ulan@chromium.orgHandlify RegExpKey.
2014-04-08 ulan@chromium.orgHandlify CompilationCache.
2014-04-08 rmcilroy@chromium.orgUse correct call size for PredictableCodeSizeScopes.
2014-04-08 machenbach... Automatically determine current V8 sheriff in chromium...
2014-04-08 rossberg@chromium.orgShut up Windows and ASAN
2014-04-08 rossberg@chromium.orgReland "Refactoring to allow adding new structured...
2014-04-08 rmcilroy@chromium.orgEnsure that we don't mark weak heap references in the...
2014-04-08 yangguo@chromium.orgImplement handlified String::Flatten.
2014-04-08 yangguo@chromium.orgChange exception type to Object.
2014-04-08 bmeurer@chromium.orgFix invalid local property lookup for transitions.
2014-04-08 bmeurer@chromium.orgAdd proper dependencies for the GNU GLOBAL tags db.
2014-04-08 bmeurer@chromium.orgWork-around for GNU GLOBAL on 64-bit Ubuntu.
2014-04-08 yangguo@chromium.orgFix more MUST_USE_RESULT warnings.
2014-04-08 dcarney@chromium.orgRevert "Refactoring to allow adding new structured...
2014-04-08 yangguo@chromium.orgFix MUST_USE_RESULT warning.
2014-04-08 yangguo@chromium.orgReturn MaybeHandle from SetElement and DeleteElement.
2014-04-08 yangguo@chromium.orgHandlify LookupSingleCharacterStringFromCode.
2014-04-08 yangguo@chromium.orgHandlify RuntimeHidden_RegExpConstructResult.
2014-04-08 bmeurer@chromium.orgAdd support for GNU GLOBAL.
2014-04-08 svenpanne@chromium.orgRevert "Handlify deoptimization data allocators."
2014-04-07 plind44@gmail.comMIPS: Fixed flooring division by -1.
2014-04-07 mstarzinger... Handlify deoptimization data allocators.
2014-04-07 yangguo@chromium.orgHandlify TransitionElements in runtime.cc.
2014-04-07 hpayer@chromium.orgRemove gc greedy mode.
2014-04-07 yangguo@chromium.orgFix build.
2014-04-07 yangguo@chromium.orgDo not greedy GC if no allocation is expected/allowed.
2014-04-07 yangguo@chromium.orgHandlify TypeFeedbackOracle::SetInfo.
2014-04-07 mstarzinger... Handlify ten allocator functions from the Heap.
2014-04-07 alexandre.rames... ARM64: Introduce a version of ADR handling distant...
2014-04-07 svenpanne@chromium.orgFixed flooring division by -1 on ARM.
2014-04-07 alexandre.rames... ARM64: Fix disassembly of branch targets.
2014-04-07 yangguo@chromium.orgAdd missing runtime assert for LiveEdit.
2014-04-07 yangguo@chromium.orgHandlify i18n.cc.
2014-04-07 yangguo@chromium.orgHandlify LiveEdit.
2014-04-07 yangguo@chromium.orgDeprecate Context::HasOutOfMemoryException.
2014-04-07 rossberg@chromium.orgRefactoring to allow adding new structured types
2014-04-07 dcarney@chromium.orgSkip a bunch of new failing nacl tests
2014-04-07 yangguo@chromium.orgMake `String.prototype.contains` throw when passing...
2014-04-07 mstarzinger... Handlify six allocator functions from the Heap.
2014-04-07 ishell@chromium.orgCallers of ElementsAccessor::Validate() handlified.
2014-04-07 bmeurer@chromium.orgUse distinct maps for oddballs with special handling...
2014-04-07 ishell@chromium.orgElementsAccessor::GetAccessorPair() handlified.
2014-04-07 jarin@chromium.orgDead code elimination of inlined arguments objects...
2014-04-07 svenpanne@chromium.orgYet another regression test for range analysis.
2014-04-07 mvstanton@chromium.orgFix for v8:3255 Grow KeyedStoreIC doesn't respect Strin...
2014-04-07 marja@chromium.orgcompiler.cc: Remove a comment which is no longer true.
2014-04-07 dslomov@chromium.orgMake TypedArray::New fucntions crash on wrong lengths.
2014-04-04 adamk@chromium.orgOrderedHashTable implementation with Set and Map interfaces
2014-04-04 mvstanton@chromium.orgRevert "Reland of https://codereview.chromium.org/17252...
2014-04-04 jkummerow@chromium.orgRevert "Compare external pixel data length against...
2014-04-04 jkummerow@chromium.orgCompare external pixel data length against Smi::kMaxValue
2014-04-04 palfia@homejinni.comMIPS: Reland "Fixed environment assignment for LCheckNo...
2014-04-04 rodolph.perfetta... ARM64: fix simulator constructor
2014-04-04 mvstanton@chromium.orgReland of https://codereview.chromium.org/172523002/
2014-04-04 alexandre.rames... ARM64: Use direct deoptimization exits.
2014-04-04 ishell@chromium.orgElementsAccessor's public interface handlification.
2014-04-04 ishell@chromium.orgCallers of ElementsAccessor::AddElementsToFixedArray...
2014-04-04 rodolph.perfetta... ARM64: fix constant pool size used by disassembler
2014-04-04 marja@chromium.orgUpdate tests to use the new compilation API + related...
2014-04-04 yangguo@chromium.orgReturn MaybeHandle from GetProperty.
2014-04-04 yangguo@chromium.orgReturn MaybeHandle from SetProperty.
2014-04-04 rmcilroy@chromium.orgFix fixed-point vcvt_f64_s32 immediate value encoding
2014-04-04 hpayer@chromium.orgDon't overwrite transition array map while iterating...
2014-04-04 bmeurer@chromium.orgProperly pass dim to recursive calls in TypePrint().
2014-04-04 hpayer@chromium.orgMake sure value is a heap number when reusing the doubl...
2014-04-04 ishell@chromium.orgMaybehandlification of EnsureJSArrayWithWritableFastEle...
2014-04-04 machenbach... Make auto-roll script also roll patched trunk revisions.
2014-04-04 bmeurer@chromium.orgTypePrint() does not depend on Object::Print().
2014-04-04 svenpanne@chromium.orgReland "Fixed environment assignment for LCheckNonSmi."
2014-04-04 bmeurer@chromium.orgGet rid of the TRANSITION PropertyType and consistently...
2014-04-03 palfia@homejinni.comMIPS: Check in Lithium that allocation size in Smi...
2014-04-03 alph@chromium.orgDo not mark prototype transitions link as weak in heap...
2014-04-03 dslomov@chromium.orgHarden IsMoreGeneralElementsKindTransition.
2014-04-03 ishell@chromium.orgFurther Kraken regression recover due to handlification.
2014-04-03 alexandre.rames... ARM64: Fixes and more support for FRINT<X> instructions.
2014-04-03 alexandre.rames... ARM64: Fix the atomic type width in the 64bit Acquire_L...
2014-04-03 yangguo@chromium.orgReturn MaybeHandle from JsonParser.
2014-04-03 jochen@chromium.orgRevert r20476.
2014-04-03 machenbach... Fix bug entry and quotation marks in merge-to-branch.
2014-04-03 machenbach... Add merged patches to commit title in merge-to-branch.
2014-04-03 yangguo@chromium.orgReturn MaybeHandle from NewExternalStringFrom*.
2014-04-03 yangguo@chromium.orgReland "Return MaybeHandle from NewConsString."
2014-04-03 yangguo@chromium.orgReturn MaybeHandle from NewRaw???String.
next