summaryrefslogtreecommitdiff
path: root/lld/ELF/ScriptParser.h
AgeCommit message (Expand)Author
2024-09-21[ELF] ScriptParser: pass Ctx to ScriptParser and ScriptLexer. NFCFangrui Song
2024-07-28[ELF] --defsym: support quoted LHSFangrui Song
2022-08-10[lld/elf] Use C++17 nested namespace syntax in most placesNico Weber
2022-02-07[ELF] Clean up headers. NFCFangrui Song
2020-06-17[ELF] Improve --export-dynamic-symbol performance by checking whether wildcar...Fangrui Song
2019-07-16[ELF] Fix variable names in comments after VariableName -> variableName changeFangrui Song
2019-07-10[Coding style change] Rename variables so that they start with a lowercase le...Rui Ueyama
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
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