1. 3be0f86 [mips] Improve diagnostics for instruction mapping by Aleksandar Beserminji · 8 years ago
  2. 77eddb7 [TableGen] Use StringRef instead of std::string for CodeGenInstruction namespace. NFC by Craig Topper · 8 years ago
  3. f6c7abb [TableGen] Make CodeGenMapTable understand the namespace field of an instruction by Karl-Johan Karlsson · 8 years ago
  4. 74ae925 [tablegen] Delete duplicates from a vector without skipping elements by Vedant Kumar · 9 years ago
  5. 5dae380 [TableGen] more helpful error message in MapTableEmitter by Nicolai Haehnle · 9 years ago
  6. 7f53bed [TableGen] Use range-based for loops. NFC by Craig Topper · 10 years ago
  7. 3f0462d [TableGen] Store result of getInstructionsByEnumValue in an ArrayRef instead of accidentally copying to a vector. by Craig Topper · 10 years ago
  8. a7a0014 TableGen: Add LLVM_READONLY to generated InstrMapping functions by Matt Arsenault · 10 years ago
  9. 61f4954 [TableGen] Rename ListInit::getSize to just 'size' to be more consistent. by Craig Topper · 10 years ago
  10. a1bedd7 [TableGen] Use range-based for loops. NFC. by Craig Topper · 10 years ago
  11. bbf57b3 [TableGen] Replace some calls to ListInit::getSize() with ListInit::empty() if it was just comparing to 0. NFC. by Craig Topper · 10 years ago
  12. b4c6267 Replace size method call of containers to empty method where appropriate by Alexander Kornienko · 11 years ago
  13. 095734c [C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr. by Craig Topper · 11 years ago
  14. a0fb580 Unbreak the C++11 build. by Benjamin Kramer · 11 years ago
  15. 087ab61 Correct word hyphenations by Alp Toker · 12 years ago
  16. 8819c84 Remove several unused variables. by Rafael Espindola · 12 years ago
  17. 1912c76 Fix for bug 15246 -- out-of-bound error in the TableGen backend, CodeGenMapTable.cpp. by Jyotsna Verma · 13 years ago
  18. 61131ab Remove exception handling usage from tblgen. by Joerg Sonnenberger · 13 years ago
  19. a8a0a15 Remove unused member & unnecessary semicolon. by David Blaikie · 13 years ago
  20. becdf4d add TableGen support to create relationship maps between instructions by Sebastian Pop · 13 years ago