about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src/back/write.rs
AgeCommit message (Expand)AuthorLines
2025-07-31Rollup merge of #136840 - Flakebi:linker-plugin-lto-fat, r=dianqkSamuel Tardieu-1/+3
2025-07-31Fix linker-plugin-lto only doing thin ltoFlakebi-1/+3
2025-07-26Remove support for -Zcombine-cgubjorn3-36/+6
2025-07-25Improve coordinator channel handlingbjorn3-28/+21
2025-07-24Auto merge of #144062 - bjorn3:lto_refactors2, r=davidtwcobors-105/+79
2025-07-21Remove each_linked_rlib_for_lto from CodegenContextbjorn3-9/+27
2025-07-21Move exported_symbols_for_lto out of CodegenContextbjorn3-8/+21
2025-07-21Merge exported_symbols computation into exported_symbols_for_ltobjorn3-36/+9
2025-07-21Remove worker idbjorn3-56/+19
2025-07-21Merge modules and cached_modules for fat LTObjorn3-4/+11
2025-07-18add -Zoffload=Enable flag behind -Zunstable-options, to enable gpu (host) cod...Manuel Drehwald-0/+2
2025-07-17Rollup merge of #143388 - bjorn3:lto_refactors, r=compiler-errorsLeón Orell Valerian Liehr-77/+97
2025-07-07compiler: Parse `p-` specs in datalayout string, allow definition of custom d...Edoardo Marangoni-1/+1
2025-07-03Merge run_fat_lto, optimize_fat and autodiff into run_and_optimize_fat_ltobjorn3-11/+1
2025-07-03Remove unused config param from WriteBackendMethods::autodiffbjorn3-2/+1
2025-07-03Remove unnecessary check for fat LTObjorn3-1/+1
2025-07-03Move run_fat_lto call into execute_fat_lto_work_itembjorn3-32/+36
2025-07-03Pass in autodiff items when starting the coordinator threadbjorn3-12/+4
2025-07-03Split generate_lto_work between fat and thin-LTO casesbjorn3-49/+63
2025-07-03Fat LTO always produces a single object file, so -Zcombine-cgu has no effectbjorn3-1/+3
2025-07-03Move dcx creation into WriteBackendMethods::codegenbjorn3-5/+2
2025-07-03Remove LtoModuleCodegenbjorn3-13/+35
2025-06-27Split exported_symbols for generic and non-generic symbolsbjorn3-1/+2
2025-06-19Extract Translator structCameron Steffen-13/+7
2025-06-03Move metadata object generation for dylibs to the linker codebjorn3-22/+1
2025-06-03Only borrow EncodedMetadata in codegen_cratebjorn3-5/+0
2025-05-28Mark all optimize methods and the codegen method as safebjorn3-10/+6
2025-05-28Move supports_parallel from CodegenBackend to ExtraBackendMethodsbjorn3-1/+1
2025-04-07Prepend temp files with a string per invocation of rustcMichael Goulet-5/+24
2025-04-07Simplify temp path creation a bitMichael Goulet-16/+8
2025-04-04Rollup merge of #138949 - madsmtm:rename-to-darwin, r=WaffleLapkinMatthias Krüger-2/+2
2025-03-28use `slice::contains` where applicableYotam Ofek-1/+1
2025-03-25Rename `is_like_osx` to `is_like_darwin`Mads Marquart-2/+2
2025-03-21Auto merge of #128320 - saethlin:link-me-maybe, r=compiler-errorsbors-6/+15
2025-03-17Flatten `if`s in `rustc_codegen_ssa`Yotam Ofek-19/+13
2025-03-12Move methods from `Map` to `TyCtxt`, part 4.Nicholas Nethercote-1/+1
2025-03-07Rollup merge of #137549 - oli-obk:llvm-ffi, r=davidtwcoMatthias Krüger-0/+3
2025-03-01Auto merge of #133250 - DianQK:embed-bitcode-pgo, r=nikicbors-2/+6
2025-02-24Avoid no-op unlink+link dances in incr compBen Kimock-6/+15
2025-02-24Generalize BaseTypeCodegenMethodsOli Scherer-0/+3
2025-02-23Rollup merge of #136439 - yotamofek:pr/codegen-ssa-no-indexing, r=NoratriebTrevor Gross-7/+8
2025-02-23Remove unused `OutputType::ThinLinkBitcode`DianQK-3/+0
2025-02-23Save pre-link bitcode to `ModuleCodegen`DianQK-2/+6
2025-02-23The embedded bitcode should always be prepared for LTO/ThinLTODianQK-0/+3
2025-02-21update autodiff flagsManuel Drehwald-1/+2
2025-02-13Make `-O` mean `-C opt-level=3`clubby789-2/+2
2025-02-11rustc_codegen_ssa: cleanup nested `if`s and a needless `match`Yotam Ofek-2/+3
2025-02-11rustc_codegen_ssa: use slice patterns instead of len-check+indexingYotam Ofek-5/+5
2025-02-01test compile time fixesManuel Drehwald-1/+1
2025-01-29upstream rustc_codegen_ssa/rustc_middle changes for enzyme/autodiffManuel Drehwald-5/+33