rust/compiler/rustc_codegen_gcc/src
bjorn3 fa753a46c1 Remove code for ThinLTO from cg_gcc
It was just a dummy implementation to workarround the fact that thin
local lto is the default in rustc. By adding a thin_lto_supported thin
local lto can be automatically disabled for cg_gcc, removing the need
for this dummy implementation. This makes improvements to the LTO
handling on the cg_ssa side a lot easier.
2026-02-15 10:05:48 +00:00
..
back Remove code for ThinLTO from cg_gcc 2026-02-15 10:05:48 +00:00
intrinsic Merge commit '70ae207ff5' into subtree-update_cg_gcc_2026-02-14 2026-02-14 16:45:12 +01:00
abi.rs abi: add a rust-preserve-none calling convention 2026-01-24 19:23:17 +02:00
allocator.rs Remove -Zoom=panic 2025-11-28 19:30:39 +00:00
asm.rs Merge commit '70ae207ff5' into subtree-update_cg_gcc_2026-02-14 2026-02-14 16:45:12 +01:00
attributes.rs Merge commit '55171cfa8b' into subtree-update_cg_gcc_2025-11-26 2025-11-26 19:41:43 +01:00
base.rs Auto merge of #148481 - GuillaumeGomez:subtree-update_cg_gcc_2025-11-04, r=GuillaumeGomez 2025-11-13 18:00:02 +00:00
builder.rs Merge commit '70ae207ff5' into subtree-update_cg_gcc_2026-02-14 2026-02-14 16:45:12 +01:00
callee.rs remove rustc_attr_data_structures 2025-07-31 14:19:27 +02:00
common.rs Merge commit '70ae207ff5' into subtree-update_cg_gcc_2026-02-14 2026-02-14 16:45:12 +01:00
consts.rs Merge commit '55171cfa8b' into subtree-update_cg_gcc_2025-11-26 2025-11-26 19:41:43 +01:00
context.rs Merge commit '70ae207ff5' into subtree-update_cg_gcc_2026-02-14 2026-02-14 16:45:12 +01:00
coverageinfo.rs Unbox and unwrap the contents of StatementKind::Coverage 2024-03-23 22:05:11 +11:00
debuginfo.rs Adapt and fix cg_gcc to the overhauled filename remapping 2025-12-12 07:34:52 +01:00
declare.rs cg_gcc: remove Clippy expect attribute 2026-02-12 16:55:36 +01:00
errors.rs Convert to inline diagnostics in all codegen backends 2026-02-04 13:12:49 +00:00
gcc_util.rs Use rust rather than LLVM target features in the target spec 2025-11-25 14:39:42 +00:00
int.rs Merge commit '70ae207ff5' into subtree-update_cg_gcc_2026-02-14 2026-02-14 16:45:12 +01:00
lib.rs Remove code for ThinLTO from cg_gcc 2026-02-15 10:05:48 +00:00
mono_item.rs Merge commit '55171cfa8b' into subtree-update_cg_gcc_2025-11-26 2025-11-26 19:41:43 +01:00
type_.rs Merge commit '70ae207ff5' into subtree-update_cg_gcc_2026-02-14 2026-02-14 16:45:12 +01:00
type_of.rs codegen: implement repr(scalable) 2025-12-16 11:00:12 +00:00