summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/ELF/DynamicFile.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the old ELF linker.Rafael Espindola2016-02-281-59/+0
* Use MemoryBufferRef instead of MemoryBuffer&. NFC.Rafael Espindola2015-04-271-1/+1
* Remove dead code.Rui Ueyama2015-04-141-3/+0
* ELF: Remove ELFT and LinkingContext template parameters from ELFReader.Rui Ueyama2015-04-141-0/+3
* ELF: Move definitions from {Dynamic,ELF}File.h to .cpp files.Rui Ueyama2015-04-131-75/+8
* Separate atom_collection type into two different types. NFC.Rui Ueyama2015-04-081-1/+1
* ELF: Teach File classes about their file magics.Rui Ueyama2015-04-041-0/+4
* ELF: Pass file types instead of type traits to ELFObjectReader.Rui Ueyama2015-04-031-4/+4
* Use C++ non-static member initialization.Rui Ueyama2015-04-011-3/+2
* [ELF] Dont add local symbols for dynamic lookup.Shankar Easwaran2015-03-201-0/+5
* [ELF] Add LinkingContext to the ELFReader.Shankar Easwaran2015-02-121-7/+7
* [ELF] Dont release ownership of MemoryBuffer.Shankar Easwaran2015-02-051-1/+1
* Move common code to base class.Rui Ueyama2015-01-161-20/+0
* [ELF] Add --as-needed.Rui Ueyama2015-01-161-0/+2
* Protect doParse() because that's not a public interface.Rui Ueyama2014-12-151-0/+1
* Separate file parsing from File's constructors.Rui Ueyama2014-12-121-44/+48
* [ELF] Add Readers for all the ELF subtargets.Shankar Easwaran2014-10-181-3/+0
* Update for llm api change.Rafael Espindola2014-07-051-1/+2
* Don't import error_code into the lld namespace.Rafael Espindola2014-06-121-1/+1
* [ELF] Add "override" and remove "virtual".Rui Ueyama2014-03-281-6/+6
* [ELF] Add Target specific Readers.Shankar Easwaran2014-01-271-1/+1
* [ELF] Separate implementation from the class declaration.Shankar Easwaran2014-01-261-46/+50
* Use getError instead of the error_code operator.Rafael Espindola2014-01-081-2/+2
* Run clang-format on r197727.Rui Ueyama2013-12-201-3/+2
* [lld] Introduce registry and Reference kind tupleNick Kledzik2013-12-191-11/+4
* A weak reference to a symbol that is only weakly referenced inJoerg Sonnenberger2013-09-031-1/+3
* Rename ti -> ctx.Rui Ueyama2013-08-271-3/+3
* Update to llvm changes.Michael J. Spencer2013-08-081-23/+16
* Rename TargetInfo -> LinkingContext.Rui Ueyama2013-08-061-8/+10
* This adds functionality for undefined atoms from dynamic libraries to be addedShankar Easwaran2013-04-111-9/+20
* Set ordinals correctly.Michael J. Spencer2013-03-201-4/+0
* [ELF] Fix memory leak by deleting BumpPtr allocated objects.Michael J. Spencer2013-02-191-4/+4
* [Core,Driver,ELF] Differentiate static and dynamic executables.Michael J. Spencer2013-02-141-2/+3
* [ELF] Add support for reading dynamic libraries.Michael J. Spencer2013-02-111-0/+132
OpenPOWER on IntegriCloud