summary refs log tree commit diff
path: root/tests/codegen
AgeCommit message (Expand)AuthorLines
2025-03-07Add a testMichael Goulet-0/+14
2025-03-07Revert "Auto merge of #135335 - oli-obk:push-zxwssomxxtnq, r=saethlin"Michael Goulet-52/+3
2025-03-07Don't infer unwinding of virtual calls based on the function attributesDianQK-0/+19
2025-03-07Don't infer attributes of virtual calls based on the function bodyDianQK-0/+18
2025-02-14Rollup merge of #137038 - maurer:tolerate-captures, r=nikicJubilee-1/+1
2025-02-14llvm: Tolerate captures in testsMatthew Maurer-1/+1
2025-02-14Auto merge of #136575 - scottmcm:nsuw-math, r=nikicbors-5/+15
2025-02-14Auto merge of #136735 - scottmcm:transmute-nonnull, r=oli-obkbors-4/+69
2025-02-13Set both `nuw` and `nsw` in slice size calculationScott McMurray-5/+15
2025-02-13Rollup merge of #136895 - maurer:fix-enum-discr, r=nikicJubilee-2/+2
2025-02-12`transmute` should also assume non-null pointersScott McMurray-4/+69
2025-02-12Rollup merge of #136217 - taiki-e:csky-asm-flags, r=AmanieuJacob Pratt-0/+24
2025-02-12Rollup merge of #135025 - Flakebi:alloca-addrspace, r=nikicJacob Pratt-0/+18
2025-02-12Rollup merge of #134090 - veluca93:stable-tf11, r=oli-obkJacob Pratt-1/+0
2025-02-12Rollup merge of #136761 - workingjubilee:specify-opt-level-for-codegen-tests,...Guillaume Gomez-291/+271
2025-02-12debuginfo: Set bitwidth appropriately in enum variant tagsMatthew Maurer-2/+2
2025-02-11tests/codegen: use -Copt-level=3 instead of -OJubilee Young-233/+233
2025-02-11tests: simplify dont-shuffle-bswaps testJubilee Young-30/+10
2025-02-10Cast allocas to default address spaceFlakebi-0/+18
2025-02-10Rollup merge of #136419 - EnzymeAD:autodiff-tests, r=onur-ozkan,jieyouxuMatthias Krüger-0/+33
2025-02-10move second opt run to lto phase and cleanup codeManuel Drehwald-2/+2
2025-02-09tests: issue-122805 -> dont-shuffle-bswapsJubilee Young-0/+0
2025-02-08Rollup merge of #136200 - purplesyringa:wasm-eh-fixes, r=bjorn3Matthias Krüger-0/+37
2025-02-08Rollup merge of #136640 - Zalathar:debuginfo-align-bits, r=compiler-errorsMatthias Krüger-3/+5
2025-02-07simplify autodiff tests to run without local pathManuel Drehwald-1/+1
2025-02-06remove `feature(trait_upcasting)` from tests and bless themWaffle Lapkin-1/+0
2025-02-06Generate correct terminate block under Wasm EHAlisa Sireneva-0/+37
2025-02-06Debuginfo for function ZSTs should have alignment of 8 bits, not 1 bitZalathar-3/+5
2025-02-04Auto merge of #135760 - scottmcm:disjoint-bitor, r=WaffleLapkinbors-0/+43
2025-02-04Rollup merge of #134777 - saethlin:enable-more-tests-on-windows, r=NoratriebJacob Pratt-3/+3
2025-02-03Enable more tests on WindowsBen Kimock-3/+3
2025-02-02Handle the case where the `or disjoint` folds immediately to a constantScott McMurray-1/+11
2025-02-02Rollup merge of #136358 - clubby789:opt-none-noinline, r=saethlinMatthias Krüger-0/+21
2025-02-01adding first autodiff testManuel Drehwald-0/+33
2025-01-31Override `disjoint_or` in the LLVM backendScott McMurray-0/+33
2025-01-31`#[optimize(none)]` implies `#[inline(never)]`clubby789-0/+21
2025-01-31Rollup merge of #136194 - taiki-e:bpf-clobber-abi, r=amanieuMatthias Krüger-0/+31
2025-01-31Rollup merge of #136287 - zmodem:nocapture, r=nikicJacob Pratt-18/+25
2025-01-30Rollup merge of #136199 - purplesyringa:emscripten-tests, r=jieyouxuMatthias Krüger-2/+31
2025-01-30LLVM changed the nocapture attribute to captures(none)Hans Wennborg-18/+25
2025-01-30Rollup merge of #135847 - edwloef:slice_ptr_rotate_opt, r=scottmcmStuart Cook-0/+30
2025-01-29add inline attribute and codegen testedwloef-0/+30
2025-01-29Auto merge of #136227 - fmease:rollup-ewpvznh, r=fmeasebors-14/+14
2025-01-29Rollup merge of #136134 - nikic:llvm-20-simd-tests, r=UrgauLeón Orell Valerian Liehr-14/+14
2025-01-29Rollup merge of #136147 - RalfJung:required-target-features-check-not-add, r=...León Orell Valerian Liehr-7/+6
2025-01-29Mark condition/carry bit as clobbered in C-SKY inline assemblyTaiki Endo-0/+24
2025-01-29Support clobber_abi in BPF inline assemblyTaiki Endo-0/+31
2025-01-28Fix tests/codegen/wasm_exceptionsAlisa Sireneva-1/+1
2025-01-28Fix tests/codegen/float/f128Alisa Sireneva-1/+30
2025-01-28Auto merge of #134290 - tgross35:windows-i128-callconv, r=bjorn3,wesleywiserbors-0/+79