summaryrefslogtreecommitdiffstats
path: root/lld/ELF/OutputSections.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Try to fix gcc warningRafael Espindola2015-09-281-1/+2
* Delete dead code.Rafael Espindola2015-09-281-1/+0
* Add support for local absolute symbols.Rafael Espindola2015-09-281-12/+15
* [ELF2] Don't inline function and define it in OutputSection.cpp. NFC.Davide Italiano2015-09-261-0/+8
* Add support for creating the symbols __init_array_start and __init_array_end.Rafael Espindola2015-09-251-0/+5
* Move more logic to getSymVA to avoid code duplication.Rafael Espindola2015-09-251-22/+35
* Move variables closer to use. NFC.Rafael Espindola2015-09-251-6/+4
* Move a few methods out of line. NFC.Rafael Espindola2015-09-251-0/+88
* [ELF2] Use static non-member function when it suffices.Davide Italiano2015-09-251-9/+0
* Simplify memory management by having ELFData contain a ELFObj.Rafael Espindola2015-09-241-3/+3
* [ELF2] Add support for -discard-none.Davide Italiano2015-09-241-1/+10
* Create the .bss section early so that we don't have to set it after the fact.Rafael Espindola2015-09-231-2/+2
* [elf2] Pass BSSSec to the relocation handling code differently. Don't store i...Michael J. Spencer2015-09-231-1/+1
* Implement --export-dynamic.Rafael Espindola2015-09-221-1/+9
* Move the last remaining hard coded relocations to Target.Rafael Espindola2015-09-221-2/+2
* Start adding target abstractions.Rafael Espindola2015-09-221-35/+6
* Fix the creation of Elf_Rel sections.Rafael Espindola2015-09-221-4/+6
* Use a signed value for Delta.Rafael Espindola2015-09-221-1/+1
* [ELF2] Fix gcc buildDenis Protivensky2015-09-221-8/+8
* Remove the Chunk terminology from ELF.Rafael Espindola2015-09-221-7/+7
* More MSVC fixes.Rafael Espindola2015-09-211-16/+12
* Trying to fix the MSVC build.Rafael Espindola2015-09-211-4/+4
* Remove unused includes.Rafael Espindola2015-09-211-5/+0
* Make InputSection able to relocate itself.Rafael Espindola2015-09-211-121/+18
* Move OutputSectionBase and derived classes out of Writer.cpp.Rafael Espindola2015-09-211-0/+586
OpenPOWER on IntegriCloud