Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / include / llvm / MC / MCInstrItineraries.h
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-05-02 Jim GrosbachMC: Tidy up comments and clean up formatting a bit...
2014-10-07 Sanjay Pateldon't repeat function name in comments
2014-09-02 Pete CooperChange MCSchedModel to be a struct of statically initia...
2014-04-13 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2013-06-15 Andrew TrickMachine Model: Add MicroOpBufferSize and resource Buffe...
2012-07-07 Andrew TrickI'm introducing a new machine model to simultaneously...
2012-07-02 Andrew TrickReapply "Make NumMicroOps a variable in the subtarget...
2012-06-29 Andrew TrickRevert "Make NumMicroOps a variable in the subtarget...
2012-06-29 Andrew Trickmisched: count micro-ops toward the issue limit.
2012-06-29 Andrew TrickMake NumMicroOps a variable in the subtarget's instruct...
2012-06-22 Hal FinkelRevert r158679 - use case is unclear (and it increases...
2012-06-18 Hal FinkelAllow up to 64 functional units per processor itinerary.
2012-06-08 Andrew TrickSched itinerary fix: Avoid static initializers.
2012-06-05 Andrew Trickmisched: API for minimum vs. expected latency.
2012-06-05 Andrew Trickmisched: Added MultiIssueItineraries.
2011-06-29 Evan ChengSink SubtargetFeature and TargetInstrItineraries (renam...