platform/upstream/v8.git
2015-08-10 mstarzinger[heap] Remove obsolete constructors from SemiSpaceIterator.
2015-08-10 hpayerFilter out recorded slots of deoptimized code objects...
2015-08-10 bmeurer[crankshaft] Properly optimize %_ToObject.
2015-08-10 rmcilroy[interpreter] Adds interpreter cctests.
2015-08-10 bmeurer[runtime] Remove obsolete %GetPropertyNames runtime...
2015-08-10 bmeurer[runtime] Remove unused %ToBool runtime function.
2015-08-10 yangguoDisable --global-var-shortcuts.
2015-08-10 mlippautz[GC] Remove FLAG_incremental_marking_steps
2015-08-10 bmeurer[turbofan] Drop V8_TURBOFAN_BACKEND and V8_TURBOFAN_TAR...
2015-08-10 bmeurer[runtime] Remove premature optimization from ToPrimitive.
2015-08-10 bmeurer[runtime] Simplify TO_INT32/TO_UINT32 abstract operations.
2015-08-08 jkummerowFasterify JSObject::UnregisterPrototypeUser
2015-08-08 jkummerowFasterify ICSlotCache
2015-08-08 v8-autorollUpdate V8 DEPS.
2015-08-07 jkummerow[IC] Make SeededNumberDictionary::UpdateMaxNumberKey...
2015-08-07 yangguoGroup lexical context variables for faster look up.
2015-08-07 rossberg[es6] Fix parsing of expressions in patterns
2015-08-07 Djordje.PesicMIPS: Fix mina_maxa for proper NaN handling.
2015-08-07 littledanReland "Test262 roll"
2015-08-07 mstarzinger[heap] Remove unused support for heap iterator size...
2015-08-07 mstarzingerSpeed up tests for optimized code sharing.
2015-08-07 rossbergRegression test for crbug 517455
2015-08-07 mstarzinger[heap] Remove unused IntrusiveMarking class.
2015-08-07 mlippautz[GC] Align behavior of JSProxy with JSObject when embed...
2015-08-07 mstarzinger[heap] Make the Marking class all static.
2015-08-07 titzer[turbofan] Remove kInterpreterDispatch CallDescriptor...
2015-08-07 rossberg[es6] Use strict arguments objects for destructured...
2015-08-07 titzer[turbofan] Remove architecture-specific linkage files...
2015-08-07 ulanMake sure that memory reducer makes progress in increme...
2015-08-07 mstarzinger[heap] Rename IncrementalMarking::Abort to Stop.
2015-08-07 ulanUse conservative estimate for GC speed instead of baili...
2015-08-07 ulanSample allocation rate in memory reducer.
2015-08-07 machenbachPort cfi configuration from chromium.
2015-08-07 machenbach[test] Return variant and random seed on failures.
2015-08-07 machenbachUpdate binutils version.
2015-08-07 machenbachRevert of Test262 roll (patchset #9 id:160001 of https...
2015-08-07 v8-autorollUpdate V8 DEPS.
2015-08-06 domenicRename "extras exports" to "extras binding"
2015-08-06 littledanUpdate to latest test262 from 2015-07-31
2015-08-06 bbudgeV8: Add SIMD functions for Phase 1.
2015-08-06 mtrofinStand-alone deferred block splitting. This continues...
2015-08-06 ulanPartially revert https://crrev.com/7e53749df0a10f475404...
2015-08-06 Michael AchenbachWhitespace change to test infra-runner change.
2015-08-06 mstarzingerFix stale entries in optimized code map.
2015-08-06 mstarzingerHelpful checks.cc file is being helpful.
2015-08-06 machenbach[test] Make test filters platform-independent.
2015-08-06 hpayerWhen allocation rate is low and we are close to the...
2015-08-06 mlippautz[GC] Check for incremental marking when a GC is trigger...
2015-08-06 yangguoFix Array.prototype.concat for arguments object with...
2015-08-06 ulanFix idle step marking after 9d7ebc.
2015-08-06 jkummerowFix off-by-one in Array.concat's max index check
2015-08-06 mtrofinWhen working on the register allocator, I often need...
2015-08-05 adamkDelete --harmony-computed-property-names flag
2015-08-05 Adam KleinTry turning object-observe test back on in gc-stress
2015-08-05 binji[futex] Avoid accumulation errors in futex wait timeout
2015-08-05 adamkDelete --harmony-unicode flag
2015-08-05 adamk[es6] Remove Scanner and Parser flags for harmony_modules
2015-08-05 conradw[strong] Refactor out separate strong runtime call...
2015-08-05 conradw[strong] dot prototypes of strong class literals should...
2015-08-05 hpayerRetire StringTracker.
2015-08-05 mathiasEnsure `String.prototype.normalize.length` is `0`
2015-08-05 yangguoIntroduce object visitor to estimate the size of a...
2015-08-05 mlippautz[GC] Change behavior when reaching external allocation...
2015-08-05 hpayerSweep map space concurrently.
2015-08-05 yangguoRemove serializer-specific hash table size heuristic.
2015-08-05 rossberg[es6] Implement proper TDZ for parameters
2015-08-05 yangguoRevert of Remove serializer-specific hash table size...
2015-08-05 mstarzingerCleanup unnecessary duplication of runtime functions.
2015-08-05 yangguoRevert of Revert part of "Remove serializer-specific...
2015-08-05 yangguoRevert part of "Remove serializer-specific hash table...
2015-08-05 mstarzingerFully deprecate FixedArray::CopySize method.
2015-08-05 yangguoRemove serializer-specific hash table size heuristic.
2015-08-05 v8-autorollUpdate V8 DEPS.
2015-08-04 adamkAdd a --harmony-object-observe runtime flag (on by...
2015-08-04 binji[d8 Workers] Throw when calling Worker constructor...
2015-08-04 hpayerRetire ShortCircuitConsString.
2015-08-04 mlippautzReland: GC: Refactor public incremental marking interfa...
2015-08-04 adamkShip --harmony-new-target
2015-08-04 mstarzingerIntroduce safe interface to "copy and grow" FixedArray.
2015-08-04 adamkRevert of GC: Refactor public incremental marking inter...
2015-08-04 adamk[es6] new.target should not be shadowable in a with...
2015-08-04 mlippautzGC: Refactor incremental marking interface from heap
2015-08-04 ulanRevert d5419b for regressing v8.top_25_smooth benchmark.
2015-08-04 hpayerChange RecordSlot interface. Make it more robust by...
2015-08-04 rossbergFix another instance of the previous build issue
2015-08-04 mtrofinSetting up the stage for heuristics that preprocess...
2015-08-04 bbudgeRename IsSimdObject assembly intrinsic.
2015-08-04 vogelheimAvoid data race when writing Shell::options.script_exec...
2015-08-04 rossberg[es6] Refactor FormalParameter
2015-08-04 rossbergFix build error (missing cast to void*)
2015-08-04 yangguoRevert of Remove serializer-specific hash table size...
2015-08-04 titzer[turbofan] Handle void returns in instruction selector.
2015-08-04 rossbergCorrect handling of temporaries as parameters.
2015-08-04 yangguoRemove some outdated/unused declarations.
2015-08-04 ulanPerform full GC in background idle notification.
2015-08-04 yangguoDebugger: refactor ScopeIterator, FrameInspector and...
2015-08-04 ulanUse conservative heap growing factor for background...
2015-08-04 paul.lindMIPS: Fix reg use in SIMD.js Add the other SIMD Phase...
2015-08-04 yangguoRemove serializer-specific hash table size heuristic.
2015-08-04 hpayerAdjustLiveBytes and friends takes a heap object pointer...
next