Merging r257977:
[oota-llvm.git] / lib / CodeGen / RegisterPressure.cpp
2016-01-12 Matthias BraunRegisterPressure: Expose RegisterOperands API
2016-01-06 Sanjay Pateluse std::max ; NFCI
2015-12-10 Matthias BraunRegisterPressure: Factor out liveness dead-def detectio...
2015-12-03 Matthias BraunRegisterPressure: Use range based for, fix else style...
2015-12-01 Matthias BraunRegisterPressure: If we do not collect dead defs the...
2015-12-01 Matthias BraunRegisterPressure: Remove support for recede()/advance...
2015-12-01 Matthias BraunRegisterPressure: Split RegisterOperands analysis code...
2015-11-03 Matthias BraunRegisterPressure: Improve assert message
2015-11-03 Matthias BraunRegisterPressure: Slightly nicer pressure diff dumping
2015-10-19 Matthias BraunRevert "RegisterPressure: allocatable physreg uses...
2015-10-17 Matthias BraunRegisterPressure: Unify the sparse sets in LiveRegsSet...
2015-10-17 Matthias BraunRegisterPressure: allocatable physreg uses are always...
2015-10-17 Matthias BraunRegisterPressure: Remove 0 entries from PressureChange
2015-10-17 Matthias BraunRegisterPressure: Hide non-const iterators of PressureDiff
2015-10-16 Matthias BraunRegisterPressure: Use range based for, cleanup
2015-09-29 Matthias BraunRegisterPressure: LiveRegSet tracks register units...
2015-09-17 Matthias BraunRevert "(HEAD -> master, origin/master, origin/HEAD...
2015-09-17 Matthias BraunRegisterPressure: Move LiveInRegs/LiveOutRegs from...
2015-09-14 Matthias BraunRegisterPressure: Simplify close{Top|Bottom}()
2015-08-08 Benjamin KramerFix some comment typos.
2015-07-08 Matthias BraunRegisterPressure: Add PressureDiff::dump()
2015-05-27 Fiona GlaserRegisterPressure: fix debug prints in case of physical...
2015-05-17 Andrew TrickRegisterPressureTracker: reword stale comments.
2015-03-23 Benjamin KramerMove private classes into anonymous namespaces
2014-10-14 Eric ChristopherRemove unnecessary TargetMachine.h includes.
2014-08-05 Eric ChristopherHave MachineFunction cache a pointer to the subtarget...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-07-01 Alp TokerMove remaining LLVM_ENABLE_DUMP conditionals out of...
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-13 Owen AndersonPhase 1 of refactoring the MachineRegisterInfo iterator...
2014-02-09 David BlaikieFix formatting introduced in r200941
2014-02-06 Andrew TrickTrack register pressure a bit more carefully (weird...
2013-11-08 Pedro Artigasincrease the accuracy of register pressure computation...
2013-10-10 Matthias BraunRepresent RegUnit liveness with LiveRange instance
2013-10-10 Matthias BraunPass LiveQueryResult by value
2013-09-04 Andrew TrickAdded -misched-regpressure option.
2013-08-30 Andrew TrickUse LiveRangeQuery for instruction-level liveness queries.
2013-08-30 Andrew Trickmi-sched: update PressureDiffs on-the-fly for liveness.
2013-08-30 Andrew TrickReplace LiveInterval::killedAt with isKilledAtInstr.
2013-08-30 Andrew Trickmi-sched: Precompute a PressureDiff for each instructio...
2013-08-23 Andrew TrickRename to RegPressure API parameters RegUnits.
2013-08-23 Andrew TrickSimplify RegPressure helpers.
2013-08-23 Andrew TrickAdd a convenient PSetIterator for visiting pressure...
2013-07-30 Andrew TrickMI Sched: Track live-thru registers.
2013-07-25 Andrew TrickMI Sched: track register pressure by importance of...
2013-06-21 Andrew TrickMI-Sched: Adjust regpressure limits for reserved regs.
2013-06-17 Andrew TrickMI Sched: fix a typo in RegPressure heuristics.
2013-02-16 Benjamin KramerReplace erase loop with std::remove_if.
2012-12-05 Andrew TrickRegPressureTracker::dump(): Remove unnecessary argument.
2012-12-05 Andrew TrickRegisterPressureTracker: fix findUseBetween to handle...
2012-12-05 Andrew TrickRegisterPressureTracker: unify virtual registers and...
2012-12-05 Andrew TrickRegisterPresssureTracker: Track live physical register...
2012-12-05 Andrew TrickAdded RegisterPressureTracker::dump() for debugging.
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-12-01 Andrew Trickmisched: Fix RegisterPressureTracker handling of DebugVals.
2012-11-07 Andrew Trickmisched: handle on-the-fly regpressure queries better...
2012-10-15 Jakob Stoklund OlesenRemove RegisterClassInfo::isReserved() and isAllocatable().
2012-09-11 Manman RenRelease build: guard dump functions with
2012-09-06 Manman RenRelease build: guard dump functions with "ifndef NDEBUG"
2012-06-11 Andrew Trickmisched: When querying RegisterPressureTracker, always...
2012-06-11 Andrew Trickmisched: regpressure getMaxPressureDelta, revert accide...
2012-06-09 Andrew TrickRegister pressure: added getPressureAfterInstr.
2012-06-06 Andrew TrickMove RegisterClassInfo.h.
2012-06-06 Andrew TrickMove RegisterPressure.h.
2012-06-01 Jakob Stoklund OlesenSwitch all register list clients to the new MC*Iterator...
2012-05-24 Andrew Trickregpressure: Added RegisterPressure::dump
2012-05-24 Andrew Trickregpressure: physreg livein/out fix
2012-05-17 Andrew Trickmisched: Added 3-level regpressure back-off.
2012-05-17 Andrew Trickcomment
2012-05-17 Andrew Trickregpressure: Fix getMaxUpwardPressureDelta.
2012-05-17 Andrew Trickwhitespace
2012-05-10 Andrew Trickmisched: Introducing Top and Bottom register pressure...
2012-05-10 Andrew TrickRegPressure: API for speculatively checking instruction...
2012-05-10 Andrew TrickRegPressure: fix array index iteration style.
2012-04-29 Benjamin KramerRegisterPressure: ArrayRefize some functions for better...
2012-04-24 Andrew TrickRegisterPressure: A utility for computing register...