zig/test/stage1
Andrew Kelley 380c8ec2c9
implement runtime @byteSwap and other fixups
* update docs for `@byteSwap`.
 * fix hash & eql functions for ZigLLVMFnIdBswap not updated to
   include vector len. this was causing incorrect bswap function
   being called in unrelated code
 * fix `@byteSwap` behavior tests only testing comptime and not
   runtime operations
 * implement runtime `@byteSwap`
 * fix incorrect logic in ir_render_vector_to_array and
   ir_render_array_to_vector with regards to whether or not to bitcast
 * `@byteSwap` accepts an array operand which it will cast to vector
 * simplify `@byteSwap` semantic analysis code and various fixes
2019-09-19 00:59:04 -04:00
..
behavior implement runtime @byteSwap and other fixups 2019-09-19 00:59:04 -04:00
c_abi different array literal syntax when inferring the size 2019-06-09 19:26:32 -04:00
behavior.zig rework the implementation 2019-09-18 16:15:19 -04:00