aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/TargetSchedule.h
Commit message (Expand)AuthorAgeFilesLines
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-031-3/+3
* misched: TargetSchedule interface for machine resources.Andrew Trick2012-11-061-5/+51
* misched: Use the TargetSchedModel interface wherever possible.Andrew Trick2012-10-101-4/+22
* misched: Add computeInstrLatency to TargetSchedModel.Andrew Trick2012-10-091-0/+8
* misched: Doxument the TargetSchedule API.Andrew Trick2012-10-091-7/+22
* misched: Allow flags to disable hasInstrSchedModel/hasInstrItineraries for ex...Andrew Trick2012-10-091-2/+2
* Switch MachineTraceMetrics to the new TargetSchedModel interface.Jakob Stoklund Olesen2012-10-041-0/+1
* TargetSchedModel API. Implement latency lookup, disabled.Andrew Trick2012-09-181-6/+22
* Revert r164061-r164067. Most of the new subtarget emitter.Andrew Trick2012-09-171-22/+6
* TargetSchedModel API. Implement latency lookup, disabled.Andrew Trick2012-09-171-6/+22
* comment typoAndrew Trick2012-09-141-1/+1
* TargetSchedModel interface. To be implemented...Andrew Trick2012-09-141-0/+63