zig/test
LemonBoy d03e9d0b83 compiler-rt: Fix f16 API declarations to be consistent
LLVM and compiler-rt must agree on how the parameters are passed, it
turns out that in LLVM13 something changed and broke the test case for
AArch64 systems.

It has nothing to do with fma at all.

Closes #9900
2021-11-04 14:30:35 -04:00
..
behavior compiler-rt: Fix f16 API declarations to be consistent 2021-11-04 14:30:35 -04: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 stage2: implement switching on unions 2021-10-19 20:22:47 -07: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 Add more entries to the list of stage1+stage2+CBE passing tests (#10094) 2021-11-04 14:24:46 -04: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 zig fmt on src/ and test/ 2020-10-31 12:21:49 +02:00
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