summaryrefslogtreecommitdiffstats
path: root/lld/ELF/LinkerScript.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Delete trivial setter.Rafael Espindola2017-02-241-1/+1
* Delete trivial getter.Rafael Espindola2017-02-241-5/+5
* Make InputSection a class. NFC.Rafael Espindola2017-02-231-3/+3
* [ELF] - Refactoring of LMA offset handling code. NFC.George Rimar2017-02-231-5/+6
* Merge InputSectionData and InputSectionBase.Rafael Espindola2017-02-231-10/+10
* Convert InputSectionBase to a class.Rafael Espindola2017-02-231-20/+19
* [ELF] Insert linkerscript symbols directly into symbol tablePetr Hosek2017-02-211-10/+10
* [ELF] - Do not segfault when using --gc-sections with linker scriptGeorge Rimar2017-02-211-0/+2
* [ELF] - Postpone evaluation of LMA offset.George Rimar2017-02-211-2/+4
* [ELF] - Improve diagnostic messages for move location counter errors.George Rimar2017-02-211-6/+8
* [ELF] - Make ASSERT() return Dot instead of evaluated value.George Rimar2017-02-211-3/+2
* Fix --print-gc-sections with linker scripts.Rafael Espindola2017-02-171-1/+1
* [ELF] - Move DependentSections vector from InputSection to InputSectionBaseGeorge Rimar2017-02-171-5/+1
* Don't print DISCARD sections as gced.Rafael Espindola2017-02-171-1/+2
* Diagnose another case of the location counter moving backwards.Rafael Espindola2017-02-171-14/+18
* Reject moving the location counter backwards.Rafael Espindola2017-02-171-21/+24
* Share more output section creation code.Rafael Espindola2017-02-161-14/+2
* [ELF] - Do not crash when discarding sections that are referenced by others.George Rimar2017-02-161-0/+5
* Ignore relocation sections in linker scripts.Rafael Espindola2017-02-161-0/+5
* Apply different tokenization rules to linker script expressions.Rui Ueyama2017-02-151-4/+10
* Rename ScriptParser.{cpp,h} -> ScriptLexer.{cpp,h}.Rui Ueyama2017-02-141-3/+3
* ELF: Read all dynamic lists specified on the command line.Peter Collingbourne2017-02-131-1/+2
* Revert "Simplify symbol computation for non alloc sections."Rafael Espindola2017-02-081-3/+10
* [ELF] - Linkerscript - fix handling of OUTPUT_ARCH command.George Rimar2017-02-081-3/+3
* [ELF] Handle output section alignment in linker scriptsPetr Hosek2017-02-071-0/+4
* Simplify symbol computation for non alloc sections.Rafael Espindola2017-02-071-10/+3
* Handle the case where 'local' is the name of a global in a version script:Dmitry Mikulin2017-02-071-1/+1
* [ELF] - Assign proper values for DefinedSynthetic symbols attached to non-all...George Rimar2017-02-071-2/+6
* [ELF] - Refactoring: reuse similar method.George Rimar2017-02-071-33/+20
* Handle symbol assignments before the first section switch.Rafael Espindola2017-02-061-8/+16
* Simplify. NFC.Rafael Espindola2017-02-031-18/+16
* Handle numbers followed by ":" in linker scripts.Rafael Espindola2017-02-031-6/+11
* Update comments.Rui Ueyama2017-02-021-3/+22
* [ELF] - Recommit r293749. Improve comment. NFC.George Rimar2017-02-011-2/+1
* [ELF] - Revert r293749George Rimar2017-02-011-1/+2
* (no commit message)George Rimar2017-02-011-2/+1
* [ELF] - Linkerscript: properly mark minus expression with non-absolute flagGeorge Rimar2017-02-011-7/+8
* [ELF] - Linkerscript: do not fail on additional semicolons in linkerscript.George Rimar2017-01-311-1/+4
* Revert commits r293276 and r293278.Rafael Espindola2017-01-271-1/+1
* [ELF] Bypass section type checkEugene Leviant2017-01-271-1/+1
* Rename NotFlags -> NegFlags.Rui Ueyama2017-01-261-7/+7
* Use StringRef::lower only once instead of calling ::tolower many times.Rui Ueyama2017-01-261-5/+7
* Split ScriptParser::readMemory.Rui Ueyama2017-01-261-27/+25
* [LinkerScript] Implement `MEMORY` commandMeador Inge2017-01-241-1/+140
* [ELF] - Linkerscripts: ignore CONSTRUCTORS in output section declaration.George Rimar2017-01-231-0/+4
* Reduce code duplication when allocating program headers.Rafael Espindola2017-01-201-11/+1
* [ELF] - Do not crash when assign common symbol's values in scriptGeorge Rimar2017-01-201-6/+1
* [ELF] - Support optional comma after output section command.George Rimar2017-01-171-0/+3
* Add support for anonymous local symbols.Rafael Espindola2017-01-101-18/+15
* [ELF] Allow defined symbols to be assigned from linker scriptMeador Inge2017-01-091-32/+49
OpenPOWER on IntegriCloud