aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/ScoreboardHazardRecognizer.cpp
AgeCommit message (Expand)Author
2012-09-11Release build: guard dump functions withManman Ren
2012-09-06Release build: guard dump functions with "ifndef NDEBUG"Manman Ren
2012-07-07I'm introducing a new machine model to simultaneously allow simpleAndrew Trick
2012-06-22Revert r158679 - use case is unclear (and it increases the memory footprint).Hal Finkel
2012-06-20Fixing a compiler warning in MSVC 10.Aaron Ballman
2012-06-18Allow up to 64 functional units per processor itinerary.Hal Finkel
2012-06-05misched: Added MultiIssueItineraries.Andrew Trick
2012-06-05misched: Allow disabling scoreboard hazard checking for subtargets with aAndrew Trick
2012-05-26ScoreboardHazardRecognizer: Remove dead conditional in debug code.Benjamin Kramer
2012-05-25misched: trace formattingAndrew Trick
2012-01-10Remove unnecessary default cases in switches that cover all enum values.David Blaikie
2011-09-27Remove an invalid assert that is really just asserting when the scheduler emitsCameron Zwarich
2011-06-29Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...Evan Cheng
2011-06-28- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo andEvan Cheng
2011-01-21Convert -enable-sched-cycles and -enable-sched-hazard to -disableAndrew Trick
2010-12-24Various bits of framework needed for precise machine-level selectionAndrew Trick
2010-12-08Generalize PostRAHazardRecognizer so it can be used in any pass forAndrew Trick