aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/RegisterUsageInfo.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-11-05MachineFunction: Store more specific reference to LLVMTargetMachine; NFCMatthias Braun1-1/+1
2018-09-30Use the container form llvm::sort(C, ...)Fangrui Song1-1/+1
2018-07-26RegUsageInfo: Cleanup; NFCMatthias Braun1-15/+13
2018-04-06[CodeGen] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang1-1/+1
2017-11-30[CodeGen] Always use `printReg` to print registers in both MIR and debugFrancis Visoiu Mistrih1-1/+1
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie1-3/+3
2017-06-19Fix typosMatt Arsenault1-2/+2
2017-06-06[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko1-2/+13
2016-08-06Move helpers into anonymous namespaces. NFC.Benjamin Kramer1-1/+1
2016-07-16IPRA: avoid double query to the map (NFC)Mehdi Amini1-2/+3
2016-06-10Interprocedural Register Allocation (IPRA) AnalysisMehdi Amini1-0/+92