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
...
*
Fix the aarch64 logic for dynamic relocations.
Rafael Espindola
2016-02-23
1
-39
/
+8
*
[lld] [ELF/AArch64] Fix R_AARCH64_ABS64 in Shared mode
Adhemerval Zanella
2016-02-23
1
-8
/
+39
*
Add support for merging strings with alignment larger than one char.
Rafael Espindola
2016-02-19
1
-2
/
+3
*
Fixed comments formatting. NFC.
George Rimar
2016-02-18
1
-1
/
+1
*
Make getOffset a member function of DynamicReloc<ELFT>.
Rui Ueyama
2016-02-17
1
-15
/
+11
*
Use shorter names for the .gnu.hash class.
Rui Ueyama
2016-02-17
1
-11
/
+11
*
Use stable_partition instead of erasing all elements and fill it again.
Rui Ueyama
2016-02-17
1
-23
/
+24
*
Use an accurate type instead of unsigned.
Rui Ueyama
2016-02-17
1
-11
/
+10
*
Split SymbolTableSection::writeGlobalSymbols.
Rui Ueyama
2016-02-17
1
-34
/
+31
*
ELF: silence -Wcast-qual warnings from GCC
Saleem Abdulrasool
2016-02-15
1
-2
/
+2
*
Add initial LTO support.
Rafael Espindola
2016-02-12
1
-0
/
+2
*
Make compCtors strict weak ordering.
Rui Ueyama
2016-02-12
1
-2
/
+2
*
ELF: Implement the correct semantics of .[cd]tors.
Rui Ueyama
2016-02-11
1
-9
/
+77
*
Reorder code to improve readability. NFC.
Rui Ueyama
2016-02-10
1
-3
/
+3
*
ELF: Use stable sort to sort .{init,fini}_array sections.
Rui Ueyama
2016-02-10
1
-2
/
+3
*
ELF: Implement __attribute__((init_priority(N)) support.
Rui Ueyama
2016-02-10
1
-0
/
+38
*
Use a SymbolBody to represent the personality.
Rafael Espindola
2016-02-10
1
-4
/
+3
*
Rangefy, and replace a switch with `if`s. NFC.
Rui Ueyama
2016-02-09
1
-12
/
+11
*
Fix inverted comparison.
Rafael Espindola
2016-02-09
1
-1
/
+1
*
ELF: Add 'using namespace llvm::dwarf'.
Rui Ueyama
2016-02-09
1
-22
/
+23
*
ELF: Add .eh_frame 'P', 'R' and 'L' augmentation characters.
Rui Ueyama
2016-02-09
1
-7
/
+48
*
Use the plt entry as the address of some symbols.
Rafael Espindola
2016-02-09
1
-1
/
+1
*
ELF: Simplify getFdeEncoding.
Rui Ueyama
2016-02-08
1
-58
/
+15
*
ELF: Simplify readEntryLength.
Rui Ueyama
2016-02-05
1
-14
/
+14
*
ELF: Make EHOutputSection::readEntryLength a non-member function.
Rui Ueyama
2016-02-05
1
-27
/
+26
*
Simplify. NFC.
Rui Ueyama
2016-02-05
1
-2
/
+1
*
Rename IsUsedInDynamicReloc to MustBeInDynSym.
Rafael Espindola
2016-02-05
1
-1
/
+1
*
Centralize most calls to setUsedInDynamicReloc.
Rafael Espindola
2016-02-05
1
-0
/
+8
*
ELF: Make names for TLS module indices shorter.
Rui Ueyama
2016-02-05
1
-4
/
+6
*
Simplify. NFC.
Rui Ueyama
2016-02-04
1
-1
/
+1
*
Avoid code duplication when creating dynamic relocations.
Rafael Espindola
2016-02-04
1
-105
/
+32
*
Fix addend computation for IRELATIVE relocations.
Rafael Espindola
2016-02-03
1
-13
/
+12
*
Simplify. NFC.
Rafael Espindola
2016-02-03
1
-5
/
+1
*
[ELF] Implemented -Bsymbolic-functions command line option
George Rimar
2016-02-02
1
-1
/
+5
*
[ELF] Remove redundant empty line. NFC
Simon Atanasyan
2016-02-02
1
-1
/
+0
*
Update a comment.
Rui Ueyama
2016-02-02
1
-1
/
+2
*
Replace auto with the real type.
Rui Ueyama
2016-02-02
1
-1
/
+1
*
ELF: Teach SymbolBody about how to get its addresses.
Rui Ueyama
2016-02-01
1
-80
/
+14
*
Consistenly use sizeof(uintX_t) instead of ELFT::Is64Bits ? 8 : 4.
Rui Ueyama
2016-01-29
1
-4
/
+4
*
Add comments.
Rui Ueyama
2016-01-29
1
-6
/
+9
*
Replace code duplications with function calls.
Rui Ueyama
2016-01-29
1
-9
/
+3
*
Remove a parameter from Target::writePlt.
Rui Ueyama
2016-01-29
1
-8
/
+5
*
ELF: Do not pass addresses that can be obtained using Out.
Rui Ueyama
2016-01-29
1
-1
/
+1
*
Rename PltZeroEntrySize -> PltZeroSize.
Rui Ueyama
2016-01-29
1
-3
/
+3
*
ELF: Make Target's member function names shorter.
Rui Ueyama
2016-01-29
1
-10
/
+10
*
Rename includeInDynamicSymtab -> includeInDynsym.
Rui Ueyama
2016-01-29
1
-1
/
+1
*
Rename DynamicSymbolTableIndex -> DynsymIndex.
Rui Ueyama
2016-01-29
1
-11
/
+9
*
ELF: Remove accessors from Target.
Rui Ueyama
2016-01-29
1
-32
/
+32
*
Merge identical strings.
Rafael Espindola
2016-01-29
1
-74
/
+55
*
Rename isTlsOptimized -> canRelaxTls.
Rui Ueyama
2016-01-29
1
-1
/
+1
[prev]
[next]