[MachineCombiner] Work with itineraries
[oota-llvm.git] / include / llvm / CodeGen / TargetSchedule.h
2015-07-15 Hal Finkel[MachineCombiner] Work with itineraries
2015-05-14 Matthias BraunTargetSchedule: factor out common code; NFC
2014-09-02 Pete CooperChange MCSchedModel to be a struct of statically initia...
2014-08-03 Gerolf HoflehnerMachineCombiner Pass for selecting faster instruction
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-01-24 Alp TokerFix known typos
2013-12-07 Andrew TrickFactor out the SchedRemainder/SchedBoundary from Generi...
2013-09-30 Arnold SchwaighoferIfConverter: Use TargetSchedule for instruction latencies
2013-06-15 Andrew TrickMachine Model: Add MicroOpBufferSize and resource Buffe...
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2013-01-09 Andrew TrickMIsched: add an ILP window property to machine model.
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-11-06 Andrew Trickmisched: TargetSchedule interface for machine resources.
2012-10-10 Andrew Trickmisched: Use the TargetSchedModel interface wherever...
2012-10-09 Andrew Trickmisched: Add computeInstrLatency to TargetSchedModel.
2012-10-09 Andrew Trickmisched: Doxument the TargetSchedule API.
2012-10-09 Andrew Trickmisched: Allow flags to disable hasInstrSchedModel...
2012-10-04 Jakob Stoklund OlesenSwitch MachineTraceMetrics to the new TargetSchedModel...
2012-09-18 Andrew TrickTargetSchedModel API. Implement latency lookup, disabled.
2012-09-17 Andrew TrickRevert r164061-r164067. Most of the new subtarget emitter.
2012-09-17 Andrew TrickTargetSchedModel API. Implement latency lookup, disabled.
2012-09-14 Andrew Trickcomment typo
2012-09-14 Andrew TrickTargetSchedModel interface. To be implemented...