zig/test
Daniele Cocca 29f531bec9 CBE: memset(..., 0xaa, ...) undefined values
This commit makes airStore() handle undefined values directly instead of
delegating to renderValue(): the call to renderValue() happens too late,
when "dest = " has already been written to the stream, at which point
there's no sane way to initialize e.g. struct values by assignment.

Instead, we make airStore() use memset(dest, 0xaa, sizeof(dest)), which
should transparently handle all types.

Also moves the newly-passing tests to the top of test/behavior.zig.
2021-11-14 22:49:50 -05:00
..
behavior C backend: Improve lowering of Zig types to C types 2021-11-10 12:39:47 -05:00
src migrate from std.Target.current to @import("builtin").target 2021-10-04 23:48:55 -07:00
stage1/c_abi stage1: Expand SysV C ABI support for small structs 2021-07-28 18:13:17 -04:00
stage2 Merge pull request #9935 from g-w1/plan9-std 2021-11-11 10:45:00 -08:00
standalone macho: remove unresolved ref in the correct place 2021-10-24 21:01:04 +02:00
assemble_and_link.zig migrate from std.Target.current to @import("builtin").target 2021-10-04 23:48:55 -07:00
behavior.zig CBE: memset(..., 0xaa, ...) undefined values 2021-11-14 22:49:50 -05:00
cases.zig Fix failing tests and windows link dependencies 2021-09-22 14:39:02 -05:00
cli.zig migrate from std.Target.current to @import("builtin").target 2021-10-04 23:48:55 -07:00
compare_output.zig std.log: simplify to 4 distinct log levels 2021-10-24 15:04:29 -04:00
compile_errors.zig Sat shl neg rhs (#9949) 2021-10-15 13:56:27 -04:00
gen_h.zig
run_translated_c.zig translate_c: prevent a while under an if from stealing the else 2021-10-19 13:48:09 -04:00
runtime_safety.zig fix unused variable errors in runtime safety test cases 2021-06-23 10:44:46 -07:00
stack_traces.zig overhaul elf csu (c-runtime startup) logic 2021-05-23 15:38:57 -04:00
standalone.zig migrate from std.Target.current to @import("builtin").target 2021-10-04 23:48:55 -07:00
tests.zig migrate from std.Target.current to @import("builtin").target 2021-10-04 23:48:55 -07:00
translate_c.zig translate-c: create inline fn for always_inline 2021-10-20 17:58:30 -04:00