summaryrefslogtreecommitdiffstats
path: root/lld/ELF/OutputSections.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Remove a redundant boolean.Rafael Espindola2015-11-031-2/+2
* Make a method static. NFC.Rafael Espindola2015-11-021-5/+5
* [ELF2] Ensure that .dynsym section is finalized before .gnu.hash.Igor Kudrin2015-11-021-2/+4
* [ELF2] R_X86_64_COPY relocation implementedGeorge Rimar2015-10-281-4/+20
* [ELF2] Move sorting and data to the GNU hash table section.Igor Kudrin2015-10-281-51/+49
* Another fix of -Wqual-const warning.George Rimar2015-10-251-1/+1
* Add support for merging string from SHF_STRINGS sections.Rafael Espindola2015-10-241-14/+57
* ELF2: Remove setNameOffset and combine that with writeHeader. NFC.Rui Ueyama2015-10-241-0/+1
* ELF2: Rename StringTableSection::getFileOff -> getOffset.Rui Ueyama2015-10-241-5/+5
* Drop a few const to reduce the noise from the next patch. NFC.Rafael Espindola2015-10-231-2/+2
* ELF2: Implement --gc-sections.Rui Ueyama2015-10-221-14/+15
* [ELF2] Add support for GNU Hash sectionIgor Kudrin2015-10-221-12/+178
* ELF2: Rename getMostConstrainingVisibility -> getVisibility. NFC.Rui Ueyama2015-10-211-4/+4
* ELF2: Simplify DT_FLAGS{,_1} handling. NFC.Rui Ueyama2015-10-211-22/+20
* [ELF2] Add support for -z origin.Davide Italiano2015-10-211-2/+6
* Fix symbol value calculation in SHF_MERGE.Rafael Espindola2015-10-201-2/+1
* [ELF2] Determine the order of entries of symbol tables in the finalize() phase.Igor Kudrin2015-10-201-31/+30
* [ELF2] Extract calculation of symbol binding as a separate function.Igor Kudrin2015-10-201-8/+12
* [ELF2] .shstrtab section implementedGeorge Rimar2015-10-201-3/+2
* [ELF2] - Lazy relocation support for x86_64.George Rimar2015-10-201-12/+84
* [ELF2] Correctly set bits when -z now is specified.Davide Italiano2015-10-201-1/+3
* [ELF2] Introduce support for -z nodelete. Davide Italiano2015-10-201-1/+3
* [ELF2/OutputSections] Allocate the correct number of entries after r250739.Davide Italiano2015-10-191-1/+3
* [OutputSection] Set the symbolic bit in DT_FLAGS and not DT_FLAGS_1.Davide Italiano2015-10-191-0/+3
* Add support for merging the contents of SHF_MERGE sections.Rafael Espindola2015-10-191-12/+78
* Reduce nesting level. NFC.Rui Ueyama2015-10-191-9/+7
* Change getLocalRelTarget to include the addend.Rafael Espindola2015-10-191-11/+20
* Simplify by computing on relocation field at a time.Rafael Espindola2015-10-191-19/+21
* [ELF2] In/out parameter of writeGlobalSymbols() is changed to in parameter.Igor Kudrin2015-10-191-1/+1
* Use a reference. NFC.Rafael Espindola2015-10-161-2/+2
* ELF2: Treat IsMips64EL as a global configuration.Rui Ueyama2015-10-161-6/+5
* [ELF2] Remove unneeded new Type parameterHal Finkel2015-10-161-8/+7
* [ELF2] Don't create RelativeReloc for weak undef symbolsHal Finkel2015-10-161-1/+4
* [ELF2] getLocalRelTarget should handle R_PPC64_TOC directlyHal Finkel2015-10-161-9/+13
* Add a ObjectFile<ELFT>::getSection helper and simplify. NFC.Rafael Espindola2015-10-161-24/+5
* ELF2: Use ELFT to template OutputSections.Rui Ueyama2015-10-151-69/+50
* ELF2: Move HashTableSection::hash out of the class.Rui Ueyama2015-10-151-0/+12
* Remove a getter/setter that don't hide anything.Rui Ueyama2015-10-151-6/+6
* Use OutputSectionBase in a few cases where we don't need a OutputSection.Rafael Espindola2015-10-151-2/+2
* ELF2: Do not use OutputSection as a member variable name.Rui Ueyama2015-10-151-11/+9
* ELF2: Remove {set,get}OutputSection accessors.Rui Ueyama2015-10-141-9/+7
* ELF2: Remove {set,get}OutputSectionOff accessors.Rui Ueyama2015-10-141-5/+5
* Handle dynamic relocs to weak undefined when possible.Rafael Espindola2015-10-141-6/+28
* ELF2: Remove getAddrSize().Rui Ueyama2015-10-141-2/+2
* [ELF2] Don't allocate entry for DT_SYMBOLIC.Davide Italiano2015-10-131-3/+0
* [ELF2] Add support for -Bsymbolic.Davide Italiano2015-10-131-2/+9
* ELF2: Add comments.Rui Ueyama2015-10-131-1/+5
* Revert r250169: "This patch implements basic variant of lazy loading for x86_...Rui Ueyama2015-10-131-80/+11
* Remove trailing whitespaces.Rui Ueyama2015-10-131-1/+1
* This patch implements basic variant of lazy loading for x86_x64 and for X86 t...George Rimar2015-10-131-11/+80
OpenPOWER on IntegriCloud