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
*
[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
*
Attempt to fix buildbot.
Rui Ueyama
2016-04-19
1
-1
/
+1
*
ELF: Add +, -, *, / and & to SECTIONS linker script command.
Rui Ueyama
2016-04-19
1
-17
/
+97
*
Rename LocationNode -> SectionsCommand.
Rui Ueyama
2016-04-18
1
-10
/
+10
*
Remove redundant curly braces.
Rui Ueyama
2016-04-18
1
-3
/
+3
*
Refactor LinkerScript::assignAddresses. NFC.
Rui Ueyama
2016-04-18
1
-24
/
+22
*
Recommitted 266457 with fix:
George Rimar
2016-04-16
1
-2
/
+129
*
Revert r266457: "[ELF] - Implemented basic location counter support."
Rui Ueyama
2016-04-15
1
-129
/
+2
*
[ELF] - Implemented basic location counter support.
George Rimar
2016-04-15
1
-2
/
+129
*
[lld] [ELF] Add ScriptParserBase class
Adhemerval Zanella
2016-04-06
1
-166
/
+4
*
[ELF] - Teach linkerscript error handler to show full script line and column ...
George Rimar
2016-04-06
1
-0
/
+21
*
Include line number in error message for linker scripts.
Rui Ueyama
2016-03-30
1
-2
/
+13
*
Fix spelling.
Rui Ueyama
2016-03-13
1
-2
/
+2
*
Recommit of r263252, [ELF] - Change all messages to lowercase to be consistent.
George Rimar
2016-03-12
1
-4
/
+4
*
Revert r263252: "[ELF] - Change all messages to lowercase to be consistent."
Rui Ueyama
2016-03-11
1
-4
/
+4
*
[ELF] - Change all messages to lowercase to be consistent.
George Rimar
2016-03-11
1
-4
/
+4
*
This reverts the r263125
George Rimar
2016-03-11
1
-7
/
+7
*
[ELF] - Consistent spelling for error/warning messages
George Rimar
2016-03-10
1
-7
/
+7
*
Revert "ELF: Add /lib and /usr/lib as default search paths."
Rafael Espindola
2016-03-08
1
-3
/
+1
*
ELF: Add /lib and /usr/lib as default search paths.
Rui Ueyama
2016-03-08
1
-1
/
+3
*
ELF: Remove OutSection class and use a map instead.
Rui Ueyama
2016-02-28
1
-16
/
+14
*
Simplify. NFC.
Rui Ueyama
2016-02-28
1
-6
/
+5
*
Rename elf2 to elf.
Rafael Espindola
2016-02-28
1
-4
/
+4
*
[ELF] - Implemented linkerscript sections padding.
George Rimar
2016-02-26
1
-7
/
+53
*
Remove redundant template instantiations.
Rui Ueyama
2016-02-26
1
-5
/
+0
*
[ELF] - replaced std::function with raw pointers in LinkerScript.cpp
George Rimar
2016-02-24
1
-20
/
+21
*
[ELF] - Teach input section wildcard patterns to recognize '?' meta character.
George Rimar
2016-02-24
1
-3
/
+4
*
[ELF] - Linkerscript KEEP command.
George Rimar
2016-02-23
1
-7
/
+37
*
Attemp to heal windows buildbot
George Rimar
2016-02-19
1
-10
/
+10
*
[ELF] - Minor refactor of LinkerScript file
George Rimar
2016-02-19
1
-23
/
+20
*
ELF: Add wildcard pattern matching to SECTIONS linker script command.
Rui Ueyama
2016-02-12
1
-5
/
+54
[next]