summaryrefslogtreecommitdiff
path: root/lib/CodeGen/ScoreboardHazardRecognizer.cpp
Commit message (Expand)AuthorAge
* [Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-14
* Release build: guard dump functions withManman Ren2012-09-11
* Release build: guard dump functions with "ifndef NDEBUG"Manman Ren2012-09-06
* I'm introducing a new machine model to simultaneously allow simpleAndrew Trick2012-07-07
* Revert r158679 - use case is unclear (and it increases the memory footprint).Hal Finkel2012-06-22
* Fixing a compiler warning in MSVC 10.Aaron Ballman2012-06-20
* Allow up to 64 functional units per processor itinerary.Hal Finkel2012-06-18
* misched: Added MultiIssueItineraries.Andrew Trick2012-06-05
* misched: Allow disabling scoreboard hazard checking for subtargets with aAndrew Trick2012-06-05
* ScoreboardHazardRecognizer: Remove dead conditional in debug code.Benjamin Kramer2012-05-26
* misched: trace formattingAndrew Trick2012-05-25
* Remove unnecessary default cases in switches that cover all enum values.David Blaikie2012-01-10
* Remove an invalid assert that is really just asserting when the scheduler emitsCameron Zwarich2011-09-27
* Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...Evan Cheng2011-06-29
* - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo andEvan Cheng2011-06-28
* Convert -enable-sched-cycles and -enable-sched-hazard to -disableAndrew Trick2011-01-21
* Various bits of framework needed for precise machine-level selectionAndrew Trick2010-12-24
* Generalize PostRAHazardRecognizer so it can be used in any pass forAndrew Trick2010-12-08