aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-12-13[RISCV][NFC] Update RISCVInstrInfoC.td to match usual instruction naming conv...Alex Bradbury1-6/+8
2017-12-13[RISCV] MC layer support for the remaining RVC instructionsAlex Bradbury1-14/+66
2017-12-07[RISCV] MC layer support for load/store instructions of the C (compressed) ex...Alex Bradbury1-13/+49
2017-12-07[RISCV] MC layer support for the standard RV32D instruction set extensionAlex Bradbury1-0/+25
2017-12-07[RISCV] MC layer support for the standard RV32F instruction set extensionAlex Bradbury1-0/+25
2017-11-21[RISCV][NFC] Remove unnecessary {} around single statement if blockAlex Bradbury1-2/+1
2017-10-19[RISCV] Prepare for the use of variable-sized register classesAlex Bradbury1-8/+8
2017-09-17[RISCV] Add support for disassemblyAlex Bradbury1-0/+135