aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/AsmWriterEmitter.h
Commit message (Expand)AuthorAgeFilesLines
* * Add classes that support the "feature" information.Bill Wendling2011-03-211-0/+1
* A new TableGen feature! (Not turned on just yet.)Bill Wendling2011-02-261-0/+1
* enhance llvm-mc -show-inst to print the enum of an instruction, like so:Chris Lattner2010-02-111-0/+1
* make tblgen produce a function that returns the name for a physreg.Chris Lattner2009-09-131-0/+3
* Replace std::iostreams with raw_ostream in TableGen.Daniel Dunbar2009-07-031-1/+1
* remove attributions from utils.Chris Lattner2007-12-291-2/+2
* Maximally group commands. When all instructions within a command set have aChris Lattner2006-07-181-1/+2
* Change generator to remove operands as it processes them. No change inChris Lattner2006-07-181-2/+1
* Completely change the structure of the generated asmprinter to be more tableChris Lattner2006-07-181-1/+20
* Remove trailing whitespaceMisha Brukman2005-04-221-3/+3
* Initial cut at an asm writer emitter. So far, this only handles emission ofChris Lattner2004-08-011-0/+31