summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/SubtargetEmitter.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Subtarget feature can now set any variable to any valueEvan Cheng2006-01-271-3/+4
| | | | llvm-svn: 25678
* There is at least a 'noitinerary' itinerary nowChris Lattner2006-01-271-1/+1
| | | | llvm-svn: 25671
* almost got the HP-UX tester up.. :)Duraid Madina2005-12-301-6/+6
| | | | llvm-svn: 25051
* 1. Remove ranges from itinerary data.Jim Laskey2005-11-031-9/+11
| | | | | | 2. Tidy up the subtarget emittined code. llvm-svn: 24172
* Allow itineraries to be passed through the Target Machine.Jim Laskey2005-11-011-12/+33
| | | | llvm-svn: 24139
* Generate cpu to itinerary map.Jim Laskey2005-10-311-7/+61
| | | | llvm-svn: 24121
* Rename Record::getValueAsListDef to getValueAsListOfDefs, to more accuratelyChris Lattner2005-10-281-4/+5
| | | | | | | reflect what it is. Convert some more code over to use it. llvm-svn: 24072
* Removed Mr. Smith from the code.Jim Laskey2005-10-281-160/+136
| | | | llvm-svn: 24070
* Add some commentary.Jim Laskey2005-10-281-19/+119
| | | | llvm-svn: 24055
* Keep Visual Studio happy.Jeff Cohen2005-10-281-0/+1
| | | | llvm-svn: 24052
* Now generating instruction itineraries for scheduling. Not my best work, but...Jim Laskey2005-10-271-31/+190
| | | | llvm-svn: 24050
* Simplify.Jim Laskey2005-10-261-6/+1
| | | | llvm-svn: 24015
* Give full control of subtarget features over to table generated code.Jim Laskey2005-10-261-14/+62
| | | | llvm-svn: 24013
* Refactored to make room for more stuff (scheduling info.)Jim Laskey2005-10-251-77/+97
| | | | llvm-svn: 23975
* Add the needed #include, emit enums with the sizes of tables, removeChris Lattner2005-10-231-9/+12
| | | | | | definitions from the LLVM namespace, since they are all static. llvm-svn: 23907
* Sort the features and processor lists for the sake of search (and maintainers.)Jim Laskey2005-10-221-2/+27
| | | | llvm-svn: 23879
* New TableGen backends for subtarget information. Only command line stuffJim Laskey2005-10-211-0/+111
active now. Scheduling itinerary next. llvm-svn: 23869
OpenPOWER on IntegriCloud