summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/ELF/ARM/ARMRelocationHandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add missing snippets from r235880Adhemerval Zanella2015-04-271-0/+3
* [ARM] Replace branches to undefined weak functions with NOPLeny Kholodov2015-04-221-0/+39
* [ARM] Implement R_ARM_TLS_IE32 for dynamic executableDenis Protivensky2015-04-171-0/+17
* ELF: Remove redundant namespace qualifiers.Rui Ueyama2015-04-141-1/+1
* [ARM] Implement PLT for dynamic passDenis Protivensky2015-04-101-0/+1
* Remove redundant parentheses.Rui Ueyama2015-04-101-3/+3
* [ARM] clang-format ARM sourcesDenis Protivensky2015-04-091-2/+2
* [ARM] Rename applyThmReloc => applyThumb32RelocDenis Protivensky2015-04-071-6/+6
* ELF: Use short variable names in <Arch>RelocationHandlers.cpp.Rui Ueyama2015-04-041-44/+29
* [ARM] Implementation of R_ARM_TARGET1 relocationLeny Kholodov2015-04-031-0/+9
* Use DEBUG_TYPE and DEBUG instead of DEBUG_WITH_TYPE.Rui Ueyama2015-03-311-124/+110
* [ARM] Handle GOT relocationsDenis Protivensky2015-03-271-0/+42
* [ARM] Implementation of PLT: handling of IFUNC calls (gnu_indirect_function)Leny Kholodov2015-03-261-1/+82
* Revert blank line after test commitLeny Kholodov2015-03-261-1/+0
* Commit access verification: blank line has been addedLeny Kholodov2015-03-261-0/+1
* [ARM] Handle mapping symbolsDenis Protivensky2015-03-261-1/+1
* [ARM] Implement static (initial exec) TLS modelDenis Protivensky2015-03-191-0/+37
* [ARM] Read initial addend for REL32 and PREL31 relocsDenis Protivensky2015-03-171-0/+3
* [ARM] Implement relocations: R_ARM_REL32, R_ARM_THM_JUMP11, R_ARM_PREL31Denis Protivensky2015-03-171-1/+81
* Remove include/lld/Core/Endian.h and use llvm/Support/Endian.h instead.Rui Ueyama2015-03-021-2/+3
* Add {read,write}{16,32,64}{le,be} functions.Rui Ueyama2015-02-271-23/+11
* [lld][ARM] Add relocations to perform function callsDenis Protivensky2015-02-031-12/+294
* [ARM] Correctly use make_unhandled_reloc_errorDenis Protivensky2015-01-271-1/+1
* [ELF] Minimal implementation for ARM static linkingGreg Fitzgerald2015-01-211-0/+109
OpenPOWER on IntegriCloud