summaryrefslogtreecommitdiff
path: root/utils/TableGen/SubtargetEmitter.cpp
Commit message (Expand)AuthorAge
* Don't make zero-sized static arraysChris Lattner2006-05-24
* remove out of date commentChris Lattner2006-03-03
* Subtarget feature can now set any variable to any valueEvan Cheng2006-01-27
* There is at least a 'noitinerary' itinerary nowChris Lattner2006-01-27
* almost got the HP-UX tester up.. :)Duraid Madina2005-12-30
* 1. Remove ranges from itinerary data.Jim Laskey2005-11-03
* Allow itineraries to be passed through the Target Machine.Jim Laskey2005-11-01
* Generate cpu to itinerary map.Jim Laskey2005-10-31
* Rename Record::getValueAsListDef to getValueAsListOfDefs, to more accuratelyChris Lattner2005-10-28
* Removed Mr. Smith from the code.Jim Laskey2005-10-28
* Add some commentary.Jim Laskey2005-10-28
* Keep Visual Studio happy.Jeff Cohen2005-10-28
* Now generating instruction itineraries for scheduling. Not my best work, but...Jim Laskey2005-10-27
* Simplify.Jim Laskey2005-10-26
* 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
* Add the needed #include, emit enums with the sizes of tables, removeChris Lattner2005-10-23
* Sort the features and processor lists for the sake of search (and maintainers.)Jim Laskey2005-10-22
* New TableGen backends for subtarget information. Only command line stuffJim Laskey2005-10-21