summaryrefslogtreecommitdiff
path: root/utils/TableGen/SubtargetEmitter.h
Commit message (Expand)AuthorAge
* Add support to model pipeline bypass / forwarding.Evan Cheng2010-09-28
* For each instruction itinerary class, specify the number of micro-ops eachEvan Cheng2010-09-09
* Make processor FUs unique for given itinerary. This extends the limit of 32Anton Korobeynikov2010-04-18
* Extend the instruction itinerary model to include the ability to indicate the...David Goodwin2009-08-17
* Replace std::iostreams with raw_ostream in TableGen.Daniel Dunbar2009-07-03
* remove attributions from utils.Chris Lattner2007-12-29
* Allow itineraries to be passed through the Target Machine.Jim Laskey2005-11-01
* Generate cpu to itinerary map.Jim Laskey2005-10-31
* Removed Mr. Smith from the code.Jim Laskey2005-10-28
* Now generating instruction itineraries for scheduling. Not my best work, but...Jim Laskey2005-10-27
* Give full control of subtarget features over to table generated code.Jim Laskey2005-10-26
* Refactored to make room for more stuff (scheduling info.)Jim Laskey2005-10-25
* New TableGen backends for subtarget information. Only command line stuffJim Laskey2005-10-21