summaryrefslogtreecommitdiffstats
path: root/lld/ELF/Arch/SPARCV9.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ELF] writePlt, writeIplt: replace parameters gotPltEntryAddr and index with ...Fangrui Song2019-12-181-5/+5
* [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
* [Coding style change] Rename variables so that they start with a lowercase le...Rui Ueyama2019-07-101-46/+46
* [ELF] Make the rule to create relative relocations in a writable section stri...Fangrui Song2019-06-111-1/+1
* [ELF] Delete GotEntrySize and GotPltEntrySizeFangrui Song2019-05-311-1/+0
* [ELF] Full support for -n (--nmagic) and -N (--omagic) via common pagePeter Smith2019-05-131-1/+1
* Inline a trivial function. NFC.Rui Ueyama2019-03-281-1/+1
* Improve error message for unknown relocations.Rui Ueyama2019-02-141-2/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [ELF] - Do not fail on R_*_NONE relocations when parsing the debug info.George Rimar2018-09-261-0/+1
* Do not use template for check{Int,UInt,IntUInt,Alignment}.Rui Ueyama2018-03-291-5/+5
* Reduce code duplication a bit.Rafael Espindola2018-03-141-1/+1
* Rename SymbolBody -> SymbolRui Ueyama2017-11-031-2/+2
* [lld] unified COFF and ELF error handling on new Common/ErrorHandlerBob Haarman2017-10-251-1/+1
* Remove one parameter from Target::getRelExpr.Rui Ueyama2017-10-121-4/+3
* Define RelType to represent relocation types.Rui Ueyama2017-10-111-4/+4
* Fix which file is in an error message.Rafael Espindola2017-08-041-3/+3
* Delete comparison with GlobalOffsetTable.Rafael Espindola2017-06-281-3/+0
* Add basic 64-bit SPARC supportRui Ueyama2017-06-281-0/+152
OpenPOWER on IntegriCloud