aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/PostRAHazardRecognizer.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-11-14Replace wrongly deleted header banner, fix formattingReid Kleckner1-0/+13
2019-11-13Sink all InitializePasses.h includesReid Kleckner1-13/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie1-1/+1
2017-11-08Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layeringDavid Blaikie1-1/+1
2017-07-13fix typos in comments and error messges; NFCHiroshi Inoue1-1/+1
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth1-1/+1
2016-07-01CodeGen: Use MachineInstr& in PostRAHazardRecognizer, NFCDuncan P. N. Exon Smith1-6/+4
2016-04-22PostRAHazardRecocgnizer: Fix unused-private-field warningTom Stellard1-1/+0
2016-04-22CodeGen: Add a stand-alone hazard recognizer passTom Stellard1-0/+101
2010-12-08Generalize PostRAHazardRecognizer so it can be used in any pass forAndrew Trick1-180/+0
2010-09-10Teach if-converter to be more careful with predicating instructions that wouldEvan Cheng1-11/+11
2010-06-16Make post-ra scheduling, anti-dep breaking, and register scavenger (conservat...Evan Cheng1-1/+1
2010-06-14- Do away with SimpleHazardRecognizer.h. It's not used and offers little value.Evan Cheng1-0/+180