summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCCodeEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [RISCV] Implement getExprForFDESymbol to ensure RISCV_32_PCREL is used for th...Alex Bradbury2019-08-201-0/+1
* [RISCV] Convert registers from unsigned to RegisterLuis Marques2019-08-161-1/+2
* [RISCV] Add pseudo instruction for calls with explicit registerLewis Revill2019-06-261-11/+22
* [RISCV] Support assembling %tls_{ie,gd}_pcrel_hi modifiersLewis Revill2019-04-231-0/+6
* [RISCV] Support assembling TLS add and associated modifiersLewis Revill2019-04-041-0/+69
* [RISCV] Support assembling @plt symbol operandsAlex Bradbury2019-04-021-0/+4
* [RISCV] Attach VK_RISCV_CALL to symbols upon creationAlex Bradbury2019-04-011-5/+1
* [RISCV] Support assembling %got_pcrel_hi operatorAlex Bradbury2019-02-151-0/+3
* [RISCV] Add R_RISCV_RELAX relocation to all possible relax candidates.Kito Cheng2019-01-211-7/+15
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [RISCV] Support named operands for CSR instructions.Ana Pazos2018-10-041-1/+1
* Test commit: fix punctuationChih-Mao Chen2018-08-141-1/+1
* [RISCV] Tail calls don't need to save return addressSameer AbuAsal2018-06-211-2/+6
* [RISCV] Support linker relax function call from auipc and jalr to jalShiva Chen2018-05-241-1/+10
* [RISCV] Lower the tail pseudoinstructionMandeep Singh Grang2018-05-231-7/+7
* Support: Simplify endian stream interface. NFCI.Peter Collingbourne2018-05-181-4/+4
* [RISCV] Implement MC layer support for the tail pseudoinstructionMandeep Singh Grang2018-05-171-2/+3
* [RISCV] Support "call" pseudoinstruction in the MC layerShiva Chen2018-04-251-0/+50
* [RISCV][NFC] Make logic in RISCVMCCodeEmitter::getImmOpValue more defensiveAlex Bradbury2018-02-221-5/+13
* [RISCV] Add support for %pcrel_lo.Ahmed Charles2018-02-061-0/+5
* [RISCV] MC layer support for the jump/branch instructions of the RVC extensionAlex Bradbury2017-12-071-0/+4
* [RISCV] MC layer support for load/store instructions of the C (compressed) ex...Alex Bradbury2017-12-071-3/+19
* [RISCV] Prepare for the use of variable-sized register classesAlex Bradbury2017-10-191-1/+1
* [RISCV] Add common fixups and relocationsAlex Bradbury2017-09-281-6/+52
* [RISCV] Add support for disassemblyAlex Bradbury2017-09-171-0/+20
* [RISCV] Add support for all RV32I instructionsAlex Bradbury2017-09-171-0/+19
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* [RISCV] Add bare-bones RISC-V MCTargetDescAlex Bradbury2016-11-011-0/+91
OpenPOWER on IntegriCloud