summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/ELF/AArch64/AArch64TargetHandler.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the old ELF linker.Rafael Espindola2016-02-281-90/+0
* Update for LLVM function name change.Rui Ueyama2016-01-141-1/+1
* [ELF/AArch64] Fix export TLS dynamic symbolAdhemerval Zanella2015-07-141-2/+4
* [ELF/AArch64] Fix build issue on MSVCAdhemerval Zanella2015-06-031-1/+1
* [ELF/AArch64] Fix TLS initial executable relocationAdhemerval Zanella2015-06-031-1/+11
* [ELF/AArch64] Fix correct TCB aligment calculationAdhemerval Zanella2015-06-031-4/+20
* [ELF/AArch64] Fix local TLS relocationsAdhemerval Zanella2015-05-261-1/+14
* ELF: Inline ELFReader typedefs which are used only once.Rui Ueyama2015-04-141-5/+2
* ELF: Remove ELFT and LinkingContext template parameters from ELFReader.Rui Ueyama2015-04-141-2/+2
* ELF: Define ELF{32,64}{LE,BE} types and use them everywhere.Rui Ueyama2015-04-141-4/+3
* ELF: s/ELFTy/ELFT/ for consistency.Rui Ueyama2015-04-131-4/+4
* ELF: Return TargetRelocationHandler instead of <ArcH>TargetRelocationHandler.Rui Ueyama2015-04-041-1/+1
* ELF: Remove ELF{Object,DSO}Reader alias templates.Rui Ueyama2015-04-041-3/+2
* ELF: Remove <Arch>ELFReader.h. NFC.Rui Ueyama2015-04-031-4/+9
* ELF: Remove {AArch64,X86,X86_64}ELFFile because they are empty.Rui Ueyama2015-04-021-1/+0
* ELF: Move registerRelocationNames() from TargetHandler to <Arch>ELFLinkingCon...Rui Ueyama2015-04-021-2/+0
* ELF: Remove empty classes.Rui Ueyama2015-04-021-6/+1
* ELF: x86, x86-64, ARM, AArch64: Remove architecture name prefixes from class ...Rui Ueyama2015-04-021-3/+3
* ELF: Remove <Arch>TargetHandler::kindString.Rui Ueyama2015-04-011-1/+0
* Use llvm::make_unique.Rui Ueyama2015-04-011-2/+2
* ELF: Remove TargetHandlerBase by merging it with TargetHandler.Rui Ueyama2015-04-011-1/+1
* ELF: Remove dead class that does nothing in class hierarchy.Rui Ueyama2015-03-311-2/+1
* ELF: Remove TargetHandler::getTargetLayout.Rui Ueyama2015-03-311-4/+0
* Replace *(uniqueptr.get()) with *uniqueptr.Rui Ueyama2015-03-311-2/+2
* Rename _AArch64TargetLayout.Rui Ueyama2015-03-311-4/+4
* Rename ELFLinkingContext instances "ctx" intead of "context".Rui Ueyama2015-03-271-6/+5
* [ELF] Add LinkingContext to the ELFReader.Shankar Easwaran2015-02-121-4/+4
* [ELF] Check for target architecture.Shankar Easwaran2014-10-201-1/+0
* [ELF] Add Readers for all the ELF subtargets.Shankar Easwaran2014-10-181-3/+11
* Revert "[ELF][AllArchs] Fix includes"Shankar Easwaran2014-10-081-2/+2
* [ELF][AllArchs] Fix includesShankar Easwaran2014-10-081-2/+2
* [AArch64] Initial ELF/AArch64 SupportChad Rosier2014-08-131-0/+57
OpenPOWER on IntegriCloud