summaryrefslogtreecommitdiffstats
path: root/lld/ELF/LinkerScript.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Do not join sections for relocatable object filesEugene Leviant2016-10-051-1/+1
* [ELF] make KEEP command recognize file patternsEugene Leviant2016-10-051-5/+10
* Start linker scripts at 0.Rafael Espindola2016-09-301-1/+1
* Don't error if we can't put the header in a PT_LOAD.Rafael Espindola2016-09-291-9/+16
* [ELF] Support -z max-page-size optionPetr Hosek2016-09-281-1/+1
* [ELF] - Linkerscript: implemented BYTE/SHORT/LONG/QUAD commands.George Rimar2016-09-261-0/+75
* [ELF] - Format. NFC.George Rimar2016-09-261-3/+1
* Combine two StringSwitch::Cases because Cases now can take 6 parameters.Rui Ueyama2016-09-231-2/+1
* Avoid counting sections twice.Rafael Espindola2016-09-231-11/+9
* Simplify. NFC.Rui Ueyama2016-09-231-14/+6
* [ELF] - Linkerscript: accept space between '=' and expression in section filler.George Rimar2016-09-231-1/+5
* [ELF] - Linkerscript: implement DEFINED() command.George Rimar2016-09-231-0/+12
* [ELF] - Linkerscript: Implemented >> and <<George Rimar2016-09-231-4/+10
* Don't move orphan sections past assignments.Rafael Espindola2016-09-221-5/+31
* Simplify. NFC.Rafael Espindola2016-09-221-3/+1
* Avoid duplicated code.Rafael Espindola2016-09-221-3/+2
* Simplify. NFC.Rafael Espindola2016-09-221-3/+2
* Handle empty sections with symbol assignments.Rafael Espindola2016-09-221-1/+26
* Fix VA computation for tbss.Rafael Espindola2016-09-221-3/+6
* Handle multiple .tbss sections.Rafael Espindola2016-09-221-1/+3
* Implement ONLY_IF_RO/ONLY_IF_RW like bfd.Rafael Espindola2016-09-211-9/+4
* [ELF] - Linkerscript: support complex section pattern grammar.George Rimar2016-09-211-40/+55
* Linker script: Fix bug with several .bssEugene Leviant2016-09-211-1/+2
* [ELF] - Linkerscript: reimplement readSectionExcludes()George Rimar2016-09-211-18/+12
* Revert "Revert "Only restrict order if both sections are in the script.""Rafael Espindola2016-09-201-11/+0
* Revert "Only restrict order if both sections are in the script."Rafael Espindola2016-09-201-2/+2
* Only restrict order if both sections are in the script.Rafael Espindola2016-09-201-2/+2
* Simplify SORT and --sort-section command line option handling.Rui Ueyama2016-09-201-30/+24
* Remove empty section commands.Rafael Espindola2016-09-201-0/+23
* Remove unnecessary const_canst. NFC.Rafael Espindola2016-09-191-9/+3
* [ELF] - LinkerScript: Add workaround for gcc 6.2.0 failure w/autoGeorge Rimar2016-09-191-2/+2
* [ELF] - Fix comment. NFC.George Rimar2016-09-171-1/+1
* [ELF] - Added comments. NFC.George Rimar2016-09-171-0/+4
* [ELF] - SEGMENT_START's default argument can be an expressionGeorge Rimar2016-09-171-4/+2
* [ELF] Linkerscript: fixed bug about commands processing.George Rimar2016-09-171-0/+1
* Use named struct instead of unnamed std::pair.Rui Ueyama2016-09-171-10/+14
* Define a versatile utility function and use it instead of a single purpose one.Rui Ueyama2016-09-171-13/+12
* Remove unnecessary namespace specifiers.Rui Ueyama2016-09-171-7/+7
* Try to fix a few bots.Rafael Espindola2016-09-161-2/+2
* Put SHF_ALLOC sections first, even with linker scripts.Rafael Espindola2016-09-161-6/+37
* Rename SortSectionPolicy::IgnoreConfig to None.Rui Ueyama2016-09-161-12/+10
* Only process commands in a ONLY_IF_RO if it matches.Rafael Espindola2016-09-161-15/+18
* Fix constraint checking in ONLY_IF_RO.Rafael Espindola2016-09-161-9/+10
* [ELF] - Implemented --sort-section cmd line option and SORT_NONE script command.George Rimar2016-09-161-15/+49
* Recommit r281721 "[ELF] - Linkerscript: implement EXCLUDE_FILE in the middle ...George Rimar2016-09-161-24/+53
* Improve handling ASSERT outside SECTIONS blockEugene Leviant2016-09-161-36/+40
* Change how we compute offsets with linker scripts.Rafael Espindola2016-09-161-114/+120
* Reverted r281721 ("[ELF] - Linkerscript: implement EXCLUDE_FILE in the middle...George Rimar2016-09-161-54/+24
* [ELF] - Linkerscript: implement EXCLUDE_FILE in the middle of a input section...George Rimar2016-09-161-24/+54
* Error out instead of producing a corrupt PT_LOAD.Rafael Espindola2016-09-151-3/+6
OpenPOWER on IntegriCloud