summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/TargetSchedule.h
Commit message (Expand)AuthorAge
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* MIsched: add an ILP window property to machine model.Andrew Trick2013-01-09
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* misched: TargetSchedule interface for machine resources.Andrew Trick2012-11-06
* misched: Use the TargetSchedModel interface wherever possible.Andrew Trick2012-10-10
* misched: Add computeInstrLatency to TargetSchedModel.Andrew Trick2012-10-09
* misched: Doxument the TargetSchedule API.Andrew Trick2012-10-09
* misched: Allow flags to disable hasInstrSchedModel/hasInstrItineraries for ex...Andrew Trick2012-10-09
* Switch MachineTraceMetrics to the new TargetSchedModel interface.Jakob Stoklund Olesen2012-10-04
* TargetSchedModel API. Implement latency lookup, disabled.Andrew Trick2012-09-18
* Revert r164061-r164067. Most of the new subtarget emitter.Andrew Trick2012-09-17
* TargetSchedModel API. Implement latency lookup, disabled.Andrew Trick2012-09-17
* comment typoAndrew Trick2012-09-14
* TargetSchedModel interface. To be implemented...Andrew Trick2012-09-14