aboutsummaryrefslogtreecommitdiff
path: root/lld
AgeCommit message (Expand)AuthorFilesLines
2021-02-24ReleaseNotes: add lld/ELF notesFangrui Song1-2/+66
2021-02-19[LLD] Fix tests after D96993Nikita Popov2-4/+4
2021-02-17[lld-macho] Fill out release notes for 12.xJez Ng1-2/+18
2021-02-15[ELF] Allow R_386_GOTOFF from .debug_infoFangrui Song2-7/+16
2021-02-02[docs] Add release notes for things I've done for the 12.x release branch.Martin Storsjö1-2/+18
2021-01-26[LLD][ELF][AArch64] Add support for R_AARCH64_LD64_GOTPAGE_LO15 relocationAdhemerval Zanella5-3/+59
2021-01-26[libObject,llvm-readelf/obj] - Don't use @@ when printing versions of undefin...Georgii Rymar1-3/+3
2021-01-25[Object][WebAssembly] Update format of error messagesSam Clegg1-0/+0
2021-01-25[lld-macho] Link against ObjCARCOpts instead of ObjCARCJez Ng1-1/+1
2021-01-25[lld] Consistent help text for `--save-temps`Sam Clegg4-4/+4
2021-01-25Revert "[SystemZ][z/OS] Fix No such file or directory expression error"Abhina Sreeskantharajan7-13/+13
2021-01-25[lld][ELF][test] Add testing for IE/LD TLS weak undef referencesJames Henderson2-18/+42
2021-01-22[test] Add -mtripleFangrui Song1-2/+2
2021-01-22[ELF][test] Add a test about --exclude-libs applying to version symbolsFangrui Song2-1/+34
2021-01-22[lld-macho] Ignore -lto_libraryJez Ng2-2/+2
2021-01-22[CSSPGO] LTO option for pseudo probeHongtao Yu5-0/+44
2021-01-22[ELF] --wrap: retain __wrap_foo if foo is defined in an object/bitcode fileFangrui Song6-7/+75
2021-01-21[ELF] report section sizes when output file too largeBob Haarman2-2/+20
2021-01-21[yaml2obj/obj2yaml] - Improve dumping/creating of ELF versioning sections.Georgii Rymar1-7/+3
2021-01-20[lld-macho] Add dependency on ObjCARC to fix shared buildJez Ng1-0/+1
2021-01-20Reland "[PDB] Defer relocating .debug$S until commit time and parallelize it"Reid Kleckner3-263/+504
2021-01-20[COFF] Fix relocation offsets in pdb-file-statics test inputReid Kleckner1-4/+4
2021-01-20[lld-macho] Run ObjCContractPass during LTOJez Ng5-0/+45
2021-01-20[lld-macho][easy] Create group for LLD-specific CLI flagsJez Ng1-9/+18
2021-01-20[COFF] Use range for on relocations, NFCReid Kleckner1-5/+2
2021-01-20[LLD][ELF] Correct test temporary file pathsJeremy Morse1-3/+3
2021-01-19[ELF] --wrap: Produce a dynamic symbol for undefined __wrap_Fangrui Song3-7/+11
2021-01-19[ELF][test] Improve --wrap testsFangrui Song1-16/+50
2021-01-19Revert "[WebAssembly] call_indirect issues table number relocs"Sam Clegg3-8/+8
2021-01-19[lld][WebAssembly] Don't defined indirect function table in relocatable outputSam Clegg5-49/+70
2021-01-19Revert "[PDB] Defer relocating .debug$S until commit time and parallelize it"Mitch Phillips3-503/+263
2021-01-19[ELF] Support R_PPC64_ADDR16_HIGHFangrui Song3-0/+11
2021-01-19[ELF] Error for out-of-range R_PPC64_ADDR16_HA, R_PPC64_ADDR16_HI and their f...Fangrui Song2-2/+25
2021-01-19[ELF] Improve R_PPC64_ADDR* relocation testsFangrui Song3-74/+72
2021-01-19[wasm][LLD] Rename --lto-new-pass-manager to --no-lto-legacy-pass-managerArthur Eubanks4-8/+8
2021-01-19[WebAssembly][lld] Fix call-indirect.s test to validateAndy Wingo3-3/+5
2021-01-19[ThinLTO] Also prune Thin-* files from the ThinLTO cacheHans Wennborg1-2/+2
2021-01-19[WebAssembly] Change prefix on data segment flags to WASM_DATA_SEGMENTAndy Wingo2-5/+5
2021-01-19[WebAssembly] call_indirect issues table number relocsAndy Wingo3-8/+8
2021-01-18[LLD][ELF][AArch64] Set _GLOBAL_OFFSET_TABLE_ at the start of .gotAdhemerval Zanella2-1/+2
2021-01-18[WebAssembly] Add support for table linking to wasm-ldAndy Wingo22-131/+280
2021-01-18[SystemZ][z/OS] Fix No such file or directory expression error matching in li...Abhina Sreeskantharajan7-13/+13
2021-01-17[ELF] Support R_PPC_ADDR24 (ba foo; bla foo)Fangrui Song2-1/+8
2021-01-15Revert "[WebAssembly] Add support for table linking to wasm-ld"Derek Schuff21-249/+127
2021-01-15[WebAssembly] Add support for table linking to wasm-ldAndy Wingo21-127/+249
2021-01-14[LTO] Test format fix (NFC)Teresa Johnson1-18/+18
2021-01-14[lld][WebAssembly] Add support for handling table symbolsAndy Wingo15-32/+386
2021-01-13Fix the warnings on unused variables (NFC)Kazu Hirata1-1/+1
2021-01-13[LLD][COFF] Avoid std::vector resizes during type mergingAlexandre Ganea1-0/+20
2021-01-13[lld][WebAssembly] Fix for TLS + --relocatableSam Clegg5-5/+35