summaryrefslogtreecommitdiff
path: root/lld/ELF/ScriptLexer.cpp
AgeCommit message (Expand)Author
2018-08-28[LLD][ELD] - Do not reject INFO output section type when used with a start ad...George Rimar
2018-07-06[ELF] - Remove dead code #2.George Rimar
2018-07-06[ELF] - Remove dead code. NFC.George Rimar
2018-07-03[ELF] - Add a comment. NFC.George Rimar
2018-07-03[ELF] - Add support for '||' and '&&' in linker scripts.George Rimar
2017-12-26Simplify script lexer.Rui Ueyama
2017-10-25[lld] unified COFF and ELF error handling on new Common/ErrorHandlerBob Haarman
2017-10-12[ELF] - Linkerscript: Add `~` as separate math token.George Rimar
2017-10-11[ELF] - Fix out of sync comment. NFC.George Rimar
2017-08-23[ELF] - Do not report multiple errors for single one in ScriptLexer::setError.George Rimar
2017-08-10[ELF, LinkerScript] Support ! operator in linker script.Hafiz Abid Qadeer
2017-08-04[ELF] - Remove ScriptLexer::Error field and check ErrorCount instead.George Rimar
2017-03-09Handle ":" as a regular token character in linker scripts.Rui Ueyama
2017-02-15Apply different tokenization rules to linker script expressions.Rui Ueyama
2017-02-14Add file comments for ScriptParser.cpp.Rui Ueyama
2017-02-14Rename ScriptParser.{cpp,h} -> ScriptLexer.{cpp,h}.Rui Ueyama