platform/upstream/v8.git
2015-01-09 jochenIntroduce a gyp variable to control whether or not...
2015-01-09 bmeurer[turbofan] Fix typo in IrOpcode::Mnemonic.
2015-01-09 jochenAdd ASAN and TSAN support for Mac
2015-01-09 jochenCorrectly setup the freelist of the coderange on Win64
2015-01-09 Jochen EisingerFast forward V8 to version 4.2
2015-01-09 hpayerTry to reduce memory footprint when we run out of memor...
2015-01-09 titzer[turbofan] Fix control reducer for degenerate cases...
2015-01-09 ishellVerify that Api function's instance call handler is...
2015-01-09 ishellExtend grokdump's dd command with a second optional...
2015-01-09 vogelheimDisable webkit/array-iterate-backwards for debug builds.
2015-01-09 yangguoAdd sticky flag to RegExpMirror.
2015-01-09 v8-autorollUpdate V8 DEPS.
2015-01-08 Daniel VogelheimWhitespace, to trigger the bots.
2015-01-08 hpayerRegularly check hash set addresses to verify memory...
2015-01-08 jochenRemove "extra checks"
2015-01-08 dslomovUnship ES6 classes.
2015-01-08 hpayerVerify that heap object iterator stays within page...
2015-01-08 jochenRevert of Revert of Revert of Turn on job-based recompi...
2015-01-08 bmeurer[turbofan] Cleanup duplicated/unused code in Instructio...
2015-01-08 yangguoRevert of Revert of Add d8 target to the GN build....
2015-01-08 yangguoFix unsafe unaligned accesses in the serializer/deseria...
2015-01-08 jochenRevert of Revert of Turn on job-based recompilation...
2015-01-08 jochenMake sure that the TimerEventScope is destroyed before...
2015-01-08 Ben Noordhuiscompiler: enable optimizer for function literals
2015-01-08 machenbachRevert of Hack around broken snapshot generation in...
2015-01-08 machenbachRevert of Run "gn format" on v8's BUILD.gn file. (patch...
2015-01-08 Yang GuoCorrectly parse line ends for debugging.
2015-01-08 svenpanneFixed printing during DCE.
2015-01-08 bmeurer[turbofan] Correctify representation changes to bit.
2015-01-08 brettwRun "gn format" on v8's BUILD.gn file.
2015-01-08 yangguoRevert of Add d8 target to the GN build. (patchset...
2015-01-08 brettwAdd d8 target to the GN build.
2015-01-08 v8-autorollUpdate V8 DEPS.
2015-01-07 eseidelHack around broken snapshot generation in the GN build...
2015-01-07 dcarneyremove declarative accessors
2015-01-07 sergeyvFix sourceURL & sourceMapURL handling in case of backgr...
2015-01-07 bmeurer[turbofan] Fix bit representation of NumberConstant.
2015-01-07 ishellCorrect handling of exceptions occured during getting...
2015-01-07 bmeurer[turbofan] Cleanup Graph and related classes.
2015-01-07 dcarneymake check failures unlikely
2015-01-07 jochenRevert of Turn on job-based recompilation (patchset...
2015-01-07 titzerFix bug in Runtime_CompileOptimized resulting from...
2015-01-07 jochenRemove the magic that sets CXX in the toplevel Makefile
2015-01-07 jochenTurn on job-based recompilation
2015-01-07 yangguoFix debug-debugger.js wrt strict mode.
2015-01-07 dcarney[turbofan] remove spill slot reuse flag
2015-01-07 Benedikt Meurer[x86] Blacklist AVX for all Mac OS versions up to 10.9.
2015-01-07 dcarney[turbofan] remove checks for virtual register overflow
2015-01-07 jarinRestrict representation inference to avoid truncation...
2015-01-07 yangguoEnable serializing eagerly compiled inner functions.
2015-01-07 bmeurer[x86] Disable AVX on Mac OS X 10.9.
2015-01-07 machenbachAdd script to generate the v8 version.
2015-01-07 bmeurer[turbofan] Generalize constant propagation.
2015-01-07 Sven PannePrint the SharedFunctionInfo besides the function name...
2015-01-07 yunchao.hejust a typo
2015-01-06 chunyang.daiDisable test case for turbofan unsupported platform.
2015-01-05 jarinMake control reducer revisit newly introduced merges.
2015-01-05 Benedikt Meurer[turbofan] Correctify JSToBoolean lowering.
2015-01-05 Benedikt Meurer[turbofan] Don't crash when typing load from a Uint8Cla...
2015-01-05 bmeurer[turbofan] Fix incorrect minus zero handling in the...
2015-01-04 Michael AchenbachWhitespace commit to trigger bots.
2015-01-04 Michael AchenbachWhitespace commit to trigger bots.
2015-01-03 jarinDo not reduce effect phis for loops.
2015-01-02 bmeurer[turbofan] Cache common Loop, Merge and Parameter opera...
2015-01-02 bmeurer[turbofan] Truncation of Bit/Word8/16 to Word32 is...
2015-01-02 bmeurer[x64] Rearrange code for OOB integer loads.
2015-01-02 bmeurerFix %NeverOptimizeFunction() intrinsic.
2015-01-02 bmeurer[turbofan] Fix missing MachineOperator unittest.
2014-12-31 Michael AchenbachWhitespace change to trigger bots.
2014-12-31 machenbachWork around 'Text file busy' errors in android perf...
2014-12-29 bmeurer[turbofan] Fix invalid bounds check with overflowing...
2014-12-29 v8-autorollUpdate V8 DEPS.
2014-12-27 v8-autorollUpdate V8 DEPS.
2014-12-26 v8-autorollUpdate V8 DEPS.
2014-12-25 bmeurer[turbofan] Raise max virtual registers and call paramet...
2014-12-23 jochenRemove UNREACHABLE() statements from sys-info.cc
2014-12-23 bmeurer[turbofan] Turn IrOpcode::Mnemonic() into a table lookup.
2014-12-23 jochenDon't pass -pie when building a shared library build...
2014-12-23 bmeurer[turbofan] Cache float32 constants on the JSGraph level.
2014-12-23 jochenFast-forward version number on bleeding_edge to 3.32.0
2014-12-23 bmeurer[turbofan] Deinlinify OperatorProperties implementation.
2014-12-23 machenbachWork-around for file pushing in android perf runner.
2014-12-23 Benedikt Meurer[turbofan] Turn DCHECK for fixed slot index into a...
2014-12-23 Benedikt Meurer[turbofan] Fix missing ChangeUint32ToUint64 in lowering...
2014-12-22 Dusan MilosavljevicMIPS: Enable Math rounding operations call reduction...
2014-12-22 hpayerReset old generation limit on main frame context disposal.
2014-12-22 jochenMark mjsunit/setters-on-elements as flaky
2014-12-22 ulanRemove custom weak handling of monomorphic IC.
2014-12-22 bmeurer[turbofan] Minor cleanup to reduce code duplication.
2014-12-22 jochenEnable the embedder to specify what kind of context...
2014-12-22 jochenImplement missing functionality for job based recompilation
2014-12-22 Benedikt Meurer[turbofan] Cleanup use of virtual, OVERRIDE, FINAL.
2014-12-22 ulanUse weak cell in monomorphic KeyedStore IC.
2014-12-22 Benedikt Meurer[turbofan] Introduce CommonOperatorReducer.
2014-12-22 machenbachWork-around to make webkit test suite work with optdebu...
2014-12-22 hpayerDo not use out of range visitor ids.
2014-12-22 Benedikt Meurer[turbofan] Materialize the correct kind of constant...
2014-12-22 ulanRevert "Retain maps for several garbage collections"
2014-12-22 hpayerKeep AllocationSpace and ObjectSpace enums in sync.
2014-12-22 Benedikt Meurer[turbofan] Correctify lowering of Uint8ClampedArray...
next