about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src/back
AgeCommit message (Expand)AuthorLines
2023-11-28Use a u64 for the rmeta root positionBen Kimock-8/+8
2023-11-28Rollup merge of #118378 - cormacrelf:bugfix/linker-plugin-lto-wasm, r=petroch...Matthias Krüger-1/+27
2023-11-28Perform LTO optimisations with wasm-ld + -Clinker-plugin-ltoCormac Relf-1/+27
2023-11-27Added linker_arg(s) Linker trait methods for link-arg to be prefixed "-Wl," f...Andrew Zhogin-34/+40
2023-11-22Rollup merge of #118013 - sivadeilra:user/ardavis/ehcont, r=wesleywiserMichael Goulet-0/+26
2023-11-21convert ehcont-guard to an unstable optionArlie Davis-1/+1
2023-11-21Add support for generating the EHCont sectionArlie Davis-0/+26
2023-11-21Fix `clippy::needless_borrow` in the compilerNilstrieb-27/+26
2023-11-20Auto merge of #115526 - arttet:master, r=jackh726bors-0/+9
2023-11-17Rollup merge of #117338 - workingjubilee:asmjs-meets-thanatos, r=b-naberMatthias Krüger-3/+3
2023-11-15Add arm64e-apple-ios targetArtyom Tetyukhin-0/+9
2023-11-09Remove `-Z strip`.Nicholas Nethercote-10/+2
2023-11-03Add crate `compiler_builtins` to LTO even if the `Linkage` is `IncludedFromDy...dianqk-2/+8
2023-10-28Remove asmjs from compilerJubilee Young-3/+3
2023-10-28Rollup merge of #115773 - simlay:arch64-apple-tvos-sim-for-rustc, r=thomccJubilee-0/+1
2023-10-27Auto merge of #116035 - lqd:mcp-510-target-specs, r=petrochenkovbors-38/+93
2023-10-24Mark .rmeta files as /SAFESEH on x86 Windows.Daniel Cheng-25/+31
2023-10-21Treat extern in compiler-builtins as `used`DianQK-3/+7
2023-10-18make `self_contained` return `LinkSelfContainedComponents`Rémy Rakic-50/+65
2023-10-18unify `LinkSelfContained` and `LinkSelfContainedDefault`Rémy Rakic-6/+6
2023-10-18limit `lld` flavors to the llvm backendRémy Rakic-2/+21
2023-10-18allow target specs to declare self-contained linking componentsRémy Rakic-9/+30
2023-10-15Auto merge of #116688 - compiler-errors:rustfmt-up, r=WaffleLapkin,Nilstriebbors-5/+13
2023-10-15Restore `#![no_builtins]` crates participation in LTO.DianQK-47/+5
2023-10-14Auto merge of #116702 - durin42:compress-debuginfo, r=compiler-errorsbors-0/+9
2023-10-13linker: also pass debuginfo compression flagsAugie Fackler-0/+9
2023-10-13Format all the let chains in compilerMichael Goulet-5/+13
2023-10-13Auto merge of #115964 - bjorn3:cgu_reuse_tracker_global_state, r=cjgillotbors-6/+0
2023-10-09Remove cgu_reuse_tracker from Sessionbjorn3-2/+0
2023-10-09Remove an LTO dependent cgu_reuse_tracker.set_actual_reuse callbjorn3-4/+0
2023-10-08implement opt out `-Clink-self-contained=-linker`Rémy Rakic-3/+4
2023-10-08Auto merge of #116514 - petrochenkov:nogccld, r=lqdbors-16/+7
2023-10-08linker: Remove `-Zgcc-ld` optionVadim Petrochenkov-16/+7
2023-10-06Fix sdkname for tvos simulatorSebastian Imlay-0/+1
2023-10-06rustc_codegen_ssa: use try_canonicalize in rpathTamir Duberstein-8/+6
2023-09-29Auto merge of #113301 - Be-ing:stabilize_bundle_whole-archive, r=petrochenkovbors-7/+1
2023-09-25Pass name of object file to LLVM so it can correctly emit S_OBJNAMEFlorian Schmiderer-1/+8
2023-09-22Merge `ExternProviders` into the general `Providers` structOli Scherer-6/+4
2023-09-14treat host effect params as erased generics in codegenDeadbeef-3/+3
2023-09-08Add missing Debuginfo to PDB debug file on windows.Florian Schmiderer-0/+7
2023-08-21Always add LC_BUILD_VERSION for metadata object filesKeith Smiley-17/+12
2023-08-18Fix ELF flag for RISC-V targets without explicit ABIGary Guo-1/+1
2023-08-18Add comment explanining unstable_target_featuresGary Guo-0/+1
2023-08-18Fix ABI flags in RISC-V/LoongArch ELF file generated by rustcGary Guo-17/+20
2023-08-15stabilize combining +bundle and +whole-archive link modifiersBe Wilson-7/+1
2023-08-15Rollup merge of #114711 - lqd:linker-inference, r=petrochenkovGuillaume Gomez-17/+2
2023-08-14add `rustc_codegen_ssa` support for csky and correct some codeDirreke-0/+8
2023-08-10Revert "make MCP510 behavior explicitly opt-in"Rémy Rakic-17/+2
2023-08-09rustc: Move `stable_crate_id` from `Session` to `GlobalCtxt`Vadim Petrochenkov-1/+1
2023-08-09rustc: Move `crate_types` from `Session` to `GlobalCtxt`Vadim Petrochenkov-13/+15