summaryrefslogtreecommitdiffstats
path: root/lld/ELF/Writer.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Add CopyRelSection instances to BSS in the regular way.Rui Ueyama2017-02-161-5/+9
* Make --export-dynamic work on non-PIC/PIE targets.Ed Schouten2017-02-151-1/+2
* Explicitly return a new value instead of implicitly mutating a reference.Rui Ueyama2017-02-141-7/+7
* Do not store a computable attributes to Config.Rui Ueyama2017-02-141-2/+3
* Create only one section symbol per section.Rafael Espindola2017-02-111-6/+36
* [ELF] Refactor PltSection and IPltSection into PltSection [NFC]Peter Smith2017-02-091-2/+2
* Recommit r294464 "[ELF] - Added partial support for --emit-relocs (no --gc-se...George Rimar2017-02-081-2/+2
* Reverted r294464 "[ELF] - Added partial support for --emit-relocs (no --gc-se...George Rimar2017-02-081-2/+2
* [ELF] - Added partial support for --emit-relocs (no --gc-section case, no /DI...George Rimar2017-02-081-2/+2
* Use a utility function to reduce repetition. NFC.Rui Ueyama2017-02-051-30/+34
* Replace MergeOutputSection with a synthetic section.Rafael Espindola2017-02-031-2/+52
* Make `-z stack-size` compatible with ld.bfd.Rui Ueyama2017-02-021-5/+2
* Simplify createPhdrs. NFC.Rui Ueyama2017-02-011-36/+22
* [ELF] Handle multiple discontiguous .note sectionsPetr Hosek2017-02-011-5/+11
* [ELF] Use SyntheticSections for ThunksPeter Smith2017-02-011-6/+6
* ELF: Align RELRO to the target page size rather than the max page size.Peter Collingbourne2017-01-301-1/+1
* Fix -Werror build.Rafael Espindola2017-01-281-2/+2
* Fix a few symbols that are not actually ABS.Rafael Espindola2017-01-281-27/+46
* Revert "[ELF][ARM] Use SyntheticSections for Thunks"Rui Ueyama2017-01-281-6/+6
* Revert commits r293276 and r293278.Rafael Espindola2017-01-271-1/+1
* [ELF][ARM] Use SyntheticSections for ThunksPeter Smith2017-01-271-6/+6
* [ELF] Bypass section type checkEugene Leviant2017-01-271-1/+1
* Change the --retain-symbols-file implementation.Rafael Espindola2017-01-251-6/+0
* [ELF] Add local mapping symbols to ARM PLT entriesPeter Smith2017-01-251-0/+5
* [ELF] - Stop handling local symbols in a special way.George Rimar2017-01-231-7/+3
* Don't create a bogus PT_PHDR if we don't allocate the headers.Rafael Espindola2017-01-201-6/+12
* Reduce code duplication when allocating program headers.Rafael Espindola2017-01-201-27/+35
* Simplify. NFC.Rafael Espindola2017-01-201-6/+1
* Also define 'end' if it is present in a .so.Rafael Espindola2017-01-191-1/+1
* [ELF] Move createThunks() after scanRelocations()Peter Smith2017-01-181-6/+6
* Return early if writeMapFile failed.Rui Ueyama2017-01-181-0/+4
* Add a isInCurrentDSO helper. NFC.Rafael Espindola2017-01-171-2/+2
* [ELF] - Do not create huge garbage files on section offset overflow.George Rimar2017-01-171-0/+3
* [ELF][MIPS] Exclude mips .got from PT_GNU_RELRO segmentSimon Atanasyan2017-01-161-2/+12
* Implement -Map.Rafael Espindola2017-01-131-0/+2
* [ELF] - Move the addition of synthetics from addPredefinedSections()George Rimar2017-01-131-4/+8
* Remove error(error_code, const Twine &).Rui Ueyama2017-01-121-2/+2
* ELF: Reserve space for copy relocations of read-only symbols in relro.Peter Collingbourne2017-01-101-0/+6
* ELF: Place relro sections after non-relro sections in r/w segment.Peter Collingbourne2017-01-101-18/+29
* Support non-regular output files.Rui Ueyama2017-01-091-4/+6
* ELF: Round p_memsz of the PT_GNU_RELRO program header up to the page size.Peter Collingbourne2017-01-041-1/+6
* ELF: Simplify; addOptionalSynthetic() does not need to return a value. NFC.Peter Collingbourne2017-01-041-9/+6
* [ELF] - Fix mistype in comment. NFC.George Rimar2016-12-251-1/+1
* De-template DefinedSynthetic.Rui Ueyama2016-12-211-4/+3
* Move a function defintion to make it static.Rui Ueyama2016-12-211-28/+0
* [ELF] - Treat .openbsd.randomdata as relro sectionGeorge Rimar2016-12-201-1/+1
* Simplify type of Config->SymbolOrderingFile.Rui Ueyama2016-12-201-15/+16
* Fix corner cases of setting the section address.Rafael Espindola2016-12-191-15/+71
* [ELF] - Implemented --retain-symbols-file optionGeorge Rimar2016-12-191-0/+6
* Detemplate PhdrEntry. NFC.Rafael Espindola2016-12-191-63/+63
OpenPOWER on IntegriCloud