Fix a spelling error in the description of a statistic. NFC
[oota-llvm.git] / lib / CodeGen / ScoreboardHazardRecognizer.cpp
2014-09-02 Pete CooperChange MCSchedModel to be a struct of statically initia...
2014-04-22 Chandler Carruth[Modules] Remove potential ODR violations by sinking...
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2012-09-11 Manman RenRelease build: guard dump functions with
2012-09-06 Manman RenRelease build: guard dump functions with "ifndef NDEBUG"
2012-07-07 Andrew TrickI'm introducing a new machine model to simultaneously...
2012-06-22 Hal FinkelRevert r158679 - use case is unclear (and it increases...
2012-06-20 Aaron BallmanFixing a compiler warning in MSVC 10.
2012-06-18 Hal FinkelAllow up to 64 functional units per processor itinerary.
2012-06-05 Andrew Trickmisched: Added MultiIssueItineraries.
2012-06-05 Andrew Trickmisched: Allow disabling scoreboard hazard checking...
2012-05-26 Benjamin KramerScoreboardHazardRecognizer: Remove dead conditional...
2012-05-25 Andrew Trickmisched: trace formatting
2012-01-10 David BlaikieRemove unnecessary default cases in switches that cover...
2011-09-27 Cameron ZwarichRemove an invalid assert that is really just asserting...
2011-06-29 Evan ChengSink SubtargetFeature and TargetInstrItineraries (renam...
2011-06-28 Evan Cheng- Rename TargetInstrDesc, TargetOperandInfo to MCInstrD...
2011-01-21 Andrew TrickConvert -enable-sched-cycles and -enable-sched-hazard...
2010-12-24 Andrew TrickVarious bits of framework needed for precise machine...
2010-12-08 Andrew TrickGeneralize PostRAHazardRecognizer so it can be used...