aboutsummaryrefslogtreecommitdiff
path: root/lld/ELF/ScriptLexer.h
AgeCommit message (Expand)AuthorFilesLines
2021-06-22[ELF] Optimize ScriptLexer::getLineNumber by caching the previous line number...Colin Cross1-0/+3
2020-07-24[LLD][ELF] - Linkerscript: report location for the "unclosed comment in a lin...Georgii Rymar1-1/+1
2020-04-22[ELF] For relative paths in INPUT() and GROUP(), search the directory of the ...Fangrui Song1-2/+3
2019-07-10[Coding style change] Rename variables so that they start with a lowercase le...Rui Ueyama1-11/+11
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-08-28[LLD][ELD] - Do not reject INFO output section type when used with a start ad...George Rimar1-0/+1
2017-10-02Move new lld's code to Common subdirectory.Rui Ueyama1-1/+1
2017-08-04[ELF] - Remove ScriptLexer::Error field and check ErrorCount instead.George Rimar1-1/+0
2017-03-09Handle ":" as a regular token character in linker scripts.Rui Ueyama1-1/+2
2017-02-15Apply different tokenization rules to linker script expressions.Rui Ueyama1-0/+2
2017-02-14Rename ScriptParser.{cpp,h} -> ScriptLexer.{cpp,h}.Rui Ueyama1-0/+53