platform/upstream/v8.git
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...
2014-11-04 verwaest@chromium.orgActually also advance the iterator in StorePropertyWith...
2014-11-04 dcarney@chromium.org[turbofan] add RegisterConfiguration to decouple arch...
2014-11-04 machenbach... Whitespace CL to trigger bots.
2014-11-04 danno@chromium.orgAdds dependency on sanitizer
2014-11-04 bmeurer@chromium.org[turbofan] Also print the non-value inputs in schedule.
2014-11-04 bmeurer@chromium.org[turbofan] Strip useless sign-extension for store8...
2014-11-03 arv@chromium.orgRemove FAIL from test262-es6.status
2014-11-03 arv@chromium.orgClasses: static should still be treated as a strict...
2014-11-03 jkummerow@chromium.orgFix a few nits found by PVS Studio
2014-11-03 titzer@chromium.orgFix build because of dead fields.
2014-11-03 titzer@chromium.orgMake visualizer robust to graphs with NULL inputs.
2014-11-03 erikcorry@chromium.orgIntroduce phantom weak handles in the API and use them...
2014-11-03 ishell@chromium.orgReland "Limit the number of transitions allowed per...
2014-11-03 balazs.kilvady... MIPS: [turbofan] Also optimize unsigned division by...
2014-11-03 dusan.milosavljevic... Unbreak build fon non-TF targets.
2014-11-03 machenbach... Fix auto roll update.
2014-11-03 bmeurer@chromium.org[turbofan] Introduce separate SelectLowering reducer.
2014-11-03 jarin@chromium.orgFix uninitialized fields in the BinaryOperation ast...
2014-11-03 verwaest@chromium.orgDon't double-check elements in the prototype chain...
2014-11-03 jarin@chromium.org[turbofan] Fix Typer::Rangify to handle integral bitset...
2014-11-03 dcarney@chromium.orgbuild fix after 25072
2014-11-03 dcarney@chromium.orgbuild fix after r25071
2014-11-03 dcarney@chromium.org[turbofan] initial framework for unittesting of registe...
2014-11-03 machenbach... Fix svn commit for deleted files in release scripts.
2014-11-03 bmeurer@chromium.orgRevert "[turbofan] Fix bug in Rangify."
2014-11-03 bmeurer@chromium.org[turbofan] Fix bug in Rangify.
2014-11-03 bmeurer@chromium.org[turbofan] Enforce allocation of register for imull...
2014-11-03 bmeurer@chromium.org[turbofan] Positive dividends are heavily favored for...
2014-11-03 mstarzinger... Make generic algorithm less generic.
2014-11-03 baptiste.afsa... [turbofan] Select tbz/tbnz when possible on ARM64.
2014-11-03 titzer@chromium.orgNow with more checkings! Skip the CallFunctionStub...
2014-11-03 bmeurer@chromium.org[turbofan] Also optimize unsigned division by constant.
2014-11-03 yangguo@chromium.orgFix constant in Math.tan implementation.
next