roc/crates/compiler/builtins/bitcode/src
Richard Feldman 0ade2a85d2
Merge pull request #5622 from roc-lang/reset-reuse-free
free or reuse unconditionally when value is unique
2023-06-28 09:58:10 -04:00
..
helpers moved all crates into seperate folder + related path fixes 2022-07-01 17:37:43 +02:00
libc move cpuid functions into separate assembly file 2023-06-02 16:16:40 -07:00
compiler_rt.zig remove old compiler-rt workarounds for macos 2023-06-24 17:27:11 -07:00
dec.zig fix segfault in Num.toStr for Dec 2023-05-28 20:37:32 -07:00
expect.zig pass the pointer to shared memory around, instead of using a global 2022-12-08 23:22:26 +01:00
glue.zig enable using other zig libaries in host instead of just str.zig 2023-04-25 14:14:35 -07:00
hash.zig moved all crates into seperate folder + related path fixes 2022-07-01 17:37:43 +02:00
lib.rs split up bitcode building to reduce dependency chains 2023-03-10 09:39:43 -08:00
libc.zig fully take ownership of memcpy in the builtins 2023-06-03 19:05:19 -07:00
list.zig add lowlevel to inc/dec a data pointer 2023-04-28 15:30:23 +02:00
main.zig free or reuse unconditionally when value is unique 2023-06-27 17:37:45 +02:00
num.zig Stop using llvm instrinsics that just call libc 2023-05-31 20:00:04 -07:00
panic.zig Check in panic_utils.zig 2022-11-24 14:46:50 -06:00
str.zig Rename trimLeft to trimStart and trimRight to trimEnd 2023-06-19 13:17:59 +08:00
utils.zig reuse free'ing logic 2023-06-27 19:37:22 +02:00