summaryrefslogtreecommitdiffstats
path: root/lld/ELF/OutputSections.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [ELF] - Simplify reporting of garbage collected sections.George Rimar2017-10-271-16/+0
* [lld] Move Threads to CommonBob Haarman2017-10-131-1/+1
* Do not copy Sections vector.Rui Ueyama2017-10-111-1/+1
* Rename BytesDataCommand -> ByteCommand.Rui Ueyama2017-10-111-1/+1
* Rename Commands -> SectionCommands.Rui Ueyama2017-10-111-10/+12
* Remove OutputSection::updateAlignment.Rui Ueyama2017-10-071-1/+1
* Clarify code by adding a comment.Rui Ueyama2017-10-071-4/+7
* Merge addInputSec with OutputSection::addSection.Rui Ueyama2017-10-071-62/+48
* Return early. NFC.Rui Ueyama2017-10-071-10/+11
* Remove unused parameters.Rui Ueyama2017-10-071-6/+4
* Do not mutate Script->Opt.Commands from a leaf helper function.Rui Ueyama2017-10-061-20/+23
* Split addSection into two small functions. NFCI.Rui Ueyama2017-10-061-14/+26
* Inline a small function.Rui Ueyama2017-10-061-8/+3
* [EFL] - Fix incorrect code style. NFC.George Rimar2017-09-281-2/+4
* [ELF] - Do not merge sections from SHT_GROUP when -relocatableGeorge Rimar2017-09-191-6/+8
* [ELF] - Fix comment. NFC.George Rimar2017-09-181-1/+1
* Remove redundant parentheses.Rui Ueyama2017-09-151-1/+1
* [ELF] - Remove one of OutputSectionFactory::addInputSec().George Rimar2017-09-151-40/+46
* [ELF] - Move getSymbols() methods to InputFile.George Rimar2017-08-041-1/+1
* [ELF] - Fix "--symbol-ordering-file doesn't work with linker scripts"George Rimar2017-08-041-11/+15
* Fix the order of section that are not on an order file.Rafael Espindola2017-07-281-1/+1
* Merge OutputSectionCommand and OutputSection.Rafael Espindola2017-07-271-7/+322
* [ELF] - Apply clang-format. NFC.George Rimar2017-07-181-4/+4
* Remove redundant argument. NFC.Rafael Espindola2017-07-061-3/+1
* Move fabricateDefaultCommands earlier.Rafael Espindola2017-07-051-82/+0
* Use Entry::SecSize in a couple of cases.Rafael Espindola2017-07-051-12/+0
* Remove confusing `return`.Rui Ueyama2017-06-261-1/+1
* [ELF] Add an apostrophe after a file name when reporting discarded sections.Igor Kudrin2017-06-221-1/+1
* Make OutputSections and OutputSectionCommands globals.Rafael Espindola2017-06-131-0/+3
* [ICF] Ignore SHF_GROUP flag when comparing two sections.Rui Ueyama2017-06-101-6/+2
* Use OutputSectionCommands in assignOffsets.Rafael Espindola2017-06-071-2/+5
* [ELF] - Do not merge relocation sections by name when using --emit-relocs.George Rimar2017-06-071-0/+14
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* Move finalize to OutputSectionCommands. NFC.Rafael Espindola2017-06-061-78/+0
* [ELF] - Allow multiple comdats when producing relocatable output.George Rimar2017-06-061-0/+11
* [ELF] SHF_LINK_ORDER should sort based on InputSectionDescriptionsPeter Smith2017-06-051-1/+13
* [ELF] - Assign SHF_INFO_LINK flag to REL[A] sections.George Rimar2017-06-021-0/+1
* Move maybeCompress to OutputSectionCommand.Rafael Espindola2017-06-011-33/+0
* Store a single Parent pointer for InputSectionBase.Rafael Espindola2017-05-311-7/+7
* Fix a crash.Rafael Espindola2017-05-311-2/+2
* Check Live instead of the section type.Rafael Espindola2017-05-301-1/+1
* [ELF] - Fix comment. NFC.George Rimar2017-05-301-1/+1
* [ELF] - Do not allow -r to eat comdats.George Rimar2017-05-291-1/+22
* When uncompressing sections, remove SHF_COMPRESSED bits. NFC.Rui Ueyama2017-05-251-5/+1
* Move writeTo to OutputSectionCommand.Rafael Espindola2017-05-241-65/+1
* [ELF] - Detemplate access to SymTab, DynSymTab, GnuHashTab. NFC.George Rimar2017-05-161-1/+1
* Rename parallelFor -> parallelForEachN.Rui Ueyama2017-05-101-1/+1
* [ELF] Improve error message for incompatible section typesRui Ueyama2017-05-101-2/+5
* Don't use section names in getFiller. NFC.Rafael Espindola2017-05-101-1/+1
* [ELF] - Linkerscript: support combination of linkerscript and --compress-debu...George Rimar2017-05-081-5/+14
OpenPOWER on IntegriCloud