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
...
*
Use linker script commands in writeMapFile.
Rafael Espindola
2017-05-18
1
-3
/
+0
*
Use a DenseMap in LinkerScript::getCmd.
Rafael Espindola
2017-05-10
1
-6
/
+10
*
Refactor OutputSection to OutputSectionCommand mapping.
Rafael Espindola
2017-05-10
1
-31
/
+24
*
Remove one more use of section names.
Rafael Espindola
2017-05-10
1
-1
/
+1
*
Remove another use of section names. NFC.
Rafael Espindola
2017-05-10
1
-6
/
+5
*
[ELF] - Don't segfault when assigning non-calculatable absolute symbol value.
George Rimar
2017-05-10
1
-2
/
+6
*
Remove another use of section names. NFC.
Rafael Espindola
2017-05-10
1
-2
/
+2
*
Don't use section names in getFiller. NFC.
Rafael Espindola
2017-05-10
1
-2
/
+2
*
[ELF] - Linkerscript: support combination of linkerscript and --compress-debu...
George Rimar
2017-05-08
1
-8
/
+6
*
Delete LinkerScript::getSectionIndex.
Rafael Espindola
2017-05-05
1
-19
/
+23
*
Simplify the header allocation.
Rafael Espindola
2017-05-04
1
-4
/
+44
*
Fix accounting of tbss.
Rafael Espindola
2017-05-04
1
-16
/
+14
*
[ELF] Fix problems with fabricateDefaultCommands() and --section-start
Peter Smith
2017-05-03
1
-11
/
+12
*
Fix pr32816.
Rafael Espindola
2017-05-01
1
-1
/
+8
*
Bring back r301678.
Rafael Espindola
2017-04-29
1
-30
/
+66
*
Revert r301678: Remove LinkerScript::flush.
Rui Ueyama
2017-04-28
1
-64
/
+30
*
Rename one of the variables to avoid confusion.
Rafael Espindola
2017-04-28
1
-2
/
+2
*
Remove LinkerScript::flush.
Rafael Espindola
2017-04-28
1
-30
/
+64
*
Create an OutputSection for each non-empty OutputSectionCommand.
Rafael Espindola
2017-04-26
1
-15
/
+19
*
[ELF] Always use Script::assignAddresses()
Peter Smith
2017-04-19
1
-0
/
+50
*
[ELF] - Linkerscript: make section with no content to be SHT_PROGBITS by defa...
George Rimar
2017-04-14
1
-1
/
+1
*
[ELF] LinkerScript: Don't assign zero to all regular symbols
George Rimar
2017-04-14
1
-1
/
+6
*
Simplify this further.
Rafael Espindola
2017-04-07
1
-2
/
+1
*
[ELF] Recommit r299635 to pad x86 executable sections with 0xcc
James Henderson
2017-04-07
1
-2
/
+2
*
Remove unnecessary cast.
Rafael Espindola
2017-04-07
1
-1
/
+1
*
Call updateAlignment before assignAddresses.
Rafael Espindola
2017-04-06
1
-6
/
+7
*
Move call to findMemoryRegion before assignAddresses.
Rafael Espindola
2017-04-06
1
-2
/
+6
*
Remove redundant argument. NFC.
Rafael Espindola
2017-04-06
1
-3
/
+3
*
Cache the result of findSection.
Rafael Espindola
2017-04-06
1
-3
/
+7
*
Revert r299635 because it exposed a latent bug.
James Henderson
2017-04-06
1
-2
/
+2
*
[ELF] Pad x86 executable sections with 0xcc int3 instructions
James Henderson
2017-04-06
1
-2
/
+2
*
Remove unnecessary local variable.
Rui Ueyama
2017-04-05
1
-7
/
+4
*
Revert r299506 "Simplify. NFC."
George Rimar
2017-04-05
1
-7
/
+10
*
Move the parser for the linker script to a separate file.
Rui Ueyama
2017-04-05
1
-1155
/
+0
*
Remove unused typedef.
Rui Ueyama
2017-04-05
1
-2
/
+0
*
Do not use public inheritance where it is not needed.
Rui Ueyama
2017-04-05
1
-1
/
+1
*
Simplify. NFC.
Rui Ueyama
2017-04-05
1
-12
/
+6
*
Simplify. NFC.
Rui Ueyama
2017-04-05
1
-4
/
+6
*
Fix memory leak found by asan.
Rui Ueyama
2017-04-05
1
-5
/
+5
*
Simplify and update comment.
Rui Ueyama
2017-04-05
1
-20
/
+16
*
Simplify. NFC.
Rui Ueyama
2017-04-05
1
-10
/
+7
*
Use make to create linker script command objects.
Rui Ueyama
2017-04-05
1
-63
/
+59
*
Remove default arguments because they don't improve readability.
Rui Ueyama
2017-04-05
1
-3
/
+3
*
Add parentheses around `&`.
Rui Ueyama
2017-04-05
1
-1
/
+1
*
Update comment.
Rui Ueyama
2017-04-05
1
-4
/
+3
*
Use empty() instead of size().
Rui Ueyama
2017-04-05
1
-1
/
+1
*
Simplify. NFC.
Rui Ueyama
2017-04-05
1
-8
/
+4
*
Make variable names consistent. NFC.
Rui Ueyama
2017-04-05
1
-21
/
+22
*
Return a result from computeInputSections instead of mutating its argument.
Rui Ueyama
2017-04-05
1
-18
/
+24
*
Remove `=` from a lambda that doesn't capture any variable.
Rui Ueyama
2017-04-05
1
-3
/
+4
[prev]
[next]