about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm
AgeCommit message (Expand)AuthorLines
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-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
2024-02-15errors: only eagerly translate subdiagnosticsDavid Wood-1/+1
2024-02-14Implicitly enable evex512 if avx512 is enabledNikita Popov-0/+4
2024-02-14clean up potential_query_instability with FxIndexMap and UnordMapyukang-4/+3
2024-02-12Rollup merge of #120965 - ChrisDenton:sahf, r=michaelwoeristerMatthias Krüger-0/+1
2024-02-12Teach llvm backend how to fall back to default bodiesOli Scherer-9/+14
2024-02-12Add lahfsahf and prfchw target featureChris Denton-0/+1
2024-02-11is_closure_likeMichael Goulet-1/+1
2024-02-10Remove unnecessary `#![feature(min_specialization)]`Zalathar-1/+0
2024-02-09Rollup merge of #120844 - compiler-errors:async-di, r=oli-obkMatthias Krüger-1/+4
2024-02-09Rollup merge of #120354 - lukas-code:metadata-normalize, r=lcnrMatthias Krüger-4/+2
2024-02-09Build DebugInfo for coroutine-closureMichael Goulet-1/+4
2024-02-09Rollup merge of #120693 - nnethercote:invert-diagnostic-lints, r=davidtwcoMatthias Krüger-2/+0