about summary refs log tree commit diff
path: root/tests/codegen
AgeCommit message (Expand)AuthorLines
2024-12-13Auto merge of #133899 - scottmcm:strip-mir-debuginfo, r=oli-obkbors-2/+3
2024-12-13Stabilize async closuresMichael Goulet-2/+0
2024-12-11Auto merge of #128004 - folkertdev:naked-fn-asm, r=Amanieubors-77/+318
2024-12-11coverage: Adjust a codegen test to ignore the order of covmap/covfun globalsZalathar-4/+2
2024-12-10make naked function generics test stricterFolkert de Vries-4/+5
2024-12-10fix the `naked-asan` testFolkert de Vries-5/+2
2024-12-10codegen `#[naked]` functions using `global_asm!`Folkert-73/+316
2024-12-10We don't need `NonNull::as_ptr` debuginfoScott McMurray-2/+3
2024-12-06Rollup merge of #130777 - azhogin:azhogin/reg-struct-return, r=workingjubileeMatthias Krüger-0/+206
2024-12-05Adapt codegen tests for NUW inferenceTim Neumann-15/+15
2024-12-04Rename `core_pattern_type` and `core_pattern_types` lib feature gates to `pa...Oli Scherer-2/+1
2024-12-03Rollup merge of #132612 - compiler-errors:async-trait-bounds, r=lcnrMatthias Krüger-1/+1
2024-12-03Auto merge of #104342 - mweber15:add_file_location_to_more_types, r=wesleywiserbors-0/+112
2024-12-02Fix tests when using MinGWMatt Weber-4/+4
2024-12-02Gate async fn trait bound modifier on async_trait_boundsMichael Goulet-1/+1
2024-12-02rust_for_linux: -Zreg-struct-return commandline flag for X86 (#116973)Andrew Zhogin-0/+206
2024-11-30Rollup merge of #131551 - taiki-e:ppc-asm-vreg-inout, r=Amanieu许杰友 Jieyou Xu (Joe)-2/+11
2024-11-29Rollup merge of #131323 - jfrimmel:avr-inline-asm-clobber-abi, r=AmanieuMatthias Krüger-0/+43
2024-11-28Auto merge of #123244 - Mark-Simulacrum:share-inline-never-generics, r=saethlinbors-2/+5
2024-11-28Auto merge of #133540 - ehuss:compiletest-proc-macro, r=jieyouxubors-5/+1
2024-11-28Share inline(never) generics across cratesMark Rousskov-2/+5
2024-11-29Support #[repr(simd)] types in input/output of PowerPC inline assemblyTaiki Endo-2/+11
2024-11-28Move & rename test case to match naming of #132456Julian Frimmel-0/+0
2024-11-28Add test case for the clobber optionsJulian Frimmel-0/+43
2024-11-28Rollup merge of #133463 - taiki-e:aarch64-asm-x18, r=AmanieuGuillaume Gomez-36/+51
2024-11-28Rollup merge of #133452 - taiki-e:hexagon-asm-pred, r=AmanieuGuillaume Gomez-0/+37
2024-11-28Rollup merge of #133422 - taiki-e:riscv-e-clobber-abi, r=AmanieuGuillaume Gomez-0/+44
2024-11-27Update tests to use new proc-macro headerEric Huss-5/+1
2024-11-26Fix handling of x18 in AArch64 inline assembly on ohos/trusty or with -Zfixed...Taiki Endo-36/+51
2024-11-25Update test expectations to accept LLVM 'initializes' attributeHans Wennborg-1/+1
2024-11-25Support predicate registers (clobber-only) in Hexagon inline assemblyTaiki Endo-0/+37
2024-11-25Fix clobber_abi in RV32E and RV64E inline assemblyTaiki Endo-0/+44
2024-11-24Make asm_goto_with_outputs a separate feature gateGary Guo-1/+1
2024-11-24Support use of asm goto with outputs and `options(noreturn)`Gary Guo-1/+11
2024-11-24Fix asm goto with outputsGary Guo-11/+13
2024-11-23Rollup merge of #127483 - BertalanD:no_sanitize-global-var, r=rcvalle许杰友 Jieyou Xu (Joe)-0/+10
2024-11-22Rollup merge of #133102 - RalfJung:aarch64-softfloat, r=davidtwco,wesleywiserMichael Goulet-0/+48
2024-11-20aarch64 softfloat target: always pass floats in int registersRalf Jung-0/+48
2024-11-17Likely unlikely fixJiri Bobek-13/+91
2024-11-14Always inline functions signatures containing `f16` or `f128`Trevor Gross-0/+29
2024-11-14tests: use `max-llvm-major-version` instead of `ignore-llvm-version` range li...许杰友 Jieyou Xu (Joe)-3/+3
2024-11-13Add ``exact-llvm-major-version`` directiveKirill Podoprigora-2/+1
2024-11-12Rollup merge of #132702 - 1c3t3a:issue-132615, r=rcvalleMatthias Krüger-0/+19
2024-11-11CFI: Append debug location to CFI blocksBastian Kersting-0/+19
2024-11-10Stabilize Arm64EC inline assemblyTaiki Endo-1/+1
2024-11-09Rollup merge of #131258 - taiki-e:s390x-stabilize-asm, r=AmanieuJubilee-1/+1
2024-11-09Add discriminators to DILocations when multiple functions are inlined into a ...Kyle Huey-0/+64
2024-11-09Rollup merge of #132777 - durin42:llvm-20-poison-prop, r=nikicMatthias Krüger-1/+10
2024-11-09Rollup merge of #132745 - RalfJung:pointee-info-inside-enum, r=DianQKMatthias Krüger-4/+20
2024-11-08try_question_mark_nop: update test for LLVM 20Augie Fackler-1/+10