aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/RegUsageInfoPropagate.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-07-19[IPRA] Don't rely on non-exact function definitionsOliver Stannard1-1/+5
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-07-26RegUsageInfo: Cleanup; NFCMatthias Braun1-33/+35
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen1-11/+14
2017-12-15MachineFunction: Return reference from getFunction(); NFCMatthias Braun1-1/+1
2017-08-24IPRA: Don't assume called function is first call operandMatt Arsenault1-8/+20
2017-08-24IPRA: Exit early on functions without callsMatt Arsenault1-0/+5
2016-10-01Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini1-1/+1
2016-06-10Interprocedural Register Allocation (IPRA): add a Transformation PassMehdi Amini1-0/+131