summaryrefslogtreecommitdiffstats
path: root/lld/ELF/LinkerScript.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [ELF] - Linkerscript: implemented SORT_BY_INIT_PRIORITY.George Rimar2016-09-151-0/+8
* Check the return of getInteger.Rafael Espindola2016-09-151-1/+2
* Handle arbitrary expressions in DATA_SEGMENT_RELRO_END.Rafael Espindola2016-09-141-1/+1
* Move helper function higher in the file. NFCRafael Espindola2016-09-141-26/+26
* [ELF] Replace HasContents with HasSections. NFCEugene Leviant2016-09-141-2/+2
* Simplify InputFile ownership management.Rui Ueyama2016-09-141-5/+2
* Enable merging of SHF_MERGE sections with linker scripts.Rafael Espindola2016-09-131-1/+32
* Refactor duplicated code. NFC.Rafael Espindola2016-09-131-11/+11
* Delete dead code.Rafael Espindola2016-09-131-3/+0
* Simplify handling of /DISCARD/. NFC.Rafael Espindola2016-09-121-10/+7
* Recommit [ELF] - Versionscript: do not treat non-wildcarded names as wildcards.George Rimar2016-09-091-9/+10
* Revert r281045, it broke BB.George Rimar2016-09-091-15/+8
* Recommit [ELF] - Versionscript: do not treat non-wildcarded names as wildcards.George Rimar2016-09-091-8/+15
* [ELF] - Revert r281038 to see if that unbreaks build bot.George Rimar2016-09-091-13/+6
* [ELF] - Versionscript: do not treat non-wildcarded names as wildcards.George Rimar2016-09-091-6/+13
* Linker script: implement AT [ (address) ] for PHDREugene Leviant2016-09-091-1/+9
* Fix bug in -nostdlib.Rui Ueyama2016-09-081-1/+2
* Reduce templating. NFC.Rafael Espindola2016-09-081-11/+7
* Compute section names only once.Rafael Espindola2016-09-081-3/+3
* Linker script: implement ALIGNOFEugene Leviant2016-09-081-0/+16
* [ELF] - Apply clang-format to LinkerScript.cpp, NFC.George Rimar2016-09-081-17/+15
* [ELF] - Linkerscript: simplify access to templated methods from parser.George Rimar2016-09-081-76/+16
* [ELF] - Linkerscript: create multiple output sections for inputs with differe...George Rimar2016-09-071-40/+40
* Support ABSOLUE keyword in symbol assignmentsEugene Leviant2016-09-071-22/+47
* Simplify a boolean expression by using the De Morgan's law.Rui Ueyama2016-09-061-1/+1
* Add a comment.Rui Ueyama2016-09-061-0/+4
* [ELF] - Linkerscript: implemented FILL command as alias for =fillexprGeorge Rimar2016-09-061-8/+16
* [ELF] PR30221 - linker script expression parser does not accept '~'Simon Atanasyan2016-09-021-0/+15
* [ELF] - Use std::regex instead of hand written logic in elf::globMatch()George Rimar2016-09-021-29/+16
* Add -nostdlib.Rui Ueyama2016-09-021-1/+2
* Dispatch without hash table lookup.Rui Ueyama2016-09-021-19/+25
* Add comments.Rui Ueyama2016-09-021-0/+4
* [ELF] - Linkerscript: add support for suffixes in numbers.George Rimar2016-09-021-8/+29
* Eliminate LayoutInputSection classEugene Leviant2016-09-011-68/+42
* Linker script: support VERSION command.Rui Ueyama2016-08-311-10/+22
* [ELF] Linkerscript: define symbols outside SECTIONSPetr Hosek2016-08-311-4/+18
* [ELF] - Remove VersionScriptParser class and move the members to ScriptParserGeorge Rimar2016-08-311-4/+97
* Allow adding start/end symbols to any sectionEugene Leviant2016-08-311-4/+37
* [ELF] - Linkerscript: implemented ADDR command.George Rimar2016-08-301-0/+31
* [ELF] - Fix for: bug 29115 - linkerscript does not support non-wildcard filen...George Rimar2016-08-301-13/+13
* Make lld actually compatible with gold in terms of filler handling.Rui Ueyama2016-08-291-10/+10
* Add support for '|' in expressions.Rafael Espindola2016-08-221-0/+3
* Do not add .interp, .dynamic nor .eh_frame_hdr to segments just by type.Rui Ueyama2016-08-221-21/+5
* [ELF] - Give automatically generated __start_* and __stop_* symbols default v...George Rimar2016-08-191-2/+2
* [ELF] - Linkerscript: implemented SUBALIGN() command.George Rimar2016-08-191-1/+8
* [ELF] Don't add input sections twice when linker script is usedEugene Leviant2016-08-181-1/+2
* [ELF] Linkerscript: support assignment outside SECTIONSPetr Hosek2016-08-181-0/+2
* Merge readAt and readAlign.Rui Ueyama2016-08-171-28/+14
* [ELF] - Linkerscript: make readAt() signature to be consistent with others re...George Rimar2016-08-171-4/+5
* Attemp to fix linux build bot after r278911 ("[ELF] - linkerscript AT keyword...George Rimar2016-08-171-1/+1
OpenPOWER on IntegriCloud