aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/TargetRegisterInfo.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-12-04raw_ostream: << operator for callables with raw_ostream argumentMatthias Braun1-41/+54
2015-12-03Revert "raw_ostream: << operator for callables with raw_stream argument"Matthias Braun1-54/+41
2015-12-03raw_ostream: << operator for callables with raw_stream argumentMatthias Braun1-41/+54
2015-12-03[X86] Part 1 to fix x86-64 fp128 calling convention.Chih-Hung Hsieh1-5/+13
2015-09-25TargetRegisterInfo: Introduce PrintLaneMask.Matthias Braun1-0/+5
2015-09-24Introduce target hook for optimizing register copiesMatt Arsenault1-0/+41
2015-09-11Use function attribute "stackrealign" to decide whether stackAkira Hatanaka1-9/+1
2015-07-20Targets: commonize some stack realignment codeJF Bastien1-1/+34
2015-07-15TargetRegisterInfo: Provide a way to check assigned registers in getRegAlloca...Matthias Braun1-1/+2
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