summaryrefslogtreecommitdiffstats
path: root/lld
Commit message (Expand)AuthorAgeFilesLines
...
* [ELF] Delete an unused special rule from isStaticLinkTimeConstant. NFCFangrui Song2020-01-081-10/+0
* [ELF] Don't special case weak symbols for pie with no shared objectsFangrui Song2020-01-083-40/+7
* [LLD][ELF][AArch64] Do not use thunk for undefined weak symbol.Peter Smith2020-01-073-28/+33
* [lld] Fix trivial typos in commentsKazuaki Ishizaki2020-01-0631-46/+46
* [llvm-readelf] Print EI_ABIVERSION as decimal instead of hexadecimalFangrui Song2020-01-061-1/+1
* [ELF] Drop const qualifier to fix -Wrange-loop-analysis. NFCFangrui Song2020-01-041-1/+1
* [LLD] [COFF] Don't error out on duplicate absolute symbols with the same valueMartin Storsjö2020-01-044-3/+31
* [test][ELF] Use CHECK-NEXT to properly verify error messagesJames Henderson2020-01-031-34/+36
* [PDB] Print the most redundant type record indices with /summaryReid Kleckner2020-01-022-2/+103
* build: reduce CMake handling for zlibSaleem Abdulrasool2020-01-022-11/+2
* [ELF][Hexagon][test] Use llvm-readobj to check relocations. NFCFangrui Song2020-01-021-3/+8
* Add TPREL relocation support to HexagonSid Manning2020-01-023-0/+72
* [test][ELF] Verify debug line corruption messages are printed onceJames Henderson2020-01-022-9/+30
* Revert "build: reduce CMake handling for zlib"James Henderson2020-01-022-2/+11
* build: reduce CMake handling for zlibSaleem Abdulrasool2020-01-012-11/+2
* [lld] Fix -Wrange-loop-analysis warningsFangrui Song2020-01-015-14/+5
* [ELF][RISCV][test] Test absolute/PC-relative/branch relocations to undefined ...Fangrui Song2019-12-311-0/+79
* [ELF][RISCV] Improve error message for unknown relocationsFangrui Song2019-12-311-16/+15
* [ELF][PPC64] Improve "call lacks nop" diagnostic and make it compatible with ...Fangrui Song2019-12-295-5/+20
* [ELF][PPC32] Implement IPLT code sequence for non-preemptible IFUNCFangrui Song2019-12-295-24/+80
* [ELF][PPC64] Implement IPLT code sequence for non-preemptible IFUNCFangrui Song2019-12-295-33/+84
* lld: Remove explicit copy ops from AssociatedIterator, relying on implicit op...David Blaikie2019-12-271-5/+0
* [ELF] Improve the condition to create .interpFangrui Song2019-12-273-10/+8
* Revert "[ELF] Improve the condition to create .interp"Reid Kleckner2019-12-273-8/+10
* [ELF][test] Fix dynamic-linker.sFangrui Song2019-12-261-2/+2
* [ELF] Improve the condition to create .interpFangrui Song2019-12-263-8/+6
* [ELF] Support input section description .gnu.version* in /DISCARD/Fangrui Song2019-12-262-6/+53
* [llvm-nm] Display STT_GNU_IFUNC as 'i'Fangrui Song2019-12-251-2/+2
* Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...Fangrui Song2019-12-245-8/+8
* Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...Fangrui Song2019-12-242-2/+2
* [ELF] Don't suggest an alternative spelling for a symbol in a discarded sectionFangrui Song2019-12-232-4/+67
* [ELF] Delete a redundant R_HINT check from isStaticLinkTimeConstant(). NFCFangrui Song2019-12-221-2/+2
* [lld][RISCV] Use an e_flags of 0 if there are only binary input files.John Baldwin2019-12-212-1/+12
* hopefully last doc typo fix to cycle botsNico Weber2019-12-201-1/+1
* fix yet another doc typo to cycle botsNico Weber2019-12-201-2/+2
* [LLD] [COFF] Fix reporting duplicate errors for absolute symbolsMartin Storsjö2019-12-192-1/+17
* [ELF] writePlt, writeIplt: replace parameters gotPltEntryAddr and index with ...Fangrui Song2019-12-1812-88/+89
* [ELF] Fix a comment. NFCFangrui Song2019-12-171-1/+1
* [ELF] Rename .plt to .iplt and decrease EM_PPC{,64} alignment of .glink to 4Fangrui Song2019-12-1721-52/+73
* [ELF] Add IpltSectionFangrui Song2019-12-1718-57/+123
* [MachO] Fix detecting malformed DWARF.Igor Kudrin2019-12-171-2/+2
* [ELF] Delete unused declaration addIRelativeRelocs after D65995. NFCFangrui Song2019-12-161-2/+0
* [ELF] Delete relOff from TargetInfo::writePLTFangrui Song2019-12-1614-59/+40
* [ELF] De-template PltSection::addEntry. NFCFangrui Song2019-12-163-13/+8
* [ELF] Delete redundant isLive() check. NFCFangrui Song2019-12-151-2/+0
* Revert "[ELF] Allow getErrPlace() to work before Out::bufferStart is set"Vlad Tsyrklevich2019-12-132-6/+6
* [ELF] Update st_size when merging a common symbol with a shared symbolFangrui Song2019-12-132-1/+34
* [ELF] Allow getErrPlace() to work before Out::bufferStart is setAlex Richardson2019-12-132-6/+6
* Revert an accidental commit af5ca40b47b3e85c3add81ccdc0b787c4bc355aeRui Ueyama2019-12-1310-148/+12
* Update the man pageRui Ueyama2019-12-131-1/+8
OpenPOWER on IntegriCloud