aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineOptimizationRemarkEmitter.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-1/+1
2019-11-13Sink all InitializePasses.h includesReid Kleckner1-0/+1
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-01-18[CodeGen][NFC] Rename IsVerbose to IsStandalone in Machine*::printFrancis Visoiu Mistrih1-1/+2
2018-01-18[CodeGen] Print RegClasses on MI in verbose modeFrancis Visoiu Mistrih1-1/+1
2017-12-15MachineFunction: Return reference from getFunction(); NFCMatthias Braun1-2/+2
2017-12-13Remove redundant includes from lib/CodeGen.Michael Zolotukhin1-1/+0
2017-12-01[opt-remarks] If hotness threshold is set, ignore remarks without hotnessAdam Nemet1-4/+3
2017-12-01Revert "[opt-remarks] If hotness threshold is set, ignore remarks without hot...Adam Nemet1-3/+4
2017-12-01[opt-remarks] If hotness threshold is set, ignore remarks without hotnessAdam Nemet1-4/+3
2017-10-04[OptRemark] Move YAML writing to IRAdam Nemet1-6/+0
2017-10-04Also update MachineORE after r314874.Adam Nemet1-4/+2
2017-06-30[ORE] Add diagnostics hotness thresholdBrian Gesiak1-0/+8
2017-06-30[ORE] Unify spelling as "diagnostics hotness"Brian Gesiak1-1/+1
2017-02-23[CodeGen] Teach opt remarks how to print MI instructions.Ahmed Bougacha1-0/+10
2017-02-23[LazyMachineBFI] Reimplement with getAnalysisIfAvailableAdam Nemet1-2/+2
2017-02-14Add new pass LazyMachineBlockFrequencyInfoAdam Nemet1-4/+4
2017-01-25New OptimizationRemarkEmitter pass for MIRAdam Nemet1-0/+90