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
/
OutputSections.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Try to fix gcc warning
Rafael Espindola
2015-09-28
1
-1
/
+2
*
Delete dead code.
Rafael Espindola
2015-09-28
1
-1
/
+0
*
Add support for local absolute symbols.
Rafael Espindola
2015-09-28
1
-12
/
+15
*
[ELF2] Don't inline function and define it in OutputSection.cpp. NFC.
Davide Italiano
2015-09-26
1
-0
/
+8
*
Add support for creating the symbols __init_array_start and __init_array_end.
Rafael Espindola
2015-09-25
1
-0
/
+5
*
Move more logic to getSymVA to avoid code duplication.
Rafael Espindola
2015-09-25
1
-22
/
+35
*
Move variables closer to use. NFC.
Rafael Espindola
2015-09-25
1
-6
/
+4
*
Move a few methods out of line. NFC.
Rafael Espindola
2015-09-25
1
-0
/
+88
*
[ELF2] Use static non-member function when it suffices.
Davide Italiano
2015-09-25
1
-9
/
+0
*
Simplify memory management by having ELFData contain a ELFObj.
Rafael Espindola
2015-09-24
1
-3
/
+3
*
[ELF2] Add support for -discard-none.
Davide Italiano
2015-09-24
1
-1
/
+10
*
Create the .bss section early so that we don't have to set it after the fact.
Rafael Espindola
2015-09-23
1
-2
/
+2
*
[elf2] Pass BSSSec to the relocation handling code differently. Don't store i...
Michael J. Spencer
2015-09-23
1
-1
/
+1
*
Implement --export-dynamic.
Rafael Espindola
2015-09-22
1
-1
/
+9
*
Move the last remaining hard coded relocations to Target.
Rafael Espindola
2015-09-22
1
-2
/
+2
*
Start adding target abstractions.
Rafael Espindola
2015-09-22
1
-35
/
+6
*
Fix the creation of Elf_Rel sections.
Rafael Espindola
2015-09-22
1
-4
/
+6
*
Use a signed value for Delta.
Rafael Espindola
2015-09-22
1
-1
/
+1
*
[ELF2] Fix gcc build
Denis Protivensky
2015-09-22
1
-8
/
+8
*
Remove the Chunk terminology from ELF.
Rafael Espindola
2015-09-22
1
-7
/
+7
*
More MSVC fixes.
Rafael Espindola
2015-09-21
1
-16
/
+12
*
Trying to fix the MSVC build.
Rafael Espindola
2015-09-21
1
-4
/
+4
*
Remove unused includes.
Rafael Espindola
2015-09-21
1
-5
/
+0
*
Make InputSection able to relocate itself.
Rafael Espindola
2015-09-21
1
-121
/
+18
*
Move OutputSectionBase and derived classes out of Writer.cpp.
Rafael Espindola
2015-09-21
1
-0
/
+586
[prev]