aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCSchedule.h
AgeCommit message (Expand)Author
2013-01-10Fix include guards so they exactly match file names.Jakub Staszak
2013-01-09MIsched: add an ILP window property to machine model.Andrew Trick
2012-11-06misched: TargetSchedule interface for machine resources.Andrew Trick
2012-10-17misched: Better handling of invalid latencies in the machine modelAndrew Trick
2012-10-10misched: Generate IsBuffered flag for machine resources.Andrew Trick
2012-09-18Let NULL slip through again.Andrew Trick
2012-09-18TargetSchedModel API. Implement latency lookup, disabled.Andrew Trick
2012-09-18TableGen subtarget emitter. Initialize MCSubtargetInfo with the new machine m...Andrew Trick
2012-09-17Revert r164061-r164067. Most of the new subtarget emitter.Andrew Trick
2012-09-17Don't use NULL as a fake keywordAndrew Trick
2012-09-17TargetSchedModel API. Implement latency lookup, disabled.Andrew Trick
2012-09-17TableGen subtarget emitter. Initialize MCSubtargetInfo with the new machine m...Andrew Trick
2012-09-16Guard fields by NDEBUG until they get used in the release build.Andrew Trick
2012-09-14TargetSchedModel interface. To be implemented...Andrew Trick
2012-09-14Define MC data tables for the new scheduling machine model.Andrew Trick
2012-08-08Added MispredictPenalty to SchedMachineModel.Andrew Trick
2012-08-06Fix typo.Jakob Stoklund Olesen
2012-07-07I'm introducing a new machine model to simultaneously allow simpleAndrew Trick