platform/upstream/v8.git
2015-01-22 arvUse FunctionLiteral for class constructor
2015-01-22 v8-autorollUpdate V8 DEPS.
2015-01-22 paul.lindMIPS: Use signaling NaN for holes in fixed double arrays.
2015-01-22 bmeurerRevert of Steps towards unification of number bitset...
2015-01-21 machenbachReland Make clang the default on linux.
2015-01-21 machenbachRevert of Reland Make clang the default on linux. ...
2015-01-21 machenbachReland Make clang the default on linux.
2015-01-21 bmeurer[arm] Skip mozilla/js1_5/extensions/regress-355497...
2015-01-21 mstarzingerAdd missing FrameState to harmony class literals.
2015-01-21 Michael AchenbachWhitespace change to test slave shuffle.
2015-01-21 mstarzingerAdd missing FrameState for Runtime_GetPrototype.
2015-01-21 mstarzingerAdd missing FrameState for Runtime_DeliverObservationCh...
2015-01-21 machenbachProperly configure goma.
2015-01-21 rossbergSteps towards unification of number bitset and range...
2015-01-21 Benedikt Meurer[arm] Fix simulator stack size for mozilla/js1_5/extens...
2015-01-21 bmeurerRemove deprecated v8::base::OS::nan_value().
2015-01-21 mstarzingerAdd missing FrameState to JSTypedLoweringTester.
2015-01-21 mstarzingerDrop TODO that no longer applies after refactoring.
2015-01-21 mstarzingerEnable test coverage for test coverage.
2015-01-21 titzer[turbofan] Fix register allocator verifier to allow...
2015-01-21 dcarneyadd some tests for HandleApiCall builtin
2015-01-21 verwaestAdd a pretty printer to improve the error message non...
2015-01-21 jkummerowKeyedStoreIC: support non-generic handling of Symbol...
2015-01-21 mostynbconvert compile-time checkable DCHECKs to STATIC_ASSERTs
2015-01-21 machenbachRestrict tag-update for version generation to cached...
2015-01-21 Benedikt Meurer[arm] Fix sNaN quietening in the ARM simulator on IA-32.
2015-01-21 Benedikt Meurer[arm] Work-around sNaN issue in ARM simulator builds...
2015-01-21 Michael AchenbachWhitespace CL to trigger bots.
2015-01-21 machenbachRemove presubmit bot from 'git cl try'.
2015-01-21 yangguoRemove implicit uint8_t to char cast in string replace.
2015-01-21 Benedikt MeurerUse signaling NaN for holes in fixed double arrays.
2015-01-21 cdai2X87: Fix issue with __proto__ when using ES6 object...
2015-01-21 cdai2X87: move CallApiFunctionAndReturn to code-stubs-*
2015-01-21 machenbachEnsure tags are fetched when generating the V8 version.
2015-01-21 cdai2X87: fix debug checks for api callbacks returning symbols
2015-01-20 titzer[turbofan] Pull ResizeMergeOrPhi into CommonOperatorBui...
2015-01-20 mstarzingerComputed property names for object literals in TurboFan.
2015-01-20 verwaestPerform access checks on the prototype chain when setti...
2015-01-20 arvFix issue with __proto__ when using ES6 object literals
2015-01-20 machenbachKeep trybot definitions in sync with CQ.
2015-01-20 verwaestUse RETURN_ON_EXCEPTION rather than .Assert when settin...
2015-01-20 machenbachDon't use -O3 with sanitizers.
2015-01-20 jkummerowProfiler improvements
2015-01-20 dcarneymove CallApiFunctionAndReturn to code-stubs-*
2015-01-20 jochenRevert of Make clang the default on linux. (patchset...
2015-01-20 mstarzingerComputed property names for class literals in TurboFan.
2015-01-20 machenbachMake clang the default on linux.
2015-01-20 weiliang.lin[x86] Avoid memory form of PUSH/CALL for ATOM.
2015-01-20 jochenAdd initial support for v8_target_arch == "arm" to...
2015-01-20 jkummerowReplace generic KeyedStore stub with megamorphic version
2015-01-20 dcarneyensure trace extension works from optimized code when...
2015-01-20 Benedikt Meurer[x86] Use AVX in Crankshaft when available.
2015-01-20 yangguoUse fast_sqrt instead of std::sqrt in simulators.
2015-01-20 verwaestRemove ForceDelete
2015-01-20 dcarneyfix debug checks for api callbacks returning symbols
2015-01-20 mstarzingerRemove early bailout from Runtime_CompileOptimized.
2015-01-20 bmeurer[ia32] Require SSE2.
2015-01-20 jkummerowLet KeyedStoreIC go megamorphic (instead of generic...
2015-01-20 ulanLCodeGen::CallKnownFunction gets the function in register.
2015-01-20 jochenAdd d8 target to BUILD.gn
2015-01-20 machenbachAdd no-test-harness mode to test driver.
2015-01-20 titzer[turbofan] First version of loop peeling.
2015-01-20 cdai2X87: add stub for api function calls with known number...
2015-01-19 Akos PalfiMIPS: Add fast-path OOB support to KeyedLoadIC_Generic.
2015-01-19 ishellMassive renaming of PropertyType values and other impli...
2015-01-19 mstarzingerRemove exorbitant duplication of DebuggerHasBreakpoints.
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
next