summaryrefslogtreecommitdiffstats
path: root/lld/ELF/ScriptParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Simplify. NFC.Rui Ueyama2016-10-211-9/+4
* ELF: Implement skip() as (void)next()Justin Bogner2016-10-171-9/+1
* Rename skip(StringRef) -> consume(StringRef).Rui Ueyama2016-10-171-1/+1
* ELF: Add a skip() overload to ignore any tokenJustin Bogner2016-10-171-0/+10
* Recommit [ELF] - Versionscript: do not treat non-wildcarded names as wildcards.George Rimar2016-09-091-2/+5
* Revert r281045, it broke BB.George Rimar2016-09-091-5/+2
* Recommit [ELF] - Versionscript: do not treat non-wildcarded names as wildcards.George Rimar2016-09-091-2/+5
* [ELF] - Revert r281038 to see if that unbreaks build bot.George Rimar2016-09-091-5/+2
* [ELF] - Versionscript: do not treat non-wildcarded names as wildcards.George Rimar2016-09-091-2/+5
* [ELF] - Fix for: PR29093 - version script does not support [chars] wildcardsGeorge Rimar2016-09-071-1/+1
* Add comments.Rui Ueyama2016-09-011-2/+4
* Create Strings.cpp and move string manipulation functions to that file.Rui Ueyama2016-06-291-15/+0
* [ELF] - Do not crash on unclosed quote (") in scripts.George Rimar2016-06-221-1/+1
* Add support for # comments.Rafael Espindola2016-06-161-1/+8
* [ELF] - Implemented comparsion operators for linkerscript.George Rimar2016-04-251-1/+1
* Use ScriptParserBase features to parse linker script expressions.Rui Ueyama2016-04-231-2/+6
* [ELF] Include Twine.h header to restore LLD build after r266524. NFCSimon Atanasyan2016-04-161-0/+1
* [lld] [ELF] Add ScriptParserBase classAdhemerval Zanella2016-04-061-0/+166
OpenPOWER on IntegriCloud