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