about summary refs log tree commit diff
path: root/src/test/codegen
AgeCommit message (Expand)AuthorLines
2022-08-31Fix a bunch of typoDezhi Wu-16/+16
2022-08-30Add test for issue #85872Nikita Popov-0/+20
2022-08-29Add another MaybeUninit array test with constAlex Saveau-0/+6
2022-08-29Rollup merge of #98304 - SUPERCILEX:maybeuninit, r=nikicDylan DPC-0/+11
2022-08-28Auto merge of #96946 - WaffleLapkin:ptr_mask, r=scottmcmbors-0/+11
2022-08-27Update tests for UEFI and AVRVadim Petrochenkov-2/+2
2022-08-27Rollup merge of #99784 - est31:deny_cfg_attr_crate_type_name, r=Mark-SimulacrumYuki Okushi-3/+2
2022-08-25Add MaybeUninit memset testAlex Saveau-0/+11
2022-08-21Rollup merge of #100760 - krasimirgg:llvm-16-pic-level, r=nikicMatthias Krüger-2/+2
2022-08-21fix `ptr_mask` codegen test wrt llvm opaque pointersMaybe Waffle-1/+1
2022-08-21Do not use void pointer for `ptr_mask` intrinsicMaybe Waffle-2/+2
2022-08-21make `ptr_mask` codegen test more specificMaybe Waffle-1/+5
2022-08-21Add codegen test for `intinsics::ptr_mask`Maybe Waffle-0/+7
2022-08-20Auto merge of #100810 - matthiaskrgr:rollup-xep778s, r=matthiaskrgrbors-0/+22
2022-08-20Rollup merge of #100693 - scottmcm:new-llvm15-nops, r=Mark-SimulacrumMatthias Krüger-0/+54
2022-08-19elaborate how revisions work with FileCheck stuff in src/test/codegenFelix S. Klock II-0/+22
2022-08-19Update codegen tests to accommodate the potential presence/absence of theFelix S. Klock II-3/+48
2022-08-19update test for LLVM changeKrasimir Georgiev-2/+2
2022-08-17Add LLVM15-specific codegen test for `try`/`?`s that now optimize awayScott McMurray-0/+54
2022-08-16Rollup merge of #100460 - cuviper:drop-llvm-12, r=nagisaMatthias Krüger-87/+1
2022-08-16Rollup merge of #100384 - ridwanabdillahi:instr_profile_output, r=wesleywiserMatthias Krüger-0/+17
2022-08-14Update the minimum external LLVM to 13Josh Stone-87/+1
2022-08-12[debuginfo] Update codegen tests for new cpp-like enum debuginfo encoding.Michael Woerister-9/+12
2022-08-11Add support for generating unique *.profraw files by default when using the `...ridwanabdillahi-0/+17
2022-08-10Auto merge of #99174 - scottmcm:reoptimize-layout-array, r=joshtriplettbors-0/+31
2022-08-05Auto merge of #100035 - workingjubilee:merge-functions, r=nikicbors-2/+4
2022-08-05Enable function merging when opt is for sizeJubilee Young-2/+4
2022-07-27Make CFI tests opaque pointers compatibleNikita Popov-7/+6
2022-07-27Remove outdated rustc_allocator testNikita Popov-7/+0
2022-07-27Update codegen test for opaque pointersNikita Popov-8/+8
2022-07-27Make forward compatibility lint deprecated_cfg_attr_crate_type_name deny by d...est31-3/+2
2022-07-26codegen: use new {re,de,}allocator annotations in llvmAugie Fackler-0/+183
2022-07-25Auto merge of #97581 - AngelicosPhosphoros:improve_calloc_check_in_vec_macro_...bors-12/+124
2022-07-24Support vec zero-alloc optimization for tuples and byte arraysAngelicosPhosphoros-12/+124
2022-07-24Auto merge of #99409 - tmiasko:atomic-tests, r=m-ou-sebors-1/+109
2022-07-24Auto merge of #95548 - rcvalle:rust-cfi-2, r=nagisabors-39/+608
2022-07-23Auto merge of #98208 - ivanloz:master, r=nagisabors-0/+17
2022-07-23Add fine-grained LLVM CFI support to the Rust compilerRamon de C Valle-39/+608
2022-07-22do not mark interior mutable shared refs as dereferenceableRalf Jung-1/+19
2022-07-22Auto merge of #99491 - workingjubilee:sync-psimd, r=workingjubileebors-1/+1
2022-07-20Introduce core::simd trait imports in testsJubilee Young-1/+1
2022-07-20Test codegen of atomic compare-exchange with additional memory orderingsTomasz Miąsko-1/+109
2022-07-20Add ShadowCallStack SupportIvan Lozano-0/+17
2022-07-20Rollup merge of #99436 - Nilstrieb:toggle-box-noalias, r=fee1-deadDylan DPC-0/+16
2022-07-19Add flag to configure `noalias` on `Box<T>`nils-0/+16
2022-07-18Rollup merge of #98998 - workingjubilee:naked-means-no-clothes-enforcement-te...Dylan DPC-1/+1
2022-07-13Re-optimize `Layout::array`Scott McMurray-0/+31
2022-07-08Support unstable moves via stable in unstable itemsJane Lusby-0/+1
2022-07-08Auto merge of #98758 - nnethercote:more-derive-output-improvements, r=Mark-Si...bors-1/+1
2022-07-07Bless MSVC debuginfo.Camille GILLOT-2/+2