aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MIRPrintingPass.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-11-13Sink all InitializePasses.h includesReid Kleckner1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2017-12-13Remove redundant includes from lib/CodeGen.Michael Zolotukhin1-1/+0
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth1-2/+2
2017-05-05MIParser/MIRPrinter: Compute block successors if not explicitely specifiedMatthias Braun1-1/+2
2016-10-01Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini1-1/+1
2015-09-10Re-commit r247216: "Fix Clang-tidy misc-use-override warnings, other minor fi...Hans Wennborg1-2/+2
2015-09-10Revert r247216: "Fix Clang-tidy misc-use-override warnings, other minor fixes"Hans Wennborg1-2/+2
2015-09-10Fix Clang-tidy misc-use-override warnings, other minor fixesHans Wennborg1-2/+2
2015-06-15MIR Serialization: move the MIR printer out of the MIR printing pass.Alex Lorenz1-41/+3
2015-05-28MIR Serialization: print and parse machine function names.Alex Lorenz1-1/+25
2015-05-27Resubmit r237954 (MIR Serialization: print and parse LLVM IR using MIR format).Alex Lorenz1-0/+85