1. db75cc1 [TableGen] Remove the CGIOpNo from AsmWriterOperand as its not used for anything. NFC by Craig Topper · 10 years ago
  2. e8453b0 [TableGen] Use a StringRef instead of creating a new std::string. It gets passed to a function that takes a StringRef anyway. NFC by Craig Topper · 10 years ago
  3. 9e9ae60 [TableGen] Changes to AsmWriterEmitter to remove the CodeGenInstruction to AsmWriterInst map. NFC by Craig Topper · 10 years ago
  4. c24a401 [TableGen] Pass PassSubtarget flag into getCode instead of storing a copy of the flag in every AsmWriterOperand. NFC by Craig Topper · 10 years ago
  5. 6313d20 [TableGen] Remove a few spaces from AsmMatcher output. NFC by Craig Topper · 10 years ago
  6. f5e2fc4 Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types by Benjamin Kramer · 10 years ago
  7. b46d023 [MCInstPrinter] Enable MCInstPrinter to change its behavior based on the by Akira Hatanaka · 11 years ago
  8. 135999c Remove dead code. by Craig Topper · 11 years ago
  9. 53c2b1e Remove dead code. by Rafael Espindola · 12 years ago
  10. 64a6e4b Remove 'else' after 'return'. No functional change. by Craig Topper · 12 years ago
  11. ad87dc0 Remove trailing whitespace. by Craig Topper · 12 years ago
  12. 635debe Remove exception handling usage from tblgen. by Joerg Sonnenberger · 13 years ago
  13. 84c287e Move TableGen's parser and entry point into a library by Peter Collingbourne · 14 years ago
  14. d8adec7 factor the operand list (and related fields/operations) out of by Chris Lattner · 15 years ago
  15. 25d9c7f move FlattenVariants out of AsmMatcherEmitter into a shared by Chris Lattner · 15 years ago
  16. 76c564b change a ton of code to not implicitly use the "O" raw_ostream by Chris Lattner · 15 years ago
  17. 515937d Changed AsmWriterOperand to also include the index of the by Sean Callanan · 16 years ago
  18. d4b19e1 Fixed some indentation in the AsmWriterInst by Sean Callanan · 16 years ago
  19. b7e8f4a Per PR 6219, factored AsmWriterInst and AsmWriterOperand by Sean Callanan · 16 years ago