about summary refs log tree commit diff
path: root/tests/codegen-llvm
AgeCommit message (Expand)AuthorLines
2025-08-22Rollup merge of #145380 - okaneco:add-codegen-tests, r=Mark-SimulacrumJacob Pratt-0/+182
2025-08-21Rollup merge of #145661 - folkertdev:s390x-codegen-test-cleanup, r=dianqkJacob Pratt-17/+21
2025-08-21Rollup merge of #145137 - Kmeakin:km/optimize-slice-index-panicking, r=jhprattJacob Pratt-32/+24
2025-08-21Consolidate panicking functions in `slice/index.rs`Karl Meakin-32/+24
2025-08-21Rollup merge of #145662 - GrigorenkoPV:x86-interrupt, r=compiler-errorsJacob Pratt-3/+3
2025-08-20Add codegen regression testsokaneco-0/+182
2025-08-20Auto merge of #145259 - nikic:read-only-capture, r=wesleywiserbors-11/+29
2025-08-20Auto merge of #144086 - clubby789:alloc-zeroed, r=nikicbors-0/+20
2025-08-20Tell LLVM about read-only capturesNikita Popov-11/+29
2025-08-20Pass `alloc-variant-zeroed` to LLVMclubby789-0/+20
2025-08-20Enforce correct number of arguments for `"x86-interrupt"` functionsPavel Grigorenko-3/+3
2025-08-20update some s390x codegen testsFolkert de Vries-17/+21
2025-08-20make `prefetch` intrinsics safeFolkert de Vries-40/+32
2025-08-19Rollup merge of #140740 - ojeda:indirect-branch-cs-prefix, r=davidtwco许杰友 Jieyou Xu (Joe)-0/+18
2025-08-19Rollup merge of #144567 - CaiWeiran:transmute-scalar_test, r=nikicStuart Cook-19/+12
2025-08-19Rollup merge of #142681 - 1c3t3a:sanitize-off-on, r=rcvalleStuart Cook-29/+199
2025-08-18tests: fix RISC-V failures and adjust transmute-scalar.rs targetCaiweiran-19/+12
2025-08-18Remove the no_sanitize attribute in favor of sanitizeBastian Kersting-29/+81
2025-08-18Implement the #[sanitize(..)] attributeBastian Kersting-0/+118
2025-08-18Rollup merge of #145355 - clubby789:option-match-eq, r=nikicStuart Cook-0/+78
2025-08-17Add `-Zindirect-branch-cs-prefix` optionMiguel Ojeda-4/+4
2025-08-17Add -Zindirect-branch-cs-prefix (from draft PR)Alice Ryhl-0/+18
2025-08-15Rollup merge of #145120 - maurer:llvm-time, r=nikicStuart Cook-37/+37
2025-08-14Update autodiff tests for the new intrinsics implMarcelo Domínguez-92/+97
2025-08-13Add test for issue 122734Jamie Hill-Daniel-0/+78
2025-08-13Auto merge of #145093 - nikic:dead-on-return, r=nnethercotebors-5/+36
2025-08-11llvm: Accept new LLVM lifetime formatMatthew Maurer-37/+37
2025-08-11Set dead_on_return attribute for indirect argumentsNikita Popov-5/+36
2025-08-10Rollup merge of #145064 - okaneco:saturating_sub_regression_tests, r=nikicJacob Pratt-0/+19
2025-08-08Stop using uadd.with.overflowScott McMurray-3/+12
2025-08-08Rollup merge of #144192 - RalfJung:atomicrmw-ptr, r=nikicTrevor Gross-3/+3
2025-08-08Rollup merge of #145051 - bjorn3:prevent_linkage_symbol_name_collision, r=pet...Stuart Cook-1/+1
2025-08-07Add regression test for `saturating_sub` bounds check issueokaneco-0/+19
2025-08-07Prevent name collisions with internal implementation detailsbjorn3-1/+1
2025-08-06Revert "Preserve the .debug_gdb_scripts section"bjorn3-3/+1
2025-08-06[codegen] assume the tag, not the relative discriminantScott McMurray-42/+55
2025-08-05Preserve the .debug_gdb_scripts sectionSebastian Poeplau-1/+3
2025-08-04Rollup merge of #144559 - CaiWeiran:extract-insert-dyn_test, r=Mark-SimulacrumStuart Cook-9/+18
2025-08-01Multiple bounds checking elision failureslucarlig-0/+19
2025-07-31Rollup merge of #144232 - xacrimon:explicit-tail-call, r=WaffleLapkinStuart Cook-0/+18
2025-07-30Rollup merge of #144042 - dpaoliello:verifyllvmcomp, r=jieyouxuStuart Cook-23/+21
2025-07-29Rollup merge of #144632 - nikic:llvm-21-tests, r=durin42Jacob Pratt-4/+10
2025-07-29Verify llvm-needs-components are not empty and match the --target valueDaniel Paoliello-23/+21
2025-07-29tests: Test line number in debuginfo for diverging function callsMartin Nordholts-0/+38
2025-07-29Rollup merge of #144407 - godzie44:godzie44/fix_dwarf_inconsistency, r=wesley...Stuart Cook-0/+32
2025-07-29Adjust enum-discriminant-eq.rs for LLVM 21Nikita Popov-4/+10
2025-07-28Fix tests/codegen-llvm/simd/extract-insert-dyn.rs test failure on riscv64Caiweiran-9/+18
2025-07-27Auto merge of #144225 - purplesyringa:unwinding-intrinsics, r=nikicbors-1/+15
2025-07-27fix(debuginfo): disable overflow check forgodzie44-0/+32
2025-07-27Auto merge of #144347 - scottmcm:ssa-enums-v0, r=WaffleLapkinbors-0/+31