summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/ELF/TargetHandler.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the old ELF linker.Rafael Espindola2016-02-281-35/+0
* Define make_dynamic_error_code(const char *).Rui Ueyama2015-04-141-3/+3
* [PATCH 08/10] ELF/Aarch64: Add R_AARCH64_ADR_GOT_PAGE and R_AARCH64_LD64_GOT_...Adhemerval Zanella2015-04-131-0/+4
* Remove unused includes and forward declarations.Rui Ueyama2015-04-041-24/+2
* [ELF] Merge Layout and TargetLayout classSimon Atanasyan2015-04-031-1/+0
* ELF: Remove TargetHandlerBase by merging it with TargetHandler.Rui Ueyama2015-04-011-27/+0
* ELF: Remove TargetHandler::getTargetLayout.Rui Ueyama2015-03-311-3/+0
* Remove empty constructors.Rui Ueyama2015-03-271-2/+0
* [ELF] Add LinkingContext to the ELFReader.Shankar Easwaran2015-02-121-2/+2
* ELF: Support detection of relocation errors during processingWill Newton2015-01-201-21/+10
* [ELF] Remove TargetHandler and DefaultTargetHandler constructorsSimon Atanasyan2015-01-161-3/+0
* [ELF] Remove unused class fieldSimon Atanasyan2015-01-161-5/+1
* [ELF] s/_context/_ctx/ and clang-format the codeSimon Atanasyan2015-01-161-9/+6
* [ELF] Make the unhandledReferenceType() protected methodSimon Atanasyan2015-01-161-1/+2
* [ELF] Make `TargetRelocationHandler` a regular non-template classSimon Atanasyan2015-01-161-2/+2
* ELF: Add a standard method for unknown relocation errorsWill Newton2014-12-091-0/+27
* [ELF] Add Readers for all the ELF subtargets.Shankar Easwaran2014-10-181-3/+0
* Don't import error_code into the lld namespace.Rafael Espindola2014-06-121-3/+3
* [ELF] Make changes to all the targets supported currentlyShankar Easwaran2014-01-271-39/+14
* [ELF] Create Target specific Writers.Shankar Easwaran2014-01-271-0/+2
* [ELF] Add Target specific Readers.Shankar Easwaran2014-01-271-35/+4
* Linking of shared libraries for MIPS little-endian 32-bit target.Simon Atanasyan2013-12-151-1/+11
* Replace ErrorOr<void> with error_code.Rafael Espindola2013-11-051-1/+1
* [lld][InputGraph] Change the Resolver to use inputGraphShankar Easwaran2013-10-071-2/+1
* [lld][ELF] Cleanup ELF writing, No change in functionalityShankar Easwaran2013-08-261-3/+3
* Rename TargetInfo -> LinkingContext.Rui Ueyama2013-08-061-4/+4
* [lld] Move AtomLayout from ELF to ReaderWriter so that it can be used by non-...Rui Ueyama2013-06-161-2/+2
* This is my Driver refactoring patch. Nick Kledzik2013-04-041-1/+0
* Add virtual destructors to fix -Wnon-virtual-dtor warningsAlexey Samsonov2013-03-191-0/+4
* [lld] remove trailing whitespaceShankar Easwaran2013-03-141-6/+6
* add changes for typeDataFastShankar Easwaran2013-02-221-3/+8
* functionality to handle global atoms in Merge sectionsShankar Easwaran2013-02-201-5/+9
* add targethandler hooks from Writer and cleanupShankar Easwaran2013-01-301-54/+0
* [ELF] Add ELFTargetRelocationHandler.Michael J. Spencer2013-01-301-0/+13
* [ELF] Chop the ELF prefix off of most things.Michael J. Spencer2013-01-291-0/+156
OpenPOWER on IntegriCloud