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
...
*
Remove a redundant boolean.
Rafael Espindola
2015-11-03
1
-2
/
+2
*
Make a method static. NFC.
Rafael Espindola
2015-11-02
1
-5
/
+5
*
[ELF2] Ensure that .dynsym section is finalized before .gnu.hash.
Igor Kudrin
2015-11-02
1
-2
/
+4
*
[ELF2] R_X86_64_COPY relocation implemented
George Rimar
2015-10-28
1
-4
/
+20
*
[ELF2] Move sorting and data to the GNU hash table section.
Igor Kudrin
2015-10-28
1
-51
/
+49
*
Another fix of -Wqual-const warning.
George Rimar
2015-10-25
1
-1
/
+1
*
Add support for merging string from SHF_STRINGS sections.
Rafael Espindola
2015-10-24
1
-14
/
+57
*
ELF2: Remove setNameOffset and combine that with writeHeader. NFC.
Rui Ueyama
2015-10-24
1
-0
/
+1
*
ELF2: Rename StringTableSection::getFileOff -> getOffset.
Rui Ueyama
2015-10-24
1
-5
/
+5
*
Drop a few const to reduce the noise from the next patch. NFC.
Rafael Espindola
2015-10-23
1
-2
/
+2
*
ELF2: Implement --gc-sections.
Rui Ueyama
2015-10-22
1
-14
/
+15
*
[ELF2] Add support for GNU Hash section
Igor Kudrin
2015-10-22
1
-12
/
+178
*
ELF2: Rename getMostConstrainingVisibility -> getVisibility. NFC.
Rui Ueyama
2015-10-21
1
-4
/
+4
*
ELF2: Simplify DT_FLAGS{,_1} handling. NFC.
Rui Ueyama
2015-10-21
1
-22
/
+20
*
[ELF2] Add support for -z origin.
Davide Italiano
2015-10-21
1
-2
/
+6
*
Fix symbol value calculation in SHF_MERGE.
Rafael Espindola
2015-10-20
1
-2
/
+1
*
[ELF2] Determine the order of entries of symbol tables in the finalize() phase.
Igor Kudrin
2015-10-20
1
-31
/
+30
*
[ELF2] Extract calculation of symbol binding as a separate function.
Igor Kudrin
2015-10-20
1
-8
/
+12
*
[ELF2] .shstrtab section implemented
George Rimar
2015-10-20
1
-3
/
+2
*
[ELF2] - Lazy relocation support for x86_64.
George Rimar
2015-10-20
1
-12
/
+84
*
[ELF2] Correctly set bits when -z now is specified.
Davide Italiano
2015-10-20
1
-1
/
+3
*
[ELF2] Introduce support for -z nodelete.
Davide Italiano
2015-10-20
1
-1
/
+3
*
[ELF2/OutputSections] Allocate the correct number of entries after r250739.
Davide Italiano
2015-10-19
1
-1
/
+3
*
[OutputSection] Set the symbolic bit in DT_FLAGS and not DT_FLAGS_1.
Davide Italiano
2015-10-19
1
-0
/
+3
*
Add support for merging the contents of SHF_MERGE sections.
Rafael Espindola
2015-10-19
1
-12
/
+78
*
Reduce nesting level. NFC.
Rui Ueyama
2015-10-19
1
-9
/
+7
*
Change getLocalRelTarget to include the addend.
Rafael Espindola
2015-10-19
1
-11
/
+20
*
Simplify by computing on relocation field at a time.
Rafael Espindola
2015-10-19
1
-19
/
+21
*
[ELF2] In/out parameter of writeGlobalSymbols() is changed to in parameter.
Igor Kudrin
2015-10-19
1
-1
/
+1
*
Use a reference. NFC.
Rafael Espindola
2015-10-16
1
-2
/
+2
*
ELF2: Treat IsMips64EL as a global configuration.
Rui Ueyama
2015-10-16
1
-6
/
+5
*
[ELF2] Remove unneeded new Type parameter
Hal Finkel
2015-10-16
1
-8
/
+7
*
[ELF2] Don't create RelativeReloc for weak undef symbols
Hal Finkel
2015-10-16
1
-1
/
+4
*
[ELF2] getLocalRelTarget should handle R_PPC64_TOC directly
Hal Finkel
2015-10-16
1
-9
/
+13
*
Add a ObjectFile<ELFT>::getSection helper and simplify. NFC.
Rafael Espindola
2015-10-16
1
-24
/
+5
*
ELF2: Use ELFT to template OutputSections.
Rui Ueyama
2015-10-15
1
-69
/
+50
*
ELF2: Move HashTableSection::hash out of the class.
Rui Ueyama
2015-10-15
1
-0
/
+12
*
Remove a getter/setter that don't hide anything.
Rui Ueyama
2015-10-15
1
-6
/
+6
*
Use OutputSectionBase in a few cases where we don't need a OutputSection.
Rafael Espindola
2015-10-15
1
-2
/
+2
*
ELF2: Do not use OutputSection as a member variable name.
Rui Ueyama
2015-10-15
1
-11
/
+9
*
ELF2: Remove {set,get}OutputSection accessors.
Rui Ueyama
2015-10-14
1
-9
/
+7
*
ELF2: Remove {set,get}OutputSectionOff accessors.
Rui Ueyama
2015-10-14
1
-5
/
+5
*
Handle dynamic relocs to weak undefined when possible.
Rafael Espindola
2015-10-14
1
-6
/
+28
*
ELF2: Remove getAddrSize().
Rui Ueyama
2015-10-14
1
-2
/
+2
*
[ELF2] Don't allocate entry for DT_SYMBOLIC.
Davide Italiano
2015-10-13
1
-3
/
+0
*
[ELF2] Add support for -Bsymbolic.
Davide Italiano
2015-10-13
1
-2
/
+9
*
ELF2: Add comments.
Rui Ueyama
2015-10-13
1
-1
/
+5
*
Revert r250169: "This patch implements basic variant of lazy loading for x86_...
Rui Ueyama
2015-10-13
1
-80
/
+11
*
Remove trailing whitespaces.
Rui Ueyama
2015-10-13
1
-1
/
+1
*
This patch implements basic variant of lazy loading for x86_x64 and for X86 t...
George Rimar
2015-10-13
1
-11
/
+80
[prev]
[next]