summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/ELF/X86/X86TargetHandler.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the old ELF linker.Rafael Espindola2016-02-281-48/+0
* 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
* 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-3/+1
* ELF: Remove TargetHandler::getTargetLayout.Rui Ueyama2015-03-311-4/+0
* Replace *(uniqueptr.get()) with *uniqueptr.Rui Ueyama2015-03-311-2/+2
* Rename ELFLinkingContext instances "ctx" intead of "context".Rui Ueyama2015-03-271-5/+5
* Use llvm::make_unique.Rui Ueyama2015-03-261-2/+2
* [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-20/+11
* More prefixing of error_code.Rafael Espindola2014-06-121-3/+3
* [ELF] Add "override" and remove "virtual".Rui Ueyama2014-03-281-7/+7
* [C++11] Switch from LLVM_FINAL to just "final" now that all of LLVM isChandler Carruth2014-03-021-2/+2
* [ELF] Make changes to all the targets supported currentlyShankar Easwaran2014-01-271-8/+23
* Run clang-format on r197727.Rui Ueyama2013-12-201-5/+2
* [lld] fix unused variable warningsNick Kledzik2013-12-191-4/+1
* [lld] Introduce registry and Reference kind tupleNick Kledzik2013-12-191-0/+9
* Replace ErrorOr<void> with error_code.Rafael Espindola2013-11-051-3/+3
* [ELF] Change MaxAlignment to 2.Shankar Easwaran2013-10-091-1/+1
* Rename TargetInfo -> LinkingContext.Rui Ueyama2013-08-061-4/+5
* [lld] Move AtomLayout from ELF to ReaderWriter so that it can be used by non-...Rui Ueyama2013-06-161-1/+1
* [ELF] Use the target's LayoutHandler.Michael J. Spencer2013-01-301-0/+6
* [ELF] Add {Hexagon,PPC,X86}TargetHandler.Michael J. Spencer2013-01-301-0/+48
OpenPOWER on IntegriCloud