summaryrefslogtreecommitdiff
path: root/lib/CodeGen/MachineRegisterInfo.cpp
Commit message (Expand)AuthorAge
* Also inflate register classes around inline asm.Jakob Stoklund Olesen2011-10-12
* 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
* Remove RegClass2VRegMap from MachineRegisterInfo.Evan Cheng2011-06-27
* Make it possible to have unallocatable register classes.Jakob Stoklund Olesen2011-06-02
* 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
* Use IndexedMap for MachineRegisterInfo as well. No functional change.Jakob Stoklund Olesen2011-01-09
* Add MachineRegisterInfo::constrainRegClass and use it in MachineCSE.Jakob Stoklund Olesen2010-10-06
* Replace copyRegToReg with COPY everywhere in lib/CodeGen except for FastISel.Jakob Stoklund Olesen2010-07-10
* Teach EmitLiveInCopies to omit copies for unused virtual registers,Dan Gohman2010-06-24
* Don't leak RegClass2VRegMap, which is now a new[] array instead of aDan Gohman2010-06-18
* Start TargetRegisterClass indices at 0 instead of 1, so thatDan Gohman2010-06-18
* Remove unused function.Benjamin Kramer2010-05-29
* Remove schedule-livein-copies. It's not being used.Evan Cheng2010-05-29
* Avoid adding duplicate function live-in's.Evan Cheng2010-05-24
* Add a utility function for conservatively clearing kill flags, and makeDan Gohman2010-05-13
* Silence warningJakob Stoklund Olesen2010-05-11
* Simplify the tracking of used physregs to a bulk bitor followed by a transitiveJakob Stoklund Olesen2010-05-11
* Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that itDan Gohman2010-05-06
* Replace r102368 with code that's less fragile. This creates DBG_VALUE instruc...Evan Cheng2010-04-28
* Insert dbg_value instructions for function entry block liveins (i.e. function...Evan Cheng2010-04-26
* Move the code for initialing the entry block livein set out ofDan Gohman2010-04-14
* 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
* Simplify a few more uses of reg_iterator.Dan Gohman2009-09-25
* Part 1.Evan Cheng2009-06-15
* Move register allocation preference (or hint) from LiveInterval to MachineReg...Evan Cheng2009-06-14
* Move MachineRegisterInfo::setRegClass out of line.Dan Gohman2009-04-15
* Move createVirtualRegister out-of-line.Dan Gohman2008-12-08
* Add a register class -> virtual registers map.Evan Cheng2008-10-20
* Assert that all MachineInstrs update PhysRegUseDefLists inDan Gohman2008-07-07
* Added debugging routine dumpUses.Evan Cheng2008-02-13
* Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman2008-02-10
* switch the register iterator to act more like hte LLVM value iterator: derefe...Chris Lattner2008-01-01
* Add a trivial but handy function to efficiently return the machine Chris Lattner2008-01-01
* Implement automatically updated def/use lists for all MachineInstr register Chris Lattner2008-01-01
* Rename SSARegMap -> MachineRegisterInfo in keeping with the idea Chris Lattner2007-12-31