aboutsummaryrefslogtreecommitdiff
path: root/lld/ELF/ScriptParser.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-09Recommit [ELF] - Versionscript: do not treat non-wildcarded names as wildcards.George Rimar1-2/+5
2016-09-09Revert r281045, it broke BB.George Rimar1-5/+2
2016-09-09Recommit [ELF] - Versionscript: do not treat non-wildcarded names as wildcards.George Rimar1-2/+5
2016-09-09[ELF] - Revert r281038 to see if that unbreaks build bot.George Rimar1-5/+2
2016-09-09[ELF] - Versionscript: do not treat non-wildcarded names as wildcards.George Rimar1-2/+5
2016-09-07[ELF] - Fix for: PR29093 - version script does not support [chars] wildcardsGeorge Rimar1-1/+1
2016-09-01Add comments.Rui Ueyama1-2/+4
2016-06-29Create Strings.cpp and move string manipulation functions to that file.Rui Ueyama1-15/+0
2016-06-22[ELF] - Do not crash on unclosed quote (") in scripts.George Rimar1-1/+1
2016-06-16Add support for # comments.Rafael Espindola1-1/+8
2016-04-25[ELF] - Implemented comparsion operators for linkerscript.George Rimar1-1/+1
2016-04-23Use ScriptParserBase features to parse linker script expressions.Rui Ueyama1-2/+6
2016-04-16[ELF] Include Twine.h header to restore LLD build after r266524. NFCSimon Atanasyan1-0/+1
2016-04-06[lld] [ELF] Add ScriptParserBase classAdhemerval Zanella1-0/+166