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
/
main.zig
Age
Commit message (
Expand
)
Author
2025-09-18
test: disable some SIMD ABI tests on LoongArch
Alex Rønne Petersen
2025-08-30
test: expand C ABI test coverage to hexagon-linux-musl
Alex Rønne Petersen
2025-07-11
Remove numerous things deprecated during the 0.14 release cycle
Linus Groh
2025-06-05
test: Expand target coverage for C ABI tests.
Alex Rønne Petersen
2025-06-05
std.Target: Introduce Cpu convenience functions for feature tests.
Alex Rønne Petersen
2025-05-01
wasm-c-abi: llvm fix struct handling + reorganize
Pavel Verigo
2025-03-05
Remove uses of deprecated callconv aliases
Linus Groh
2025-02-17
std.Target: Remove functions that just wrap component functions.
Alex Rønne Petersen
2024-11-03
std.Target: Replace isARM() with isArmOrThumb() and rename it to isArm().
Alex Rønne Petersen
2024-09-07
mips: fix C ABI compatibility
Maciej 'vesim' Kuliński
2024-08-01
std.Target: Rework isPPC()/isPPC64() functions.
Alex Rønne Petersen
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
2024-01-03
Correct expected/actual parameter order of some assertions
Carl Åstholm
2024-01-03
Fix compile errors from the `expectEqual` change
Carl Åstholm
2023-11-19
test: update remaining code to fix 'var is never mutated' errors
mlugg
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
c-abi: enable passing tests
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-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-01-22
llvm: implement explicit Win64 and SysV calling conventions
Veikka Tuominen
2023-01-20
Merge pull request #14357 from kcbanner/llvm_byval_struct
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-17
windows x86_64 C ABI: pass byref structs as byref_mut
Veikka Tuominen
2023-01-14
llvm: correctly handle C ABI structs with f32/f64 alignment differences
Veikka Tuominen
2023-01-14
add C ABI tests for exotic float types
Veikka Tuominen
2023-01-14
also run C ABI tests with -OReleaseFast
Veikka Tuominen
2022-12-20
llvm: fix C ABI for <=256 bit vectors
Veikka Tuominen
2022-11-23
llvm: fix x86_64 sysV ABI of big vectors on avx512 enabled CPUs
Veikka Tuominen
2022-11-22
disable failing C ABI test
Andrew Kelley
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-20
llvm: use alignment of ABI return type when it differs from raw return type
Veikka Tuominen
2022-11-20
compute LLVMTypes in ParamTypeIterator (#13592)
Guillaume Wenzek
2022-11-18
add C ABI tests with double
Guillaume Wenzek
2022-11-04
all: rename i386 to x86
Ali Chraghi
2022-10-22
x86_64 llvm: correct lowering of ptr sized float struct
Veikka Tuominen
2022-10-22
replace some panics with try in C ABI tests
Veikka Tuominen
2022-10-22
stage2: implement RISCV C ABI
Veikka Tuominen
[next]