aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/ResetMachineFunctionPass.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-11-13Sink all InitializePasses.h includesReid Kleckner1-1/+2
2019-03-14[ResetMachineFunctionPass] Add visited functions statistics infoCraig Topper1-0/+2
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-07-13CodeGen: Remove pipeline dependencies on StackProtector; NFCMatthias Braun1-0/+6
2018-07-12Revert "(HEAD -> master, origin/master, arcpatch-D37582) CodeGen: Remove pipe...Matthias Braun1-6/+0
2018-07-12CodeGen: Remove pipeline dependencies on StackProtector; NFCMatthias Braun1-0/+6
2018-05-23[GlobalISel] NFCI, Getting GlobalISel ~5% fasterRoman Tereshin1-1/+1
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen1-1/+1
2018-02-28[GlobalISel] Print/Parse FailedISel MachineFunction propertyRoman Tereshin1-0/+8
2018-02-02Fix debug spelling in ResetMachineFunction pass.Amara Emerson1-2/+2
2017-12-15MachineFunction: Return reference from getFunction(); NFCMatthias Braun1-1/+1
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth1-1/+1
2017-01-13GlobalISel: Abort in ResetMachineFunctionPass if fallback isn't enabledJustin Bogner1-4/+11
2016-10-01Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini1-3/+1
2016-09-23[ResetMachineFunction] Populate the comments in the header of the file.Quentin Colombet1-3/+6
2016-09-23[ResetMachineFunction] Add statistic on the number of reset functions.Quentin Colombet1-0/+4
2016-08-31[ResetMachineFunction] Emit the diagnostic isel fallback when asked.Quentin Colombet1-5/+14
2016-08-27[GlobalISel] Add a fallback path to SDISel.Quentin Colombet1-0/+53