aboutsummaryrefslogtreecommitdiff
path: root/lld
AgeCommit message (Expand)AuthorFilesLines
2022-05-12Revert D125410 "[ELF] Align the end of PT_GNU_RELRO to max-page-size instead ...Fangrui Song4-10/+7
2022-05-12[ELF] Align the end of PT_GNU_RELRO to max-page-size instead of common-page-sizeFangrui Song4-7/+10
2022-05-11[lld/macho] Fixes the -ObjC flagTapan Thaker2-6/+14
2022-05-09[ELF] Move InputSectionBase::rawData member [NFC]Greg McGary1-2/+2
2022-05-09Add x86 to REQUIRES line in test as suggested in https://reviews.llvm.org/D12...Douglas Yung1-1/+1
2022-05-09[ELF] Support -plugin-opt=stats-file=Alex Richardson4-5/+6
2022-05-09[lld] Fix typo for processAux; NFCXiaodong Liu1-1/+1
2022-05-06[ELF] Change (NOLOAD) type mismatch to use SHT_NOBITS instead of SHT_PROGBITSFangrui Song3-3/+4
2022-05-04[lld/mac] Support writing zippered dylibs and bundlesNico Weber5-9/+80
2022-05-04[lld-macho][nfc] Set test min version to 11.0Jez Ng1-1/+1
2022-05-04[ELF] Support custom sections between DATA_SEGMENT_ALIGN and DATA_SEGMENT_REL...Fangrui Song4-7/+39
2022-05-03Mark test icf-safe.s as requiring aarch64 to fix buildbots which don't build ...Douglas Yung1-0/+2
2022-05-03[lld] Implement safe icf for MachOAlex Borcan8-8/+110
2022-05-03[ELF] Fix branch range computation when picking ThunkSectionFangrui Song2-15/+55
2022-04-28[ELF][test] Improve data-segment-relro.testFangrui Song2-51/+55
2022-04-26[ELF] Prevent LTO stripping of wrapped script-referenced symbolsShoaib Meenai2-2/+51
2022-04-25[lld/mac] Revert libcompiler_rt.dylib version check changeNico Weber1-3/+2
2022-04-23[lld/mac] For catalyst outputs, tolerate implicitly linking against mac-only ...Nico Weber8-19/+70
2022-04-22[lld-macho] Remove stray debug printfJez Ng1-1/+0
2022-04-22[lld-macho] Allow dead_strip to work with exported private extern symbolsVincent Lee2-6/+21
2022-04-22[ELF] Drop unused original symbol after wrapping if not definedShoaib Meenai5-11/+57
2022-04-22[ELF] Fix wrapping symbols produced during LTO codegenShoaib Meenai5-18/+125
2022-04-22[ELF] Move SymbolUnion assertions to source fileShoaib Meenai2-21/+23
2022-04-22[lld-macho] Fix ICF crash when comparing symbol relocsJez Ng2-2/+35
2022-04-22[lld-macho][nfc] Simplify unwind section lookupJez Ng2-8/+15
2022-04-22[lld-macho] Fix crash on invalid framework tbdKeith Smiley2-2/+6
2022-04-22[lld/win] Mention in release notes that /winsysroot: currently requires /mach...Nico Weber1-2/+4
2022-04-21[lld/mac] Warn that writing zippered outputs isn't implementedNico Weber9-58/+109
2022-04-20[ELF] Fix spurious GOT/PLT assertion failure when .dynsym is discardedFangrui Song3-9/+26
2022-04-20[ELF] Shrink binding and type in SymbolShoaib Meenai1-5/+9
2022-04-20[ELF] Assert on invalid GOT or PLT relocationsShoaib Meenai1-3/+7
2022-04-18Force GHashCell to be 8-byte-aligned.Eli Friedman1-1/+5
2022-04-15[llvm-objdump] Implemented PrintBranchImmAsAddress for MIPSPavel Kosov12-63/+63
2022-04-14[ELF][ARM] Fix unneeded thunk for branches to hidden undefined weakFangrui Song2-3/+13
2022-04-14[ELF][AArch64] Fix unneeded thunk for branches to hidden undefined weakFangrui Song3-4/+16
2022-04-13[lld-macho][nfc] De-templatize UnwindInfoSectionJez Ng2-43/+69
2022-04-13[NFC] Simplify /noimplib argument logicTobias Hieta1-2/+1
2022-04-13[LLD][COFF] Add support for /noimplibTobias Hieta1-1/+1
2022-04-13[LLD][COFF] Add support for /noimplibTobias Hieta4-2/+29
2022-04-11[lld-macho][nfc] Use includeInSymtab for all symtab-skipping logicJez Ng8-32/+31
2022-04-11[llvm-lib] Add /WX, warn by default on empty inputs, add opt-outNico Weber1-1/+2
2022-04-11[lld][macho]Fix test to sort symbol table before dumpingVy Nguyen1-40/+40
2022-04-08[lld-macho] Use fewer indirections in UnwindInfo implementationJez Ng4-113/+63
2022-04-08lld/AMDGPU: Fix asserts if no object files are involved in linkMatt Arsenault3-6/+14
2022-04-07Fix format specifier. NFCI.Jorge Gorbe Moya1-1/+1
2022-04-07[llvm-symbolizer] Fix line offset for inline site.Zequan Wu1-2/+19
2022-04-07[lld-macho][nfc] Give non-text ConcatOutputSections order-independent finaliz...Jez Ng3-35/+80
2022-04-07[ELF] Fix non-relocatable-non-emit-relocs --gc-sections to discard .L symbolsFangrui Song2-11/+8
2022-04-07[ELF][test] Improve discard-locals.sFangrui Song1-47/+43
2022-04-07[lld/mac] Add some comments and assertsNico Weber2-1/+7