aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineRegisterInfo.h
AgeCommit message (Expand)Author
2013-04-19Add an MRI::verifyUseLists() function.Jakob Stoklund Olesen
2013-03-11Residual cleanup: live-out set is goneEli Bendersky
2013-02-21Make RAFast::UsedInInstr indexed by register units.Jakob Stoklund Olesen
2013-02-05Remove liveout lists from MachineRegisterInfo.Jakob Stoklund Olesen
2013-01-05Add MachineRegisterInfo::moveOperands().Jakob Stoklund Olesen
2012-12-03Sort the #include lines for the include/... tree with the script.Chandler Carruth
2012-10-17Switch MRI::UsedPhysRegs to a register unit bit vector.Jakob Stoklund Olesen
2012-10-17Merge MRI::isPhysRegOrOverlapUsed() into isPhysRegUsed().Jakob Stoklund Olesen
2012-10-17Use a SparseSet instead of a BitVector for UsedInInstr in RAFast.Jakob Stoklund Olesen
2012-10-15Freeze the reserved registers as soon as isel is complete.Jakob Stoklund Olesen
2012-09-17Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper
2012-08-10Reapply r161633-161634 "Partition use lists so defs always come before uses.""Jakob Stoklund Olesen
2012-08-09Revert r161633-161634 "Partition use lists so defs always come before uses."Jakob Stoklund Olesen
2012-08-09Partition use lists so defs always come before uses.Jakob Stoklund Olesen
2012-08-09Don't use pointer-pointers for the register use lists.Jakob Stoklund Olesen
2012-08-09Move use list management into MachineRegisterInfo.Jakob Stoklund Olesen
2012-08-08Move getNextOperandForReg() into MachineRegisterInfo.Jakob Stoklund Olesen
2012-07-30Added MachineRegisterInfo::hasOneDef()Andrew Trick
2012-07-30Inline MachineRegisterInfo::hasOneUseAndrew Trick
2012-06-29Add getUniqueVRegDef to MachineRegisterInfo.Manman Ren
2012-06-01Switch all register list clients to the new MC*Iterator interface.Jakob Stoklund Olesen
2012-03-27Add an MRI::tracksLiveness() flag.Jakob Stoklund Olesen
2012-03-04Use uint16_t to store register overlaps to reduce static data.Craig Topper
2012-03-01Make InlineSpiller bundle-aware.Jakob Stoklund Olesen
2012-02-21Clear virtual registers after they are no longer referenced.Andrew Trick
2012-02-21whitespaceAndrew Trick
2012-02-17Transfer regmasks to MRI.Jakob Stoklund Olesen
2012-01-16Extract method for detecting constant unallocatable physregs.Jakob Stoklund Olesen
2012-01-05Freeze reserved registers before starting register allocation.Jakob Stoklund Olesen
2011-12-21Move common code into an MRI function.Jakob Stoklund Olesen
2011-10-17Admonish that MI is not IR and virtual registers have constraints.Jakob Stoklund Olesen
2011-09-30Move getCommonSubClass() into TRI.Jakob Stoklund Olesen
2011-09-22Add a MinNumRegs argument to MRI::constrainRegClass().Jakob Stoklund Olesen
2011-08-09Move CalculateRegClass to MRI::recomputeRegClass.Jakob Stoklund Olesen
2011-07-29Add an isSSA() flag to MachineRegisterInfo.Jakob Stoklund Olesen
2011-07-08Be more aggressive about following hints.Jakob Stoklund Olesen
2011-06-27Remove RegClass2VRegMap from MachineRegisterInfo.Evan Cheng
2011-02-21Revert r124611 - "Keep track of incoming argument's location while emitting L...Devang Patel
2011-01-31Keep track of incoming argument's location while emitting LiveIns.Devang Patel
2011-01-10Simplify a bunch of isVirtualRegister() and isPhysicalRegister() logic.Jakob Stoklund Olesen
2011-01-09Remove MachineRegisterInfo::getLastVirtReg(), it was giving wrong resultsJakob Stoklund Olesen
2011-01-09Use IndexedMap for MachineRegisterInfo as well. No functional change.Jakob Stoklund Olesen
2011-01-08Use an IndexedMap for LiveVariables::VirtRegInfo.Jakob Stoklund Olesen
2010-10-06Add MachineRegisterInfo::constrainRegClass and use it in MachineCSE.Jakob Stoklund Olesen
2010-06-29Begin implementation of an inline spiller.Jakob Stoklund Olesen
2010-06-18Start TargetRegisterClass indices at 0 instead of 1, so thatDan Gohman
2010-05-24Avoid adding duplicate function live-in's.Evan Cheng
2010-05-21constify accessor.Chris Lattner
2010-05-15Add reg_nodbg_iteratorJakob Stoklund Olesen
2010-05-13Add a utility function for conservatively clearing kill flags, and makeDan Gohman