summaryrefslogtreecommitdiffstats
path: root/lld/ELF/LinkerScript.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Simplify. readAssignment never returns a nullptr.Rui Ueyama2016-07-291-4/+3
* [ELF] - Removed excessive check. NFC.George Rimar2016-07-281-1/+1
* [ELF] - Attempt to fix BB after 277042.George Rimar2016-07-281-1/+1
* [ELF] - Cosmetic change. NFC.George Rimar2016-07-281-1/+1
* [ELF] - Linkerscript: implemented filename specification.George Rimar2016-07-281-34/+44
* [ELF] - Linkerscript: implemented += operator.George Rimar2016-07-281-18/+21
* Make CommonInputSection singleton class.Rui Ueyama2016-07-281-6/+4
* [ELF] Allows setting section for common symbols in linker scriptEugene Leviant2016-07-281-3/+9
* Add support for SEGMENT_START.Rafael Espindola2016-07-281-0/+9
* [ELF] - Linkerscript: ignore SORT(CONSTRUCTORS)George Rimar2016-07-281-0/+9
* Make toPhdrFlags a member function. NFC.Rafael Espindola2016-07-271-4/+4
* [ELF/LinkerScript] Support EXCLUDE_FILE inside KEEP.Davide Italiano2016-07-271-13/+33
* Remove return type that can trivially be inferred.Rui Ueyama2016-07-261-1/+1
* [ELF] - replace error() with llvm_unreachable. George Rimar2016-07-261-1/+1
* Attemp to fix build bot:George Rimar2016-07-261-0/+2
* [ELF] Linkerscript: symbol assignments with indentifiers on the right side of...George Rimar2016-07-261-3/+29
* [ELF] - Linkerscript: implemented ALIGN modificatior of output sections.George Rimar2016-07-261-0/+13
* [ELF] Linkerscript: implement DATA_SEGMENT_RELRO_END.George Rimar2016-07-261-0/+11
* [ELF] - Merged 2 lines. NFC.George Rimar2016-07-261-4/+1
* [ELF] Linkerscript: simplify DATA_SEGMENT_ALIGN evaluationGeorge Rimar2016-07-261-1/+1
* [ELF] - Fixed possible iterator overflow.George Rimar2016-07-261-6/+7
* [ELF/Linkerscript] Remove special handling of TLS/NOTE/RELRO sections (patch ...Eugene Leviant2016-07-261-23/+0
* Split getPhdrsIndices. NFC.Rui Ueyama2016-07-261-11/+16
* Replace std::find_if with plain for loop. NFC.Rui Ueyama2016-07-261-10/+8
* Split LinkerScript::createSections into small functions.Rui Ueyama2016-07-251-37/+48
* Fix parameter names.Rui Ueyama2016-07-251-4/+4
* Do not pass InputFile to reportDiscarded().Rui Ueyama2016-07-251-1/+1
* Make ConstraintKind an enum class.Rui Ueyama2016-07-251-2/+2
* [LinkerScript] Refactor KEEP handling in a separate functionDavide Italiano2016-07-251-10/+15
* Re-commit "Split LinkerScript::createSections".Rui Ueyama2016-07-251-21/+38
* [ELF] - Linkerscript: implemented output section [address] attribute.George Rimar2016-07-251-0/+9
* [ELF] Fix the semantic of PROVIDE in linker scripts.Davide Italiano2016-07-251-1/+3
* Simplify. NFC.Rui Ueyama2016-07-241-26/+24
* [ELF] Support PROVIDE/PROVIDE_HIDDEN inside output sections description.Davide Italiano2016-07-241-0/+4
* Merge readSymbolAssignment with readAssignment. NFC.Rui Ueyama2016-07-241-24/+11
* Make readExpr return an Expr object instead of a vector of tokens.Rui Ueyama2016-07-241-219/+165
* Rollback r276538 and r276540 to unbreak asan bot.Rui Ueyama2016-07-241-38/+21
* Simplify. NFC.Rui Ueyama2016-07-241-13/+11
* Split LinkerScript::createSections.Rui Ueyama2016-07-241-21/+40
* [ELF/Linkerscript] Define an absolute if we find an undefined.Davide Italiano2016-07-231-1/+2
* Remove Phdr typedef.Rui Ueyama2016-07-231-10/+10
* Make a pure function a non-member file-scoped function.Rui Ueyama2016-07-231-2/+1
* [ELF] Support PROVIDE and PROVIDE_HIDDEN inside SECTIONSEugene Leviant2016-07-221-11/+48
* [ELF/LinkerScript] Support ONLY_IF_{RO, RW} directive.Davide Italiano2016-07-221-3/+26
* [ELF] - Basic support of linkerscript commands: DATA_SEGMENT_ALIGN, DATA_SEGM...George Rimar2016-07-211-0/+35
* Update comment.Rui Ueyama2016-07-211-2/+6
* Fix MSVC 2015 compilation failure around range-for without curly bracesReid Kleckner2016-07-211-1/+2
* [ELF] Fix bug in program header FLAGS processing + test case update (found by...Eugene Leviant2016-07-211-1/+0
* [ELF] - Cleanup of LinkerScript<ELFT>::assignAddresses()George Rimar2016-07-211-8/+12
* [ELF] - Linkerscript: add InputSectionDescription command to LS parser.George Rimar2016-07-211-23/+46
OpenPOWER on IntegriCloud