summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/ELF/DynamicLibraryWriter.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the old ELF linker.Rafael Espindola2016-02-281-86/+0
* ELF: Remove redundant namespace qualifiers.Rui Ueyama2015-04-141-1/+1
* [ELF] Simplify adding default atomsSimon Atanasyan2015-04-071-14/+5
* Replace the `createImplicitFiles` method return type with `void`Simon Atanasyan2015-04-061-3/+2
* [LinkerScript] Handle symbols defined in linker scripts in case of shared libSimon Atanasyan2015-04-061-0/+2
* [ELF] Use override keyword instead of virtualSimon Atanasyan2015-04-061-4/+4
* [ELF] Remove redundant forward class declarationsSimon Atanasyan2015-04-061-3/+0
* ELF: Make findAbsoluteAtom return AtomLayout* instead of an iterator.Rui Ueyama2015-03-311-3/+4
* Rename ELFLinkingContext instances "ctx" intead of "context".Rui Ueyama2015-03-271-3/+3
* [ELF] GLOBAL_OFFSET_TABLE is a hidden symbolShankar Easwaran2015-03-201-1/+1
* [LinkerScript] Handle symbols defined in linker scriptsRafael Auler2015-03-161-2/+2
* [ELF] Add LinkingContext to the ELFReader.Shankar Easwaran2015-02-121-2/+1
* [ELF] Make changes to all the targets supported currentlyShankar Easwaran2014-01-271-14/+13
* [lld][InputGraph] Change the Resolver to use inputGraphShankar Easwaran2013-10-071-10/+10
* Add _end symbol for dynamic libraries. At least brk/sbrk in libc onJoerg Sonnenberger2013-09-141-4/+29
* Rename TargetInfo -> LinkingContext.Rui Ueyama2013-08-061-2/+2
* [ELF] add -u/--undefined option, to define undefined symbolsShankar Easwaran2013-06-191-6/+0
* [ELF][Hexagon] Create .got.plt entries with the appropriate alignmentShankar Easwaran2013-04-011-0/+3
* [lld] remove trailing whitespaceShankar Easwaran2013-03-141-3/+3
* [ELF] Create baseclass for all ELF writersShankar Easwaran2013-03-081-292/+11
* [ELF] Remove commentShankar Easwaran2013-03-051-0/+357
OpenPOWER on IntegriCloud