summaryrefslogtreecommitdiffstats
path: root/lld/ELF/OutputSections.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Enable merging of SHF_MERGE sections with linker scripts.Rafael Espindola2016-09-131-5/+20
* Turn createKey into a static helper. NFC.Rafael Espindola2016-09-131-18/+18
* Define writeUint and use it. NFC.Rui Ueyama2016-09-081-10/+13
* Compute section names only once.Rafael Espindola2016-09-081-4/+4
* Pack InputSectionData from 72 to 64 bytes. NFC.Rafael Espindola2016-09-081-1/+1
* [ELF][MIPS] Fix initialization of TLS-related GOT entriesSimon Atanasyan2016-09-081-2/+29
* [ELF][MIPS] Do not emit DT_REL[A]COUNT for MIPS targetsSimon Atanasyan2016-09-041-3/+8
* [ELF] - Fix for: bug 30237 - lld does not implement -f optionGeorge Rimar2016-09-021-0/+2
* [ELF] Do not omit debug sections when computing build-idPetr Hosek2016-09-011-14/+10
* Eliminate LayoutInputSection classEugene Leviant2016-09-011-2/+0
* Delete DefinedBitcode.Rafael Espindola2016-08-311-2/+0
* Add DT_REL(A)COUNT tag to .dynamic sectionEugene Leviant2016-08-311-0/+11
* [ELF] - Introduce DiscardPolicy instead of 3 relative bool fields.George Rimar2016-08-311-1/+1
* Implement support for --build-id=uuid switchEugene Leviant2016-08-261-1/+12
* [ELF] - Fix for PR28976 - Corrupted section contents when using linker scriptsGeorge Rimar2016-08-191-1/+1
* [ELF] - Linkerscript: set correct dynamic tag entries values when LS is used.George Rimar2016-08-191-3/+6
* [ELF] - Do not change binding of symbols when creating relocatable output.George Rimar2016-08-191-0/+2
* [ELF][MIPS] Support .MIPS.abiflags sectionSimon Atanasyan2016-08-121-0/+48
* Simplify output section ownership management.Rui Ueyama2016-08-121-1/+1
* [ELF] Symbol assignment within output section descriptionEugene Leviant2016-08-111-0/+2
* [ELF] - Removed dead code. NFC.George Rimar2016-08-091-7/+0
* Remove isOutputDynamic and use Out<ELFT>::DynSymTab instead.Rui Ueyama2016-08-091-1/+1
* Remove redundant variable.Rui Ueyama2016-08-091-2/+3
* Separate {Preinit,Init,Fini}Arrays from Out<ELFT>::Dynamic.Rui Ueyama2016-08-091-9/+9
* Remove DefinedCommon::Section.Rui Ueyama2016-08-021-1/+1
* [ELF] Allows setting section for common symbols in linker scriptEugene Leviant2016-07-281-1/+1
* Make toPhdrFlags a member function. NFC.Rafael Espindola2016-07-271-0/+10
* Fix PR28575.Rafael Espindola2016-07-211-30/+12
* Create thunks before regular relocation scan.Rafael Espindola2016-07-201-1/+1
* Simplify output section ownership.Rui Ueyama2016-07-201-0/+1
* Remove SymbolBody::PlaceholderKind.Rui Ueyama2016-07-181-1/+0
* Implement almost-zero-cost --trace-symbol.Rui Ueyama2016-07-171-0/+1
* Add a pointer to a source file to SymbolBody.Rui Ueyama2016-07-171-2/+2
* Remove redundant namespace specifiers.Rui Ueyama2016-07-161-3/+3
* Rename SymbolVersions VersionDefinitions.Rui Ueyama2016-07-161-3/+3
* Rename Version VersionDefinition.Rui Ueyama2016-07-161-2/+2
* Remove redundant variable.Rui Ueyama2016-07-161-3/+2
* Set sh_addralign in the constructor for consistency. NFC.Rui Ueyama2016-07-161-2/+3
* Make Verdef and Verdaux adjacent in the version definition section.Rui Ueyama2016-07-161-21/+17
* Use SymbolVersion::Id instead of a hard-coded local variable.Rui Ueyama2016-07-161-2/+1
* Set DT_MIPS_BASE_ADDRESS correctly if -image-base is given.Rui Ueyama2016-07-141-1/+1
* Set sh_addralign to 1 instead of 0.Rui Ueyama2016-07-141-4/+2
* Add GotEntrySize/GotPltEntrySize to ELF target.Rui Ueyama2016-07-131-5/+5
* Rename VAStart -> ImageBase. NFC.Rui Ueyama2016-07-131-1/+1
* Recommit r275161 "[ELF] - Move section factory out from writer to make it reu...George Rimar2016-07-121-0/+91
* Revert r275161 "[ELF] - Move section factory out from writer to make it reusa...George Rimar2016-07-121-91/+0
* [ELF] - Move section factory out from writer to make it reusable.George Rimar2016-07-121-0/+91
* [gardening] Switch back to auto. NFCI.Davide Italiano2016-07-061-3/+1
* [OutputSection] Work around GCC not being able to deduce auto.Davide Italiano2016-07-041-5/+10
* [ELF] - Depricate version references.George Rimar2016-07-011-25/+4
OpenPOWER on IntegriCloud