zig/test
Andrew Kelley 29defd705d back to AT&T syntax for assembly
this reverts 5c04730534.

sadly the quality of the intel dialect in llvm's assembly
parser has many frustrating bugs, and generally has unfortunate
syntax.

the plan is to use AT&T for now since it at least works,
and eventually zig will have its own assembly parser for
x86 and it will be as close to NASM as possible.
2017-04-30 11:28:11 -04:00
..
cases add implicit cast from [0]T to %[]T 2017-04-29 19:23:33 -04:00
standalone/issue_339 fix crash when unwrapping error with no error decls 2017-04-23 03:14:22 -04:00
assemble_and_link.zig back to AT&T syntax for assembly 2017-04-30 11:28:11 -04:00
behavior.zig test framework supports name prefix and filter argument 2017-04-19 15:38:12 -04:00
build_examples.zig fix crash when unwrapping error with no error decls 2017-04-23 03:14:22 -04:00
compare_output.zig rename `@ptrcast` to `@ptrCast` to follow convention 2017-04-21 10:39:13 -04:00
compile_errors.zig phi instruction retains stack ptr hint 2017-04-27 23:40:43 -04:00
debug_safety.zig convert debug safety tests to zig build system 2017-04-19 14:41:59 -04:00
parseh.zig convert parseh tests to zig build system 2017-04-19 16:59:20 -04:00
tests.zig zig puts temporary object files in zig-cache folder 2017-04-28 02:22:12 -04:00