aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/ScoreboardHazardRecognizer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-1/+1
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-2/+3
* Release build: guard dump functions withManman Ren2012-09-111-1/+1
* Release build: guard dump functions with "ifndef NDEBUG"Manman Ren2012-09-061-0/+2
* I'm introducing a new machine model to simultaneously allow simpleAndrew Trick2012-07-071-1/+3
* Revert r158679 - use case is unclear (and it increases the memory footprint).Hal Finkel2012-06-221-6/+6
* Fixing a compiler warning in MSVC 10.Aaron Ballman2012-06-201-1/+1
* Allow up to 64 functional units per processor itinerary.Hal Finkel2012-06-181-5/+5
* misched: Added MultiIssueItineraries.Andrew Trick2012-06-051-4/+4
* misched: Allow disabling scoreboard hazard checking for subtargets with aAndrew Trick2012-06-051-6/+12
* ScoreboardHazardRecognizer: Remove dead conditional in debug code.Benjamin Kramer2012-05-261-2/+1
* misched: trace formattingAndrew Trick2012-05-251-1/+2
* Remove unnecessary default cases in switches that cover all enum values.David Blaikie2012-01-101-4/+0
* Remove an invalid assert that is really just asserting when the scheduler emitsCameron Zwarich2011-09-271-1/+0
* Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...Evan Cheng2011-06-291-1/+1
* - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo andEvan Cheng2011-06-281-7/+7
* Convert -enable-sched-cycles and -enable-sched-hazard to -disableAndrew Trick2011-01-211-4/+8
* Various bits of framework needed for precise machine-level selectionAndrew Trick2010-12-241-14/+62
* Generalize PostRAHazardRecognizer so it can be used in any pass forAndrew Trick2010-12-081-0/+191