- 259bda4 This: AggregateString += "\0\0"; by Chris Lattner · 19 years ago
- 16f046a Actually, name the method PrintSpecial to match other stuff in AsmPrinter.h by Chris Lattner · 19 years ago
- 1bf6361 Add support for ${:foo} syntax, where "foo" is passed into "printSpecial" and by Chris Lattner · 19 years ago
- 2926869 Fix a long-standing wart in the code generator: two-address instruction lowering by Chris Lattner · 19 years ago
- a6dc9fb Fix a bug handling instructions, like blr, which just consist of a text by Chris Lattner · 19 years ago
- 195bb4a Fix case where identical cases were not detected across case #0, because by Chris Lattner · 19 years ago
- 0a01212 Fix an accidentally duplicated line that caused tblgen to crash on itanium. by Chris Lattner · 19 years ago
- 96c1ade Maximally group commands. When all instructions within a command set have a by Chris Lattner · 19 years ago
- b846286 Change generator to remove operands as it processes them. No change in by Chris Lattner · 19 years ago
- 191dd1f Handle the last operand more intelligently. When emitting the \n, also by Chris Lattner · 19 years ago
- e7a589d Emit switches with 1/2 cases as unconditional code or an if/then/else for by Chris Lattner · 19 years ago
- b51ecd4 Steal bits from the asm string index to use for operand information. On both by Chris Lattner · 19 years ago
- 5561640 Merge operand info and asmstr idx into a single 32-bit field. No other change. by Chris Lattner · 19 years ago
- bdff5f9 Completely change the structure of the generated asmprinter to be more table by Chris Lattner · 19 years ago
- fb5115e The generated index array should be const. by Chris Lattner · 19 years ago
- 6af022f Emit the string information for the asm writer as a single large string by Chris Lattner · 19 years ago
- a1e8a80 instructions can be in different namespaces. Make sure to use the right by Chris Lattner · 19 years ago
- 04cadb3 Add support for modifier strings in machine instr descriptions. This allows by Chris Lattner · 20 years ago
- b03b080 Simplify the variant handling code, no functionality change. by Chris Lattner · 20 years ago
- 1cf9d96 add a note, ya knoe by Chris Lattner · 20 years ago
- 0cfcc1e Use printInlineAsm to, well, print inline asm's. by Chris Lattner · 20 years ago
- 391c5d2 No longer track value types for asm printer operands, and remove them as by Nate Begeman · 20 years ago
- 00b16889 Eliminate all remaining tabs and trailing spaces. by Jeff Cohen · 20 years ago
- 3e3def9 Fix PR595: These error messages should not be looking at CGI.Name, they by Chris Lattner · 20 years ago
- afc5456 Add support for a TODO; instructions in .td files can now have arguments by Nate Begeman · 20 years ago
- 3da94ae Remove trailing whitespace by Misha Brukman · 20 years ago
- 131ca38 Minor fix. by Chris Lattner · 21 years ago
- 38c0751 This is the final big of factoring. This shares cases in suboperand by Chris Lattner · 21 years ago
- f876668 Implement *even more* factoring. In particular, if all of the instruction by Chris Lattner · 21 years ago
- 615ed99 Fix VC++ compilation error by Jeff Cohen · 21 years ago
- 870c016 Implement factoring of instruction pattern strings. In particular, instead of by Chris Lattner · 21 years ago
- f11ad9e Fix the ::: problem by Chris Lattner · 21 years ago
- 5765dba Minor refactoring, no functionality change. by Chris Lattner · 21 years ago
- b0b55e7 Seperate asmstring parsing from emission. This allows the code to be simpler by Chris Lattner · 21 years ago
- 2202bfa make double-dollar properly escape asmstrings by Andrew Lenharth · 21 years ago
- 9d990a0 Don't emit the method into the llvm namespace, let the #includer decide where it goes by Chris Lattner · 21 years ago
- 953c6fe Correctly parse variant notation by Chris Lattner · 21 years ago
- 2c38413 Do not #include files into the llvm namespace by Chris Lattner · 21 years ago
- 175580c Make the AsmWriter a first-class tblgen object. Allow targets to specify by Chris Lattner · 21 years ago
- 9302ba4 Fix minor bug in previous checkin by Chris Lattner · 21 years ago
- 1caef2c change how we invoke the printer. Instead of passing in the MO directly, by Chris Lattner · 21 years ago
- c3d5f3e Be picky by Chris Lattner · 21 years ago
- 076efa7 Add support for asm printing machine instructions that have operands. by Chris Lattner · 21 years ago
- 2e1f51b Initial cut at an asm writer emitter. So far, this only handles emission of by Chris Lattner · 21 years ago