1. 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  2. f42454b Move the global variables representing each Target behind accessor function by Mehdi Amini · 9 years ago
  3. 52adb57 This change adds co-processor condition branching and conditional traps to the Sparc back-end. by Chris Dewhurst · 10 years ago
  4. 053826a The patch adds missing registers and instructions to complete all the registers supported by the Sparc v8 manual. by Chris Dewhurst · 10 years ago
  5. 829b104 Reverting breaking change. Sorry. by Chris Dewhurst · 10 years ago
  6. 9c3bf91 Reviewed at reviews.llvm.org/D17133 by Chris Dewhurst · 10 years ago
  7. f57c197 Reflect the MC/MCDisassembler split on the include/ level. by Benjamin Kramer · 10 years ago
  8. 726e624 [SPARCv9] Add support for the rdpr/wrpr instructions. by Joerg Sonnenberger · 10 years ago
  9. 3994be8 [Sparc] Implement i64 load/store support for 32-bit sparc. by James Y Knight · 10 years ago
  10. f00654e Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) by Alexander Kornienko · 10 years ago
  11. 70bc5f1 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  12. 24060be Sparc: Add the "alternate address space" load/store instructions. by James Y Knight · 10 years ago
  13. 807563d Add support for the Sparc implementation-defined "ASR" registers. by James Y Knight · 10 years ago
  14. 3de83e4 Remove 3 includes from MCInstrDesc.h and explicitly include them where needed by Pete Cooper · 10 years ago
  15. e9119e4 MC: Modernize MCOperand API naming. NFC. by Jim Grosbach · 10 years ago
  16. 9160e78 [Sparc] Really add sparcel architecture support. by Douglas Katzman · 10 years ago
  17. 7fc5b87 Pass an ArrayRef to MCDisassembler::getInstruction. by Rafael Espindola · 11 years ago
  18. 4aa6bea Misc style fixes. NFC. by Rafael Espindola · 11 years ago
  19. 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
  20. 84e68b2 [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE by Chandler Carruth · 11 years ago
  21. a1bc0f5 [MC] Require an MCContext when constructing an MCDisassembler. by Lang Hames · 11 years ago
  22. f703132 [Sparc] Add support for decoding 'swap' instruction. by Venkatraman Govindaraju · 12 years ago
  23. 07d3af2 [Sparc] Add return/rett instruction to Sparc backend. by Venkatraman Govindaraju · 12 years ago
  24. 4fa2ab2 [Sparc] Add support for decoding jmpl/retl/ret instruction. by Venkatraman Govindaraju · 12 years ago
  25. 81aae57 [Sparc] Add support for parsing fcmp with %fcc registers. by Venkatraman Govindaraju · 12 years ago
  26. 484ca1a [Sparc] Add support to decode negative simm13 operands in the sparc disassembler. by Venkatraman Govindaraju · 12 years ago
  27. 78df2de [Sparc] Add support for decoding call instructions in the sparc disassembler. by Venkatraman Govindaraju · 12 years ago
  28. fb54821 [Sparc] Add support to disassemble sparc memory instructions. by Venkatraman Govindaraju · 12 years ago
  29. 0b9debf [Sparc] Replace (unsigned)-1 with ~OU as suggested by Reid Kleckner. by Venkatraman Govindaraju · 12 years ago
  30. 2bab98b [Sparc] Explicitly cast -1 to unsigned to fix buildbot errors. by Venkatraman Govindaraju · 12 years ago
  31. dfcccc7 [Sparc] Add initial implementation of disassembler for sparc by Venkatraman Govindaraju · 12 years ago