summaryrefslogtreecommitdiff
path: root/lib/CodeGen/TargetRegisterInfo.cpp
Commit message (Expand)AuthorAge
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-14
* Make consistent use of MCPhysReg instead of uint16_t throughout the tree.Craig Topper2014-04-04
* PrintVRegOrUnitAndrew Trick2013-08-23
* Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.Michael J. Spencer2013-05-24
* Add TargetRegisterInfo::getCoveringLanes().Jakob Stoklund Olesen2013-05-16
* Remove unneeded "TargetMachine.h" #includes.Jakub Staszak2013-02-09
* Add a new hook for providing register allocator hints more flexibly.Jakob Stoklund Olesen2012-12-03
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Move Target{Instr,Register}Info.cpp into lib/CodeGen.Jakob Stoklund Olesen2012-11-28