aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-13Revert "[COFF] Add null check in case of symbols defined in LTO blobs"Petr Hosek
2019-07-13[COFF] Add null check in case of symbols defined in LTO blobsReid Kleckner
2019-07-12[WebAssembly] i32.const operands should be signedThomas Lively
2019-07-12Fix odd variable names.Rui Ueyama
2019-07-11[mips] Simplify test case. NFCSimon Atanasyan
2019-07-11[COFF] Share the tail in delayimport symbol thunksMartin Storsjo
2019-07-11[lld-link] implement -thinlto-{prefix,object-suffix}-replaceBob Haarman
2019-07-11[lld-link] implement -thinlto-index-onlyBob Haarman
2019-07-11[WebAssembly] Import __stack_pointer when building -pie binariesSam Clegg
2019-07-11[ELF] Handle non-glob patterns before glob patterns in version scripts & fix ...Fangrui Song
2019-07-11[ELF] Warn rather than error when duplicate version assignments occurFangrui Song
2019-07-11Fix build breakage on Win32.Rui Ueyama
2019-07-11Fix build breakage on Darwin.Rui Ueyama
2019-07-11Update comments for r365730. NFC.Rui Ueyama
2019-07-11Fix build breakage on Win32.Rui Ueyama
2019-07-11[Coding style change][lld] Rename variables for non-ELF portsRui Ueyama
2019-07-10Revert "[ELF] Update test case due to llvm r365618"Nikola Prica
2019-07-10ELF: Add support for R_AARCH64_ADR_PREL_PG_HI21_NC relocation.Peter Collingbourne
2019-07-10[LLD][ELF] - Linkerscript: fix FILL() expressions handling.George Rimar
2019-07-10[ELF] Update test case due to llvm r365618Nikola Prica
2019-07-10Make functions and member variables distinguishable even after the name style...Rui Ueyama
2019-07-10[Coding style change] Rename variables so that they start with a lowercase le...Rui Ueyama
2019-07-09[lld][WebAssembly] Report undefined symbols during scanRelocationsSam Clegg
2019-07-09[lld][WebAssembly] Fix name of data section in PIC modeSam Clegg
2019-07-09lld-link: Stop accepting /natvis and /fastfail in .drectve sectionsNico Weber
2019-07-09[ELF] Assert sizeof(SymbolUnion) <= 80Fangrui Song
2019-07-09[ELF][test] Rename tail-merge-string-align2.s to merge-string-align2.sFangrui Song
2019-07-09[LLD] NFC: Fixed GCC warning in ELF/Arch/RISCV.cppDenis Bakhvalov
2019-07-09Let unaliased Args track which Alias they were created from, and use that in ...Nico Weber
2019-07-08Add parentheses to silence warnings.Bill Wendling
2019-07-08[lld] Use -o /dev/null in test when output is not needed.Sam Clegg
2019-07-08[lld][WebAssembly] Fix __start/__stop symbols when combining input segmentsSam Clegg
2019-07-08[lld][WebAssembly] Fix typo in error messageSam Clegg
2019-07-08[WebAssembly] Add static_assert(sizeof(SymbolUnion) <= 96)Fangrui Song
2019-07-05lld, llvm-dlltool, llvm-lib: Use getAsString() instead of getSpelling() for p...Nico Weber
2019-07-05Make joined instances of JoinedOrSeparate flags point to the unaliased args, ...Nico Weber
2019-07-05[LLD][ELF] - Update a test after LLVM change.George Rimar
2019-07-05lld-link: Make /debugtype: option work betterNico Weber
2019-07-05[WebAssembly] Delete static_assert(sizeof(SymbolUnion) <= 96) to fix Windows ...Fangrui Song
2019-07-05[WebAssembly] Reorder Symbol fields to make it smallerFangrui Song
2019-07-04[LLD][ELF] - Linkerscript: add a support for expressions for section's fillingGeorge Rimar
2019-07-04[ELF] Allow placing non-string SHF_MERGE sections with different alignments i...Fangrui Song
2019-07-04[ELF] Fix weak-undef-shared.s after r365129Fangrui Song
2019-07-04[ELF] resolveUndefined: ignore undefined symbols in SharedFile for Undefined ...Fangrui Song
2019-07-03[WebAssembly] Add option to emit passive segmentsThomas Lively
2019-07-03[ELF][RISCV] Error on R_RISCV_PCREL_LO12_[IS] that point to absolute symbolsFangrui Song
2019-07-03Revert D63432 "[ELF] Allow placing SHF_MERGE sections with different alignmen...Fangrui Song
2019-07-03[ELF][RISCV] Allow R_RISCV_ADD in relocateNonAlloc()Fangrui Song
2019-07-03[ELF] Allow placing SHF_MERGE sections with different alignments into the sam...Fangrui Song
2019-07-03Avoid identifiers that are different only in case. NFC.Rui Ueyama