platform/upstream/v8.git
2015-04-17 verwaest[crankshaft] Fix property access with proxies in protot...
2015-04-17 yangguoDisable always-opt for locker tests.
2015-04-17 yangguoFix DCHECK with unsigned int in zone.cc.
2015-04-17 jkummerowRe-enable an UNREACHABLE in JSObject::GetHeaderSize()
2015-04-17 yangguoReland "Migrate error messages, part 2."
2015-04-17 chunyang.daiX87: Reland "Add basic crankshaft support for slow...
2015-04-17 machenbachLet asan imply clang and use_allocator=none.
2015-04-17 machenbachRevert of Refactor compilation dependency handling...
2015-04-17 v8-autorollUpdate V8 DEPS.
2015-04-16 jochenRevert of Revert "Remove early bail-out in VisitWeakLis...
2015-04-16 yangguoSerializer: share executable accessor infos between...
2015-04-16 erikcorryProperly report OOM when deoptimizer allocation fails
2015-04-16 jkummerowDon't crash when reporting an access check failure...
2015-04-16 verwaestReland "Add basic crankshaft support for slow-mode...
2015-04-16 hpayerUse smaller heap growing factor in idle notification...
2015-04-16 mstarzinger[turbofan] Add single --turbo flag.
2015-04-16 mbrandyPPC: Array() in optimized code can create with wrong...
2015-04-16 paul.lindMIPS: Fix for StringCharCodeAtGenerator for vector...
2015-04-16 paul.lindReland MIPS: Vector-ICs - speed towards the monomorphic...
2015-04-16 titzerRefactor compilation dependency handling.
2015-04-16 titzerMove GetRootListIndex into Heap.
2015-04-16 erikcorryMake test unthreaded so other tests don't interfere...
2015-04-16 machenbachRevert of Migrate error messages, part 2. (patchset...
2015-04-16 marja[strong] Allow mutually recursive classes.
2015-04-16 yangguoSerializer: collect and output memory statistics.
2015-04-16 ulanAdd a flag to trace heap object stats on GC.
2015-04-16 conradw[strong] Implement static restrictions on switch statement
2015-04-16 erikcorryIf a code space commit partially succeeds, free the...
2015-04-16 erikcorryFix logic for doing incremental marking steps on tenure...
2015-04-16 hablichStore hashes of current and previous shipped V8 version
2015-04-16 mstarzingerDisable more failing tests after f3338dd3b01c.
2015-04-16 wingoSimplify DoParseProgram
2015-04-16 yangguoWrap map and set implementation in functions.
2015-04-16 yangguoMigrate error messages, part 2.
2015-04-16 chunyang.daiX87: Use Cells to check prototype chain validity (disab...
2015-04-16 erikcorryMake store buffer more robust to OOM.
2015-04-16 chunyang.daiX87: Array() in optimized code can create with wrong...
2015-04-16 jkummerowAdd missing Handle to GetOrCreatePrototypeChainValidityCell
2015-04-16 chunyang.daiX87: VectorICs: megamorphic keyed loads in crankshaft...
2015-04-16 jkummerowEnable Cell-based prototype chain checks
2015-04-16 hpayerRevert of Experiment: reduce heap growing factor to...
2015-04-16 titzer[turbofan] Clean up cached nodes in JSGraph.
2015-04-16 ulanUse atomic operation to read the length of a fixed...
2015-04-16 ulanAvoid evacuation of popular pages.
2015-04-16 bmeurerRevert of [x64] Use xorl to materialize smi zero. ...
2015-04-16 dcarneyfix visiting of phantom handles that should be retained
2015-04-16 yangguoFix signed/unsigned compare in messages.cc
2015-04-16 yangguoStart migrating error message templates to the runtime.
2015-04-16 bmeurer[turbofan] Typed lowering requires typed nodes.
2015-04-16 bmeurer[turbofan] Split ControlEquivalence implementation...
2015-04-16 Benedikt Meurer[turbofan] Make js-typed-lowering.h self contained.
2015-04-16 v8-autorollUpdate V8 DEPS.
2015-04-15 adamkRevert "Add basic crankshaft support for slow-mode...
2015-04-15 wingoFix FormalParameterErrorLocations member names
2015-04-15 mvstantonArray() in optimized code can create with wrong Element...
2015-04-15 machenbachRevert of Simplify DoParseProgram (patchset #2 id:20001...
2015-04-15 arvFix issues with name and length on poison pill function
2015-04-15 scottmgMake BitsetType enum uint32_t to avoid narrowing warnings
2015-04-15 scottmgRemove operator delete on VS2015 to avoid compiler bug
2015-04-15 Jakob KummerowMakefile: introduce debugsymbols=on flag
2015-04-15 erikcorryReduce regexp compiler stack size when not optimizing...
2015-04-15 mbrandyPPC: VectorICs: megamorphic keyed loads in crankshaft...
2015-04-15 mbrandyPPC: Use Cells to check prototype chain validity (disab...
2015-04-15 jkummerowFix a few potential integer negation overflows
2015-04-15 wingoSimplify DoParseProgram
2015-04-15 mstarzinger[turbofan] Fix ForInStatement that deopts during filter.
2015-04-15 jkummerowUse Cells to check prototype chain validity (disabled...
2015-04-15 mvstantonVectorICs: recent changes broke cases with --novector-ics
2015-04-15 mstarzinger[crankshaft] Add missing source position for calls.
2015-04-15 dcarney[turbofan] cleanup ParallelMove
2015-04-15 hablichRetrieval of information by release channel
2015-04-15 ulanMake climit and jslimit stack limits atomic.
2015-04-15 yangguoReland "Wrap typed array implementations in functions."
2015-04-15 yangguoAbort incremental marking in test-heap/WeakCellsWithInc...
2015-04-15 ulanCorrectly handle clearing of deprecated field types.
2015-04-15 danno[turbofan] Add schedule to visualizer output
2015-04-15 jkummerowPut --noalways-opt flag back into regress-crbug-245480
2015-04-15 machenbachRevert of Force full GCwhenever CollectAllGarbage is...
2015-04-15 jochenRemove support for specifying the number of available...
2015-04-15 jochenWhen converting Maybe and MaybeLocal values with a...
2015-04-15 hpayerForce full GC whenever CollectAllGarbage is meant to...
2015-04-15 svenpanneAdded Donald Stence to PPC owners.
2015-04-15 bmeurer[x64] Use xorl to materialize smi zero.
2015-04-15 v8-autorollUpdate V8 DEPS.
2015-04-15 mvstantonVectorICs: megamorphic keyed loads in crankshaft don...
2015-04-15 mvstantonPass load ic state through the Oracle.
2015-04-14 paul.lindMIPS: [turbofan] Load immortal heap objects from the...
2015-04-14 wingoAllow eval/arguments in arrow functions
2015-04-14 mbrandyPPC: [turbofan] Load immortal heap objects from the...
2015-04-14 jkummerow%GetOptimizationStatus(): Unconditionally return a...
2015-04-14 jochenReland "Remove support for thread-based recompilation"
2015-04-14 machenbach[cq] Add mips compile trybots.
2015-04-14 jarinInsert a filler at the new space top even if the top...
2015-04-14 bmeurer[turbofan] Load immortal heap objects from the heap...
2015-04-14 mvstantonVectorICs: recreate feedback vector if scoping changes...
2015-04-14 jochenRevert of Reland "Remove support for thread-based recom...
2015-04-14 yangguoFix Math.log10 implementation for 1 - Number.EPSILON.
2015-04-14 jochenRevert "Remove early bail-out in VisitWeakList to inves...
2015-04-14 jochenReland "Remove support for thread-based recompilation"
2015-04-14 dslomovAdd a test for subclass maps.
next