aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/TargetRegisterInfo.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-11-19Introduce register dump helperMatthias Braun1-0/+9
2014-11-16Convert some EVTs to MVTs where only a SimpleValueType is needed.Craig Topper1-1/+1
2014-04-14[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper1-6/+6
2014-04-04Make consistent use of MCPhysReg instead of uint16_t throughout the tree.Craig Topper1-1/+1
2013-08-23PrintVRegOrUnitAndrew Trick1-0/+8
2013-05-24Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.Michael J. Spencer1-2/+2
2013-05-16Add TargetRegisterInfo::getCoveringLanes().Jakob Stoklund Olesen1-2/+4
2013-02-09Remove unneeded "TargetMachine.h" #includes.Jakub Staszak1-1/+0
2012-12-03Add a new hook for providing register allocator hints more flexibly.Jakob Stoklund Olesen1-0/+38
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-1/+1
2012-11-28Move Target{Instr,Register}Info.cpp into lib/CodeGen.Jakob Stoklund Olesen1-0/+248