aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/MachineRegisterInfo.h
Commit message (Expand)AuthorAgeFilesLines
* Reapply r161633-161634 "Partition use lists so defs always come before uses.""Jakob Stoklund Olesen2012-08-101-9/+14
* Revert r161633-161634 "Partition use lists so defs always come before uses."Jakob Stoklund Olesen2012-08-091-14/+9
* Partition use lists so defs always come before uses.Jakob Stoklund Olesen2012-08-091-5/+14
* Don't use pointer-pointers for the register use lists.Jakob Stoklund Olesen2012-08-091-4/+0
* Move use list management into MachineRegisterInfo.Jakob Stoklund Olesen2012-08-091-14/+20
* Move getNextOperandForReg() into MachineRegisterInfo.Jakob Stoklund Olesen2012-08-081-2/+11
* Added MachineRegisterInfo::hasOneDef()Andrew Trick2012-07-301-0/+9
* Inline MachineRegisterInfo::hasOneUseAndrew Trick2012-07-301-1/+6
* Add getUniqueVRegDef to MachineRegisterInfo.Manman Ren2012-06-291-0/+5
* Switch all register list clients to the new MC*Iterator interface.Jakob Stoklund Olesen2012-06-011-1/+1
* Add an MRI::tracksLiveness() flag.Jakob Stoklund Olesen2012-03-271-0/+22
* Use uint16_t to store register overlaps to reduce static data.Craig Topper2012-03-041-1/+1
* Make InlineSpiller bundle-aware.Jakob Stoklund Olesen2012-03-011-0/+9
* Clear virtual registers after they are no longer referenced.Andrew Trick2012-02-211-0/+3
* whitespaceAndrew Trick2012-02-211-26/+26
* Transfer regmasks to MRI.Jakob Stoklund Olesen2012-02-171-8/+22
* Extract method for detecting constant unallocatable physregs.Jakob Stoklund Olesen2012-01-161-1/+9
* Freeze reserved registers before starting register allocation.Jakob Stoklund Olesen2012-01-051-1/+38
* Move common code into an MRI function.Jakob Stoklund Olesen2011-12-211-1/+10
* Admonish that MI is not IR and virtual registers have constraints.Jakob Stoklund Olesen2011-10-171-0/+8
* Move getCommonSubClass() into TRI.Jakob Stoklund Olesen2011-09-301-0/+2
* Add a MinNumRegs argument to MRI::constrainRegClass().Jakob Stoklund Olesen2011-09-221-3/+5
* Move CalculateRegClass to MRI::recomputeRegClass.Jakob Stoklund Olesen2011-08-091-0/+11
* Add an isSSA() flag to MachineRegisterInfo.Jakob Stoklund Olesen2011-07-291-1/+21
* Be more aggressive about following hints.Jakob Stoklund Olesen2011-07-081-0/+8
* Remove RegClass2VRegMap from MachineRegisterInfo.Evan Cheng2011-06-271-12/+0
* Revert r124611 - "Keep track of incoming argument's location while emitting L...Devang Patel2011-02-211-12/+2
* Keep track of incoming argument's location while emitting LiveIns.Devang Patel2011-01-311-2/+12
* Simplify a bunch of isVirtualRegister() and isPhysicalRegister() logic.Jakob Stoklund Olesen2011-01-101-6/+6
* Remove MachineRegisterInfo::getLastVirtReg(), it was giving wrong resultsJakob Stoklund Olesen2011-01-091-6/+0
* Use IndexedMap for MachineRegisterInfo as well. No functional change.Jakob Stoklund Olesen2011-01-091-15/+7
* Use an IndexedMap for LiveVariables::VirtRegInfo.Jakob Stoklund Olesen2011-01-081-1/+5
* Add MachineRegisterInfo::constrainRegClass and use it in MachineCSE.Jakob Stoklund Olesen2010-10-061-0/+8
* Begin implementation of an inline spiller.Jakob Stoklund Olesen2010-06-291-1/+12
* Start TargetRegisterClass indices at 0 instead of 1, so thatDan Gohman2010-06-181-1/+1
* Avoid adding duplicate function live-in's.Evan Cheng2010-05-241-0/+4
* constify accessor.Chris Lattner2010-05-211-1/+2
* Add reg_nodbg_iteratorJakob Stoklund Olesen2010-05-151-0/+14
* Add a utility function for conservatively clearing kill flags, and makeDan Gohman2010-05-131-0/+6
* Simplify the tracking of used physregs to a bulk bitor followed by a transitiveJakob Stoklund Olesen2010-05-111-2/+9
* Replace r102368 with code that's less fragile. This creates DBG_VALUE instruc...Evan Cheng2010-04-281-0/+4
* Move the code for emitting livein copies out of SelectionDAGISel.Dan Gohman2010-04-141-0/+6
* Move MachineRegisterInfo's isLiveIn and isLiveOut out of line.Dan Gohman2010-04-131-12/+2
* Add MachineRegisterInfo::hasOneUse and hasOneNonDBGUse.Evan Cheng2010-03-031-0/+8
* Add a Debug bit to MachineOperand, for uses thatDale Johannesen2010-02-061-8/+24
* Print "..." instead of all the uninteresting register clobbers on callDan Gohman2009-11-091-0/+6
* eliminate all 80-col violations that I have introduced in my recent checkins ...Gabor Greif2009-08-271-2/+4
* Clean up the minor mess I caused with removing iterator.h. I shall take care ...Gabor Greif2009-08-271-4/+3
* Part 1.Evan Cheng2009-06-151-18/+8
* Move register allocation preference (or hint) from LiveInterval to MachineReg...Evan Cheng2009-06-141-1/+38