summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/RegisterUsageInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* MachineFunction: Store more specific reference to LLVMTargetMachine; NFCMatthias Braun2018-11-051-1/+1
* Use the container form llvm::sort(C, ...)Fangrui Song2018-09-301-1/+1
* RegUsageInfo: Cleanup; NFCMatthias Braun2018-07-261-15/+13
* [CodeGen] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-04-061-1/+1
* [CodeGen] Always use `printReg` to print registers in both MIR and debugFrancis Visoiu Mistrih2017-11-301-1/+1
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-3/+3
* Fix typosMatt Arsenault2017-06-191-2/+2
* [CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko2017-06-061-2/+13
* Move helpers into anonymous namespaces. NFC.Benjamin Kramer2016-08-061-1/+1
* IPRA: avoid double query to the map (NFC)Mehdi Amini2016-07-161-2/+3
* Interprocedural Register Allocation (IPRA) AnalysisMehdi Amini2016-06-101-0/+92
OpenPOWER on IntegriCloud