| 3 years ago | Casey Banner | | tests: add more coverage for 128 bit operations |
| 3 years ago | Casey Banner | | compiler_rt: skip "__udivei4/__umodei4" on cbe due to missing > 128 bit integer support |
| 3 years ago | Casey Banner | | cbe: be more explicit about x86 special cases |
| 3 years ago | Casey Banner | | cbe: changes to get zig2.c compiling under msvc |
| 3 years ago | Casey Banner | | cbe: fixes for compiling zig2.c under msvc |
| 3 years ago | Casey Banner | | cbe: fixup 64 bit float atomics |
| 3 years ago | Casey Banner | | stage1: update zig1.wasm |
| 3 years ago | Casey Banner | | cbe: add msvc flt atomics, re-enable test |
| 3 years ago | Casey Banner | | cbe: all behaviour tests now pass on msvc |
| 3 years ago | Casey Banner | | tests: disable function alignment test for cbe, add 128-bit atomicrmw tests |
| 3 years ago | Casey Banner | | cbe: special float macros passthrough to builtins if available, but fallback to conversion from repr if not |
| 3 years ago | Casey Banner | | cbe: implement 128 bit atomic operations with cmpxchg loops |
| 3 years ago | Casey Banner | | cbe: implement missing atomic builtings using cmpxchg loops |
| 3 years ago | Casey Banner | | tests: update "atomicrmw with ints" to test u8 through u64 |
| 3 years ago | Casey Banner | | cbe: fix msvc cmpxchg implementations |
| 3 years ago | Casey Banner | | cbe: fixup incorrect bits value in 128 bit add/sub |
| 3 years ago | Casey Banner | | cbe: fix shl/shr |
| 3 years ago | Casey Banner | | cbe: msvc atomics |
| 3 years ago | Casey Banner | | cbe: implementing 128 bit math functions for !zig_has_int128 |
| 3 years ago | Casey Banner | | compiler_rt: fixup divti3 and fixunshfti |
| 3 years ago | Casey Banner | | cbe: add doNotOptimizeAwayC to handle not having __asm support in msvc |
| 3 years ago | Casey Banner | | cbe: airNot emits zig_not_ calls for integers |
| 3 years ago | Casey Banner | | cbe: 32 bit fixup for update-zig1 |
| 3 years ago | Casey Banner | | cbe: more msvc compatibility work |
| 3 years ago | Casey Banner | | cbe: nan builtins on msvc, fixup C2099 errors in static initializers |
| 3 years ago | Casey Banner | | temporarily disable asm tests |
| 3 years ago | Casey Banner | | cbe: msvc compatible int casting inside renderValue .Packed branch |
| 3 years ago | Casey Banner | | cbe: more msvc fixes |
| 3 years ago | Casey Banner | | cbe: msvc compatibility for > 64 bit intcasts and truncating from > 64 to < 64 bit |
| 3 years ago | Casey Banner | | cbe: handle msvc not supporting long double |
| 3 years ago | Casey Banner | | cbe: fixup f80 casting on msvc |
| 3 years ago | Casey Banner | | cbe: handle msvc struct casting quirk |
| 3 years ago | Casey Banner | | cbe: fixup casting to/from 128 bit int types, as they may not have compiler support |
| 3 years ago | Casey Banner | | cbe: first set of changes for msvc compatibility |
| 3 years ago | Ganesan Rajagopal |  | Fix typo (#14149) |
| 3 years ago | Ryan Liptak | | ChildProcess: fix false positives in windowsCreateProcessSupportsExtension |
| 3 years ago | Veikka Tuominen | | add tests for fixed stage1 bugs |
| 3 years ago | Frank Denis |  | Happy new year! 🎉 (#14143) |
| 3 years ago | Veikka Tuominen |  | Merge pull request #14130 from Vexu/debug-info |
| 3 years ago | Frank Denis |  | sha3: define block_length as the rate, not as the state size (#14132) |
| 3 years ago | Manlio Perillo | | ci: remove extra whitespace |
| 3 years ago | Manlio Perillo | | x86_64: remove extra whitespace |
| 3 years ago | Brendan Burns | | Fix bug in WASI envmap handling. |
| 3 years ago | Manlio Perillo | | parser: ensure the documented grammar matches grammar.y |
| 3 years ago | Andrew Kelley | | std.heap.raw_c_allocator: fix illegal alignment cast |
| 3 years ago | Andrew Kelley |  | Merge pull request #14102 from Luukdegram/wasm-undefined-symbols |
| 3 years ago | Frank Denis | | hkdf: add prk_length and extractInit() |
| 3 years ago | Andrew Kelley |  | Merge pull request #14101 from Vexu/stage1 |
| 3 years ago | Jason Phan |  | std: Expose Int parameter in std.PackedInt[Array,Slice] |
| 3 years ago | IntegratedQuantum | | Replace tabs with spaces when printing a line for trace output. |
|