about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa
AgeCommit message (Expand)AuthorLines
2025-01-31Override `disjoint_or` in the LLVM backendScott McMurray-0/+10
2025-02-01Rename `tcx.ensure()` to `tcx.ensure_ok()`Zalathar-1/+1
2025-01-31Implement MIR, CTFE, and codegen for unsafe bindersMichael Goulet-1/+11
2025-01-31Auto merge of #134424 - 1c3t3a:null-checks, r=saethlinbors-0/+5
2025-01-31Insert null checks for pointer dereferences when debug assertions are enabledBastian Kersting-0/+5
2025-01-31Auto merge of #136332 - jhpratt:rollup-aa69d0e, r=jhprattbors-8/+164
2025-01-31Rollup merge of #133429 - EnzymeAD:autodiff-middle, r=oli-obkJacob Pratt-8/+164
2025-01-31Auto merge of #135318 - compiler-errors:vtable-fixes, r=lcnrbors-20/+26
2025-01-30Auto merge of #136318 - matthiaskrgr:rollup-a159mzo, r=matthiaskrgrbors-11/+7
2025-01-30Auto merge of #135030 - Flakebi:require-cpu, r=workingjubileebors-0/+11
2025-01-30More assertions, tests, and miri coverageMichael Goulet-0/+2
2025-01-30introduce `ty::Value`Lukas Markeffsky-11/+7
2025-01-30Use ExistentialTraitRef throughout codegenMichael Goulet-28/+28
2025-01-30Do not treat vtable supertraits as distinct when bound with different bound varsMichael Goulet-5/+9
2025-01-29upstream rustc_codegen_ssa/rustc_middle changes for enzyme/autodiffManuel Drehwald-8/+164
2025-01-28Rollup merge of #135748 - compiler-errors:len-2, r=RalfJung,oli-obkMatthias Krüger-3/+4
2025-01-28Represent the raw pointer for a array length check as a new kind of fake borrowMichael Goulet-3/+4
2025-01-27Stabilize target_feature_11Caleb Zulawski-19/+8
2025-01-27Change `collect_and_partition_mono_items` tuple return type to a structOli Scherer-5/+9
2025-01-25Shorten linker output even more when `--verbose` is not presentjyn-16/+65
2025-01-25Auto merge of #119286 - jyn514:linker-output, r=bjorn3bors-14/+90
2025-01-25Auto merge of #128657 - clubby789:optimize-none, r=fee1-dead,WaffleLapkinbors-8/+7
2025-01-24Rollup merge of #135581 - EnzymeAD:refactor-codgencx, r=oli-obkMatthias Krüger-5/+1
2025-01-24Make CodegenCx and Builder genericManuel Drehwald-5/+1
2025-01-24Rename `OptimizeAttr::None` to `Default`clubby789-4/+4
2025-01-24Silence progress messages from MSVC link.exejyn-12/+29
2025-01-24Rollup merge of #135648 - folkertdev:naked-asm-wasm, r=bjorn3Matthias Krüger-5/+168
2025-01-23Implement `optimize(none)` attributeclubby789-4/+3
2025-01-22Auto merge of #135674 - scottmcm:assume-better, r=estebankbors-29/+39
2025-01-21Auto merge of #135487 - klensy:windows-0.59, r=Mark-Simulacrumbors-1/+1
2025-01-21Auto merge of #134299 - RalfJung:remove-start, r=compiler-errorsbors-8/+5
2025-01-21remove support for the #[start] attributeRalf Jung-8/+5
2025-01-21bumpt compiler and tools to windows 0.59klensy-1/+1
2025-01-21Treat undef bytes as equal to any other byteOli Scherer-2/+25
2025-01-21Also generate undef scalars and scalar pairsOli Scherer-22/+37
2025-01-20Don't require `--verbose` to show linker stdoutjyn-4/+7
2025-01-20make it possible to silence linker warnings with a crate-level attributejyn-7/+35
2025-01-20show linker warnings even if it returns 0jyn-3/+31
2025-01-20work around the `wasm32-unknown-unknown` ABI being brokenFolkert de Vries-8/+39
2025-01-20support wasm inline assembly in naked functionsFolkert de Vries-4/+136
2025-01-19When LLVM's location discriminator value limit is exceeded, emit locations wi...Kyle Huey-4/+2
2025-01-18Revert "Auto merge of #134330 - scottmcm:no-more-rvalue-len, r=matthewjasper"Rémy Rakic-1/+28
2025-01-17Update our range `assume`s to the format that LLVM prefersScott McMurray-29/+39
2025-01-16Target option to require explicit cpuFlakebi-0/+11
2025-01-15Treat safe target_feature functions as unsafe by defaultOli Scherer-4/+8
2025-01-13Fix emscripten-wasm-eh with unwind=abortHood Chatham-3/+3
2025-01-11Rollup merge of #135205 - lqd:bitsets, r=Mark-SimulacrumMatthias Krüger-6/+6
2025-01-11Rollup merge of #134030 - folkertdev:min-fn-align, r=workingjubileeMatthias Krüger-2/+6
2025-01-11rename `BitSet` to `DenseBitSet`Rémy Rakic-6/+6
2025-01-11Auto merge of #135258 - oli-obk:push-ktzskvxuwnlt, r=saethlinbors-7/+21