summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/ELF/ARM/ARMTargetHandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the old ELF linker.Rafael Espindola2016-02-281-32/+0
* [ARM] Add skeleton implementation of DSO linkingDenis Protivensky2015-05-211-0/+3
* ELF: Use less templates for ELF types.Rui Ueyama2015-04-141-3/+2
* ELF: Define ELF{32,64}{LE,BE} types and use them everywhere.Rui Ueyama2015-04-141-3/+3
* ELF: Move registerRelocationNames() from TargetHandler to <Arch>ELFLinkingCon...Rui Ueyama2015-04-021-12/+0
* ELF: x86, x86-64, ARM, AArch64: Remove architecture name prefixes from class ...Rui Ueyama2015-04-021-5/+4
* ELF: Remove <Arch>TargetHandler::kindString.Rui Ueyama2015-04-011-7/+7
* Rename ELFLinkingContext instances "ctx" intead of "context".Rui Ueyama2015-03-271-7/+6
* Use llvm::make_unique.Rui Ueyama2015-03-261-2/+2
* [ARM] Implement static (initial exec) TLS modelDenis Protivensky2015-03-191-1/+2
* [ELF] Minimal implementation for ARM static linkingGreg Fitzgerald2015-01-211-0/+43
OpenPOWER on IntegriCloud