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
...
*
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
*
ELF: Remove use of MapVector from LinkerScript.
Rui Ueyama
2016-02-12
1
-16
/
+12
*
ELF: Remove readLinkerScript and define LinkerScript::read instead.
Rui Ueyama
2016-02-11
1
-2
/
+2
*
ELF: Create LinkerScript class to move code out of Writer.
Rui Ueyama
2016-02-11
1
-29
/
+53
*
Re-submit ELF: Report multiple errors from the driver.
Rui Ueyama
2016-02-02
1
-1
/
+1
*
ELF: Do not use fatal in LinkerScript.cpp.
Rui Ueyama
2016-02-02
1
-22
/
+56
*
Revert r259143, it broke check-lld on Windows (see PR26388).
Nico Weber
2016-02-01
1
-1
/
+1
*
ELF: Report multiple errors from the driver.
Rui Ueyama
2016-01-29
1
-1
/
+1
*
ELF: Rename error -> fatal and redefine error as a non-noreturn function.
Rui Ueyama
2016-01-28
1
-9
/
+9
*
Fix bug in handling of quoted linker script tokens and update tests to use it.
Pete Cooper
2016-01-22
1
-1
/
+1
*
Remove unnecessary `lld::`.
Rui Ueyama
2016-01-06
1
-1
/
+1
*
[ELF] Lookup INPUT argument in the current directory
Simon Atanasyan
2015-11-26
1
-0
/
+2
*
[ELF] Reapply r254031 - LinkerScript: lookup absolute paths under sysroot
Simon Atanasyan
2015-11-26
1
-3
/
+23
*
Follow-up to r254049; remove function I missed in the revert.
Hans Wennborg
2015-11-25
1
-9
/
+0
*
Revert r254031: "ELF2: LinkerScript: lookup absolute paths under sysroot"
Hans Wennborg
2015-11-25
1
-11
/
+3
*
ELF2: Factor out isUnderSysroot from readLinkerScript. NFC.
Rui Ueyama
2015-11-24
1
-7
/
+10
*
ELF2: LinkerScript: lookup absolute paths under sysroot
Simon Atanasyan
2015-11-24
1
-3
/
+17
*
[ELF2] SECTIONS command basic support
Denis Protivensky
2015-11-12
1
-1
/
+36
*
[ELF2] - Linker script EXTERN command implemented.
George Rimar
2015-10-19
1
-0
/
+13
*
[ELF2/Linkerscript] Skip semicolon in linker directives parsing.
Davide Italiano
2015-10-13
1
-0
/
+2
*
ELF2: Add comments.
Rui Ueyama
2015-10-13
1
-1
/
+1
[prev]
[next]