platform/upstream/v8.git
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"
2014-04-16 rossberg@chromium.orgImplement structural function and array types
2014-04-16 ulan@chromium.orgHandlify and convert the remaining Script accesssors.
2014-04-16 ishell@chromium.orgReland r20772 "Handlifying clients of StringTable,...
2014-04-16 yangguo@chromium.orgHandlify callers of AllocateUninitializedFixedArray.
2014-04-16 yangguo@chromium.orgHandlify number-related allocators.
2014-04-16 rossberg@chromium.orgRevert "Implement structural function and array types"
2014-04-16 rossberg@chromium.orgImplement structural function and array types
2014-04-16 mstarzinger... Handlify six more allocators in from the Heap class.
2014-04-16 yangguo@chromium.orgReland "Move functions from handles.cc to where they...
2014-04-16 m.m.capewell... ARM64: Fix native builds
2014-04-16 mstarzinger... Handlify Heap::AllocateAllocationSite.
2014-04-16 yangguo@chromium.orgRevert "Move functions from handles.cc to where they...
2014-04-16 dslomov@chromium.orgLimit the lifetime of handles in Map::UpdateCodeCache.
2014-04-16 yangguo@chromium.orgMove functions from handles.cc to where they belong.
2014-04-16 dslomov@chromium.orgHandlify CodeCache.
2014-04-16 svenpanne@chromium.orgRemoved Isolate::EnterDefaultIsolate.
2014-04-16 ulan@chromium.orgHandlify and convert Script accesssors to new API-style...
2014-04-16 bmeurer@chromium.orgImprove execution time of cctest/test-types.
2014-04-16 yangguo@chromium.orgFix unused variable warnings.
2014-04-16 bmeurer@chromium.orgAllow merging of monomorphic accesses to tracked fields.
2014-04-16 yangguo@chromium.orgHandlify code allocation.
2014-04-16 mvstanton@chromium.orgLazyInstance should be thread safe by default.
2014-04-16 verwaest@chromium.orgMove CopyReplaceDescriptors to private
2014-04-16 verwaest@chromium.orgIntroduce an abstraction to write to a field.
2014-04-16 verwaest@chromium.orgMove property addition code from JSObject to Map
2014-04-16 bmeurer@chromium.orgClear invalid field maps in PropertyAccessInfo.
2014-04-16 svenpanne@chromium.orgProtect against API abuse.
2014-04-16 yangguo@chromium.orgRemove some uses of MaybeObject methods.
2014-04-16 yangguo@chromium.orgRemove further unhandlified call sites of number alloca...
2014-04-16 haitao.feng... Introduce DontEmitDebugCodeScope to fix the x64 nosnaps...
2014-04-16 palfia@homejinni.comMIPS: Reland r20692 "Check stack limit in ArgumentAdapt...
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-15 plind44@gmail.comMIPS: Add big-endian support for MIPS.
next