1. af61589 [BinaryFormat, Option, TableGen] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  2. 0e41d0b [TableGen] Merge the SuperClass Record and SMRange vector into a single vector. This removes the state needed to manage the extra vector thus reducing the size of the Record class. NFC by Craig Topper · 10 years ago
  3. fa04402 [TableGen] Emit the correct error message. by Davide Italiano · 10 years ago
  4. d26d2d9 [TableGen] Change a couple methods to return an ArrayRef instead of a const std::vector reference. NFC by Craig Topper · 10 years ago
  5. 1407b17 [TableGen] Include header for each cpp file first. NFC by Craig Topper · 10 years ago
  6. ba6057d [TableGen] Don't leak Expanders and Operators in SetTheory. by Craig Topper · 10 years ago
  7. e69170a Revert "Introduce a string_ostream string builder facilty" by Alp Toker · 11 years ago
  8. 6147173 Introduce a string_ostream string builder facilty by Alp Toker · 11 years ago
  9. f1653b5 Move SetTheory from utils/TableGen into lib/TableGen so Clang can use it. by James Molloy · 11 years ago[Renamed (99%) from llvm/utils/TableGen/SetTheory.cpp]
  10. 2406477 [C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr. by Craig Topper · 11 years ago
  11. 716b073 [C++11] Add 'override' keywords to tablegen code. by Craig Topper · 12 years ago
  12. d12ccbd [weak vtables] Remove a bunch of weak vtables by Juergen Ributzka · 12 years ago
  13. 49109a2 Revert r194865 and r194874. by Alexey Samsonov · 12 years ago
  14. dbedae8 [weak vtables] Remove a bunch of weak vtables by Juergen Ributzka · 12 years ago
  15. 91d19d8 Sort the #include lines for utils/... by Chandler Carruth · 13 years ago
  16. 635debe Remove exception handling usage from tblgen. by Joerg Sonnenberger · 13 years ago
  17. 7090937 Don't use stack unwinding to provide the location information for by Joerg Sonnenberger · 13 years ago
  18. 88eb8dd tblgen: Use semantically correct RTTI functions. by Sean Silva · 13 years ago
  19. fb509ed tblgen: Mechanically move dynamic_cast<> to dyn_cast<>. by Sean Silva · 13 years ago
  20. 9e1deb6 Added instregex support to TableGen subtarget emitter. by Andrew Trick · 13 years ago
  21. 921082b Teach tblgen's set theory "sequence" operator to support an optional stride operand. by Owen Anderson · 13 years ago
  22. 60e70e8 Add an (interleave A, B, ...) SetTheory operator. by Jakob Stoklund Olesen · 14 years ago
  23. a379b181 Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch by David Blaikie · 14 years ago
  24. 84c287e Move TableGen's parser and entry point into a library by Peter Collingbourne · 14 years ago
  25. af8ee2c Unconstify Inits by David Greene · 14 years ago
  26. 1aa0e3e [AVX] Constify Inits by David Greene · 14 years ago
  27. 71520a8 Revert r134921, 134917, 134908 and 134907. They're causing failures by Eric Christopher · 14 years ago
  28. af973b4 [AVX] Make Inits Foldable by David Greene · 14 years ago
  29. 797cff0 Consolidate some TableGen diagnostic helper functions. by Jim Grosbach · 14 years ago
  30. 72f4b85 Prempt some obnoxious compiler from complaing about signed/unsigned compares. by Jakob Stoklund Olesen · 14 years ago
  31. e3ebb40 Make sure to pass an unsigned to a printf format that is always %u. by Jakob Stoklund Olesen · 14 years ago
  32. 25b753bb Drop a RecordKeeper reference that wasn't necessary. by Jakob Stoklund Olesen · 14 years ago
  33. a4615a6 Silence compiler warnings. by Jakob Stoklund Olesen · 14 years ago
  34. fc205a5 Teach TableGen to evaluate DAG expressions as set operations. by Jakob Stoklund Olesen · 14 years ago