summaryrefslogtreecommitdiff
path: root/utils/TableGen/AsmWriterEmitter.cpp
Commit message (Expand)AuthorAge
* instructions can be in different namespaces. Make sure to use the rightChris Lattner2006-05-01
* Add support for modifier strings in machine instr descriptions. This allowsChris Lattner2006-02-06
* Simplify the variant handling code, no functionality change.Chris Lattner2006-02-06
* add a note, ya knoeChris Lattner2006-02-01
* Use printInlineAsm to, well, print inline asm's.Chris Lattner2006-01-27
* No longer track value types for asm printer operands, and remove them asNate Begeman2005-11-30
* Eliminate all remaining tabs and trailing spaces.Jeff Cohen2005-07-27
* Fix PR595: These error messages should not be looking at CGI.Name, theyChris Lattner2005-07-15
* Add support for a TODO; instructions in .td files can now have argumentsNate Begeman2005-07-14
* Remove trailing whitespaceMisha Brukman2005-04-22
* Minor fix.Chris Lattner2005-01-22
* This is the final big of factoring. This shares cases in suboperandChris Lattner2005-01-22
* Implement *even more* factoring. In particular, if all of the instructionChris Lattner2005-01-22
* Fix VC++ compilation errorJeff Cohen2005-01-22
* Implement factoring of instruction pattern strings. In particular, instead ofChris Lattner2005-01-22
* Fix the ::: problemChris Lattner2005-01-22
* Minor refactoring, no functionality change.Chris Lattner2005-01-22
* Seperate asmstring parsing from emission. This allows the code to be simplerChris Lattner2005-01-22
* make double-dollar properly escape asmstringsAndrew Lenharth2005-01-22
* Don't emit the method into the llvm namespace, let the #includer decide where...Chris Lattner2004-10-12
* Correctly parse variant notationChris Lattner2004-10-03
* Do not #include files into the llvm namespaceChris Lattner2004-08-17
* Make the AsmWriter a first-class tblgen object. Allow targets to specifyChris Lattner2004-08-14
* Fix minor bug in previous checkinChris Lattner2004-08-11
* change how we invoke the printer. Instead of passing in the MO directly,Chris Lattner2004-08-11
* Be pickyChris Lattner2004-08-01
* Add support for asm printing machine instructions that have operands.Chris Lattner2004-08-01
* Initial cut at an asm writer emitter. So far, this only handles emission ofChris Lattner2004-08-01