summaryrefslogtreecommitdiff
path: root/utils/TableGen/AsmWriterEmitter.h
Commit message (Expand)AuthorAge
* enhance llvm-mc -show-inst to print the enum of an instruction, like so:Chris Lattner2010-02-11
* make tblgen produce a function that returns the name for a physreg.Chris Lattner2009-09-13
* Replace std::iostreams with raw_ostream in TableGen.Daniel Dunbar2009-07-03
* remove attributions from utils.Chris Lattner2007-12-29
* Maximally group commands. When all instructions within a command set have aChris Lattner2006-07-18
* Change generator to remove operands as it processes them. No change inChris Lattner2006-07-18
* Completely change the structure of the generated asmprinter to be more tableChris Lattner2006-07-18
* Remove trailing whitespaceMisha Brukman2005-04-22
* Initial cut at an asm writer emitter. So far, this only handles emission ofChris Lattner2004-08-01