summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/SubtargetEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* lib/Target/SubtargetFeature.cpp asserts that the FeatureKV[] table be sorted Jim Grosbach2008-09-111-1/+1
* Stabilize 'getDwarfRegNumFull' output to not depend on random memory Chris Lattner2008-08-261-18/+0
* Fix generation of multi-stage instruction itineraries. Patch byChris Lattner2008-04-061-2/+5
* A quick nm audit turned up several fixed tables and objects that wereDan Gohman2008-03-251-3/+3
* Rewrite tblgen handling of subtarget features soDale Johannesen2008-02-141-2/+6
* remove attributions from utils.Chris Lattner2007-12-291-2/+2
* Add an "implies" field to features. This indicates that, if the currentBill Wendling2007-05-041-46/+54
* Fix generation of certain scheduler itineraries.Christopher Lamb2007-04-221-1/+2
* Ignore entries with blank names.Jim Laskey2006-12-121-2/+4
* Rollback changes to take a different tack.Jim Laskey2006-12-121-1/+0
* Honor the command line specification for machine type.Jim Laskey2006-12-121-0/+1
* Don't write out variables that are never used.Reid Spencer2006-11-031-3/+0
* For PR786:Reid Spencer2006-11-021-1/+0
* Don't make zero-sized static arraysChris Lattner2006-05-241-1/+1
* remove out of date commentChris Lattner2006-03-031-2/+1
* Subtarget feature can now set any variable to any valueEvan Cheng2006-01-271-3/+4
* There is at least a 'noitinerary' itinerary nowChris Lattner2006-01-271-1/+1
* almost got the HP-UX tester up.. :)Duraid Madina2005-12-301-6/+6
* 1. Remove ranges from itinerary data.Jim Laskey2005-11-031-9/+11
* Allow itineraries to be passed through the Target Machine.Jim Laskey2005-11-011-12/+33
* Generate cpu to itinerary map.Jim Laskey2005-10-311-7/+61
* Rename Record::getValueAsListDef to getValueAsListOfDefs, to more accuratelyChris Lattner2005-10-281-4/+5
* Removed Mr. Smith from the code.Jim Laskey2005-10-281-160/+136
* Add some commentary.Jim Laskey2005-10-281-19/+119
* Keep Visual Studio happy.Jeff Cohen2005-10-281-0/+1
* Now generating instruction itineraries for scheduling. Not my best work, but...Jim Laskey2005-10-271-31/+190
* Simplify.Jim Laskey2005-10-261-6/+1
* Give full control of subtarget features over to table generated code.Jim Laskey2005-10-261-14/+62
* Refactored to make room for more stuff (scheduling info.)Jim Laskey2005-10-251-77/+97
* Add the needed #include, emit enums with the sizes of tables, removeChris Lattner2005-10-231-9/+12
* Sort the features and processor lists for the sake of search (and maintainers.)Jim Laskey2005-10-221-2/+27
* New TableGen backends for subtarget information. Only command line stuffJim Laskey2005-10-211-0/+111
OpenPOWER on IntegriCloud