about summary refs log tree commit diff
path: root/tests/codegen/cffi
AgeCommit message (Expand)AuthorLines
2025-04-20stabilize `naked_functions`Folkert de Vries-1/+0
2025-04-19Make `#[naked]` an unsafe attributeFolkert de Vries-4/+2
2025-04-13error on unsafe attributes in pre-2024 editionsFolkert de Vries-2/+2
2025-04-05Update the minimum external LLVM to 19Josh Stone-5/+2
2025-03-31PassWrapper: adapt for llvm/llvm-project@94122d58fc77079a291a3d008914006cb509...Augie Fackler-1/+1
2025-02-24tests: use minicore moreDavid Wood-6/+3
2024-10-06more `asm!` -> `naked_asm!` in testsFolkert de Vries-2/+1
2024-08-29Add `-Zlint-llvm-ir`DianQK-1/+2
2024-07-02Use the aligned size for alloca at args when the pass mode is cast.DianQK-2/+2
2024-06-19Remove c_unwind from tests and fix testsGary Guo-1/+0
2024-05-31Run rustfmt on `tests/codegen/`.Nicholas Nethercote-7/+16
2024-04-24Auto merge of #122053 - erikdesjardins:alloca, r=nikicbors-1/+1
2024-04-12Rollup merge of #123249 - goolmoos:naked_variadics, r=pnkfelixMatthias Krüger-0/+19
2024-04-12do not add prolog for variadic naked functionsGuy Shefy-0/+19
2024-04-11use [N x i8] for alloca typesErik Desjardins-1/+1
2024-03-17add tests for PassMode::Cast fixesErik Desjardins-6/+22
2024-03-06compiletest: Add a `//@ needs-threads` directiveAlex Crichton-1/+1
2024-02-22[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives许杰友 Jieyou Xu (Joe)-8/+8
2024-01-30Remove `ffi_returns_twice` featureclubby789-11/+0
2023-07-29tests/codegen/c-variadic* -> cffi/c-variadic*Jubilee Young-0/+118
2023-07-29tests/codegen/ffi-* -> cffi/ffi-*Jubilee Young-0/+62