summaryrefslogtreecommitdiffstats
path: root/lld/ELF/Arch/RISCV.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lld][RISCV] Print error when encountering R_RISCV_ALIGNJames Clarke2020-01-241-2/+7
* [ELF][RISCV] Improve error message for unknown relocationsFangrui Song2019-12-311-16/+15
* [lld][RISCV] Use an e_flags of 0 if there are only binary input files.John Baldwin2019-12-211-1/+4
* [ELF] writePlt, writeIplt: replace parameters gotPltEntryAddr and index with ...Fangrui Song2019-12-181-5/+6
* [ELF] Add IpltSectionFangrui Song2019-12-171-1/+2
* [ELF] Delete relOff from TargetInfo::writePLTFangrui Song2019-12-161-3/+2
* [ELF] Wrap things in `namespace lld { namespace elf {`, NFCFangrui Song2019-10-071-3/+7
* [ELF] Fix variable names in comments after VariableName -> variableName changeFangrui Song2019-07-161-1/+1
* [Coding style change] Rename variables so that they start with a lowercase le...Rui Ueyama2019-07-101-178/+178
* [LLD] NFC: Fixed GCC warning in ELF/Arch/RISCV.cppDenis Bakhvalov2019-07-091-1/+2
* [ELF][RISCV] Support GD/LD/IE/LE TLS modelsFangrui Song2019-07-011-1/+35
* [ELF][RISCV] Support PLT, GOT, copy and relative relocationsFangrui Song2019-07-011-3/+117
* [ELF][RISCV] Treat R_RISCV_{ADD,SET,SUB}* as link-time constantsFangrui Song2019-06-121-0/+14
* [RISCV] Fix range check for HI20/LO12/RVC_LUI relocationsChih-Mao Chen2019-04-091-12/+13
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Omit "virtual" if overridden.Rui Ueyama2018-11-011-1/+1
* Remove `else` after `return`.Rui Ueyama2018-10-111-2/+1
* [ELF] - Do not fail on R_*_NONE relocations when parsing the debug info.George Rimar2018-09-261-0/+3
* Support RISC-VRui Ueyama2018-08-091-0/+277
OpenPOWER on IntegriCloud