platform/upstream/v8.git
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.
2015-04-14 jochenPut newly allocated buffers at the right end of the...
2015-04-14 yangguoRevert of Revert of Revert of Wrap typed array implemen...
2015-04-14 dslomovAvoid modifying the real context chain for debug evalua...
2015-04-14 dcarney[turbofan] Get rid of SourcePositionInstruction.
2015-04-14 chunyang.daiX87: Disable the test case for X87 since f3338dd3b01c
2015-04-14 smcgruerRestore V8_LIBC_UCLIBC as a libc option.
2015-04-14 dcarneyfix variable shadowing
2015-04-14 hpayerExperiment: reduce heap growing factor to investigate...
2015-04-14 yangguoRevert of Revert of Wrap typed array implementations...
2015-04-14 chunyang.daiX87: Remove unnecessary options from HTailCallThroughMe...
2015-04-14 chunyang.daiX87: Change near jump to far jump to fix the jump dista...
2015-04-14 paul.lindMIPS: Split TemplateHashMapImpl::Lookup into two methods.
2015-04-13 adamkSplit TemplateHashMapImpl::Lookup into two methods
2015-04-13 arv[es6] Fix length property of collection constructors
2015-04-13 mbrandyPPC: Remove unnecessary options from HTailCallThroughMe...
2015-04-13 conradw[strong] Implement static restrictions on direct eval
2015-04-13 verwaestFix indirect push
2015-04-13 mbrandyPPC: Fix NaN Canonicalization.
2015-04-13 mvstantonRemove unnecessary options from HTailCallThroughMegamor...
2015-04-13 titzer[turbofan] Optimize loads of global constants in JSType...
2015-04-13 arvRevert "ES6: Number and Boolean prototype should be...
2015-04-13 machenbachRevert of VectorICs: megamorphic keyed loads in cranksh...
2015-04-13 machenbachRevert of Wrap typed array implementations in functions...
2015-04-13 mvstantonVectorICs: megamorphic keyed loads in crankshaft don...
2015-04-13 dcarney[turbofan] remove register operand cache
2015-04-13 dcarneycollect phantom handle data before it gets overwritten
2015-04-13 dcarney[turbofan] cleanup PointerMap
2015-04-13 yangguoWrap typed array implementations in functions.
2015-04-13 verwaestRemove kForInStatementIsNotFastCase bailout reason
2015-04-13 jochenExpose ArrayBufferView::HasBuffer
2015-04-13 vegorovTreat HArgumentsObject as a safe use during Uint32...
2015-04-13 wingoRefactor formal parameter error locations into a class
2015-04-13 ulanDo not inline store if field map was cleared.
2015-04-13 chunyang.daiX87: Reland "Merge cellspace into old pointer space".
2015-04-13 chunyang.daiX87: [es6] implement spread calls
2015-04-13 yangguoBlacklist more debugger tests (fail with --always-opt).
2015-04-13 mstarzingerMake compilers agree on source position of thrown errors.
2015-04-13 bmeurer[x86] Allow (v)divsd->(v)mulsd to execute in parallel.
2015-04-13 wingoFactor formal argument parsing into ParserBase
next