about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
AgeCommit message (Expand)AuthorLines
2024-03-11Auto merge of #122050 - erikdesjardins:sret, r=nikicbors-4/+16
2024-03-11Auto merge of #122132 - nnethercote:diag-renaming3, r=nnethercotebors-9/+9
2024-03-11Rename `IntoDiagnostic` as `Diagnostic`.Nicholas Nethercote-9/+9
2024-03-10use Instance::expect_resolve() instead of unwraping Instance::resolve()Ralf Jung-5/+6
2024-03-08Rollup merge of #122198 - beetrees:no-llvm-14, r=cuviperMatthias Krüger-10/+4
2024-03-08Rollup merge of #119365 - nbdd0121:asm-goto, r=AmanieuMatthias Krüger-10/+88
2024-03-08Remove handling for previously dropped LLVM versionbeetrees-10/+4
2024-03-06Add arm64ec-pc-windows-msvc targetDaniel Paoliello-2/+10
2024-03-05use [N x i8] for byval/sret typesErik Desjardins-4/+16
2024-03-05only set noalias on Box with the global allocatorRalf Jung-3/+7
2024-03-03Auto merge of #121665 - erikdesjardins:ptradd, r=nikicbors-96/+62
2024-03-03Auto merge of #121763 - clubby789:llvm-old-comment, r=cjgillotbors-6/+3
2024-03-02Auto merge of #121914 - Nadrieril:rollup-ol98ncg, r=Nadrierilbors-1/+129
2024-03-02Rollup merge of #121841 - tgross35:f16-f128-step2-intrinsics, r=compiler-errorsGuillaume Boisseau-1/+116
2024-03-02avoid collecting into vecs in some placesMatthias Krüger-20/+16
2024-03-01Add initial support for DataFlowSanitizerRamon de C Valle-0/+13
2024-03-01Add `f16` and `f128` LLVM intrinsicsTrevor Gross-1/+116
2024-03-01Update outdated LLVM commentclubby789-6/+3
2024-03-01Auto merge of #121728 - tgross35:f16-f128-step1-ty-updates, r=compiler-errorsbors-4/+29
2024-02-28Add `f16` and `f128` to `rustc_type_ir::FloatTy` and `rustc_abi::Primitive`Trevor Gross-4/+29
2024-02-28Rename `DiagnosticBuilder` as `Diag`.Nicholas Nethercote-11/+7
2024-02-26introduce and use ptradd/inbounds_ptradd instead of gepErik Desjardins-28/+16
2024-02-26remove struct_gep, use manual layout calculations for va_argErik Desjardins-81/+62
2024-02-26always use gep inbounds i8 (ptradd) for field offsetsErik Desjardins-3/+0
2024-02-27Auto merge of #121635 - 823984418:remove_archive_builder_lifetime_a, r=nnethe...bors-2/+2
2024-02-27Rollup merge of #121598 - RalfJung:catch_unwind, r=oli-obkMatthias Krüger-4/+4
2024-02-26Rollup merge of #121389 - klensy:llvm-warn-fix, r=nikicMatthias Krüger-6/+6
2024-02-26remove useless lifetime of ArchiveBuilder823984418-2/+2
2024-02-26rename 'try' intrinsic to 'catch_unwind'Ralf Jung-4/+4
2024-02-25Rollup merge of #121060 - clubby789:bool-newtypes, r=cjgillotMatthias Krüger-24/+31
2024-02-24Auto merge of #121569 - matthiaskrgr:rollup-awglrax, r=matthiaskrgrbors-4/+4
2024-02-24Add assertions and clarify asm-goto with noreturnGary Guo-0/+1
2024-02-24Implement asm goto for LLVM and GCC backendGary Guo-10/+21
2024-02-24Add callbr support to LLVM wrapperGary Guo-0/+66
2024-02-24compiler: use `addr_of!`Pavel Grigorenko-4/+4
2024-02-23check that simd_insert/extract indices are in-boundsRalf Jung-19/+34
2024-02-22Auto merge of #121129 - nnethercote:codegen-Diags, r=estebankbors-2/+1
2024-02-22Overhaul `Diagnostic` args.Nicholas Nethercote-2/+1
2024-02-21remove simd_reduce_{min,max}_nanlessRalf Jung-19/+0
2024-02-21make simd_reduce_{mul,add}_unordered use only the 'reassoc' flag, not all fas...Ralf Jung-6/+7
2024-02-21Auto merge of #120718 - saethlin:reasonable-fast-math, r=nnethercotebors-6/+47
2024-02-21llvm-wrapper: fix warning C4244klensy-6/+6
2024-02-20Add "algebraic" versions of the fast-math intrinsicsBen Kimock-6/+47
2024-02-20Add newtype for signedness in LLVM SIMDclubby789-24/+31
2024-02-17Rollup merge of #121209 - nnethercote:infallible-join_codegen, r=bjorn3Matthias Krüger-2/+2
2024-02-17Rollup merge of #121085 - davidtwco:always-eager-diagnostics, r=nnethercoteMatthias Krüger-1/+1
2024-02-17Make `CodegenBackend::join_codegen` infallible.Nicholas Nethercote-2/+2
2024-02-16Auto merge of #120500 - oli-obk:intrinsics2.0, r=WaffleLapkinbors-9/+14
2024-02-15Auto merge of #121142 - GuillaumeGomez:rollup-5qmksjw, r=GuillaumeGomezbors-0/+4
2024-02-15Auto merge of #120931 - chenyukang:yukang-cleanup-hashmap, r=michaelwoeristerbors-4/+3