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
/
lib
/
ReaderWriter
/
LinkerScript.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Delete the old script parser.
Rafael Espindola
2016-02-28
1
-2895
/
+0
*
Fix Clang-tidy modernize-use-auto warnings, other minor fixes.
Eugene Zelenko
2015-11-10
1
-11
/
+8
*
[LinkerScript] Fix a crash when matching wildcards.
Davide Italiano
2015-08-22
1
-2
/
+5
*
[LinkerScript] Process program header in PHDRS command
Denis Protivensky
2015-08-12
1
-49
/
+95
*
[LinkerScript] Fix case when setting custom NONE segment
Denis Protivensky
2015-07-23
1
-1
/
+1
*
[ELF] Apply segments from linker scripts
Denis Protivensky
2015-07-23
1
-6
/
+10
*
[LinkerScript] Add matching of output sections to segments
Denis Protivensky
2015-06-15
1
-4
/
+74
*
Don't use std::errc.
Rafael Espindola
2015-06-13
1
-6
/
+7
*
Fix unused variable warnings.
Michael J. Spencer
2015-05-28
1
-0
/
+9
*
Add PHDR and FILL parsing.
Michael J. Spencer
2015-05-28
1
-7
/
+208
*
[LinkerScript] Handle symbols defined in linker scripts
Rafael Auler
2015-03-16
1
-0
/
+22
*
[LinkerScript] Implement semantics for simple sections mappings
Rafael Auler
2015-03-16
1
-6
/
+403
*
LinkerScript: Add parsing of the EXTERN command
Meador Inge
2015-03-12
1
-0
/
+46
*
LinkerScript: Add parsing of the MEMORY command
Meador Inge
2015-03-11
1
-0
/
+120
*
[LinkerScript] Implement linker script expression evaluation
Rafael Auler
2015-03-09
1
-2
/
+74
*
LinkerScript: Remove leaks in the parser
David Majnemer
2015-02-20
1
-33
/
+36
*
Add a comment to Lexer::canContinueNumber.
Rui Ueyama
2015-02-04
1
-0
/
+1
*
Early return. NFC.
Rui Ueyama
2015-02-04
1
-16
/
+15
*
Simplify large switches.
Rui Ueyama
2015-02-04
1
-54
/
+5
*
ELF: Support INPUT linker script directive
Rui Ueyama
2015-02-03
1
-10
/
+13
*
Make ELFLinkingContext own LinkerScript buffers
Rafael Auler
2015-02-03
1
-14
/
+13
*
[ELF] Support for parsing OUTPUT command in LinkerScript
Davide Italiano
2015-02-02
1
-0
/
+30
*
Revert "Add support library."
Shankar Easwaran
2014-11-11
1
-2
/
+107
*
Add support library.
Shankar Easwaran
2014-11-10
1
-107
/
+2
*
[LinkerScript] Change ErrorOr usage to fix MSVC2012 buildbots
Rafael Auler
2014-11-03
1
-4
/
+4
*
[lld] Teach LLD how to parse most linker scripts
Rafael Auler
2014-11-03
1
-66
/
+1597
*
[ELF] Implement parsing `-l` prefixed items in the `GROUP` linker script comm...
Simon Atanasyan
2014-07-15
1
-4
/
+38
*
[LinkerScript] parse OUTPUT_FORMAT : treat quotedStrings as identifier
Shankar Easwaran
2014-02-25
1
-7
/
+7
*
[LinkerScript] OUTPUT_FORMAT: Parse Quoted Strings
Shankar Easwaran
2014-02-25
1
-3
/
+39
*
[LinkerScript] parse OUTPUT_ARCH.
Shankar Easwaran
2014-02-25
1
-5
/
+36
*
Fix a variety of typos in function names and comments
Alp Toker
2013-12-01
1
-1
/
+1
*
Remove unnecessary namespace qualifier.
Rui Ueyama
2013-11-05
1
-1
/
+1
*
[lld][ELF] Add parser for linker script ENTRY command
Rui Ueyama
2013-06-03
1
-24
/
+43
*
Add basic linker script parsing.
Michael J. Spencer
2013-03-01
1
-0
/
+270