summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/ELF/X86/X86TargetHandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the old ELF linker.Rafael Espindola2016-02-281-36/+0
* ELF: Define ELF{32,64}{LE,BE} types and use them everywhere.Rui Ueyama2015-04-141-5/+3
* ELF: Move registerRelocationNames() from TargetHandler to <Arch>ELFLinkingCon...Rui Ueyama2015-04-021-12/+0
* ELF: Remove empty classes.Rui Ueyama2015-04-021-1/+1
* ELF: x86, x86-64, ARM, AArch64: Remove architecture name prefixes from class ...Rui Ueyama2015-04-021-5/+5
* ELF: Remove <Arch>TargetHandler::kindString.Rui Ueyama2015-04-011-4/+2
* Rename ELFLinkingContext instances "ctx" intead of "context".Rui Ueyama2015-03-271-6/+5
* Use llvm::make_unique.Rui Ueyama2015-03-261-4/+4
* ELF: Support detection of relocation errors during processingWill Newton2015-01-201-1/+1
* [ELF] Remove TargetHandler and DefaultTargetHandler constructorsSimon Atanasyan2015-01-161-3/+2
* ELF: Add a standard method for unknown relocation errorsWill Newton2014-12-091-1/+1
* ELF: Use ELF reloc .def files to reduce duplicationWill Newton2014-12-051-41/+5
* [ELF] Add Readers for all the ELF subtargets.Shankar Easwaran2014-10-181-49/+6
* 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-3/+20
* Run clang-format on r197727.Rui Ueyama2013-12-201-4/+1
* [lld] Introduce registry and Reference kind tupleNick Kledzik2013-12-191-8/+58
* Make anonymous namespace as small as possible.Rui Ueyama2013-12-101-4/+2
* Replace ErrorOr<void> with error_code.Rafael Espindola2013-11-051-1/+1
* Rename TargetInfo -> LinkingContext.Rui Ueyama2013-08-061-7/+6
* [lld] Move AtomLayout from ELF to ReaderWriter so that it can be used by non-...Rui Ueyama2013-06-161-1/+1
* add changes for layoutafter/layoutbefore/ingroup/layoutpass and test casesShankar Easwaran2013-02-071-1/+5
* [ELF] Use the target's LayoutHandler.Michael J. Spencer2013-01-301-1/+2
* [ELF] Remove ReferenceKinds.Michael J. Spencer2013-01-301-2/+2
* [ELF] Add {Hexagon,PPC,X86}TargetHandler.Michael J. Spencer2013-01-301-0/+67
OpenPOWER on IntegriCloud