summaryrefslogtreecommitdiffstats
path: root/lld/ELF/LinkerScript.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Attempt to fix buildbot.Rui Ueyama2016-04-191-1/+1
* ELF: Add +, -, *, / and & to SECTIONS linker script command.Rui Ueyama2016-04-191-17/+97
* Rename LocationNode -> SectionsCommand.Rui Ueyama2016-04-181-10/+10
* Remove redundant curly braces.Rui Ueyama2016-04-181-3/+3
* Refactor LinkerScript::assignAddresses. NFC.Rui Ueyama2016-04-181-24/+22
* Recommitted 266457 with fix:George Rimar2016-04-161-2/+129
* Revert r266457: "[ELF] - Implemented basic location counter support."Rui Ueyama2016-04-151-129/+2
* [ELF] - Implemented basic location counter support.George Rimar2016-04-151-2/+129
* [lld] [ELF] Add ScriptParserBase classAdhemerval Zanella2016-04-061-166/+4
* [ELF] - Teach linkerscript error handler to show full script line and column ...George Rimar2016-04-061-0/+21
* Include line number in error message for linker scripts.Rui Ueyama2016-03-301-2/+13
* Fix spelling.Rui Ueyama2016-03-131-2/+2
* Recommit of r263252, [ELF] - Change all messages to lowercase to be consistent.George Rimar2016-03-121-4/+4
* Revert r263252: "[ELF] - Change all messages to lowercase to be consistent."Rui Ueyama2016-03-111-4/+4
* [ELF] - Change all messages to lowercase to be consistent.George Rimar2016-03-111-4/+4
* This reverts the r263125George Rimar2016-03-111-7/+7
* [ELF] - Consistent spelling for error/warning messagesGeorge Rimar2016-03-101-7/+7
* Revert "ELF: Add /lib and /usr/lib as default search paths."Rafael Espindola2016-03-081-3/+1
* ELF: Add /lib and /usr/lib as default search paths.Rui Ueyama2016-03-081-1/+3
* ELF: Remove OutSection class and use a map instead.Rui Ueyama2016-02-281-16/+14
* Simplify. NFC.Rui Ueyama2016-02-281-6/+5
* Rename elf2 to elf.Rafael Espindola2016-02-281-4/+4
* [ELF] - Implemented linkerscript sections padding.George Rimar2016-02-261-7/+53
* Remove redundant template instantiations.Rui Ueyama2016-02-261-5/+0
* [ELF] - replaced std::function with raw pointers in LinkerScript.cppGeorge Rimar2016-02-241-20/+21
* [ELF] - Teach input section wildcard patterns to recognize '?' meta character.George Rimar2016-02-241-3/+4
* [ELF] - Linkerscript KEEP command.George Rimar2016-02-231-7/+37
* Attemp to heal windows buildbotGeorge Rimar2016-02-191-10/+10
* [ELF] - Minor refactor of LinkerScript fileGeorge Rimar2016-02-191-23/+20
* ELF: Add wildcard pattern matching to SECTIONS linker script command.Rui Ueyama2016-02-121-5/+54
* ELF: Remove use of MapVector from LinkerScript.Rui Ueyama2016-02-121-16/+12
* ELF: Remove readLinkerScript and define LinkerScript::read instead.Rui Ueyama2016-02-111-2/+2
* ELF: Create LinkerScript class to move code out of Writer.Rui Ueyama2016-02-111-29/+53
* Re-submit ELF: Report multiple errors from the driver.Rui Ueyama2016-02-021-1/+1
* ELF: Do not use fatal in LinkerScript.cpp.Rui Ueyama2016-02-021-22/+56
* Revert r259143, it broke check-lld on Windows (see PR26388).Nico Weber2016-02-011-1/+1
* ELF: Report multiple errors from the driver.Rui Ueyama2016-01-291-1/+1
* ELF: Rename error -> fatal and redefine error as a non-noreturn function.Rui Ueyama2016-01-281-9/+9
* Fix bug in handling of quoted linker script tokens and update tests to use it.Pete Cooper2016-01-221-1/+1
* Remove unnecessary `lld::`.Rui Ueyama2016-01-061-1/+1
* [ELF] Lookup INPUT argument in the current directorySimon Atanasyan2015-11-261-0/+2
* [ELF] Reapply r254031 - LinkerScript: lookup absolute paths under sysrootSimon Atanasyan2015-11-261-3/+23
* Follow-up to r254049; remove function I missed in the revert.Hans Wennborg2015-11-251-9/+0
* Revert r254031: "ELF2: LinkerScript: lookup absolute paths under sysroot"Hans Wennborg2015-11-251-11/+3
* ELF2: Factor out isUnderSysroot from readLinkerScript. NFC.Rui Ueyama2015-11-241-7/+10
* ELF2: LinkerScript: lookup absolute paths under sysrootSimon Atanasyan2015-11-241-3/+17
* [ELF2] SECTIONS command basic supportDenis Protivensky2015-11-121-1/+36
* [ELF2] - Linker script EXTERN command implemented.George Rimar2015-10-191-0/+13
* [ELF2/Linkerscript] Skip semicolon in linker directives parsing.Davide Italiano2015-10-131-0/+2
* ELF2: Add comments.Rui Ueyama2015-10-131-1/+1
OpenPOWER on IntegriCloud