summaryrefslogtreecommitdiff
path: root/lib/CodeGen/ResetMachineFunctionPass.cpp
AgeCommit message (Expand)Author
2017-12-15MachineFunction: Return reference from getFunction(); NFCMatthias Braun
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-01-13GlobalISel: Abort in ResetMachineFunctionPass if fallback isn't enabledJustin Bogner
2016-10-01Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini
2016-09-23[ResetMachineFunction] Populate the comments in the header of the file.Quentin Colombet
2016-09-23[ResetMachineFunction] Add statistic on the number of reset functions.Quentin Colombet
2016-08-31[ResetMachineFunction] Emit the diagnostic isel fallback when asked.Quentin Colombet
2016-08-27[GlobalISel] Add a fallback path to SDISel.Quentin Colombet