1. ea22c4c [mips][microMIPS] Implement disassembler support for 16-bit instructions by Jozef Kolek · 11 years ago
  2. a4c4b5f [mips][micromips] Implement SWM32 and LWM32 instructions by Zoran Jovanovic · 11 years ago
  3. 7fc5b87 Pass an ArrayRef to MCDisassembler::getInstruction. by Rafael Espindola · 11 years ago
  4. 4aa6bea Misc style fixes. NFC. by Rafael Espindola · 11 years ago
  5. b0852e5 [mips][microMIPS] Implement microMIPS 16-bit instructions registers by Zoran Jovanovic · 11 years ago
  6. 92db6b7 [mips] Fix disassembly of [ls][wd]c[23], cache, and pref by Daniel Sanders · 11 years ago
  7. d37bab6 Fix left shifts of negative values in MipsDisassembler. by Alexey Samsonov · 11 years ago
  8. 24e08fd [mips] Use MFHC1 when it is available (MIPS32r2 and later) for both FP32 and FP64 moves by Daniel Sanders · 11 years ago
  9. 5c14b06 [mips][mips64r6] Add BLTC and BLTUC instructions by Zoran Jovanovic · 11 years ago
  10. 6a803f6 [mips][mips64r6] ll, sc, lld, and scd are re-encoded on MIPS32r6/MIPS64r6. by Daniel Sanders · 11 years ago
  11. c171f65 [mips] Add cache and pref instructions by Daniel Sanders · 11 years ago
  12. 0fa6041 [mips][mips64r6] c.cond.fmt, mov[fntz], and mov[fntz].[ds] are not available on MIPS32r6/MIPS64r6 by Daniel Sanders · 11 years ago
  13. 28a0ca0 [mips][mips64r6] Add bgec and bgeuc instructions by Zoran Jovanovic · 11 years ago
  14. 2855142 [mips][mips64r6] Add LDPC instruction by Zoran Jovanovic · 11 years ago
  15. 5c582b2 [mips][mips64r6] Add b[on]vc by Daniel Sanders · 11 years ago
  16. 2a83d68 [mips][mips64r6] Add bc[12](eq|ne)z by Daniel Sanders · 11 years ago
  17. 3c8869d [mips][mips64r6] Add compact branch instructions by Zoran Jovanovic · 11 years ago
  18. b59e1a4 [mips][mips64r6] Add addiupc, aluipc, and auipc by Daniel Sanders · 11 years ago
  19. 56c590a [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. Mips edition by Craig Topper · 12 years ago
  20. e96dd89 [Modules] Make Support/Debug.h modular. This requires it to not change by Chandler Carruth · 12 years ago
  21. a1bc0f5 [MC] Require an MCContext when constructing an MCDisassembler. by Lang Hames · 12 years ago
  22. b50ccf8 [mips] Rewrite MipsAsmParser and MipsOperand. by Daniel Sanders · 12 years ago
  23. e34a120 Revert: [mips] Rewrite MipsAsmParser and MipsOperand.' due to buildbot errors in lld tests. by Daniel Sanders · 12 years ago
  24. 0c648ba [mips] Rewrite MipsAsmParser and MipsOperand. by Daniel Sanders · 12 years ago
  25. 285cc28 Fixed operand of SC microMIPS instruction. by Zoran Jovanovic · 12 years ago
  26. 6b59c44 [mips][msa] Fix issue with immediate fields of LD/ST instructions by Matheus Almeida · 12 years ago
  27. 779c593 [mips][msa] Fix immediate value of LSA instruction as it was being wrongly encoded. by Matheus Almeida · 12 years ago
  28. 8a80aa7 Support for microMIPS branch instructions. by Zoran Jovanovic · 12 years ago
  29. 507e084 Support for microMIPS jump instructions by Zoran Jovanovic · 12 years ago
  30. fe0bf9f [mips][msa] Direct Object Emission support for LD/ST instructions. by Matheus Almeida · 12 years ago
  31. a591fdc [mips][msa] Direct Object Emission support for CTCMSA and CFCMSA. by Matheus Almeida · 12 years ago
  32. 3eb663b [mips][msa] Direct Object Emission for 3R instructions. by Jack Carter · 12 years ago
  33. 5dc8ac9 [mips][msa] Direct Object Emission support for the MSA instruction set. by Jack Carter · 12 years ago
  34. dde3d58 This patch adds support for microMIPS disassembler and disassembler make check tests. by Vladimir Medic · 12 years ago
  35. 9bfa2e2 [mips] Use ptr_rc to simplify definitions of base+index load/store instructions. by Akira Hatanaka · 12 years ago
  36. 14e31a2 [mips] Define register class FGRH32 for the high half of the 64-bit floating by Akira Hatanaka · 12 years ago
  37. 654655f [mips] Rename DSPRegs. by Akira Hatanaka · 12 years ago
  38. 8002a3f [mips] Rename HIRegs and LORegs. by Akira Hatanaka · 12 years ago
  39. 00fcf2e [mips] Rename accumulator register classes and FP register operands. by Akira Hatanaka · 12 years ago
  40. 18abf4e Remove unused functions introduced in r172685 to unbreak the Clang -Werror build by David Blaikie · 12 years ago
  41. 13e6ccf [mips] Rename register classes CPURegs and CPU64Regs. by Akira Hatanaka · 12 years ago
  42. dcfd5b5 Stop leaking register infos in the disassemblers. by Benjamin Kramer · 12 years ago
  43. 1fb1b8b [mips] Fix FP branch instructions to have explicit FP condition code register by Akira Hatanaka · 12 years ago
  44. a73970b Fixing a buildbot failure:unused function. by Vladimir Medic · 12 years ago
  45. 253777f [Mips Disassembler] Have the DecodeCCRRegisterClass function use the getReg by Chad Rosier · 12 years ago
  46. 534d3a4 Remove the Copied parameter from MemoryObject::readBytes. by Benjamin Kramer · 12 years ago
  47. 59bfaf7 [mips] DSP-ASE move from HI/LO register instructions. by Akira Hatanaka · 13 years ago
  48. fb221c1 [mips] Fix DSP instructions to have explicit accumulator register operands. by Akira Hatanaka · 13 years ago
  49. ec8a549 Remove the form field from Mips16 instruction formats and set things by Reed Kotler · 13 years ago
  50. 2a74a87b This is a resubmittal. For some reason it broke the bots yesterday by Jack Carter · 13 years ago
  51. 5619f91 reverting 172579 by Jack Carter · 13 years ago
  52. e0c1e1a Akira, by Jack Carter · 13 years ago
  53. de45c3a MipsDisassembler.cpp: Prune DecodeHWRegs64RegisterClass() to suppress a warning. [-Wunused-function] by NAKAMURA Takumi · 13 years ago
  54. e3d3230 Remove edis - the enhanced disassembler. Fixes PR14654. by Roman Divacky · 13 years ago
  55. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  56. ecabd1a MIPS DSP: add functions which decode DSP and accumulator registers. by Akira Hatanaka · 13 years ago
  57. ecaef49 Switch the fixed-length disassembler to be table-driven. by Jim Grosbach · 13 years ago
  58. 9bf2b56 Reapply r158846. by Akira Hatanaka · 13 years ago
  59. b577ff1 revert r159851. by Akira Hatanaka · 13 years ago
  60. cfa35fa Reapply r158846. by Akira Hatanaka · 13 years ago
  61. 87505f4 Revert r158846. by Akira Hatanaka · 13 years ago
  62. da448fe In MipsDisassembler.cpp, instead of defining register class tables, use the ones by Akira Hatanaka · 13 years ago
  63. 273b0d7b Use uint16_t to store registers in static tables. Matches other tables. by Craig Topper · 13 years ago
  64. cb3e98c Move MipsDisassembler classes into an anonymous namespace. by Benjamin Kramer · 14 years ago
  65. 71928e6 Add disassembler to MIPS. by Akira Hatanaka · 14 years ago
  66. d19f025 Revert r153924. Delete test/MC/Disassembler/Mips and lib/Target/Mips/Disassembler. by Akira Hatanaka · 14 years ago
  67. 5505926 Revert r153924. There were buildbot failures. by Akira Hatanaka · 14 years ago
  68. e2498d0 MIPS disassembler support. by Akira Hatanaka · 14 years ago