platform/upstream/v8.git
2014-11-07 hpayer@chromium.orgUse current time to calculate context disposal rate.
2014-11-07 ulan@chromium.orgRevert r24922 "Windows: use SystemTimeToTzSpecificLocal...
2014-11-07 baptiste.afsa... [turbofan][arm64] Optimize shifts combined with truncat...
2014-11-07 baptiste.afsa... [arm64] Bug fix in sapefoint recording.
2014-11-07 hpayer@chromium.orgPerform context disposal garbage collections only if...
2014-11-07 mvstanton@chromium.orgTry avoiding MISS for callic monomorphic case.
2014-11-06 mstarzinger... Enable inlining tests that pass with new scheduler.
2014-11-06 arv@chromium.orgEnable ES6 numeric literals by default
2014-11-06 titzer@chromium.orgDisable ranging for modulus in hopes it will fix arm.
2014-11-06 balazs.kilvady... MIPS: Turn ToNumberStub into a PlatformCodeStub again.
2014-11-06 dcarney@chromium.org[turbofan] move label generation to code generator
2014-11-06 titzer@chromium.org[turbofan] Allocate a small amount of slack space to...
2014-11-06 bmeurer@chromium.org[turbofan] Lower asm.js truncations to JSToNumber.
2014-11-06 titzer@chromium.orgFix O(n^2) successor traversal in ControlReducer.
2014-11-06 bmeurer@chromium.org[turbofan] Combine JSToNumber and ChangeTaggedToFloat64...
2014-11-06 mstarzinger... Revert "Remove workaround for successors on end block...
2014-11-06 titzer@chromium.org[turbofan] (reland) Compute tighter ranges for modulus...
2014-11-06 hpayer@chromium.orgFix marking time in cumulative gc stats.
2014-11-06 dcarney@chromium.org[turbofan] phis cannot take registers as inputs
2014-11-06 verwaest@chromium.orgAllow JSArray fast moving elements even if the array...
2014-11-06 bmeurer@chromium.org[turbofan] Push TruncateFloat64ToInt32 into phis.
2014-11-06 mstarzinger... Remove workaround for successors on end block from...
2014-11-06 bmeurer@chromium.orgTurn ToNumberStub into a PlatformCodeStub again.
2014-11-06 machenbach... Skip json2 on 64 bits debug.
2014-11-06 ishell@chromium.orgFix for an assertion failure in Map::FindTransitionToFi...
2014-11-06 mstarzinger... Reuse RPO traversal stack in the scheduler.
2014-11-06 ishell@chromium.orgSkip tests that timeout on arm64
2014-11-06 svenpanne@chromium.orgThe idea behind of this solution is to use the existing...
2014-11-06 mstarzinger... Avoid redundant work in scheduler loop header/depth...
2014-11-06 bmeurer@chromium.org[turbofan] Turn various diamonds into selects.
2014-11-06 marja@chromium.orgRetry: Parser & internalization fix: ensure no heap...
2014-11-06 dcarney@chromium.org[turbofan] extend register allocator testing with contr...
2014-11-06 bmeurer@chromium.orgMIPS: Skip embenchen tests on big-endian.
2014-11-06 bmeurer@chromium.org[turbofan] Transform x * -1.0 to -0.0 - x.
2014-11-05 paul.lind@imgtec.comMIPS: Fix uint32div bug after r25103.
2014-11-05 machenbach... Whitespace change to trigger bots (5)
2014-11-05 machenbach... Whitespace change to trigger bots (4)
2014-11-05 machenbach... Whitespace change to trigger bots (3)
2014-11-05 machenbach... Whitespace change to trigger bots (2)
2014-11-05 machenbach... Whitespace change to trigger bots (1)
2014-11-05 dusan.milosavljevic... MIPS: Fix instruction selection test expectations after...
2014-11-05 ishell@chromium.orgSkip tests that timout on arm64
2014-11-05 mstarzinger... Fix printing and verification of RPO computation.
2014-11-05 titzer@chromium.orgRevert "[turbofan] Compute tighter ranges for modulus...
2014-11-05 dcarney@chromium.orgfix assert in arm64 gap resolver
2014-11-05 titzer@chromium.org[turbofan] Compute tighter ranges for modulus in Typer.
2014-11-05 machenbach... Skip test in release mode for arm64
2014-11-05 machenbach... Make slow tests on arm64
2014-11-05 marja@chromium.orgRevert "Parser & internalization fix: ensure no heap...
2014-11-05 marja@chromium.orgParser & internalization fix: ensure no heap allocs...
2014-11-05 machenbach... Make merge_to_branch more git-friendly.
2014-11-05 jkummerow@chromium.orgHPhis with HParameter inputs must have Tagged represent...
2014-11-05 machenbach... Skip box2d for gc stress.
2014-11-05 jarin@chromium.org[turbofan] Fix deopt for assignments in non-effect...
2014-11-05 machenbach... Fix fast-variants feature in test driver.
2014-11-05 dcarney@chromium.org[turbofan] optimize hot loop in ResolveControlFlow
2014-11-05 jkummerow@chromium.orgReplace C++ bitfields with our own BitFields
2014-11-05 hpayer@chromium.orgUse compiler barrier instead of memory barrier for...
2014-11-05 Jacob.Bramley... ARM: optimize inlined doubles
2014-11-05 yangguo@chromium.orgRevert "Reland "Optimize function across closures.""
2014-11-05 baptiste.afsa... [turbofan] Use load/store indexes as 64-bit registers...
2014-11-05 jarin@chromium.orgHandle store buffer slot overwrite during object promotion.
2014-11-05 yangguo@chromium.orgReland "Optimize function across closures."
2014-11-05 bmeurer@chromium.org[turbofan] Propagate "deferredness" to dominated basic...
2014-11-05 svenpanne@chromium.orgDon't use C++11's std::trunc and std::round, use the...
2014-11-05 machenbach... Add fast-variants feature to test driver.
2014-11-05 mstarzinger... Make special RPO computation iterative during scheduling.
2014-11-05 ishell@chromium.orgTransitionArray now uses <is_data_property, name, attri...
2014-11-05 bmeurer@chromium.orgAdd test cases based on the programs from the Embenchen...
2014-11-05 titzer@chromium.orgx32: disable turbofan for x32 port
2014-11-05 yangguo@chromium.orgFix enum in debug.h
2014-11-05 yangguo@chromium.orgIntroduce new stepping mode to step into another frame.
2014-11-05 jochen@chromium.orgDon't crash if the tm_zone field returned by localtime...
2014-11-05 bmeurer@chromium.org[turbofan] Fix missing machine type for float32/float64...
2014-11-05 hpayer@chromium.orgTruncate strings synchronized.
2014-11-05 aandrey@chromium.orgAllow uncaught exception messaging in Object.observe...
2014-11-05 weiliang.lin... Set the FPU precision control to double-precision.
2014-11-05 weiliang.lin... X87: [turbofan] Add AllocateHeapNumberStub to avoid...
2014-11-05 bmeurer@chromium.org[x64] 64-bit shift left by 32 or more covers sign/zero...
2014-11-04 ishell@chromium.orgRevert "Parser & internalizing: efficiency fixes."
2014-11-04 dusan.milosavljevic... MIPS: Improve compare and branch combining.
2014-11-04 rossberg@chromium.orgAdjust test262-es6 following --harmony flag change
2014-11-04 balazs.kilvady... MIPS: [turbofan] Add AllocateHeapNumberStub to avoid...
2014-11-04 titzer@chromium.orgFix branch hint in select.
2014-11-04 rossberg@chromium.org`1..isPrototypeOf.call(null)` should return false,...
2014-11-04 rossberg@chromium.orgRemove --harmony implications for incomplete features
2014-11-04 titzer@chromium.orgReduce size of array in polymorph-arrays.js.
2014-11-04 hpayer@chromium.orgFix predictable mode when job based sweeping is off.
2014-11-04 arv@chromium.orgRefactor ObjectGetOwnPropertyKeys to accept bitmask...
2014-11-04 titzer@chromium.orgIntroduce Diamond, a helper for building diamond-shaped...
2014-11-04 marja@chromium.orgParser & internalizing: efficiency fixes.
2014-11-04 bmeurer@chromium.org[turbofan] Add AllocateHeapNumberStub to avoid runtime...
2014-11-04 bmeurer@chromium.org[turbofan] Fix branch hints for ChangeInt32ToTagged...
2014-11-04 ulan@chromium.orgDisable long running gc-stress tests on arm64 for TF.
2014-11-04 yangguo@chromium.orgRevert "Optimize function across closures."
2014-11-04 bmeurer@chromium.org[turbofan] Fix recognition of Uint32Div in simplified...
2014-11-04 yangguo@chromium.orgOptimize function across closures.
2014-11-04 aandrey@chromium.orgFollow up to fix v8::Exception::GetMessage() actually...
2014-11-04 aandrey@chromium.orgAdd debug mirror support for ES6 Map/Set iterators.
2014-11-04 ishell@chromium.orgTransitionArray::Search() now returns insertion index...
next