summaryrefslogtreecommitdiff
path: root/lld/ELF/ScriptLexer.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ELF] Support -= *= /= <<= >>= &= |= in symbol assignmentsFangrui Song2022-06-251-4/+8
* [ELF] Allow ? without adjacent spaceFangrui Song2022-06-251-1/+1
* [ELF] Clean up headers. NFCFangrui Song2022-02-071-0/+2
* [ELF] Optimize ScriptLexer::getLineNumber by caching the previous line number...Colin Cross2021-06-221-1/+19
* [LLD][ELF] - Linkerscript: report location for the "unclosed comment in a lin...Georgii Rymar2020-07-241-1/+1
* [ELF] Don't cause assertion failure if --dynamic-list or --version-script tak...Fangrui Song2020-06-051-1/+5
* [ELF] Use namespace qualifiers (lld:: or elf::) instead of `namespace lld { n...Fangrui Song2020-05-151-5/+2
* [lld] NFC: fix trivial typos in commentsKazuaki Ishizaki2020-04-021-1/+1
* Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer2020-01-281-1/+1
* [ELF] Wrap things in `namespace lld { namespace elf {`, NFCFangrui Song2019-10-071-2/+5
* [Coding style change] Rename variables so that they start with a lowercase le...Rui Ueyama2019-07-101-107/+107
* [LLD][ELF] - Linkerscript: add a support for expressions for section's fillingGeorge Rimar2019-07-041-3/+6
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [LLD][ELD] - Do not reject INFO output section type when used with a start ad...George Rimar2018-08-281-0/+9
* [ELF] - Remove dead code #2.George Rimar2018-07-061-4/+1
* [ELF] - Remove dead code. NFC.George Rimar2018-07-061-2/+0
* [ELF] - Add a comment. NFC.George Rimar2018-07-031-0/+1
* [ELF] - Add support for '||' and '&&' in linker scripts.George Rimar2018-07-031-1/+1
* Simplify script lexer.Rui Ueyama2017-12-261-1/+9
* [lld] unified COFF and ELF error handling on new Common/ErrorHandlerBob Haarman2017-10-251-7/+7
* [ELF] - Linkerscript: Add `~` as separate math token.George Rimar2017-10-121-1/+1
* [ELF] - Fix out of sync comment. NFC.George Rimar2017-10-111-1/+1
* [ELF] - Do not report multiple errors for single one in ScriptLexer::setError.George Rimar2017-08-231-9/+5
* [ELF, LinkerScript] Support ! operator in linker script.Hafiz Abid Qadeer2017-08-101-4/+9
* [ELF] - Remove ScriptLexer::Error field and check ErrorCount instead.George Rimar2017-08-041-7/+6
* Handle ":" as a regular token character in linker scripts.Rui Ueyama2017-03-091-10/+19
* Apply different tokenization rules to linker script expressions.Rui Ueyama2017-02-151-12/+56
* Add file comments for ScriptParser.cpp.Rui Ueyama2017-02-141-2/+31
* Rename ScriptParser.{cpp,h} -> ScriptLexer.{cpp,h}.Rui Ueyama2017-02-141-0/+203