| Commit message (Expand) | Author | Age | Files | Lines |
* | Emit the string information for the asm writer as a single large string | Chris Lattner | 2006-07-14 | 1 | -36/+69 |
* | instructions can be in different namespaces. Make sure to use the right | Chris Lattner | 2006-05-01 | 1 | -8/+4 |
* | Add support for modifier strings in machine instr descriptions. This allows | Chris Lattner | 2006-02-06 | 1 | -6/+38 |
* | Simplify the variant handling code, no functionality change. | Chris Lattner | 2006-02-06 | 1 | -34/+17 |
* | add a note, ya knoe | Chris Lattner | 2006-02-01 | 1 | -0/+3 |
* | Use printInlineAsm to, well, print inline asm's. | Chris Lattner | 2006-01-27 | 1 | -4/+7 |
* | No longer track value types for asm printer operands, and remove them as | Nate Begeman | 2005-11-30 | 1 | -12/+6 |
* | Eliminate all remaining tabs and trailing spaces. | Jeff Cohen | 2005-07-27 | 1 | -4/+4 |
* | Fix PR595: These error messages should not be looking at CGI.Name, they | Chris Lattner | 2005-07-15 | 1 | -9/+13 |
* | Add support for a TODO; instructions in .td files can now have arguments | Nate Begeman | 2005-07-14 | 1 | -1/+24 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-22 | 1 | -8/+8 |
* | Minor fix. | Chris Lattner | 2005-01-22 | 1 | -1/+1 |
* | This is the final big of factoring. This shares cases in suboperand | Chris Lattner | 2005-01-22 | 1 | -8/+34 |
* | Implement *even more* factoring. In particular, if all of the instruction | Chris Lattner | 2005-01-22 | 1 | -20/+62 |
* | Fix VC++ compilation error | Jeff Cohen | 2005-01-22 | 1 | -0/+1 |
* | Implement factoring of instruction pattern strings. In particular, instead of | Chris Lattner | 2005-01-22 | 1 | -10/+97 |
* | Fix the ::: problem | Chris Lattner | 2005-01-22 | 1 | -1/+1 |
* | Minor refactoring, no functionality change. | Chris Lattner | 2005-01-22 | 1 | -15/+20 |
* | Seperate asmstring parsing from emission. This allows the code to be simpler | Chris Lattner | 2005-01-22 | 1 | -86/+153 |
* | make double-dollar properly escape asmstrings | Andrew Lenharth | 2005-01-22 | 1 | -0/+1 |
* | Don't emit the method into the llvm namespace, let the #includer decide where... | Chris Lattner | 2004-10-12 | 1 | -2/+0 |
* | Correctly parse variant notation | Chris Lattner | 2004-10-03 | 1 | -6/+42 |
* | Do not #include files into the llvm namespace | Chris Lattner | 2004-08-17 | 1 | -1/+2 |
* | Make the AsmWriter a first-class tblgen object. Allow targets to specify | Chris Lattner | 2004-08-14 | 1 | -2/+9 |
* | Fix minor bug in previous checkin | Chris Lattner | 2004-08-11 | 1 | -4/+5 |
* | change how we invoke the printer. Instead of passing in the MO directly, | Chris Lattner | 2004-08-11 | 1 | -1/+2 |
* | Be picky | Chris Lattner | 2004-08-01 | 1 | -1/+5 |
* | Add support for asm printing machine instructions that have operands. | Chris Lattner | 2004-08-01 | 1 | -2/+48 |
* | Initial cut at an asm writer emitter. So far, this only handles emission of | Chris Lattner | 2004-08-01 | 1 | -0/+48 |