summaryrefslogtreecommitdiff
path: root/lld/ELF/ScriptParser.h
Commit message (Expand)AuthorAgeFilesLines
* [lld/elf] Use C++17 nested namespace syntax in most placesNico Weber2022-08-101-4/+2
* [ELF] Clean up headers. NFCFangrui Song2022-02-071-1/+1
* [ELF] Improve --export-dynamic-symbol performance by checking whether wildcar...Fangrui Song2020-06-171-0/+2
* [ELF] Fix variable names in comments after VariableName -> variableName changeFangrui Song2019-07-161-1/+1
* [Coding style change] Rename variables so that they start with a lowercase le...Rui Ueyama2019-07-101-4/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [ELF] Support expressions with -defsym optionPetr Hosek2017-11-041-0/+3
* Move new lld's code to Common subdirectory.Rui Ueyama2017-10-021-1/+1
* Move the parser for the linker script to a separate file.Rui Ueyama2017-04-051-0/+31
* Rename ScriptParser.{cpp,h} -> ScriptLexer.{cpp,h}.Rui Ueyama2017-02-141-53/+0
* Handle the case where 'local' is the name of a global in a version script:Dmitry Mikulin2017-02-071-1/+1
* Simplify ScriptParser.Rui Ueyama2016-12-011-1/+1
* Make get{Line,Column}Number members of StringParser.Rui Ueyama2016-12-011-1/+5
* [ELF] Print file:line for 'undefined section' errorsEugene Leviant2016-11-281-0/+1
* [ELF] Better error reporting for linker scriptsEugene Leviant2016-11-211-7/+7
* Rename skip(StringRef) -> consume(StringRef).Rui Ueyama2016-10-171-1/+1
* ELF: Add a skip() overload to ignore any tokenJustin Bogner2016-10-171-0/+1
* Remove dead ctor.Rui Ueyama2016-07-301-2/+0
* Create Strings.cpp and move string manipulation functions to that file.Rui Ueyama2016-06-291-2/+0
* Apply clang-tidy's misc-move-constructor-init to lld.Benjamin Kramer2016-06-031-1/+2
* Add `explicit`.Rui Ueyama2016-05-161-2/+3
* Use ScriptParserBase features to parse linker script expressions.Rui Ueyama2016-04-231-0/+1
* Devirtualize ScriptParserBase. NFC.Rui Ueyama2016-04-221-3/+0
* [lld] Fix build failure from r265600Adhemerval Zanella2016-04-061-0/+1
* [lld] [ELF] Add ScriptParserBase classAdhemerval Zanella2016-04-061-0/+50