aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC/MCSchedule.h
Commit message (Expand)AuthorAgeFilesLines
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-101-2/+2
* MIsched: add an ILP window property to machine model.Andrew Trick2013-01-091-4/+15
* misched: TargetSchedule interface for machine resources.Andrew Trick2012-11-061-0/+4
* misched: Better handling of invalid latencies in the machine modelAndrew Trick2012-10-171-3/+5
* misched: Generate IsBuffered flag for machine resources.Andrew Trick2012-10-101-2/+9
* Let NULL slip through again.Andrew Trick2012-09-181-1/+1
* TargetSchedModel API. Implement latency lookup, disabled.Andrew Trick2012-09-181-8/+1
* TableGen subtarget emitter. Initialize MCSubtargetInfo with the new machine m...Andrew Trick2012-09-181-5/+11
* Revert r164061-r164067. Most of the new subtarget emitter.Andrew Trick2012-09-171-12/+13
* Don't use NULL as a fake keywordAndrew Trick2012-09-171-1/+1
* TargetSchedModel API. Implement latency lookup, disabled.Andrew Trick2012-09-171-8/+1
* TableGen subtarget emitter. Initialize MCSubtargetInfo with the new machine m...Andrew Trick2012-09-171-5/+11
* Guard fields by NDEBUG until they get used in the release build.Andrew Trick2012-09-161-2/+2
* TargetSchedModel interface. To be implemented...Andrew Trick2012-09-141-0/+2
* Define MC data tables for the new scheduling machine model.Andrew Trick2012-09-141-5/+120
* Added MispredictPenalty to SchedMachineModel.Andrew Trick2012-08-081-2/+8
* Fix typo.Jakob Stoklund Olesen2012-08-061-1/+1
* I'm introducing a new machine model to simultaneously allow simpleAndrew Trick2012-07-071-0/+108