summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/ELF/X86_64/X86_64RelocationHandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the old ELF linker.Rafael Espindola2016-02-281-147/+0
* [ELF/x86_64] Fix initial-exec TLS accessAdhemerval Zanella2015-06-171-9/+6
* Revert unrelated chunk committed by accident in r236334.Davide Italiano2015-05-011-1/+1
* [ELF] Fix test for .init_array.Davide Italiano2015-05-011-1/+1
* ELF: Remove redundant namespace qualifiers.Rui Ueyama2015-04-141-1/+1
* Remove redundant parentheses.Rui Ueyama2015-04-101-3/+3
* ELF: Use short variable names in <Arch>RelocationHandlers.cpp.Rui Ueyama2015-04-041-15/+15
* ELF: x86, x86-64, ARM, AArch64: Remove architecture name prefixes from class ...Rui Ueyama2015-04-021-3/+2
* [ELF] Implement R_X86_64_PC16 relocation.Davide Italiano2015-03-031-0/+10
* 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-22/+9
* [ELF][X86_64] Handle R_X86_64_PC64 relocationDavide Italiano2015-02-251-0/+11
* [ELF][X86_64] R_X86_64_16 relocation supportShankar Easwaran2015-02-221-0/+12
* ELF: Support detection of relocation errors during processingWill Newton2015-01-201-1/+1
* ELF: Add a standard method for unknown relocation errorsWill Newton2014-12-091-9/+2
* [ELF] Add Readers for all the ELF subtargets.Shankar Easwaran2014-10-181-1/+1
* [lld] [ELF] Support for general dynamic TLS relocations on X86_64Rafael Auler2014-09-291-0/+6
* [ELF][Cleanup] Remove unused functionsShankar Easwaran2014-09-081-13/+0
* More prefixing of error_code.Rafael Espindola2014-06-121-3/+3
* Use error_code() instead of error_code::succes()Rafael Espindola2014-05-311-2/+2
* [ELF] Make changes to all the targets supported currentlyShankar Easwaran2014-01-271-4/+3
* Run clang-format on r197727.Rui Ueyama2013-12-201-3/+1
* [lld] Introduce registry and Reference kind tupleNick Kledzik2013-12-191-12/+14
* Make anonymous namespace as small as possible.Rui Ueyama2013-12-101-6/+4
* Replace ErrorOr<void> with error_code.Rafael Espindola2013-11-051-1/+1
* [ELF] Refactor x86-64 relocation pass.Michael J. Spencer2013-10-241-0/+1
* Rename TargetInfo -> LinkingContext.Rui Ueyama2013-08-061-5/+5
* [lld] Move AtomLayout from ELF to ReaderWriter so that it can be used by non-...Rui Ueyama2013-06-161-1/+1
* [lld][ELF][X86_64] Reorganize X86_64 Target specific codeShankar Easwaran2013-05-171-0/+146
OpenPOWER on IntegriCloud