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