summaryrefslogtreecommitdiffstats
path: root/lld/ELF/ScriptLexer.h
Commit message (Expand)AuthorAgeFilesLines
* [Coding style change] Rename variables so that they start with a lowercase le...Rui Ueyama2019-07-101-11/+11
* 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/+1
* Move new lld's code to Common subdirectory.Rui Ueyama2017-10-021-1/+1
* [ELF] - Remove ScriptLexer::Error field and check ErrorCount instead.George Rimar2017-08-041-1/+0
* Handle ":" as a regular token character in linker scripts.Rui Ueyama2017-03-091-1/+2
* Apply different tokenization rules to linker script expressions.Rui Ueyama2017-02-151-0/+2
* Rename ScriptParser.{cpp,h} -> ScriptLexer.{cpp,h}.Rui Ueyama2017-02-141-0/+53
OpenPOWER on IntegriCloud