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