index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
c_abi
/
cfuncs.c
Age
Commit message (
Expand
)
Author
2025-08-30
test: expand C ABI test coverage to hexagon-linux-musl
Alex Rønne Petersen
2025-06-05
test: Expand target coverage for C ABI tests.
Alex Rønne Petersen
2025-05-01
wasm-c-abi: llvm fix struct handling + reorganize
Pavel Verigo
2024-09-07
mips: fix C ABI compatibility
Maciej 'vesim' Kuliński
2024-05-08
x86_64: fix C abi of incomplete sse register
Jacob Young
2024-04-22
x86_64: fix C abi for unions
Jacob Young
2024-04-06
x86_64: fix abi of nested structs
Jacob Young
2024-02-27
Merge pull request #18538 from Pangoraw/wasm_vector_abi
Luuk de Gram
2024-02-20
llvm: fix c abi for structs not passed in registers
Jacob Young
2024-02-15
c_abi: add vector tests for floats
Paul Berg
2024-02-15
wasm: enable bool vectors tests for stage2_llvm
Paul Berg
2024-02-12
x86_64: implement c abi for bool vectors
Jacob Young
2023-10-27
x86_64: fix c abi test failures
Jacob Young
2023-10-26
test: enable `c-abi-tests` for the x86_64 backend
Jacob Young
2023-07-28
llvm: fix SysV C abi for structs smaller than two eightbytes
Jacob Young
2023-07-27
LLVM: always add argument attributes to calls
Andrew Kelley
2023-07-26
llvm: disable LTO on C ABI tests
Andrew Kelley
2023-01-22
llvm: implement explicit Win64 and SysV calling conventions
Veikka Tuominen
2023-01-19
llvm: implement Stdcall return types
Veikka Tuominen
2023-01-19
llvm: pass non-scalars as byref in .Stdcall
kcbanner
2023-01-14
add C ABI tests for exotic float types
Veikka Tuominen
2022-12-20
llvm: fix C ABI for <=256 bit vectors
Veikka Tuominen
2022-11-20
llvm: add attributes to the arguments of function pointer calls
Veikka Tuominen
2022-11-20
llvm: aarch64 C ABI: pass byref params as mutable pointers
Veikka Tuominen
2022-11-18
add C ABI tests with double
Guillaume Wenzek
2022-10-22
x86_64 llvm: correct lowering of ptr sized float struct
Veikka Tuominen
2022-10-22
stage2: implement RISCV C ABI
Veikka Tuominen
2022-10-22
make C ABI tests compile on powerpc
Veikka Tuominen
2022-10-22
add C ABI tests for simd vectors
Veikka Tuominen
2022-10-21
stage2: implement ARM C ABI
Veikka Tuominen
2022-10-20
make C ABI tests compile on arm, mips and riscv
Veikka Tuominen
2022-10-20
stage2: fix handling of aarch64 C ABI float array like structs
Veikka Tuominen
2022-10-20
make C ABI tests compile on i386
Veikka Tuominen
2022-10-20
stage2: fix x86_64 C ABI of struct with array member
Veikka Tuominen
2022-10-09
C ABI: Add tests for complex float/double support
Cody Tapscott
2022-09-28
stage2: Fix multiple_llvm_int parameter passing
Cody Tapscott
2022-09-03
Sema: only ABI sized packed structs are extern compatible
Veikka Tuominen
2022-08-26
wasm: fix abi size of c_longdouble
Luuk de Gram
2022-07-26
C ABI tests no longer apply to only stage1
Andrew Kelley