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
/
LinkerScript.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Instantiate Interp output section only when needed.
Rui Ueyama
2016-07-21
1
-1
/
+1
*
[ELF] Support FLAGS attribute in program header definition
Eugene Leviant
2016-07-21
1
-3
/
+9
*
[ELF] - Linkerscript: remove excessive ScriptConfiguration::Filler field
George Rimar
2016-07-21
1
-5
/
+6
*
[ELF] - Initial support of tree-style linker script implemented.
George Rimar
2016-07-21
1
-28
/
+39
*
Function names should start with lowercase letters.
Rui Ueyama
2016-07-20
1
-10
/
+10
*
Replace parallel arrays with a StringSwitch.
Rui Ueyama
2016-07-20
1
-15
/
+18
*
Remove `else` after `break`.
Rui Ueyama
2016-07-20
1
-2
/
+1
*
Simplify output section ownership.
Rui Ueyama
2016-07-20
1
-3
/
+4
*
[ELF] - Refactor of LinkerScript<ELFT>::getPhdrIndicesForSection
George Rimar
2016-07-20
1
-11
/
+11
*
[ELF] Create output sections in LinkerScript class
Eugene Leviant
2016-07-20
1
-1
/
+41
*
Fix build with gcc 6.
Rafael Espindola
2016-07-19
1
-1
/
+1
*
[ELF] Minimal PHDRS parser and section to segment assignment support
Eugene Leviant
2016-07-19
1
-4
/
+182
*
Reformat comment from 3 to 2 lines. NFC.
George Rimar
2016-07-19
1
-2
/
+1
*
Fixed comment. NFC.
George Rimar
2016-07-19
1
-1
/
+1
*
[ELF] Overriding reserved symbols in linker script
Eugene Leviant
2016-07-15
1
-1
/
+1
*
Remove redundant `return`.
Rui Ueyama
2016-07-15
1
-1
/
+0
*
Merge SymbolAssignmentKind and ExprKind.
Rui Ueyama
2016-07-15
1
-15
/
+15
*
[ELF] r275383 reverted due to buildbot failure
Eugene Leviant
2016-07-14
1
-3
/
+3
*
[ELF] Allow overriding reserved symbols in linker scripts
Eugene Leviant
2016-07-14
1
-3
/
+3
*
[ELF] Support for symbol assignment in linker scripts within SECTIONS {} block
Eugene Leviant
2016-07-12
1
-17
/
+55
*
Fix formating. NFC.
Rafael Espindola
2016-07-07
1
-1
/
+2
*
Remove trailing whitespaces.
Rui Ueyama
2016-07-01
1
-3
/
+3
*
[ELF] Fix first PT_LOAD segment VA calculation, when linker script is used
Eugene Leviant
2016-07-01
1
-1
/
+12
*
Create Strings.cpp and move string manipulation functions to that file.
Rui Ueyama
2016-06-29
1
-24
/
+1
*
Rename matchStr -> globMatch.
Rui Ueyama
2016-06-29
1
-4
/
+4
*
[ELF] Support for wildcard in version scripts.
Davide Italiano
2016-06-29
1
-3
/
+1
*
[LinkerScript] Spell 'character' correctly. NFC.
Davide Italiano
2016-06-26
1
-1
/
+1
*
Rename Align -> Alignment.
Rui Ueyama
2016-06-17
1
-2
/
+2
*
Fix the function to set the section VMA/LMA fields in case of using
Dima Stepanov
2016-05-19
1
-25
/
+20
*
Removed dead code. NFC.
George Rimar
2016-05-04
1
-7
/
+0
*
[ELF] - Implemented comparsion operators for linkerscript.
George Rimar
2016-04-25
1
-7
/
+25
*
Use ScriptParserBase features to parse linker script expressions.
Rui Ueyama
2016-04-23
1
-71
/
+59
*
Devirtualize ScriptParserBase. NFC.
Rui Ueyama
2016-04-22
1
-1
/
+1
*
Inline getInteger as it's too short to be a function. NFC.
Rui Ueyama
2016-04-22
1
-10
/
+4
*
Update a comment for r267145.
Rui Ueyama
2016-04-22
1
-1
/
+2
*
Move uintX_t typedef to the class definition. NFC.
Rui Ueyama
2016-04-22
1
-2
/
+0
*
[ELF] - Implemented linkerscript ALIGN command
George Rimar
2016-04-22
1
-0
/
+8
*
Recommitted r267132 "[ELF] - implemented ternary operator for linkerscript ex...
George Rimar
2016-04-22
1
-0
/
+14
*
Revert r267132 as it broke buildbot.
George Rimar
2016-04-22
1
-14
/
+0
*
[ELF] - implemented ternary operator for linkerscript expressions
George Rimar
2016-04-22
1
-0
/
+14
*
Inline SectionRule::match.
Rui Ueyama
2016-04-22
1
-5
/
+1
*
ELF: Make the special variable "." as a LinkerScript class member.
Rui Ueyama
2016-04-22
1
-21
/
+22
*
ELF: Change how to handle KEEP linker script command.
Rui Ueyama
2016-04-21
1
-17
/
+24
*
ELF: Change the return type of getSectionOrder.
Rui Ueyama
2016-04-21
1
-6
/
+10
*
[ELF] - Use ArrayRef instead of std::vector& for LinkerScript module. NFC.
George Rimar
2016-04-21
1
-3
/
+3
*
[ELF] - Get rid of SectionOrder array.
George Rimar
2016-04-21
1
-10
/
+16
*
Define and use a utility function. NFC.
Rui Ueyama
2016-04-20
1
-7
/
+16
*
ELF: Redefine parseExpr to parse an expression. NFC.
Rui Ueyama
2016-04-20
1
-9
/
+12
*
ELF: Template LinkerScript class.
Rui Ueyama
2016-04-20
1
-57
/
+41
*
Make a function file-scoped.
Rui Ueyama
2016-04-19
1
-1
/
+1
[prev]
[next]