summaryrefslogtreecommitdiff
path: root/lib/CodeGen/PostRAHazardRecognizer.cpp
AgeCommit message (Expand)Author
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie
2017-11-08Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layeringDavid Blaikie
2017-07-13fix typos in comments and error messges; NFCHiroshi Inoue
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2016-07-01CodeGen: Use MachineInstr& in PostRAHazardRecognizer, NFCDuncan P. N. Exon Smith
2016-04-22PostRAHazardRecocgnizer: Fix unused-private-field warningTom Stellard
2016-04-22CodeGen: Add a stand-alone hazard recognizer passTom Stellard
2010-12-08Generalize PostRAHazardRecognizer so it can be used in any pass forAndrew Trick
2010-09-10Teach if-converter to be more careful with predicating instructions that wouldEvan Cheng
2010-06-16Make post-ra scheduling, anti-dep breaking, and register scavenger (conservat...Evan Cheng
2010-06-14- Do away with SimpleHazardRecognizer.h. It's not used and offers little value.Evan Cheng