summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/ELF/ExecutableWriter.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the old ELF linker.Rafael Espindola2016-02-281-157/+0
* [ELF] Move start/end atom method assignment to OutputELFWriter. NFCDenis Protivensky2015-05-211-25/+5
* [ARM] Generation of .ARM.exidx/.ARM.extab sectionsLeny Kholodov2015-05-081-20/+25
* [ELF] Mark linker defined symbols as .hidden when needed.Davide Italiano2015-05-011-6/+6
* [ELF] Simplify adding default atomsSimon Atanasyan2015-04-071-26/+23
* Replace the `createImplicitFiles` method return type with `void`Simon Atanasyan2015-04-061-3/+2
* [ELF] Remove redundant forward class declarationsSimon Atanasyan2015-04-061-3/+0
* [ELF] Delete empty TargetLayout class and rename DefaultLayout to TargetLayoutSimon Atanasyan2015-04-031-1/+1
* ELF: Make findAbsoluteAtom return AtomLayout* instead of an iterator.Rui Ueyama2015-03-311-23/+20
* [ELF] Use override keyword instead of virtualSimon Atanasyan2015-03-301-6/+6
* Rename ELFLinkingContext instances "ctx" intead of "context".Rui Ueyama2015-03-271-12/+12
* [LinkerScript] Handle symbols defined in linker scriptsRafael Auler2015-03-161-2/+4
* Use template aliases.Rui Ueyama2015-03-101-1/+1
* [ELF] Add LinkingContext to the ELFReader.Shankar Easwaran2015-02-121-1/+1
* [ELF] Remove llvm::Twine usageShankar Easwaran2014-11-061-2/+2
* [ELF] Use llvm::TwineShankar Easwaran2014-11-061-6/+2
* Reapply [ELF] Only mark as DT_NEEDED libs that are strictly necessary (r219353)Rafael Auler2014-10-091-0/+5
* [ELF] Fix inclusion of weak symbols in the dynamic symbol tableRafael Auler2014-10-081-0/+9
* [ELF] Implement --export-dynamic/-ERafael Auler2014-10-081-0/+20
* [ELF] Make changes to all the targets supported currentlyShankar Easwaran2014-01-271-21/+18
* [ELF] Customize a relocation table output format (rel / rela).Simon Atanasyan2014-01-241-3/+11
* Fix "don't" typos missed in previous commitAlp Toker2013-12-011-1/+1
* [lld][InputGraph] Change the Resolver to use inputGraphShankar Easwaran2013-10-071-22/+22
* If .bss doesn't exist, set _end/end based on .data.Joerg Sonnenberger2013-09-141-0/+4
* Rename TargetInfo -> LinkingContext.Rui Ueyama2013-08-061-7/+6
* [ELF] add -u/--undefined option, to define undefined symbolsShankar Easwaran2013-06-191-7/+13
* [ELF] NMAGIC support : Find the BSS section to setup the virtual address of ...Shankar Easwaran2013-06-121-9/+6
* This is my Driver refactoring patch. Nick Kledzik2013-04-041-1/+1
* [ELF] Interp section is only needed in dynamic executablesShankar Easwaran2013-03-201-4/+14
* [lld] remove trailing whitespaceShankar Easwaran2013-03-141-3/+3
* [ELF] Set values for bss_start and end symbols properly, If there are two loa...Shankar Easwaran2013-03-111-3/+3
* [ELF] Create baseclass for all ELF writersShankar Easwaran2013-03-081-295/+24
* [ELF] no functionality change, update dynamicTable functionalityShankar Easwaran2013-03-041-71/+4
* [lld][ELF] rename to add new support in the ELF WriterShankar Easwaran2013-03-031-0/+467
OpenPOWER on IntegriCloud