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] - Linkerscript: implemented SORT_BY_INIT_PRIORITY.
George Rimar
2016-09-15
1
-0
/
+8
*
Check the return of getInteger.
Rafael Espindola
2016-09-15
1
-1
/
+2
*
Handle arbitrary expressions in DATA_SEGMENT_RELRO_END.
Rafael Espindola
2016-09-14
1
-1
/
+1
*
Move helper function higher in the file. NFC
Rafael Espindola
2016-09-14
1
-26
/
+26
*
[ELF] Replace HasContents with HasSections. NFC
Eugene Leviant
2016-09-14
1
-2
/
+2
*
Simplify InputFile ownership management.
Rui Ueyama
2016-09-14
1
-5
/
+2
*
Enable merging of SHF_MERGE sections with linker scripts.
Rafael Espindola
2016-09-13
1
-1
/
+32
*
Refactor duplicated code. NFC.
Rafael Espindola
2016-09-13
1
-11
/
+11
*
Delete dead code.
Rafael Espindola
2016-09-13
1
-3
/
+0
*
Simplify handling of /DISCARD/. NFC.
Rafael Espindola
2016-09-12
1
-10
/
+7
*
Recommit [ELF] - Versionscript: do not treat non-wildcarded names as wildcards.
George Rimar
2016-09-09
1
-9
/
+10
*
Revert r281045, it broke BB.
George Rimar
2016-09-09
1
-15
/
+8
*
Recommit [ELF] - Versionscript: do not treat non-wildcarded names as wildcards.
George Rimar
2016-09-09
1
-8
/
+15
*
[ELF] - Revert r281038 to see if that unbreaks build bot.
George Rimar
2016-09-09
1
-13
/
+6
*
[ELF] - Versionscript: do not treat non-wildcarded names as wildcards.
George Rimar
2016-09-09
1
-6
/
+13
*
Linker script: implement AT [ (address) ] for PHDR
Eugene Leviant
2016-09-09
1
-1
/
+9
*
Fix bug in -nostdlib.
Rui Ueyama
2016-09-08
1
-1
/
+2
*
Reduce templating. NFC.
Rafael Espindola
2016-09-08
1
-11
/
+7
*
Compute section names only once.
Rafael Espindola
2016-09-08
1
-3
/
+3
*
Linker script: implement ALIGNOF
Eugene Leviant
2016-09-08
1
-0
/
+16
*
[ELF] - Apply clang-format to LinkerScript.cpp, NFC.
George Rimar
2016-09-08
1
-17
/
+15
*
[ELF] - Linkerscript: simplify access to templated methods from parser.
George Rimar
2016-09-08
1
-76
/
+16
*
[ELF] - Linkerscript: create multiple output sections for inputs with differe...
George Rimar
2016-09-07
1
-40
/
+40
*
Support ABSOLUE keyword in symbol assignments
Eugene Leviant
2016-09-07
1
-22
/
+47
*
Simplify a boolean expression by using the De Morgan's law.
Rui Ueyama
2016-09-06
1
-1
/
+1
*
Add a comment.
Rui Ueyama
2016-09-06
1
-0
/
+4
*
[ELF] - Linkerscript: implemented FILL command as alias for =fillexpr
George Rimar
2016-09-06
1
-8
/
+16
*
[ELF] PR30221 - linker script expression parser does not accept '~'
Simon Atanasyan
2016-09-02
1
-0
/
+15
*
[ELF] - Use std::regex instead of hand written logic in elf::globMatch()
George Rimar
2016-09-02
1
-29
/
+16
*
Add -nostdlib.
Rui Ueyama
2016-09-02
1
-1
/
+2
*
Dispatch without hash table lookup.
Rui Ueyama
2016-09-02
1
-19
/
+25
*
Add comments.
Rui Ueyama
2016-09-02
1
-0
/
+4
*
[ELF] - Linkerscript: add support for suffixes in numbers.
George Rimar
2016-09-02
1
-8
/
+29
*
Eliminate LayoutInputSection class
Eugene Leviant
2016-09-01
1
-68
/
+42
*
Linker script: support VERSION command.
Rui Ueyama
2016-08-31
1
-10
/
+22
*
[ELF] Linkerscript: define symbols outside SECTIONS
Petr Hosek
2016-08-31
1
-4
/
+18
*
[ELF] - Remove VersionScriptParser class and move the members to ScriptParser
George Rimar
2016-08-31
1
-4
/
+97
*
Allow adding start/end symbols to any section
Eugene Leviant
2016-08-31
1
-4
/
+37
*
[ELF] - Linkerscript: implemented ADDR command.
George Rimar
2016-08-30
1
-0
/
+31
*
[ELF] - Fix for: bug 29115 - linkerscript does not support non-wildcard filen...
George Rimar
2016-08-30
1
-13
/
+13
*
Make lld actually compatible with gold in terms of filler handling.
Rui Ueyama
2016-08-29
1
-10
/
+10
*
Add support for '|' in expressions.
Rafael Espindola
2016-08-22
1
-0
/
+3
*
Do not add .interp, .dynamic nor .eh_frame_hdr to segments just by type.
Rui Ueyama
2016-08-22
1
-21
/
+5
*
[ELF] - Give automatically generated __start_* and __stop_* symbols default v...
George Rimar
2016-08-19
1
-2
/
+2
*
[ELF] - Linkerscript: implemented SUBALIGN() command.
George Rimar
2016-08-19
1
-1
/
+8
*
[ELF] Don't add input sections twice when linker script is used
Eugene Leviant
2016-08-18
1
-1
/
+2
*
[ELF] Linkerscript: support assignment outside SECTIONS
Petr Hosek
2016-08-18
1
-0
/
+2
*
Merge readAt and readAlign.
Rui Ueyama
2016-08-17
1
-28
/
+14
*
[ELF] - Linkerscript: make readAt() signature to be consistent with others re...
George Rimar
2016-08-17
1
-4
/
+5
*
Attemp to fix linux build bot after r278911 ("[ELF] - linkerscript AT keyword...
George Rimar
2016-08-17
1
-1
/
+1
[prev]
[next]