aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCInstrItineraries.h
AgeCommit message (Expand)Author
2012-07-07I'm introducing a new machine model to simultaneously allow simpleAndrew Trick
2012-07-02Reapply "Make NumMicroOps a variable in the subtarget's instruction itinerary."Andrew Trick
2012-06-29Revert "Make NumMicroOps a variable in the subtarget's instruction itinerary."Andrew Trick
2012-06-29misched: count micro-ops toward the issue limit.Andrew Trick
2012-06-29Make NumMicroOps a variable in the subtarget's instruction itinerary.Andrew Trick
2012-06-22Revert r158679 - use case is unclear (and it increases the memory footprint).Hal Finkel
2012-06-18Allow up to 64 functional units per processor itinerary.Hal Finkel
2012-06-08Sched itinerary fix: Avoid static initializers.Andrew Trick
2012-06-05misched: API for minimum vs. expected latency.Andrew Trick
2012-06-05misched: Added MultiIssueItineraries.Andrew Trick
2011-06-29Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...Evan Cheng