1. 7fc5b87 Pass an ArrayRef to MCDisassembler::getInstruction. by Rafael Espindola · 11 years ago
  2. 4aa6bea Misc style fixes. NFC. by Rafael Espindola · 11 years ago
  3. b0c941b [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. Sparc edition by Craig Topper · 11 years ago
  4. 84e68b2 [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE by Chandler Carruth · 11 years ago
  5. a1bc0f5 [MC] Require an MCContext when constructing an MCDisassembler. by Lang Hames · 12 years ago
  6. f703132 [Sparc] Add support for decoding 'swap' instruction. by Venkatraman Govindaraju · 12 years ago
  7. 07d3af2 [Sparc] Add return/rett instruction to Sparc backend. by Venkatraman Govindaraju · 12 years ago
  8. 4fa2ab2 [Sparc] Add support for decoding jmpl/retl/ret instruction. by Venkatraman Govindaraju · 12 years ago
  9. 81aae57 [Sparc] Add support for parsing fcmp with %fcc registers. by Venkatraman Govindaraju · 12 years ago
  10. 484ca1a [Sparc] Add support to decode negative simm13 operands in the sparc disassembler. by Venkatraman Govindaraju · 12 years ago
  11. 78df2de [Sparc] Add support for decoding call instructions in the sparc disassembler. by Venkatraman Govindaraju · 12 years ago
  12. fb54821 [Sparc] Add support to disassemble sparc memory instructions. by Venkatraman Govindaraju · 12 years ago
  13. 0b9debf [Sparc] Replace (unsigned)-1 with ~OU as suggested by Reid Kleckner. by Venkatraman Govindaraju · 12 years ago
  14. 2bab98b [Sparc] Explicitly cast -1 to unsigned to fix buildbot errors. by Venkatraman Govindaraju · 12 years ago
  15. dfcccc7 [Sparc] Add initial implementation of disassembler for sparc by Venkatraman Govindaraju · 12 years ago