Sign in
chromium
/
external
/
github.com
/
llvm
/
llvm-project.git
/
ba2816be824adfa7171d14d472ad645ab9edc5b3
/
lld
/
ELF
/
ScriptParser.h
2946cd7
Update the file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 6 years ago
8c7e8cc
[ELF] Support expressions with -defsym option
by Petr Hosek
· 8 years ago
3f85170
Move new lld's code to Common subdirectory.
by Rui Ueyama
· 8 years ago
2ec3454
Move the parser for the linker script to a separate file.
by Rui Ueyama
· 8 years ago
794366a
Rename ScriptParser.{cpp,h} -> ScriptLexer.{cpp,h}.
by Rui Ueyama
· 8 years ago
f3965c0
Handle the case where 'local' is the name of a global in a version script:
by Dmitry Mikulin
· 8 years ago
10091b0
Simplify ScriptParser.
by Rui Ueyama
· 9 years ago
b5f1c3e
Make get{Line,Column}Number members of StringParser.
by Rui Ueyama
· 9 years ago
ed30ce7
[ELF] Print file:line for 'undefined section' errors
by Eugene Leviant
· 9 years ago
03ff016
[ELF] Better error reporting for linker scripts
by Eugene Leviant
· 9 years ago
83043f2
Rename skip(StringRef) -> consume(StringRef).
by Rui Ueyama
· 9 years ago
5424e7c
ELF: Add a skip() overload to ignore any token
by Justin Bogner
· 9 years ago
400fc1a
Remove dead ctor.
by Rui Ueyama
· 9 years ago
93c9af4
Create Strings.cpp and move string manipulation functions to that file.
by Rui Ueyama
· 9 years ago
bd52120
Apply clang-tidy's misc-move-constructor-init to lld.
by Benjamin Kramer
· 9 years ago
1470366
Add `explicit`.
by Rui Ueyama
· 9 years ago
9c1112d
Use ScriptParserBase features to parse linker script expressions.
by Rui Ueyama
· 9 years ago
4a46539
Devirtualize ScriptParserBase. NFC.
by Rui Ueyama
· 9 years ago
b92a34e
[lld] Fix build failure from r265600
by Adhemerval Zanella
· 9 years ago
e77b5bf
[lld] [ELF] Add ScriptParserBase class
by Adhemerval Zanella
· 9 years ago