about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src
AgeCommit message (Expand)AuthorLines
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-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-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-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-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
2024-03-08Auto merge of #122048 - erikdesjardins:inbounds, r=oli-obkbors-6/+1
2024-03-08Fix misaligned loads when loading UEFI arg pointersbeetrees-4/+6
2024-03-06Add arm64ec-pc-windows-msvc targetDaniel Paoliello-30/+39
2024-03-06Rollup merge of #122051 - erikdesjardins:cleanup, r=nikicMatthias Krüger-2/+1
2024-03-05remove all-zero GEPErik Desjardins-2/+1
2024-03-05Rollup merge of #122028 - oli-obk:drop_in_place_leftovers, r=compiler-errorsMatthias Krüger-1/+1
2024-03-05Remove some dead codeOli Scherer-1/+1
2024-03-05only set noalias on Box with the global allocatorRalf Jung-0/+1
2024-03-05Auto merge of #121780 - nnethercote:diag-renaming2, r=davidtwcobors-8/+8
2024-03-05Fix some out-of-date comments.Nicholas Nethercote-4/+4
2024-03-05Rename `DiagnosticMessage` as `DiagMessage`.Nicholas Nethercote-4/+4
2024-03-05Auto merge of #120675 - oli-obk:intrinsics3.0, r=pnkfelixbors-17/+46
2024-03-04Rollup merge of #121969 - nnethercote:ParseSess-cleanups, r=wesleywiserMatthias Krüger-1/+1
2024-03-05Rename all `ParseSess` variables/fields/lifetimes as `psess`.Nicholas Nethercote-1/+1
2024-03-04Remove some depgraph edges on the HIR by invoking the intrinsic query instead...Oli Scherer-2/+1
2024-03-04Avoid some boolean argument footgunsOli Scherer-10/+26
2024-03-04Add a scheme for moving away from `extern "rust-intrinsic"` entirelyOli Scherer-1/+15
2024-03-04Return a struct from `query intrinsic` to be able to add another field in the...Oli Scherer-6/+6
2024-03-04use GEP inbounds for ZST and DST field offsetsErik Desjardins-6/+1
2024-03-04Auto merge of #121900 - chenyukang:yukang-fix-121425-repr-pack-error, r=compi...bors-1/+1
2024-03-03Auto merge of #121665 - erikdesjardins:ptradd, r=nikicbors-35/+19
2024-03-02Fix misleading message when using a named constant as a struct alignment/packyukang-1/+1
2024-03-01Add initial support for DataFlowSanitizerRamon de C Valle-0/+8
2024-03-01Rollup merge of #121730 - ecnelises:aix_pgo, r=wesleywiserMatthias Krüger-1/+3
2024-03-01Auto merge of #121728 - tgross35:f16-f128-step1-ty-updates, r=compiler-errorsbors-3/+7
2024-02-29Rollup merge of #121464 - alexcrichton:fix-wasm64, r=wesleywiserMatthias Krüger-50/+46