about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src/back/link.rs
AgeCommit message (Expand)AuthorLines
2021-07-18Auto merge of #87004 - JamieCunliffe:pgo-gc-sections, r=Mark-Simulacrumbors-1/+6
2021-07-16Consider all fields when comparing DllImports, to remove nondetermininsm in m...Richard Cobbe-65/+49
2021-07-14Keep metadata when using gc-sections with profile-generate.Jamie Cunliffe-1/+6
2021-07-09Add support for raw-dylib with stdcall, fastcall functions on i686-pc-windows...Richard Cobbe-25/+44
2021-07-06Fold LinkerInfo into CrateInfobjorn3-4/+8
2021-07-06Merge LinkerInfo::to_linker into get_linkerbjorn3-5/+7
2021-07-06Move get_linker to linker.rsbjorn3-92/+1
2021-07-06Don't pass local_crate_name to link_binary separatelybjorn3-2/+6
2021-07-06Move LinkerInfo into CrateInfobjorn3-3/+3
2021-07-05Deduplicate info.used_crate_source indexingbjorn3-2/+3
2021-07-05Remove LibSourcebjorn3-18/+29
2021-06-30Add suggestions for "undefined reference" link errorsSmitty-5/+14
2021-06-10gcc-lld mvp1000teslas-1/+30
2021-06-10Rollup merge of #82037 - calavera:strip_debuginfo_osx, r=petrochenkovYuki Okushi-9/+42
2021-06-09Make symbols stripping work on MacOS XDavid Calavera-9/+42
2021-06-07Rollup merge of #86025 - bjorn3:no_rpath_cfg_prefix, r=jackh726Yuki Okushi-11/+1
2021-06-07Rollup merge of #86016 - luqmana:infer-linker-flavor, r=petrochenkovYuki Okushi-1/+2
2021-06-07Auto merge of #85810 - bjorn3:further_driver_cleanup, r=varkorbors-1/+1
2021-06-06linker: Re-apply Solaris fixes for `-z ignore`Vadim Petrochenkov-5/+10
2021-06-06linker: Restore the old order of linking native librariesVadim Petrochenkov-4/+12
2021-06-06linker: Reorder linker argumentsVadim Petrochenkov-117/+147
2021-06-06linker: Inline `fn link_local_crate_native_libs_and_dependent_crate_libs`Vadim Petrochenkov-57/+38
2021-06-06Rollup merge of #85920 - luqmana:wasm-linker-tweaks, r=petrochenkovYuki Okushi-0/+2
2021-06-06Rollup merge of #85772 - luqmana:ignored-metadata, r=petrochenkovYuki Okushi-3/+6
2021-06-05Unify duplicate linker_and_flavor methods in rustc_codegen_{cranelift,ssa}.Luqman Aden-1/+2
2021-06-06Auto merge of #84171 - ricobbe:raw-dylib-via-llvm, r=petrochenkovbors-6/+61
2021-06-06Auto merge of #79608 - alessandrod:bpf, r=nagisabors-0/+1
2021-06-05Remove get_install_prefix_lib_path completelybjorn3-9/+0
2021-06-05Use sysroot instead of CFG_PREFIX for the rpathbjorn3-3/+2
2021-06-04Add first cut of functionality for #58713: support for #[link(kind = "raw-dyl...Richard Cobbe-6/+61
2021-06-04rustc: Store metadata-in-rlibs in object filesAlex Crichton-43/+167
2021-06-04Move windows_subsystem field from CodegenResults to CrateInfobjorn3-1/+1
2021-06-01Tweak wasm_base target spec to indicate linker is not GNU and update linker i...Luqman Aden-0/+2
2021-05-27Move metadata objects to before as-needed/zignore flags to make sure they are...Luqman Aden-3/+6
2021-05-23Add BPF targetAlessandro Decina-0/+1
2021-05-22native lib: defer the duplicate check after relevant_lib check.12101111-6/+8
2021-05-12Auto merge of #83610 - bjorn3:driver_cleanup, r=cjgillotbors-6/+1
2021-05-10Adjust target search algorithm for rustlib pathSimonas Kazlauskas-1/+1
2021-05-05Implement RFC 2951: Native link modifiersLuqman Aden-26/+47
2021-05-02Pass target_cpu to LinkerInfo::new instead of link_binarybjorn3-6/+1
2021-05-01Deduplicate native libs before they are passed to the linkerChris Denton-0/+8
2021-04-03Remove attribute `#[link_args]`Vadim Petrochenkov-8/+3
2021-04-03rm target specific logic in link_sanitizer_runtimeSimonas Kazlauskas-22/+14
2021-04-03Move SanitizerSet to rustc_targetSimonas Kazlauskas-2/+2
2021-03-28linker: Use data execution prevention options by default when linker supports...Vadim Petrochenkov-0/+4
2021-03-28linker: Use `--as-needed` by default when linker supports itVadim Petrochenkov-0/+6
2021-03-19coverage bug fixes and optimization supportRich Kadel-1/+1
2021-03-11Adjust some `#[cfg]`s to take non-Unix non-Windows operating systems into acc...hyd-dev-2/+7
2021-02-26Rollup merge of #82456 - klensy:or-else, r=estebankGuillaume Gomez-1/+1
2021-02-25Rollup merge of #82214 - est31:no_to_string, r=oli-obkDylan DPC-5/+5