platform/upstream/v8.git
2014-04-24 ishell@chromium.orgDictionary::AtPut() handlified.
2014-04-24 ishell@chromium.orgReland r20932: "*NumberDictionary::AtNumberPut() handli...
2014-04-24 ishell@chromium.orgRevert "*NumberDictionary::AtNumberPut() handlified."
2014-04-24 ishell@chromium.org*NumberDictionary::AtNumberPut() handlified.
2014-04-24 ishell@chromium.org*NumberDictionary::AddNumberEntry() handlified.
2014-04-24 ulan@chromium.orgMark test-cpu-profiler/SampleWhenFrameIsNotSetup as...
2014-04-24 hpayer@chromium.orgDon't move the object start of objects on non-swept...
2014-04-24 ulan@chromium.orgARM64: small fixes for ArgumentAdaptorTrampoline after...
2014-04-24 ishell@chromium.org*NumberDictionary::Set() handlified.
2014-04-24 ulan@chromium.orgConvert function.prototype to API-style accessor.
2014-04-24 ishell@chromium.orgTiny cleanup.
2014-04-24 bmeurer@chromium.orgRe-enable field type tracking by default.
2014-04-24 bmeurer@chromium.orgRevert "Add tests for generator/debugger interaction"
2014-04-24 bmeurer@chromium.orgMake DescriptorArray::IsMoreGeneralThan() and Descripto...
2014-04-24 wingo@igalia.comAdd tests for generator/debugger interaction
2014-04-24 bmeurer@chromium.orgTreat FOREIGN_TYPE as internal.
2014-04-24 svenpanne@chromium.orgCodeStubs contain their corresponding Isolate* now...
2014-04-24 jarin@chromium.orgFix C++ type of Factory::NewFixedDoubleArray.
2014-04-23 ishell@chromium.orgStringTable::LookupKey() and all callers handlified.
2014-04-23 yangguo@chromium.orgClean up some uses of Failures and MaybeObjects.
2014-04-23 wingo@igalia.comMove bug 3280 regression test to mjsunit/harmony
2014-04-23 jarin@chromium.orgFix the Array.push simulate for non-effect context.
2014-04-23 danno@chromium.orgFix deoptimization problem with inlined Array.push()
2014-04-23 ulan@chromium.orgAllow Object.defineProperty to update value of an API...
2014-04-23 mstarzinger... Fix ToObject and Object.isSealed in four Array builtins.
2014-04-23 ulan@chromium.orgHarden DefineOrRedefineDataProperty.
2014-04-23 jochen@chromium.orgIntroduce .DEPS.git file to support full git checkouts
2014-04-23 jochen@chromium.orgExtract common macros and start a base library
2014-04-23 bmeurer@chromium.orgDisable field type tracking by default.
2014-04-23 bmeurer@chromium.orgFix tracking of computed fields when field type trackin...
2014-04-23 jarin@chromium.orgAvoid setting transitions in-place for cached maps...
2014-04-23 wingo@igalia.comAvoid exposing compiler-allocated temporaries to the...
2014-04-23 jarin@chromium.orgHandle boxed length in JSON stringify.
2014-04-23 bmeurer@chromium.orgSort functions in polymorphic calls based on overall...
2014-04-22 palfia@homejinni.comMIPS: Return Object* instead of MaybeObject* from runti...
2014-04-22 adamk@chromium.orgFix issue with Map/SetIterator and types
2014-04-22 plind44@gmail.comMIPS: Improve code generation for bounds checks.
2014-04-22 Jacob.Bramley... ARM64: Move sign-extension to load instructions.
2014-04-22 mvstanton@chromium.orgUse MaybeHandles in Compiler to indicate failure instea...
2014-04-22 danno@chromium.orgInsert HSimulate immediately after Crankshaft-inlined...
2014-04-22 yangguo@chromium.orgReturn Object* instead of MaybeObject* from runtime...
2014-04-22 dslomov@chromium.orgCache maps for externalized typed array objects.
2014-04-22 wingo@igalia.comContext-allocate all parameters in generators
2014-04-22 yangguo@chromium.orgDo not avoid flattening cons string when creating a...
2014-04-22 bmeurer@chromium.orgHBranch should also print its expected input types.
2014-04-22 bmeurer@chromium.orgOptimize numeric comparison with known successors.
2014-04-22 svenpanne@chromium.orgRevert "Simplify v8/Isolate teardown."
2014-04-22 svenpanne@chromium.orgBumped the boot-up memory-limit, part 2.
2014-04-22 mvstanton@chromium.orgJSObject::DeepCopy and other functions returned an...
2014-04-22 svenpanne@chromium.orgSimplify v8/Isolate teardown.
2014-04-22 bmeurer@chromium.orgCons string maps must be marked as unstable.
2014-04-22 bmeurer@chromium.orgMake sure to clear any previously collected field maps.
2014-04-22 verwaest@chromium.orgSet code on the SharedFunctionInfo before creating...
2014-04-22 bmeurer@chromium.orgImprove code generation for bounds checks.
2014-04-22 yangguo@chromium.orgIntroduce exception object and remove some uses of...
2014-04-22 bmeurer@chromium.orgFix field type handling in load elimination.
2014-04-22 yangguo@chromium.orgFix interpreted-regexp test.
2014-04-19 alph@chromium.orgSwitch CPU profile start/stop markers to monotonic...
2014-04-17 haitao.feng... Return int64_t instead of intptr_t for RootRegisterDelt...
2014-04-17 haitao.feng... Update CheckBothSmi, CheckInteger32ValidSmiValue, Check...
2014-04-17 palfia@homejinni.comMIPS: Serializer enable/disable flags need thread safety.
2014-04-17 adamk@chromium.orgFix breakage on V8 Linux - nosse2
2014-04-17 adamk@chromium.orgES6: Add support for Map/Set forEach
2014-04-17 mstarzinger... Make Heap::AllocateRaw*String private.
2014-04-17 mvstanton@chromium.orgSerializer enable/disable flags need thread safety.
2014-04-17 jarin@chromium.orgThis should make the NaCl build jobs green again.
2014-04-17 hpayer@chromium.orgInitialize elements pointer in BuildCloneShallowArray...
2014-04-17 dslomov@chromium.orgHandlify PolymorphicCodeCache.
2014-04-17 jarin@chromium.orgBump up the boot-up memory limit.
2014-04-17 dslomov@chromium.orgChange IS_UNDEFINED to perform value comparison instead...
2014-04-17 mstarzinger... Make Heap::AllocateRaw private.
2014-04-17 ishell@chromium.orgFix for a Mac build issue after r20846.
2014-04-17 plind44@gmail.comMIPS: Track up to 5 stable maps as field type.
2014-04-17 ishell@chromium.orgHeap::AllocateStringFromOneByte() and major part of...
2014-04-17 yangguo@chromium.orgAllocate filler objects in the factory.
2014-04-17 yangguo@chromium.orgCleanups in runtime.cc
2014-04-17 hpayer@chromium.orgInitialize elements pointer in BuildCloneShallowArray...
2014-04-17 verwaest@chromium.orgAlways pass in code to NewFunctionWithoutPrototype
2014-04-17 mstarzinger... Extend GCMole to also cover cctest files.
2014-04-17 verwaest@chromium.orgSelect function map based on prototype and shared funct...
2014-04-17 danno@chromium.orgRemove hand-written assembly ArrayPush stubs
2014-04-17 ulan@chromium.orgX64: fix arguments adaptor stack check after r20751.
2014-04-17 hpayer@chromium.orgGrow old generation slower on low-memory devices.
2014-04-17 jkummerow@chromium.orgHarden runtime functions
2014-04-17 rossberg@chromium.orgFix handlification bug in test
2014-04-17 marja@chromium.orgTiny Parser fix: init identifiers.
2014-04-17 ulan@chromium.orgHandlify function.prototype accessor.
2014-04-17 yangguo@chromium.orgSome MaybeHandles related cleanups.
2014-04-17 bmeurer@chromium.orgTrack up to 5 stable maps as field type.
2014-04-17 yangguo@chromium.orgRemove uses of MaybeObject in runtime.cc.
2014-04-16 palfia@homejinni.comAdjust memory limits.
2014-04-16 adamk@chromium.orgRevert "ES6: Add support for Map/Set forEach"
2014-04-16 adamk@chromium.orgES6: Add support for Map/Set forEach
2014-04-16 plind44@gmail.comMIPS: Implement structural function and array types
2014-04-16 ishell@chromium.orgCallers of Heap::AllocateStringFromOneByte() and Heap...
2014-04-16 dslomov@chromium.orgHandlify HashTable and Dictionary growing.
2014-04-16 rossberg@chromium.orgImplement structural function and array types
2014-04-16 rossberg@chromium.orgImplement structural function and array types
2014-04-16 rossberg@chromium.orgImplement structural function and array types
2014-04-16 rossberg@chromium.orgRevert "Implement structural function and array types"
next