platform/upstream/v8.git
2015-01-19 machenbachPartially reland Auto-generate v8 version based on...
2015-01-19 Michael StarzingerDisable new test failing since 79748e3f7ced.
2015-01-19 mstarzingerRemove overzealous check from %OptimizeFunctionOnNextCall.
2015-01-19 Ben L. Titzer[turbofan] Rename IrOpcode predicate IsLeafOpcode to...
2015-01-19 titzer[turbofan] Improve loop analysis to handle more than...
2015-01-19 svenpanneUnobscurified OFStream.
2015-01-19 marjaScript streaming: don't produce (empty) cached data...
2015-01-19 dcarneyadd stub for api function calls with known number of...
2015-01-19 dcarneydelete flaky test MultithreadedParallelIsolates
2015-01-19 Michael StarzingerBlacklist computed property name failures with TurboFan.
2015-01-19 jochenRevert of Temporarily restore make dependencies (patchs...
2015-01-19 yangguoSerializer: reset typed array cell type.
2015-01-19 caitpotter88Report SyntaxError on Token::ILLEGAL in ParseTemplateLi...
2015-01-19 mstarzingerAllow --always-opt to go further into the pipeline...
2015-01-19 caitpotter88Implement IsConstructor() abstract operation
2015-01-19 dcarneyremove SignatureInfo class
2015-01-19 yangguoAllow nested compile-script histogram scopes.
2015-01-19 jochenAdd missing if (FLAG_verify_heap) checks around heap...
2015-01-19 mvstantonClusterFuzz fix: %NormalizeElements shouldn't process...
2015-01-19 yangguoCorrectly load RegExp.source from the holder.
2015-01-19 bmeurer[turbofan] Make Factory::NewNumber() always return...
2015-01-19 chunyang.daiX87: Add fast-path OOB support to KeyedLoadIC_Generic
2015-01-19 chunyang.daiX87: split api call stubs into accessor and function...
2015-01-18 machenbachRevert of Reland Auto-generate v8 version based on...
2015-01-18 machenbachReland Auto-generate v8 version based on tags.
2015-01-17 machenbachRevert of [turbofan] Fix bunch of tests failing with...
2015-01-17 akos.palfiMIPS: Fix after 'MIPS: split api call stubs into access...
2015-01-17 v8-autorollUpdate V8 DEPS.
2015-01-17 akos.palfiMIPS: split api call stubs into accessor and function...
2015-01-16 jarin[turbofan] Fix bunch of tests failing with --turbo...
2015-01-16 yangguoUse back reference map to find references to global...
2015-01-16 jarin[turbofan] Add frame state to the PlainPrimitiveToNumbe...
2015-01-16 mstarzingerAllow --always-opt to go further into the pipeline...
2015-01-16 jkummerowAdd fast-path OOB support to KeyedLoadIC_Generic
2015-01-16 yangguoExtend and fix tests for custom heap snapshot.
2015-01-16 Michael AchenbachWhitespace change to trigger bots.
2015-01-16 Michael AchenbachWhitespace change to trigger bots.
2015-01-16 machenbachRevert of Revert of [turbofan] Improve memory layout...
2015-01-16 machenbachRevert of [turbofan] Improve memory layout of Node...
2015-01-16 mvstantonVector-based KeyedLoadIC MISS logic needs improvement.
2015-01-16 mstarzingerRemove distinction between DisableTurbofan and DisableC...
2015-01-16 bmeurer[turbofan] Improve memory layout of Node class.
2015-01-16 mstarzingerEnable test coverage for --turbo-deoptimization mode.
2015-01-16 mstarzingerFirst simple implementation of class literals in TurboFan.
2015-01-16 marja.holttaRestore the sanity of AUTHORS. CLA OK.
2015-01-16 Balazs KilvadyMIPS64: fix Make map check in NamedStoreHandlerCompiler...
2015-01-16 bmeurer[turbofan] Initial attempt to cleanup Node and related...
2015-01-16 dcarneysplit api call stubs into accessor and function call...
2015-01-16 bmeurerMigrate TRACED_FOREACH to C++11.
2015-01-16 jochenAdd checks to the marking queue
2015-01-16 bmeurer[turbofan] Only mark non-smis as references.
2015-01-16 Sven PanneAnother attempt to fix regress-crbug-178790.
2015-01-16 Sven PannePPC aftermath: Fix regress-crbug-178790.
2015-01-16 Sven PanneContribution of PowerPC port (continuation of 422063005)
2015-01-16 cdai2X87: ES6 computed property names
2015-01-16 deftlyfix defines for openbsd - build fails without them:
2015-01-16 paul.lindMIPS: ES6 computed property names.
2015-01-16 v8-autorollUpdate V8 DEPS.
2015-01-16 arvComputed property names: Enable test on windows again
2015-01-15 Erik ArvidssonSkip computed property name test on Windows
2015-01-15 arvES6 computed property names
2015-01-15 adamkRemove dead TargetCollector code from the parser
2015-01-15 bmeurer[turbofan] Improve AstGraphBuilder::BuildToBoolean...
2015-01-15 bmeurerRevert of [turbofan] Make Factory::NewNumber() always...
2015-01-15 Benedikt Meurer[turbofan] Make Factory::NewNumber() always return...
2015-01-15 bmeurer[turbofan] Turn IrOpcode::IsXXX() into range checks.
2015-01-15 bmeurerRevert of [turbofan] Use PlainPrimitiveToNumber wheneve...
2015-01-15 marjaCheck author of a CL against the AUTHORS file.
2015-01-15 mvstantonVector-based LoadICs need to handle Smi receivers.
2015-01-15 mstarzingerRemove redundant test expectation from mjsunit.
2015-01-15 dcarney[turbofan] add flag for register allocation verification
2015-01-15 Yang GuoFix number-string cache test case.
2015-01-15 yangguoFix remaining issues in the custom snapshot.
2015-01-15 bmeurer[turbofan] Use PlainPrimitiveToNumber whenever possible.
2015-01-15 ulanMake map check in NamedStoreHandlerCompiler::GenerateFi...
2015-01-15 dcarneyReland "[turbofan] simplify gap ordering"
2015-01-15 dcarneyadd register allocator regression test
2015-01-15 machenbachRevert of Auto-generate v8 version based on tags. ...
2015-01-15 baptiste.afsa[turbofan] Allow 0.0 as immediate for floating-point...
2015-01-15 v8-autorollUpdate V8 DEPS.
2015-01-14 balazs.kilvadyMIPS: Fix 'MIPS: Fix after 'Reland remaining parts...
2015-01-14 Ben L. Titzer[turbofan] Fix corner case in loop analysis.
2015-01-14 machenbachAuto-generate v8 version based on tags.
2015-01-14 yangguoCorrectly reference global proxy in the partial snapshot.
2015-01-14 mstarzingerFirst simple implementation of for-of in TurboFan.
2015-01-14 yangguoIntroduce new compile histogram that includes parsing...
2015-01-14 jochenRemove support for signatures with arguments
2015-01-14 fedor.indutnysrc: fix build on freebsd
2015-01-14 bmeurerAdd proper support for proxies to HType.
2015-01-14 Benedikt MeurerRemove stray + character.
2015-01-14 marjaSaner AUTHORS, part 2: Adding AUTHORS based on "Patch...
2015-01-14 jarin[turbofan] Allow deoptimization for JSToNumber operator.
2015-01-14 jochenUpdate gyp files to guarantee proper recreation when...
2015-01-14 bmeurer[turbofan] Fix truncation/representation sloppiness...
2015-01-14 dcarneyRevert of Revert of Revert of Add d8 target to the...
2015-01-14 yangguoStore embed-script flag as metadata into snapshot blob.
2015-01-14 bmeurerRevert of [turbofan] Improve typed lowering of JSBitwis...
2015-01-14 Benedikt Meurer[turbofan] Index parameter to StoreWriteBarrier is...
2015-01-14 Benedikt Meurer[turbofan] Improve typed lowering of JSBitwiseAnd.
2015-01-13 balazs.kilvadyMIPS: [turbofan] Improve code generation for unordered...
next