about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src
AgeCommit message (Expand)AuthorLines
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
2024-03-14Rollup merge of #122287 - RalfJung:simd-static-assert, r=pnkfelixMatthias Krüger-4/+5
2024-03-14link.exe: don't embed full path to PDB file in binary.Michael Wörister-0/+9
2024-03-13Split a complex conditional into separate statementsChris Wailes-14/+22
2024-03-13Add `-Z external-sanitizer-runtime`Chris Wailes-0/+1
2024-03-13Auto merge of #121421 - saethlin:smarter-mono, r=oli-obkbors-1/+20
2024-03-13Auto merge of #122220 - saethlin:ppc-can-into-atomicptr, r=oli-obkbors-41/+11
2024-03-12Avoid lowering code under dead SwitchInt targetsBen Kimock-1/+20
2024-03-12sess: stabilize relro-levelDavid Wood-1/+1
2024-03-12Auto merge of #121644 - oli-obk:unique_static_innards2, r=RalfJung,nnethercotebors-4/+4
2024-03-12Change `DefKind::Static` to a struct variantOli Scherer-2/+2
2024-03-12Check whether a static is mutable instead of passing it downOli Scherer-2/+2
2024-03-12Auto merge of #121282 - saethlin:gep-null-means-no-provenance, r=scottmcmbors-2/+2
2024-03-11Lower transmutes from int to pointer type as gep on nullBen Kimock-2/+2
2024-03-11Rollup merge of #122320 - erikdesjardins:vtable, r=nikicJubilee-15/+17
2024-03-11Rollup merge of #121438 - coolreader18:wasm32-panic-unwind, r=cuviperJubilee-1/+1
2024-03-11Rollup merge of #117458 - kjetilkjeka:embedded-linker, r=petrochenkovJubilee-5/+119
2024-03-11Rollup merge of #116791 - WaffleLapkin:unparallel-backends, r=oli-obkJubilee-2/+14
2024-03-11copy byval argument to alloca if alignment is insufficientErik Desjardins-23/+39
2024-03-11LLVM Bitcode Linker: Add as a linker known to the compilerKjetil Kjeka-5/+119
2024-03-10use ptradd for vtable indexingErik Desjardins-15/+17
2024-03-11Auto merge of #122132 - nnethercote:diag-renaming3, r=nnethercotebors-13/+12
2024-03-11Rename `IntoDiagnostic` as `Diagnostic`.Nicholas Nethercote-5/+5
2024-03-11Rename `IntoDiagnosticArg` as `IntoDiagArg`.Nicholas Nethercote-9/+8
2024-03-10add comments explaining where post-mono const eval errors abort compilationRalf Jung-4/+5
2024-03-10use Instance::expect_resolve() instead of unwraping Instance::resolve()Ralf Jung-10/+6
2024-03-09Sink ptrtoint for RMW ops on pointers to cg_llvmBen Kimock-41/+11
2024-03-08Distinguish between library and lang UB in assert_unsafe_preconditionBen Kimock-1/+2
2024-03-08Stabilize associated type boundsMichael Goulet-1/+1
2024-03-08Rollup merge of #122164 - beetrees:uefi-argv-align, r=workingjubileeMatthias Krüger-4/+6
2024-03-08Rollup merge of #122179 - heiher:fix-typo, r=lcnrMatthias Krüger-1/+1
2024-03-08Rollup merge of #119365 - nbdd0121:asm-goto, r=AmanieuMatthias Krüger-9/+40
2024-03-08rustc: Fix typoWANG Rui-1/+1