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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[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
3
-40
/
+7
*
[LLD][ELF][AArch64] Do not use thunk for undefined weak symbol.
Peter Smith
2020-01-07
3
-28
/
+33
*
[lld] Fix trivial typos in comments
Kazuaki Ishizaki
2020-01-06
31
-46
/
+46
*
[llvm-readelf] Print EI_ABIVERSION as decimal instead of hexadecimal
Fangrui Song
2020-01-06
1
-1
/
+1
*
[ELF] Drop const qualifier to fix -Wrange-loop-analysis. NFC
Fangrui Song
2020-01-04
1
-1
/
+1
*
[LLD] [COFF] Don't error out on duplicate absolute symbols with the same value
Martin Storsjö
2020-01-04
4
-3
/
+31
*
[test][ELF] Use CHECK-NEXT to properly verify error messages
James Henderson
2020-01-03
1
-34
/
+36
*
[PDB] Print the most redundant type record indices with /summary
Reid Kleckner
2020-01-02
2
-2
/
+103
*
build: reduce CMake handling for zlib
Saleem Abdulrasool
2020-01-02
2
-11
/
+2
*
[ELF][Hexagon][test] Use llvm-readobj to check relocations. NFC
Fangrui Song
2020-01-02
1
-3
/
+8
*
Add TPREL relocation support to Hexagon
Sid Manning
2020-01-02
3
-0
/
+72
*
[test][ELF] Verify debug line corruption messages are printed once
James Henderson
2020-01-02
2
-9
/
+30
*
Revert "build: reduce CMake handling for zlib"
James Henderson
2020-01-02
2
-2
/
+11
*
build: reduce CMake handling for zlib
Saleem Abdulrasool
2020-01-01
2
-11
/
+2
*
[lld] Fix -Wrange-loop-analysis warnings
Fangrui Song
2020-01-01
5
-14
/
+5
*
[ELF][RISCV][test] Test absolute/PC-relative/branch relocations to undefined ...
Fangrui Song
2019-12-31
1
-0
/
+79
*
[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
5
-5
/
+20
*
[ELF][PPC32] Implement IPLT code sequence for non-preemptible IFUNC
Fangrui Song
2019-12-29
5
-24
/
+80
*
[ELF][PPC64] Implement IPLT code sequence for non-preemptible IFUNC
Fangrui Song
2019-12-29
5
-33
/
+84
*
lld: Remove explicit copy ops from AssociatedIterator, relying on implicit op...
David Blaikie
2019-12-27
1
-5
/
+0
*
[ELF] Improve the condition to create .interp
Fangrui Song
2019-12-27
3
-10
/
+8
*
Revert "[ELF] Improve the condition to create .interp"
Reid Kleckner
2019-12-27
3
-8
/
+10
*
[ELF][test] Fix dynamic-linker.s
Fangrui Song
2019-12-26
1
-2
/
+2
*
[ELF] Improve the condition to create .interp
Fangrui Song
2019-12-26
3
-8
/
+6
*
[ELF] Support input section description .gnu.version* in /DISCARD/
Fangrui Song
2019-12-26
2
-6
/
+53
*
[llvm-nm] Display STT_GNU_IFUNC as 'i'
Fangrui Song
2019-12-25
1
-2
/
+2
*
Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...
Fangrui Song
2019-12-24
5
-8
/
+8
*
Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...
Fangrui Song
2019-12-24
2
-2
/
+2
*
[ELF] Don't suggest an alternative spelling for a symbol in a discarded section
Fangrui Song
2019-12-23
2
-4
/
+67
*
[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
2
-1
/
+12
*
hopefully last doc typo fix to cycle bots
Nico Weber
2019-12-20
1
-1
/
+1
*
fix yet another doc typo to cycle bots
Nico Weber
2019-12-20
1
-2
/
+2
*
[LLD] [COFF] Fix reporting duplicate errors for absolute symbols
Martin Storsjö
2019-12-19
2
-1
/
+17
*
[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
21
-52
/
+73
*
[ELF] Add IpltSection
Fangrui Song
2019-12-17
18
-57
/
+123
*
[MachO] Fix detecting malformed DWARF.
Igor Kudrin
2019-12-17
1
-2
/
+2
*
[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
14
-59
/
+40
*
[ELF] De-template PltSection::addEntry. NFC
Fangrui Song
2019-12-16
3
-13
/
+8
*
[ELF] Delete redundant isLive() check. NFC
Fangrui Song
2019-12-15
1
-2
/
+0
*
Revert "[ELF] Allow getErrPlace() to work before Out::bufferStart is set"
Vlad Tsyrklevich
2019-12-13
2
-6
/
+6
*
[ELF] Update st_size when merging a common symbol with a shared symbol
Fangrui Song
2019-12-13
2
-1
/
+34
*
[ELF] Allow getErrPlace() to work before Out::bufferStart is set
Alex Richardson
2019-12-13
2
-6
/
+6
*
Revert an accidental commit af5ca40b47b3e85c3add81ccdc0b787c4bc355ae
Rui Ueyama
2019-12-13
10
-148
/
+12
*
Update the man page
Rui Ueyama
2019-12-13
1
-1
/
+8
[prev]
[next]