summaryrefslogtreecommitdiff
path: root/utils/TableGen/AsmWriterEmitter.h
Commit message (Expand)AuthorAge
* Write llvm-tblgen backends as functions instead of sub-classes.Jakob Stoklund Olesen2012-06-11
* Remove getInstructionName from MCInstPrinter implementations in favor of usin...Craig Topper2012-04-02
* Rip out emission of the regIsInRegClass function for the asm printer.Benjamin Kramer2012-03-30
* Move TableGen's parser and entry point into a libraryPeter Collingbourne2011-10-01
* * Add classes that support the "feature" information.Bill Wendling2011-03-21
* A new TableGen feature! (Not turned on just yet.)Bill Wendling2011-02-26
* 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