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
/
ScriptLexer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ELF] Don't cause assertion failure if --dynamic-list or --version-script tak...
Fangrui Song
2020-06-16
1
-1
/
+5
*
[ELF] Wrap things in `namespace lld { namespace elf {`, NFC
Fangrui Song
2019-10-07
1
-2
/
+5
*
[Coding style change] Rename variables so that they start with a lowercase le...
Rui Ueyama
2019-07-10
1
-107
/
+107
*
[LLD][ELF] - Linkerscript: add a support for expressions for section's filling
George Rimar
2019-07-04
1
-3
/
+6
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[LLD][ELD] - Do not reject INFO output section type when used with a start ad...
George Rimar
2018-08-28
1
-0
/
+9
*
[ELF] - Remove dead code #2.
George Rimar
2018-07-06
1
-4
/
+1
*
[ELF] - Remove dead code. NFC.
George Rimar
2018-07-06
1
-2
/
+0
*
[ELF] - Add a comment. NFC.
George Rimar
2018-07-03
1
-0
/
+1
*
[ELF] - Add support for '||' and '&&' in linker scripts.
George Rimar
2018-07-03
1
-1
/
+1
*
Simplify script lexer.
Rui Ueyama
2017-12-26
1
-1
/
+9
*
[lld] unified COFF and ELF error handling on new Common/ErrorHandler
Bob Haarman
2017-10-25
1
-7
/
+7
*
[ELF] - Linkerscript: Add `~` as separate math token.
George Rimar
2017-10-12
1
-1
/
+1
*
[ELF] - Fix out of sync comment. NFC.
George Rimar
2017-10-11
1
-1
/
+1
*
[ELF] - Do not report multiple errors for single one in ScriptLexer::setError.
George Rimar
2017-08-23
1
-9
/
+5
*
[ELF, LinkerScript] Support ! operator in linker script.
Hafiz Abid Qadeer
2017-08-10
1
-4
/
+9
*
[ELF] - Remove ScriptLexer::Error field and check ErrorCount instead.
George Rimar
2017-08-04
1
-7
/
+6
*
Handle ":" as a regular token character in linker scripts.
Rui Ueyama
2017-03-09
1
-10
/
+19
*
Apply different tokenization rules to linker script expressions.
Rui Ueyama
2017-02-15
1
-12
/
+56
*
Add file comments for ScriptParser.cpp.
Rui Ueyama
2017-02-14
1
-2
/
+31
*
Rename ScriptParser.{cpp,h} -> ScriptLexer.{cpp,h}.
Rui Ueyama
2017-02-14
1
-0
/
+203