summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/TargetRegisterInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* raw_ostream: << operator for callables with raw_ostream argumentMatthias Braun2015-12-041-41/+54
* Revert "raw_ostream: << operator for callables with raw_stream argument"Matthias Braun2015-12-031-54/+41
* raw_ostream: << operator for callables with raw_stream argumentMatthias Braun2015-12-031-41/+54
* [X86] Part 1 to fix x86-64 fp128 calling convention.Chih-Hung Hsieh2015-12-031-5/+13
* TargetRegisterInfo: Introduce PrintLaneMask.Matthias Braun2015-09-251-0/+5
* Introduce target hook for optimizing register copiesMatt Arsenault2015-09-241-0/+41
* Use function attribute "stackrealign" to decide whether stackAkira Hatanaka2015-09-111-9/+1
* Targets: commonize some stack realignment codeJF Bastien2015-07-201-1/+34
* TargetRegisterInfo: Provide a way to check assigned registers in getRegAlloca...Matthias Braun2015-07-151-1/+2
* Introduce register dump helperMatthias Braun2014-11-191-0/+9
* Convert some EVTs to MVTs where only a SimpleValueType is needed.Craig Topper2014-11-161-1/+1
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-141-6/+6
* Make consistent use of MCPhysReg instead of uint16_t throughout the tree.Craig Topper2014-04-041-1/+1
* PrintVRegOrUnitAndrew Trick2013-08-231-0/+8
* Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.Michael J. Spencer2013-05-241-2/+2
* Add TargetRegisterInfo::getCoveringLanes().Jakob Stoklund Olesen2013-05-161-2/+4
* Remove unneeded "TargetMachine.h" #includes.Jakub Staszak2013-02-091-1/+0
* Add a new hook for providing register allocator hints more flexibly.Jakob Stoklund Olesen2012-12-031-0/+38
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-1/+1
* Move Target{Instr,Register}Info.cpp into lib/CodeGen.Jakob Stoklund Olesen2012-11-281-0/+248
OpenPOWER on IntegriCloud