zig/test
Evan Haas e4e1c21e1f i386 ABI: Fix some sizes and alignments
This makes the following changes for i386:

long long and unsigned long long have 4 byte alignment on non-Windows

f64 (double) has 4-byte alignment on non-Windows

long double is 80 bits and has 4 byte alignment on mingw

long double on android is 64 bits, not 80: https://www.uclibc.org/docs/psABI-i386.pdf

Fixes #12453
Fixes #12987
2022-10-14 15:22:00 -04:00
..
behavior Sema: add float128IntPartToBigInt to fix compare comptime float with int 2022-10-13 13:11:13 +02:00
c_abi C ABI: Add tests for complex float/double support 2022-10-09 23:24:29 -07:00
cases fix hyphenation in test case 2022-10-12 16:10:57 +03:00
link test/link: don't strip producers section for wasm 2022-10-11 21:27:09 +02:00
src
stage2 Sema: allow empty enums and unions 2022-08-17 23:03:04 +03:00
standalone stage2: fix emitting asm and bin at the same time 2022-10-14 14:46:50 -04:00
assemble_and_link.zig
behavior.zig Sema: add float128IntPartToBigInt to fix compare comptime float with int 2022-10-13 13:11:13 +02:00
cases.zig
cli.zig Compilation: strip debug info from ReleaseSmall by default 2022-10-11 17:51:25 +02:00
compare_output.zig validate number literals in AstGen 2022-09-13 20:26:04 -04:00
compile_errors.zig fix(text): hyphenate "comptime" adjectives 2022-10-05 21:19:30 +02:00
gen_h.zig
link.zig test/link: Add linker test for producers section 2022-10-08 09:43:40 +02:00
run_translated_c.zig translate-c: Fix #12263 2022-10-10 22:29:56 +02:00
stack_traces.zig test-stack-traces: restore test coverage 2022-08-24 12:57:31 -07:00
standalone.zig i386 ABI: Fix some sizes and alignments 2022-10-14 15:22:00 -04:00
tests.zig tests: force LLD off for stage2 backends until auto-select deems worthy 2022-09-07 23:16:42 +02:00
translate_c.zig Update translate-c tests 2022-10-11 00:43:53 +02:00