about summary refs log tree commit diff
path: root/tests/codegen-llvm
AgeCommit message (Expand)AuthorLines
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
2025-07-26Rollup merge of #144359 - RalfJung:vararg-codegen, r=compiler-errorsJacob Pratt-0/+86
2025-07-26Auto merge of #143860 - scottmcm:transmute-always-rvalue, r=WaffleLapkinbors-10/+192
2025-07-26Rollup merge of #144341 - CaiWeiran:const-vector_test, r=wesleywiserTrevor Gross-0/+2
2025-07-26Implement support for explicit tail calls in the MIR block builders and the L...Joel Wejdenstål-0/+18
2025-07-23Don't emit two `assume`s in transmutes when one is a subset of the otherScott McMurray-8/+41
2025-07-23re-enable direct `bitcast`s for Int/Float vector transmutes (but not ones inv...Scott McMurray-0/+176
2025-07-23Let `codegen_transmute_operand` just handle everythingScott McMurray-10/+16
2025-07-23add codegen test for variadics (also replacing some existing does-this-build ...Ralf Jung-0/+86
2025-07-23Fix tests/codegen-llvm/const-vector.rs test failure on riscv64Caiweiran-0/+2
2025-07-23No longer need `alloca`s for consuming `Result<!, i32>` and similarScott McMurray-0/+31
2025-07-23atomicrmw on pointers: move integer-pointer cast hacks into backendRalf Jung-3/+3
2025-07-23Don't special-case llvm.* as nounwindAlisa Sireneva-1/+15
2025-07-22Rename `tests/codegen` into `tests/codegen-llvm`Guillaume Gomez-0/+31706