summaryrefslogtreecommitdiffstats
path: root/lld/ELF/OutputSections.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Don't print DISCARD sections as gced.Rafael Espindola2017-02-171-0/+7
* Move specialization to try to fix the bots.Rafael Espindola2017-02-161-10/+0
* Share more output section creation code.Rafael Espindola2017-02-161-20/+29
* Fix crash with -emit-relocs -shared.Rafael Espindola2017-02-161-1/+5
* Make lld able to handle gold's -r output.Rafael Espindola2017-02-151-1/+1
* Recommit r294464 "[ELF] - Added partial support for --emit-relocs (no --gc-se...George Rimar2017-02-081-1/+1
* Reverted r294464 "[ELF] - Added partial support for --emit-relocs (no --gc-se...George Rimar2017-02-081-1/+1
* [ELF] - Added partial support for --emit-relocs (no --gc-section case, no /DI...George Rimar2017-02-081-1/+1
* Revert "Simplify symbol computation for non alloc sections."Rafael Espindola2017-02-081-1/+1
* Simplify symbol computation for non alloc sections.Rafael Espindola2017-02-071-1/+1
* Simplify. NFC.Rafael Espindola2017-02-031-9/+3
* Stop propagating Entsize.Rafael Espindola2017-02-031-2/+0
* Replace MergeOutputSection with a synthetic section.Rafael Espindola2017-02-031-93/+8
* [ELF] Bypass section type check #2Eugene Leviant2017-01-311-8/+19
* Revert commits r293276 and r293278.Rafael Espindola2017-01-271-5/+4
* [ELF] Fixed formatting. NFCEugene Leviant2017-01-271-4/+4
* [ELF] Bypass section type checkEugene Leviant2017-01-271-8/+9
* Implement -Map.Rafael Espindola2017-01-131-0/+14
* Allow mixing nobits and progbits.Rafael Espindola2017-01-121-1/+6
* Move code to the .cpp file. NFC.Rafael Espindola2017-01-051-0/+14
* Detemplate SectionKey. NFC.Rafael Espindola2017-01-051-24/+11
* Change which input sections we concatenateRafael Espindola2017-01-051-14/+69
* Simplify type of Config->SymbolOrderingFile.Rui Ueyama2016-12-201-1/+1
* Remove lld/Support/Memory.h.Rui Ueyama2016-12-181-1/+1
* Move Memory.{h,cpp} to lld/Support so that we can use them from COFF.Rui Ueyama2016-12-081-1/+1
* Factor out common code to a header.Rui Ueyama2016-12-031-5/+2
* [ELF] Refactor target error messagesEugene Leviant2016-11-291-0/+1
* Split MergeOutputSection::finalize.Rui Ueyama2016-11-261-26/+33
* [ELF] EhOutputSection improvementsEugene Leviant2016-11-251-7/+7
* [ELF] Add terminating sentinel .ARM.exidx table entryPeter Smith2016-11-241-0/+4
* [ELF] Print error location in .eh_frame parserEugene Leviant2016-11-231-1/+1
* Move a function definition to SyntheticSections.cpp.Rui Ueyama2016-11-211-5/+0
* [ELF] Convert Version*** sections to input sectionsEugene Leviant2016-11-211-179/+0
* [ELF] Convert EhFrameHeader to input sectionEugene Leviant2016-11-211-47/+2
* [ELF] Convert GdbIndexSection to input sectionEugene Leviant2016-11-211-50/+0
* Remove unused #include.Rui Ueyama2016-11-191-1/+0
* Change filler type from ArrayRef<uint8_t> to uint32_t.Rui Ueyama2016-11-191-6/+11
* Simplify. NFC.Rui Ueyama2016-11-181-9/+5
* Simplify handling of SHF_LINK_ORDER.Rafael Espindola2016-11-181-0/+16
* [ELF] Convert PltSection to input sectionEugene Leviant2016-11-181-37/+0
* [ELF] Convert HashTableSection to input sectionEugene Leviant2016-11-181-44/+0
* [ELF] Convert GnuHashTableSection to input sectionEugene Leviant2016-11-181-152/+0
* Simplify MergeOutputSection.Rui Ueyama2016-11-181-24/+31
* [ELF] Rename an historical leftover, `Chunk` is now `InputSection`.Davide Italiano2016-11-181-1/+1
* [ELF] Use std::for_each() and hoist common code in a lambda.Davide Italiano2016-11-181-7/+5
* Always compute sh_link for SHF_LINK_ORDER sections.Rafael Espindola2016-11-171-13/+7
* [ELF] Convert SymbolTableSection to input sectionEugene Leviant2016-11-171-198/+11
* [ELF] Convert RelocationSection to input sectionEugene Leviant2016-11-161-102/+15
* [ELF] Convert DynamicSection to input section.Eugene Leviant2016-11-151-184/+0
* [ELF] - format. NFC.George Rimar2016-11-141-2/+1
OpenPOWER on IntegriCloud