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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ELF] Don't cause assertion failure if --dynamic-list or --version-script tak...
Fangrui Song
2020-06-16
1
-1
/
+5
*
[lld][ELF] Mark empty NOLOAD output sections SHT_NOBITS instead of SHT_PROGBITS
Matt Schulte
2020-06-16
1
-0
/
+1
*
[ELF] Allow SHF_LINK_ORDER and non-SHF_LINK_ORDER to be mixed
Fangrui Song
2020-04-14
2
-11
/
+24
*
[ELF] Fix a null pointer dereference when --emit-relocs and --strip-debug are...
Fangrui Song
2020-04-10
3
-4
/
+16
*
[LLD][ELF][ARM][AArch64] Only round up ThunkSection Size when large OS.
Peter Smith
2020-02-04
3
-6
/
+36
*
[ELF] Decrease alignment of ThunkSection on 64-bit targets from 8 to 4
Fangrui Song
2020-02-04
1
-2
/
+2
*
[LLD][ELF][ARM] Do not insert interworking thunks for non STT_FUNC symbols
Peter Smith
2020-01-29
1
-4
/
+4
*
[ELF][PPC32] Support --emit-relocs link of R_PPC_PLTREL24
Fangrui Song
2020-01-28
1
-0
/
+8
*
[ELF][PPC32] Support range extension thunks with addends
Fangrui Song
2020-01-25
3
-23
/
+53
*
[ELF][PPC32] Support canonical PLT
Fangrui Song
2020-01-25
4
-12
/
+32
*
[lld][RISCV] Print error when encountering R_RISCV_ALIGN
James Clarke
2020-01-24
1
-2
/
+7
*
[ELF][PowerPC] Support R_PPC_COPY and R_PPC64_COPY
Fangrui Song
2020-01-24
2
-0
/
+2
*
[ELF] --no-dynamic-linker: don't emit undefined weak symbols to .dynsym
Fangrui Song
2020-01-23
3
-2
/
+12
*
[ELF] Allow R_PLT_PC (R_PC) to a hidden undefined weak symbol
Fangrui Song
2020-01-17
1
-0
/
+8
*
[ELF] Avoid false-positive assert in getErrPlace()
Alex Richardson
2020-01-17
1
-1
/
+1
*
[ELF] -r: don't create .interp
Fangrui Song
2020-01-16
1
-2
/
+2
*
[ELF] Delete the RelExpr member R_HINT. NFC
Fangrui Song
2020-01-14
3
-4
/
+3
*
[ELF] --exclude-libs: don't assign VER_NDX_LOCAL to undefined symbols
Fangrui Song
2020-01-14
1
-1
/
+1
*
[ELF] Delete unintended --force-bti
Fangrui Song
2020-01-13
1
-3
/
+0
*
[ELF] Add -z force-ibt and -z shstk for Intel Control-flow Enforcement Techno...
Fangrui Song
2020-01-13
9
-29
/
+262
*
[ELF] Make TargetInfo::writeIgotPlt a no-op
Fangrui Song
2020-01-10
2
-5
/
+1
*
[ThinLTO] Pass CodeGenOpts like UnrollLoops/VectorizeLoop/VectorizeSLP
Wei Mi
2020-01-09
2
-0
/
+4
*
[ELF] Fix includeInDynsym() when an undefined weak is merged with a lazy defi...
Fangrui Song
2020-01-09
1
-1
/
+3
*
Re-apply "[ELF] Allow getErrPlace() to work before Out::bufferStart is set"
Alex Richardson
2020-01-09
1
-4
/
+10
*
[ELF][Hexagon] Add support for IE relocations
Sid Manning
2020-01-09
2
-1
/
+25
*
[ELF] Delete an unused special rule from isStaticLinkTimeConstant. NFC
Fangrui Song
2020-01-08
1
-10
/
+0
*
[ELF] Don't special case weak symbols for pie with no shared objects
Fangrui Song
2020-01-08
1
-5
/
+0
*
[LLD][ELF][AArch64] Do not use thunk for undefined weak symbol.
Peter Smith
2020-01-07
1
-0
/
+4
*
[lld] Fix trivial typos in comments
Kazuaki Ishizaki
2020-01-06
5
-5
/
+5
*
[ELF] Drop const qualifier to fix -Wrange-loop-analysis. NFC
Fangrui Song
2020-01-04
1
-1
/
+1
*
Add TPREL relocation support to Hexagon
Sid Manning
2020-01-02
2
-0
/
+16
*
[lld] Fix -Wrange-loop-analysis warnings
Fangrui Song
2020-01-01
2
-5
/
+2
*
[ELF][RISCV] Improve error message for unknown relocations
Fangrui Song
2019-12-31
1
-16
/
+15
*
[ELF][PPC64] Improve "call lacks nop" diagnostic and make it compatible with ...
Fangrui Song
2019-12-29
2
-2
/
+11
*
[ELF][PPC32] Implement IPLT code sequence for non-preemptible IFUNC
Fangrui Song
2019-12-29
3
-10
/
+27
*
[ELF][PPC64] Implement IPLT code sequence for non-preemptible IFUNC
Fangrui Song
2019-12-29
3
-4
/
+14
*
[ELF] Improve the condition to create .interp
Fangrui Song
2019-12-27
1
-1
/
+1
*
Revert "[ELF] Improve the condition to create .interp"
Reid Kleckner
2019-12-27
1
-1
/
+1
*
[ELF] Improve the condition to create .interp
Fangrui Song
2019-12-26
1
-1
/
+1
*
[ELF] Support input section description .gnu.version* in /DISCARD/
Fangrui Song
2019-12-26
1
-6
/
+6
*
[ELF] Don't suggest an alternative spelling for a symbol in a discarded section
Fangrui Song
2019-12-23
1
-4
/
+11
*
[ELF] Delete a redundant R_HINT check from isStaticLinkTimeConstant(). NFC
Fangrui Song
2019-12-22
1
-2
/
+2
*
[lld][RISCV] Use an e_flags of 0 if there are only binary input files.
John Baldwin
2019-12-21
1
-1
/
+4
*
[ELF] writePlt, writeIplt: replace parameters gotPltEntryAddr and index with ...
Fangrui Song
2019-12-18
12
-88
/
+89
*
[ELF] Fix a comment. NFC
Fangrui Song
2019-12-17
1
-1
/
+1
*
[ELF] Rename .plt to .iplt and decrease EM_PPC{,64} alignment of .glink to 4
Fangrui Song
2019-12-17
1
-1
/
+3
*
[ELF] Add IpltSection
Fangrui Song
2019-12-17
13
-48
/
+114
*
[ELF] Delete unused declaration addIRelativeRelocs after D65995. NFC
Fangrui Song
2019-12-16
1
-2
/
+0
*
[ELF] Delete relOff from TargetInfo::writePLT
Fangrui Song
2019-12-16
12
-55
/
+36
*
[ELF] De-template PltSection::addEntry. NFC
Fangrui Song
2019-12-16
3
-13
/
+8
[next]