zig/test
Andrew Kelley b9d3527e0e stage2: implement comptime @atomicRmw
* introduce float_to_int and int_to_float AIR instructionts and
   implement for the LLVM backend and C backend.
 * Sema: implement `zirIntToFloat`.
 * Sema: implement `@atomicRmw` comptime evaluation
   - introduce `storePtrVal` for when one needs to store a Value to a
     pointer which is a Value, and assert it happens at comptime.
 * Value: introduce new functionality:
   - intToFloat
   - numberAddWrap
   - numberSubWrap
   - numberMax
   - numberMin
   - bitwiseAnd
   - bitwiseNand (not implemented yet)
   - bitwiseOr
   - bitwiseXor
 * Sema: hook up `zirBitwise` to the new Value bitwise implementations
 * Type: rename `isFloat` to `isRuntimeFloat` because it returns `false`
   for `comptime_float`.
2021-09-20 14:24:43 -07:00
..
behavior stage2: implement comptime @atomicRmw 2021-09-20 14:24:43 -07:00
src
stage1/c_abi
stage2 stage2: implement @setAlignStack and 128-bit cmpxchg 2021-09-16 21:03:55 -07:00
standalone
assemble_and_link.zig
behavior.zig move behavior test to "passing for stage2" section 2021-09-16 11:21:56 -07:00
cases.zig stage2: implement @setAlignStack and 128-bit cmpxchg 2021-09-16 21:03:55 -07:00
cli.zig
compare_output.zig
compile_errors.zig
gen_h.zig
run_translated_c.zig
runtime_safety.zig
stack_traces.zig
standalone.zig
tests.zig
translate_c.zig