rust/compiler/rustc_codegen_llvm/src
Stuart Cook 7b0236fbd8
Rollup merge of #147200 - ZuseZ4:fix-autodiff-emptry-ret, r=Zalathar
Fix autodiff empty ret regression

closes https://github.com/rust-lang/rust/issues/147144

The two gsoc summer projects caused a bit of churn, which was to be expected, especially since we don't run autodiff in CI yet.
This adds a void return testcase that we should have had anyway, and fixes the regression.

r? `@Zalathar` (Just guessing since I've seen you in a few LLVM PRs and Oli is probably still busy. Feel free to reroll!)
2025-10-01 22:15:01 +10:00
..
back Rollup merge of #144197 - KMJ-007:type-tree, r=ZuseZ4 2025-09-28 18:13:11 +02:00
builder fix void and empty struct ret 2025-09-30 22:47:40 -04:00
coverageinfo Mark some coverage-related bindings as safe 2025-09-16 22:00:10 +10:00
debuginfo Replace MetadataType with the MetadataKindId constants 2025-09-30 20:10:30 +10:00
llvm Auto merge of #147198 - matthiaskrgr:rollup-b0ryvvu, r=matthiaskrgr 2025-10-01 04:46:14 +00:00
abi.rs Rollup merge of #144197 - KMJ-007:type-tree, r=ZuseZ4 2025-09-28 18:13:11 +02:00
allocator.rs Emit allocator attributes for allocator shim 2025-09-29 11:29:59 +02:00
asm.rs Rollup merge of #146831 - taiki-e:powerpc-clobber, r=Amanieu 2025-09-22 20:25:14 +10:00
attributes.rs Use standard attribute logic for allocator shim 2025-09-25 10:04:40 +02:00
base.rs Use standard attribute logic for allocator shim 2025-09-25 10:04:40 +02:00
builder.rs Rollup merge of #144197 - KMJ-007:type-tree, r=ZuseZ4 2025-09-28 18:13:11 +02:00
callee.rs remove rustc_attr_data_structures 2025-07-31 14:19:27 +02:00
common.rs initial implementation of the darwin_objc unstable feature 2025-09-13 16:06:22 -07:00
consts.rs compiler: remove AbiAlign inside TargetDataLayout 2025-09-27 22:13:53 -07:00
context.rs Replace MetadataType with the MetadataKindId constants 2025-09-30 20:10:30 +10:00
declare.rs Use standard attribute logic for allocator shim 2025-09-25 10:04:40 +02:00
errors.rs Use the object crate rather than LLVM for extracting bitcode sections 2025-07-25 11:21:28 +00:00
intrinsic.rs Rollup merge of #147134 - workingjubilee:remove-explicit-abialign-deref, r=Zalathar 2025-09-29 15:44:55 +10:00
lib.rs Rollup merge of #147127 - antoyo:fix/gcc-linker-plugin, r=bjorn3 2025-09-29 11:56:44 +10:00
llvm_util.rs Add panic=immediate-abort 2025-09-21 13:12:18 -04:00
mono_item.rs Replace the llvm::Bool typedef with a proper newtype 2025-08-24 23:09:54 +10:00
type_.rs Replace MetadataType with the MetadataKindId constants 2025-09-30 20:10:30 +10:00
type_of.rs Auto merge of #145717 - BoxyUwU:erase_regions_rename, r=lcnr 2025-09-09 15:04:44 +00:00
typetree.rs autodiff: typetree recursive depth query from enzyme with fallback 2025-09-19 05:42:27 +00:00
va_arg.rs Rollup merge of #147134 - workingjubilee:remove-explicit-abialign-deref, r=Zalathar 2025-09-29 15:44:55 +10:00
value.rs Add warn(unreachable_pub) to rustc_codegen_llvm. 2024-08-16 08:46:57 +10:00