1. 4a86d45 TableGen: Use StringRef instead of const std::string& in return vals. by Matthias Braun · 9 years ago
  2. c321e53 Apply most suggestions of clang-tidy's performance-unnecessary-value-param by Benjamin Kramer · 9 years ago
  3. 28851b6 [TableGen] Store result of getInstructionsByEnumValue in an ArrayRef instead of accidentally copying to a vector. by Craig Topper · 10 years ago
  4. 182b057 [TableGen] Improve decoding options for non-orthogonal instructions by Petr Pavlu · 10 years ago
  5. 618850b AArch64/ARM64: implement diagnosis of unpredictable loads & stores by Tim Northover · 11 years ago
  6. 7d4e01c Don't use PrintFatalError(which calls exit) for 'Primary decode conflict'. Just skip emitting the table. This way the main function will delete the output file instead of it remaining empty and confusing dependency checks if build is invoked a second time. by Craig Topper · 12 years ago
  7. e0e3aef Add AArch64 as an experimental target. by Tim Northover · 13 years ago
  8. 635debe Remove exception handling usage from tblgen. by Joerg Sonnenberger · 13 years ago
  9. e6aed13 Write llvm-tblgen backends as functions instead of sub-classes. by Jakob Stoklund Olesen · 13 years ago
  10. efc349a Remove the old-style ARM disassembler, which is no longer used. by Owen Anderson · 14 years ago
  11. 84c287e Move TableGen's parser and entry point into a library by Peter Collingbourne · 14 years ago
  12. 8067df9 Second of a three-patch series aiming to fix MSR/MRS on Cortex-M. This adds predicate checking to the Disassembler. by James Molloy · 14 years ago
  13. db4ce60 Fix up r137380 based on post-commit review by Jim Grosbach. by James Molloy · 14 years ago
  14. a4043c4 Allow the MCDisassembler to return a "soft fail" status code, indicating an instruction that is disassemblable, but invalid. Only used for ARM UNPREDICTABLE instructions at the moment. by Owen Anderson · 14 years ago
  15. e0152a7 Replace the existing ARM disassembler with a new one based on the FixedLenDecoderEmitter. by Owen Anderson · 14 years ago
  16. 797cff0 Consolidate some TableGen diagnostic helper functions. by Jim Grosbach · 14 years ago
  17. fc4789d Add support for the VIA PadLock instructions. by Joerg Sonnenberger · 14 years ago
  18. 4e81890 Add FixedLenDecoderEmitter, the skeleton of a new disassembler emitter for fixed-length instruction encodings. by Owen Anderson · 15 years ago
  19. 77d369c eliminate the Records global variable, patch by Garrison Venn! by Chris Lattner · 15 years ago
  20. 7b999ea Second try of initial ARM/Thumb disassembler check-in. It consists of a tablgen by Johnny Chen · 15 years ago
  21. 918be52 change Target.getInstructionsByEnumValue to return a reference by Chris Lattner · 16 years ago
  22. 1b4e8cc --- Reverse-merging r98637 into '.': by Bob Wilson · 16 years ago
  23. 3d9327b Initial ARM/Thumb disassembler check-in. It consists of a tablgen backend by Johnny Chen · 16 years ago
  24. 04cc307 Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit by Sean Callanan · 16 years ago
  25. e502433 Sketch TableGen disassembler emitter, based on patch by Sean Callanan. by Daniel Dunbar · 16 years ago