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
...
*
Do not join sections for relocatable object files
Eugene Leviant
2016-10-05
1
-1
/
+1
*
[ELF] make KEEP command recognize file patterns
Eugene Leviant
2016-10-05
1
-5
/
+10
*
Start linker scripts at 0.
Rafael Espindola
2016-09-30
1
-1
/
+1
*
Don't error if we can't put the header in a PT_LOAD.
Rafael Espindola
2016-09-29
1
-9
/
+16
*
[ELF] Support -z max-page-size option
Petr Hosek
2016-09-28
1
-1
/
+1
*
[ELF] - Linkerscript: implemented BYTE/SHORT/LONG/QUAD commands.
George Rimar
2016-09-26
1
-0
/
+75
*
[ELF] - Format. NFC.
George Rimar
2016-09-26
1
-3
/
+1
*
Combine two StringSwitch::Cases because Cases now can take 6 parameters.
Rui Ueyama
2016-09-23
1
-2
/
+1
*
Avoid counting sections twice.
Rafael Espindola
2016-09-23
1
-11
/
+9
*
Simplify. NFC.
Rui Ueyama
2016-09-23
1
-14
/
+6
*
[ELF] - Linkerscript: accept space between '=' and expression in section filler.
George Rimar
2016-09-23
1
-1
/
+5
*
[ELF] - Linkerscript: implement DEFINED() command.
George Rimar
2016-09-23
1
-0
/
+12
*
[ELF] - Linkerscript: Implemented >> and <<
George Rimar
2016-09-23
1
-4
/
+10
*
Don't move orphan sections past assignments.
Rafael Espindola
2016-09-22
1
-5
/
+31
*
Simplify. NFC.
Rafael Espindola
2016-09-22
1
-3
/
+1
*
Avoid duplicated code.
Rafael Espindola
2016-09-22
1
-3
/
+2
*
Simplify. NFC.
Rafael Espindola
2016-09-22
1
-3
/
+2
*
Handle empty sections with symbol assignments.
Rafael Espindola
2016-09-22
1
-1
/
+26
*
Fix VA computation for tbss.
Rafael Espindola
2016-09-22
1
-3
/
+6
*
Handle multiple .tbss sections.
Rafael Espindola
2016-09-22
1
-1
/
+3
*
Implement ONLY_IF_RO/ONLY_IF_RW like bfd.
Rafael Espindola
2016-09-21
1
-9
/
+4
*
[ELF] - Linkerscript: support complex section pattern grammar.
George Rimar
2016-09-21
1
-40
/
+55
*
Linker script: Fix bug with several .bss
Eugene Leviant
2016-09-21
1
-1
/
+2
*
[ELF] - Linkerscript: reimplement readSectionExcludes()
George Rimar
2016-09-21
1
-18
/
+12
*
Revert "Revert "Only restrict order if both sections are in the script.""
Rafael Espindola
2016-09-20
1
-11
/
+0
*
Revert "Only restrict order if both sections are in the script."
Rafael Espindola
2016-09-20
1
-2
/
+2
*
Only restrict order if both sections are in the script.
Rafael Espindola
2016-09-20
1
-2
/
+2
*
Simplify SORT and --sort-section command line option handling.
Rui Ueyama
2016-09-20
1
-30
/
+24
*
Remove empty section commands.
Rafael Espindola
2016-09-20
1
-0
/
+23
*
Remove unnecessary const_canst. NFC.
Rafael Espindola
2016-09-19
1
-9
/
+3
*
[ELF] - LinkerScript: Add workaround for gcc 6.2.0 failure w/auto
George Rimar
2016-09-19
1
-2
/
+2
*
[ELF] - Fix comment. NFC.
George Rimar
2016-09-17
1
-1
/
+1
*
[ELF] - Added comments. NFC.
George Rimar
2016-09-17
1
-0
/
+4
*
[ELF] - SEGMENT_START's default argument can be an expression
George Rimar
2016-09-17
1
-4
/
+2
*
[ELF] Linkerscript: fixed bug about commands processing.
George Rimar
2016-09-17
1
-0
/
+1
*
Use named struct instead of unnamed std::pair.
Rui Ueyama
2016-09-17
1
-10
/
+14
*
Define a versatile utility function and use it instead of a single purpose one.
Rui Ueyama
2016-09-17
1
-13
/
+12
*
Remove unnecessary namespace specifiers.
Rui Ueyama
2016-09-17
1
-7
/
+7
*
Try to fix a few bots.
Rafael Espindola
2016-09-16
1
-2
/
+2
*
Put SHF_ALLOC sections first, even with linker scripts.
Rafael Espindola
2016-09-16
1
-6
/
+37
*
Rename SortSectionPolicy::IgnoreConfig to None.
Rui Ueyama
2016-09-16
1
-12
/
+10
*
Only process commands in a ONLY_IF_RO if it matches.
Rafael Espindola
2016-09-16
1
-15
/
+18
*
Fix constraint checking in ONLY_IF_RO.
Rafael Espindola
2016-09-16
1
-9
/
+10
*
[ELF] - Implemented --sort-section cmd line option and SORT_NONE script command.
George Rimar
2016-09-16
1
-15
/
+49
*
Recommit r281721 "[ELF] - Linkerscript: implement EXCLUDE_FILE in the middle ...
George Rimar
2016-09-16
1
-24
/
+53
*
Improve handling ASSERT outside SECTIONS block
Eugene Leviant
2016-09-16
1
-36
/
+40
*
Change how we compute offsets with linker scripts.
Rafael Espindola
2016-09-16
1
-114
/
+120
*
Reverted r281721 ("[ELF] - Linkerscript: implement EXCLUDE_FILE in the middle...
George Rimar
2016-09-16
1
-54
/
+24
*
[ELF] - Linkerscript: implement EXCLUDE_FILE in the middle of a input section...
George Rimar
2016-09-16
1
-24
/
+54
*
Error out instead of producing a corrupt PT_LOAD.
Rafael Espindola
2016-09-15
1
-3
/
+6
[prev]
[next]