about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src
AgeCommit message (Expand)AuthorLines
2024-04-03rename `expose_addr` to `expose_provenance`joboet-1/+1
2024-04-02Rollup merge of #122935 - RalfJung:with-exposed-provenance, r=AmanieuJacob Pratt-1/+1
2024-04-02Auto merge of #123385 - matthiaskrgr:rollup-v69vjbn, r=matthiaskrgrbors-51/+37
2024-04-02Auto merge of #118310 - scottmcm:three-way-compare, r=davidtwcobors-0/+31
2024-04-02Improve the `build_shift_expr_rhs` commentScott McMurray-4/+7
2024-03-30De-LLVM the unchecked shifts [MCP#693]Scott McMurray-51/+34
2024-03-29Rollup merge of #123188 - klensy:clippy-me2, r=NilstriebMatthias Krüger-6/+6
2024-03-29Auto merge of #122671 - Mark-Simulacrum:const-panic-msg, r=Nilstriebbors-4/+2
2024-03-28and few moreklensy-6/+6
2024-03-25Rollup merge of #122842 - pacak:explicit_name, r=michaelwoeristerMatthias Krüger-1/+1
2024-03-24Rollup merge of #122937 - Zalathar:unbox, r=oli-obkMatthias Krüger-7/+7
2024-03-23Add+Use `mir::BinOp::Cmp`Scott McMurray-0/+31
2024-03-23Rollup merge of #122879 - maurer:callsite-instances, r=workingjubileeJubilee-15/+39
2024-03-23Fixed bad formattingAdam Gastineau-4/+2
2024-03-23Fixed builds with modified libcAdam Gastineau-3/+3
2024-03-23CFI: Use Instance at callsitesMatthew Maurer-15/+39
2024-03-23refactor check_{lang,library}_ub: use a single intrinsic, put policy into lib...Ralf Jung-2/+1
2024-03-23Auto merge of #122582 - scottmcm:swap-intrinsic-v2, r=oli-obkbors-2/+90
2024-03-23rename MIR int2ptr casts to match library nameRalf Jung-1/+1
2024-03-23Unbox and unwrap the contents of `StatementKind::Coverage`Zalathar-7/+7
2024-03-22Auto merge of #122852 - compiler-errors:raw-ptr, r=lcnrbors-15/+7
2024-03-22Auto merge of #122580 - saethlin:compiler-builtins-can-panic, r=pnkfelixbors-11/+53
2024-03-22Programmatically convert some of the pat ctorsMichael Goulet-3/+3
2024-03-22Ty::new_ref and Ty::new_ptr stop using TypeAndMutMichael Goulet-8/+3
2024-03-22Eagerly convert some ctors to use their specialized ctorsMichael Goulet-4/+1
2024-03-22Don't emit an error about failing to produce a file with a specific nameMichael Baikov-1/+1
2024-03-22Codegen const panic messages as function callsMark Rousskov-4/+2
2024-03-21Auto merge of #122830 - matthiaskrgr:rollup-uk2by3f, r=matthiaskrgrbors-7/+0
2024-03-20Add a testBen Kimock-4/+8
2024-03-21Remove `CodegenBackend::target_override`.Nicholas Nethercote-7/+0
2024-03-20Update comment and remove special-case for Wasm targets which is incompatible...Douglas Young-7/+1
2024-03-20Use MSVC-style escaping when passing a response/@ file to lld on windowsDouglas Young-6/+11
2024-03-19Rollup merge of #122691 - veera-sivarajan:bugfix-121099, r=AmanieuMatthias Krüger-17/+29
2024-03-19Remove all checks of `IntrinsicDef::must_be_overridden` except for the actual...Oli Scherer-4/+0
2024-03-19Make ptr_guaranteed_cmp a rustc_intrinsic and favor its body over backends im...Oli Scherer-7/+0
2024-03-18Support for visionOSAdam Gastineau-1/+9
2024-03-19Auto merge of #122055 - compiler-errors:stabilize-atb, r=oli-obkbors-1/+1
2024-03-18Fix ICE: `global_asm!()` Don't Panic When Unable to Evaluate ConstantVeera-17/+29
2024-03-18Rollup merge of #122567 - erikdesjardins:noname, r=oli-obkMatthias Krüger-1/+0
2024-03-18Avoid various uses of `Option<Span>` in favor of using `DUMMY_SP` in the few ...Oli Scherer-8/+5
2024-03-17Let codegen decide when to `mem::swap` with immediatesScott McMurray-2/+90
2024-03-17make PassMode::Cast consistently copy between Rust/ABI representationErik Desjardins-3/+29
2024-03-16Handle calls to upstream monomorphizations in compiler_builtinsBen Kimock-8/+46
2024-03-16revert changes and just delete the fixmeErik Desjardins-15/+6
2024-03-15avoid naming LLVM basic blocks when fewer_names is trueErik Desjardins-7/+15
2024-03-15Auto merge of #121297 - michaelwoerister:set-pdb-alt-path, r=wesleywiserbors-0/+9
2024-03-15Rollup merge of #121207 - chriswailes:z-external-clangrt, r=michaelwoeristerMatthias Krüger-10/+19
2024-03-14Rollup merge of #122212 - erikdesjardins:byval-align2, r=wesleywiserMatthias Krüger-23/+39
2024-03-14Rollup merge of #117118 - bzEq:aix-linker, r=wesleywiserMatthias Krüger-10/+16
2024-03-14Restore correct version of comment and fix logic bugChris Wailes-5/+5