index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lld
/
ELF
/
ScriptParser.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ELF] Fix variable names in comments after VariableName -> variableName change
Fangrui Song
2019-07-16
1
-1
/
+1
*
[Coding style change] Rename variables so that they start with a lowercase le...
Rui Ueyama
2019-07-10
1
-4
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[ELF] Support expressions with -defsym option
Petr Hosek
2017-11-04
1
-0
/
+3
*
Move new lld's code to Common subdirectory.
Rui Ueyama
2017-10-02
1
-1
/
+1
*
Move the parser for the linker script to a separate file.
Rui Ueyama
2017-04-05
1
-0
/
+31
*
Rename ScriptParser.{cpp,h} -> ScriptLexer.{cpp,h}.
Rui Ueyama
2017-02-14
1
-53
/
+0
*
Handle the case where 'local' is the name of a global in a version script:
Dmitry Mikulin
2017-02-07
1
-1
/
+1
*
Simplify ScriptParser.
Rui Ueyama
2016-12-01
1
-1
/
+1
*
Make get{Line,Column}Number members of StringParser.
Rui Ueyama
2016-12-01
1
-1
/
+5
*
[ELF] Print file:line for 'undefined section' errors
Eugene Leviant
2016-11-28
1
-0
/
+1
*
[ELF] Better error reporting for linker scripts
Eugene Leviant
2016-11-21
1
-7
/
+7
*
Rename skip(StringRef) -> consume(StringRef).
Rui Ueyama
2016-10-17
1
-1
/
+1
*
ELF: Add a skip() overload to ignore any token
Justin Bogner
2016-10-17
1
-0
/
+1
*
Remove dead ctor.
Rui Ueyama
2016-07-30
1
-2
/
+0
*
Create Strings.cpp and move string manipulation functions to that file.
Rui Ueyama
2016-06-29
1
-2
/
+0
*
Apply clang-tidy's misc-move-constructor-init to lld.
Benjamin Kramer
2016-06-03
1
-1
/
+2
*
Add `explicit`.
Rui Ueyama
2016-05-16
1
-2
/
+3
*
Use ScriptParserBase features to parse linker script expressions.
Rui Ueyama
2016-04-23
1
-0
/
+1
*
Devirtualize ScriptParserBase. NFC.
Rui Ueyama
2016-04-22
1
-3
/
+0
*
[lld] Fix build failure from r265600
Adhemerval Zanella
2016-04-06
1
-0
/
+1
*
[lld] [ELF] Add ScriptParserBase class
Adhemerval Zanella
2016-04-06
1
-0
/
+50