summaryrefslogtreecommitdiff
path: root/lld/ELF/ScriptParser.h
AgeCommit message (Expand)Author
2017-11-04[ELF] Support expressions with -defsym optionPetr Hosek
2017-10-02Move new lld's code to Common subdirectory.Rui Ueyama
2017-04-05Move the parser for the linker script to a separate file.Rui Ueyama
2017-02-14Rename ScriptParser.{cpp,h} -> ScriptLexer.{cpp,h}.Rui Ueyama
2017-02-07Handle the case where 'local' is the name of a global in a version script:Dmitry Mikulin
2016-12-01Simplify ScriptParser.Rui Ueyama
2016-12-01Make get{Line,Column}Number members of StringParser.Rui Ueyama
2016-11-28[ELF] Print file:line for 'undefined section' errorsEugene Leviant
2016-11-21[ELF] Better error reporting for linker scriptsEugene Leviant
2016-10-17Rename skip(StringRef) -> consume(StringRef).Rui Ueyama
2016-10-17ELF: Add a skip() overload to ignore any tokenJustin Bogner
2016-07-30Remove dead ctor.Rui Ueyama
2016-06-29Create Strings.cpp and move string manipulation functions to that file.Rui Ueyama
2016-06-03Apply clang-tidy's misc-move-constructor-init to lld.Benjamin Kramer
2016-05-16Add `explicit`.Rui Ueyama
2016-04-23Use ScriptParserBase features to parse linker script expressions.Rui Ueyama
2016-04-22Devirtualize ScriptParserBase. NFC.Rui Ueyama
2016-04-06[lld] Fix build failure from r265600Adhemerval Zanella
2016-04-06[lld] [ELF] Add ScriptParserBase classAdhemerval Zanella