platform/upstream/v8.git
2014-04-01 dslomov@chromium.orgSupport typed arrays in IsMoreGeneralElementsKindTransi...
2014-04-01 yangguo@chromium.orgSmi immediates are not supported on x64. Do not use it.
2014-04-01 marja@chromium.orgPreParser fix: propagate reference erros properly.
2014-04-01 mvstanton@chromium.orgMonomorphic prototype failures should be reserved for...
2014-04-01 machenbach... Update tryserver configuration with new linux and arm...
2014-04-01 rossberg@chromium.orgProvide Type::Contains methods.
2014-04-01 jkummerow@chromium.orgFix "make arm asan=$CLANG"
2014-04-01 jkummerow@chromium.orgMSan workaround in Simulator::VisitBitfield.
2014-04-01 jkummerow@chromium.orgMSan does not understand inline asm. This change preini...
2014-04-01 jkummerow@chromium.org[msan] Do not unpoison heap if running on simulator.
2014-04-01 jkummerow@chromium.orgAdd msan.h to v8.gyp.
2014-04-01 yangguo@chromium.orgRemove remnants of internalized cons strings.
2014-04-01 svenpanne@chromium.orgFixed build (unused vars in release mode).
2014-04-01 svenpanne@chromium.orgConsistently use a separate Lithium instruction for...
2014-04-01 yangguo@chromium.orgRemove internalized cons string types.
2014-04-01 yurys@chromium.orgRemove debugger_auto_break flag
2014-04-01 dcarney@chromium.orgalways lookup api holder from receiver
2014-04-01 bmeurer@chromium.orgCleanup property module.
2014-04-01 bmeurer@chromium.orgMake it possible to use HeapType inside objects-inl.h.
2014-04-01 verwaest@chromium.orgReplace uses of set_map by MigrateToMap.
2014-04-01 jochen@chromium.orgStore i18n meta data in hidden symbols instead of js...
2014-04-01 rmcilroy@chromium.orgOnly allow automatic FrameScope types for FrameAndConst...
2014-04-01 svenpanne@chromium.orgFixed assertions on ARM64.
2014-04-01 verwaest@chromium.orgSet kTruncatingToSmi for HChange only when To rep is Smi
2014-04-01 svenpanne@chromium.orgFixed power-of-2 predicates, excluding 0.
2014-04-01 yangguo@chromium.orgTighten object verification.
2014-04-01 machenbach... Revert r20375.
2014-04-01 svenpanne@chromium.orgOnly assign environments when they are actually needed...
2014-04-01 jochen@chromium.orgStore i18n meta data in hidden symbols instead of js...
2014-03-31 palfia@homejinni.comMIPS: Fix PrepareKeyedOperand on MIPS.
2014-03-31 palfia@homejinni.comMIPS: Reland and fix "Fix LoadFieldByIndex to take...
2014-03-31 jarin@chromium.orgWe should perform the illegal redeclaration check earli...
2014-03-31 verwaest@chromium.orgUse JSObject::SetMapAndElements rather than set_map...
2014-03-31 rossberg@chromium.orgFix Type::Intersect to skip uninhabited bitsets
2014-03-31 machenbach... Update list of V8 try bots.
2014-03-31 verwaest@chromium.orgReplace set_map_and_elements by MigrateToMap-based...
2014-03-31 dslomov@chromium.orgFix PrepareKeyedOperand on arm.
2014-03-31 jarin@chromium.orgFix left trimming check for large objects
2014-03-31 hpayer@chromium.orgMake sure when we shrink an object that we store a...
2014-03-31 verwaest@chromium.orgReland and fix "Fix LoadFieldByIndex to take mutable...
2014-03-31 yangguo@chromium.orgDo not check for interrupt when allocating stack locals.
2014-03-31 alexandre.rames... ARM64: Optimize AllocateHeapNumber to use STP.
2014-03-31 rossberg@chromium.orgFinalisation disclaimer
2014-03-31 jochen@chromium.orgRevert 20348 - "Fix LoadFieldByIndex to take mutable...
2014-03-31 jochen@chromium.orgRevert 20313 - "Ship promises and weak collections"
2014-03-31 verwaest@chromium.orgDon't | int and bool
2014-03-31 jochen@chromium.orgSkip cctest/test-mark-compact/NoPromotion on ARM64
2014-03-31 verwaest@chromium.orgUse sarq on x64
2014-03-31 bmeurer@chromium.orgCleanup bootstrapper, execution and factory modules.
2014-03-31 verwaest@chromium.orgFix LoadFieldByIndex to take mutable heap-numbers into...
2014-03-31 jarin@chromium.orgAdd missing lazy deopt point for the TransitionElements...
2014-03-31 bmeurer@chromium.orgCleanup string-stream module.
2014-03-31 dcarney@chromium.orgImplement PersistentValueVector, analogous to Persisten...
2014-03-31 jochen@chromium.orgSkip crashing harmony mjsunit tests on NaCL
2014-03-31 bmeurer@chromium.orgHandlify DescriptorArray::Merge().
2014-03-28 dslomov@chromium.orgInline internal getters for typed arrays & friends.
2014-03-28 jochen@chromium.orgRevert r20335 - "Raise StackOverflow during bootstrapping"
2014-03-28 dslomov@chromium.orgRevert "Inline internal getters for typed arrays &...
2014-03-28 jarin@chromium.orgRaise StackOverflow during bootstrapping
2014-03-28 marja@chromium.orgCleanup scanner character streams.
2014-03-28 hpayer@chromium.orgMove FillWithHoles FixedArray and FixedDoubleArray...
2014-03-28 marja@chromium.orgMake it clearer that PreParser doesn't depend on Isolate.
2014-03-28 dslomov@chromium.orgInline internal getters for typed arrays & friends.
2014-03-28 haitao.feng... Refactor the arithmetic instructions for x64
2014-03-28 yangguo@chromium.orgReland "Clean up runtime functions for Maths."
2014-03-28 yangguo@chromium.orgClean up some "GetProperty" methods/functions.
2014-03-28 marja@chromium.orgAmend PersistentValueMap:
2014-03-28 yurys@chromium.orgDeprecate Start/StopCpuProfiling methods
2014-03-28 dslomov@chromium.orgFix deopts causing uninitialized fixed typed arrays.
2014-03-28 jochen@chromium.orgDon't crash if we get a timezone change notification...
2014-03-28 yangguo@chromium.orgFix TSAN issue wrt assertions in the optimizing compile...
2014-03-28 jarin@chromium.orgReland "Fix property enum cache creation to include...
2014-03-28 haitao.feng... Introduce rolp, rorp, rclp, rcrp, shlp, shrp and sarp...
2014-03-28 haitao.feng... Use RegisterSize to count the pushq size and the argume...
2014-03-27 adamk@chromium.orgDon't pass the hole to SetElement when creating Array...
2014-03-27 dslomov@chromium.orgAdd Bogus initialization for external_elements_kind...
2014-03-27 marja@chromium.orgFix some missing includes and forward declarations.
2014-03-27 rossberg@chromium.orgShip promises and weak collections
2014-03-27 ishell@chromium.orgElementsAccessor::CopyElements() and its callers handli...
2014-03-27 yangguo@chromium.orgRevert "Clean up runtime functions for Maths."
2014-03-27 jarin@chromium.orgRevert "Fix property enum cache creation to include...
2014-03-27 rossberg@chromium.orgHarden internal uses of .chain
2014-03-27 jarin@chromium.orgWith this fix, we only create the enum cache for own...
2014-03-27 yangguo@chromium.orgClean up runtime functions for Maths.
2014-03-27 haitao.feng... Update mozilla.status for a timezone without daylight...
2014-03-27 yurys@chromium.orgNativeContext::map_cache reference should be strong...
2014-03-27 hpayer@chromium.orgUse acquire/release stores and loads when reading and...
2014-03-27 dslomov@chromium.orgFix JSObject::SetElement for fixed typed array elements.
2014-03-27 svenpanne@chromium.orgRemoved 'executable' bits from mjsunit tests.
2014-03-27 svenpanne@chromium.orgRemoved 'executable' bits from header.
2014-03-27 yangguo@chromium.orgReland "Correctly OOM in the CEntryStub after retries."
2014-03-27 ulan@chromium.orgFix assert in BoundsCheckBbData.
2014-03-27 ulan@chromium.orgRun tests on android_arm64.
2014-03-27 ulan@chromium.orgUnify monomorphic and polymorphic cases in IC::PatchCache.
2014-03-27 yangguo@chromium.orgRevert "Correctly OOM in the CEntryStub after retries."
2014-03-27 yangguo@chromium.orgCorrectly OOM in the CEntryStub after retries.
2014-03-26 rmcilroy@chromium.orgModify toolchain.gypi to avoid adding -m64 flag on...
2014-03-26 rmcilroy@chromium.orgUpdate atomicops_internals_arm64_gcc with changes made...
2014-03-26 jkummerow@chromium.orgDon't try to use ASan on Windows
2014-03-26 jochen@chromium.orgFix noi18n compilation
next