summaryrefslogtreecommitdiff
path: root/lib/Target/RISCV/MCTargetDesc
AgeCommit message (Expand)Author
2018-01-03Thread MCSubtargetInfo through Target::createMCAsmBackendAlex Bradbury
2017-12-07[RISCV] MC layer support for the jump/branch instructions of the RVC extensionAlex Bradbury
2017-12-07[RISCV] MC layer support for load/store instructions of the C (compressed) ex...Alex Bradbury
2017-12-07[RISCV] MC layer support for the standard RV32F instruction set extensionAlex Bradbury
2017-11-10[RISCV] Silence an unused variable warning in release builds [NFC]Mandeep Singh Grang
2017-10-19[RISCV] Prepare for the use of variable-sized register classesAlex Bradbury
2017-10-18[RISCV] Bugfix createRISCVELFObjectWriterAlex Bradbury
2017-10-11[RISCV] Fix build after r315327Alex Bradbury
2017-10-10[RISCV] Fix build after r315254Alex Bradbury
2017-09-28[RISCV] Add common fixups and relocationsAlex Bradbury
2017-09-17[RISCV] Add support for disassemblyAlex Bradbury
2017-09-17[RISCV] Add support for all RV32I instructionsAlex Bradbury
2017-09-06[RISCV][NFC] Fix sorting of includes in lib/Target/RISCVAlex Bradbury
2017-08-20[RISCV] Fix two abuses of llvm_unreachableAlex Bradbury
2017-08-20[RISCV] Set HasRelocationAddend for RISCVELFObjectWriterAlex Bradbury
2017-08-15[RISCV] Add RISCVInstPrinter and basic MC assembler testsAlex Bradbury
2017-07-11Fully fix the movw/movt addend.Rafael Espindola
2017-06-24Remove redundant argument.Rafael Espindola
2017-06-23ARM: move some logic from processFixupValue to applyFixup.Rafael Espindola
2017-06-21Use a MutableArrayRef. NFC.Rafael Espindola
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-04-17Distinguish between code pointer size and DataLayout::getPointerSize() in DWA...Konstantin Zhuravlyov
2017-04-05Add MCContext argument to MCAsmBackend::applyFixup for error reportingAlex Bradbury
2017-02-14[RISCV] Fix unused variable in RISCVMCTargetDesc. NFCAlex Bradbury
2016-11-02Removing a switch statement that contains a default label, but no case labels...Aaron Ballman
2016-11-01[RISCV] Add bare-bones RISC-V MCTargetDescAlex Bradbury