aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Target/TargetSchedule.td
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-0/+2
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-0/+2
* Update to LLVM 3.5a.Stephen Hines2014-04-241-8/+40
* Even more spelling fixes for "instruction".Robert Wilhelm2013-09-281-1/+1
* Mark the x86 machine model as incomplete. PR17367.Andrew Trick2013-09-251-0/+9
* Support BufferSize on ProcResGroup for unified MOp schedulers.Andrew Trick2013-06-151-0/+1
* Machine Model: Add MicroOpBufferSize and resource BufferSize.Andrew Trick2013-06-151-3/+5
* MachineModel: Add a ProcResGroup class.Andrew Trick2013-03-141-0/+5
* MIsched: add an ILP window property to machine model.Andrew Trick2013-01-091-0/+1
* Added instregex support to TableGen subtarget emitter.Andrew Trick2012-10-031-2/+11
* Machine Model (-schedmodel only). Added SchedAliases.Andrew Trick2012-09-221-1/+32
* misched: Generic tablegen classes for the new machine model.Andrew Trick2012-09-141-7/+291
* commentAndrew Trick2012-09-141-1/+1
* Added MispredictPenalty to SchedMachineModel.Andrew Trick2012-08-081-0/+1
* I'm introducing a new machine model to simultaneously allow simpleAndrew Trick2012-07-071-127/+15
* Reapply "Make NumMicroOps a variable in the subtarget's instruction itinerary."Andrew Trick2012-07-021-9/+10
* Revert "Make NumMicroOps a variable in the subtarget's instruction itinerary."Andrew Trick2012-06-291-10/+9
* Make NumMicroOps a variable in the subtarget's instruction itinerary.Andrew Trick2012-06-291-9/+10
* Use "NoItineraries" for processors with no itineraries.Andrew Trick2012-06-221-1/+2
* misched: Added MultiIssueItineraries.Andrew Trick2012-06-051-1/+20
* whitespaceAndrew Trick2012-06-051-4/+5
* Comments about operand cycles and pipeline forwarding pathes.Evan Cheng2010-09-301-1/+17
* Add support to model pipeline bypass / forwarding.Evan Cheng2010-09-281-3/+15
* For each instruction itinerary class, specify the number of micro-ops eachEvan Cheng2010-09-091-1/+8
* Make processor FUs unique for given itinerary. This extends the limit of 32Anton Korobeynikov2010-04-181-2/+3
* Since tblgen bug was fixed (thanks Jakob!) we don't need InstrStage2 hack any...Anton Korobeynikov2010-04-071-8/+5
* Make use of new reserved/required scheduling stuff: introduce VFP and NEON lo...Anton Korobeynikov2010-04-071-5/+10
* Initial support for different kinds of FU reservation.Anton Korobeynikov2010-04-071-1/+10
* Fix apostrophos.Dan Gohman2009-09-151-1/+1
* Extend the instruction itinerary model to include the ability to indicate the...David Goodwin2009-08-171-1/+3
* Enhance the InstrStage object to enable the specification of an Itinerary wit...David Goodwin2009-08-121-5/+14
* Move target independent td files from lib/Target/ to include/llvm/Target so t...Evan Cheng2008-11-241-0/+72