| Commit message (Expand) | Author | Age | Files | Lines |
* | I'm introducing a new machine model to simultaneously allow simple | Andrew Trick | 2012-07-07 | 1 | -1/+3 |
* | Revert r158679 - use case is unclear (and it increases the memory footprint). | Hal Finkel | 2012-06-22 | 1 | -6/+6 |
* | Fixing a compiler warning in MSVC 10. | Aaron Ballman | 2012-06-20 | 1 | -1/+1 |
* | Allow up to 64 functional units per processor itinerary. | Hal Finkel | 2012-06-18 | 1 | -5/+5 |
* | misched: Added MultiIssueItineraries. | Andrew Trick | 2012-06-05 | 1 | -4/+4 |
* | misched: Allow disabling scoreboard hazard checking for subtargets with a | Andrew Trick | 2012-06-05 | 1 | -6/+12 |
* | ScoreboardHazardRecognizer: Remove dead conditional in debug code. | Benjamin Kramer | 2012-05-26 | 1 | -2/+1 |
* | misched: trace formatting | Andrew Trick | 2012-05-25 | 1 | -1/+2 |
* | Remove unnecessary default cases in switches that cover all enum values. | David Blaikie | 2012-01-10 | 1 | -4/+0 |
* | Remove an invalid assert that is really just asserting when the scheduler emits | Cameron Zwarich | 2011-09-27 | 1 | -1/+0 |
* | Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)... | Evan Cheng | 2011-06-29 | 1 | -1/+1 |
* | - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and | Evan Cheng | 2011-06-28 | 1 | -7/+7 |
* | Convert -enable-sched-cycles and -enable-sched-hazard to -disable | Andrew Trick | 2011-01-21 | 1 | -4/+8 |
* | Various bits of framework needed for precise machine-level selection | Andrew Trick | 2010-12-24 | 1 | -14/+62 |
* | Generalize PostRAHazardRecognizer so it can be used in any pass for | Andrew Trick | 2010-12-08 | 1 | -0/+191 |