summaryrefslogtreecommitdiffstats
path: root/lld/ELF/InputSection.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Don't gc non-alloca non-string pieces.Rafael Espindola2016-10-191-1/+2
* Add a faster binary search.Rafael Espindola2016-10-191-1/+14
* Use reserve instead of grow.Rafael Espindola2016-10-181-1/+1
* [ADT] Move CachedHashString to its own header in ADT, and rename to CachedHas...Justin Lebar2016-10-171-1/+1
* Move a utility function to Strings.cpp.Rui Ueyama2016-10-131-2/+2
* Fix variable name. NFC.Rui Ueyama2016-10-121-2/+2
* Support GNU-style ZLIB-compressed input sections.Rui Ueyama2016-10-121-20/+60
* [ELF][ARM] Initial implentation of ARM exceptions supportPeter Smith2016-10-101-0/+9
* Improve comments.Rui Ueyama2016-10-071-3/+6
* Add () for clarity. NFC.Rafael Espindola2016-10-071-1/+1
* [ELF] - Check that section alignment is a power of 2.George Rimar2016-10-071-3/+7
* Store the hash in SectionPiece.Rafael Espindola2016-10-051-1/+2
* Compact SectionPiece.Rafael Espindola2016-10-051-1/+5
* Simplify setting the Live bit in SectionPiece. NFC.Rafael Espindola2016-10-051-11/+5
* [ELF] - Do not hang if broken object has option descriptor in .MIPS.options w...George Rimar2016-10-041-0/+2
* [ELF][MIPS] Do not accept non-zero GP0 value for relocatable object onlySimon Atanasyan2016-10-041-2/+2
* [ELF] - Do not crash on invalid section alignment.George Rimar2016-10-031-0/+2
* [ELF] - Inlined template argument variable. NFC.George Rimar2016-09-301-3/+2
* Fix another --gc-sections crash.Rafael Espindola2016-09-301-0/+3
* Fix --gc-sections crash.Rafael Espindola2016-09-301-1/+3
* [ELF][MIPS] Set GP0 value to zero in case of relocatable object generationSimon Atanasyan2016-09-291-0/+4
* Don't GC non-alloc mergeable section piecesEugene Leviant2016-09-291-3/+10
* [ELF] Resolve weak undefined TLS symbols when no phdr is available.Davide Italiano2016-09-231-0/+8
* Turn a no-op assignment into an assertion.Rui Ueyama2016-09-141-1/+1
* Store an ArrayRef for Data in InputSectionData.Rafael Espindola2016-09-121-26/+24
* Revert "Revert "Compact InputSectionData from 64 to 48 bytes. NFC.""Rafael Espindola2016-09-121-3/+6
* Revert "Compact InputSectionData from 64 to 48 bytes. NFC."Rafael Espindola2016-09-091-6/+3
* Compact InputSectionData from 64 to 48 bytes. NFC.Rafael Espindola2016-09-091-3/+6
* Compute section names only once.Rafael Espindola2016-09-081-21/+24
* Pack InputSectionData from 72 to 64 bytes. NFC.Rafael Espindola2016-09-081-7/+7
* Delete dead field. NFC.Rafael Espindola2016-09-071-1/+1
* Eliminate LayoutInputSection classEugene Leviant2016-09-011-10/+5
* Fix the implementation of R_386_GOTPC and R_386_GOTOFF.Rafael Espindola2016-08-311-0/+5
* Use getSize to find the size of a section. NFC.Rafael Espindola2016-08-311-7/+3
* Delete unnecessary template.Rafael Espindola2016-08-311-7/+6
* [ELF] - Fix for PR28976 - Corrupted section contents when using linker scriptsGeorge Rimar2016-08-191-1/+1
* [ELF][MIPS] Support .MIPS.abiflags sectionSimon Atanasyan2016-08-121-4/+28
* [ELF] Symbol assignment within output section descriptionEugene Leviant2016-08-111-1/+2
* Include filenames and section names to error messages.Rui Ueyama2016-08-031-14/+23
* [ELF] - Fix: do not ignore relocations addends when using lld -rGeorge Rimar2016-08-021-1/+3
* Remove DefinedCommon::Section.Rui Ueyama2016-08-021-1/+0
* Remove dependency to SymbolTable from CommonInputSection.Rui Ueyama2016-07-291-18/+13
* Make CommonInputSection singleton class.Rui Ueyama2016-07-281-9/+1
* [ELF] Allows setting section for common symbols in linker scriptEugene Leviant2016-07-281-0/+44
* Fix PR28575.Rafael Espindola2016-07-211-1/+40
* Delete SplitInputSection.Rafael Espindola2016-07-211-16/+5
* Delete EhInputSection::getOffset.Rafael Espindola2016-07-201-16/+4
* Create thunks before regular relocation scan.Rafael Espindola2016-07-201-1/+1
* [ELF] Create output sections in LinkerScript classEugene Leviant2016-07-201-10/+0
* [ELF] - Make few members of Writer to be global and export them for reuseGeorge Rimar2016-07-121-0/+11
OpenPOWER on IntegriCloud