aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/InstrInfoEmitter.h
Commit message (Expand)AuthorAgeFilesLines
* Emit itinerary class in instruction info.Jim Laskey2005-10-311-1/+6
* Switch more code over to using getValueAsListOfDefs. Look at all the -'s. :)Chris Lattner2005-10-281-1/+1
* Emit real operand info for instructions. This currently works but is badChris Lattner2005-08-191-0/+1
* When emitting implicit use/def lists, only emit each unique list once. ThoughChris Lattner2005-08-181-2/+6
* Remove trailing whitespaceMisha Brukman2005-04-221-3/+3
* Convert 'struct' to 'class' in various places to adhere to the coding standardsChris Lattner2004-10-271-1/+1
* Add, and start using, the CodeGenInstruction class. This class representsChris Lattner2004-08-011-1/+3
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+5
* Added LLVM copyright header.John Criswell2003-10-201-0/+7
* Switch code over to being a TableGenBackendChris Lattner2003-08-061-4/+5
* Finish the instruction info emitterChris Lattner2003-08-031-2/+9
* Initial checkin of Instruction emitter, which just produces enum values so farChris Lattner2003-08-031-0/+26