summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/ELF/DynamicFile.h
Commit message (Expand)AuthorAgeFilesLines
* [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