roc/crates/compiler/gen_llvm/src/llvm
Ayaz Hafiz 94c2c47da4
Handle case where only other tag of nullable unwrapped needs no refcount
It's possible to have a nullable unwrapped code where the only material
payload does not need refcounting operations. In this case the
refcounting function is the trivial one.
2023-02-16 09:38:49 -06:00
..
bitcode.rs prepare for llvm 15 2023-01-28 14:51:47 +01:00
build.rs fix for when C has to return an empty tag union 2023-02-15 15:30:26 +01:00
build_list.rs prepare for llvm 15 2023-01-28 14:51:47 +01:00
build_str.rs prepare for llvm 15 2023-01-28 14:51:47 +01:00
compare.rs prepare for llvm 15 2023-01-28 14:51:47 +01:00
convert.rs fix for when C has to return an empty tag union 2023-02-15 15:30:26 +01:00
expect.rs prepare for llvm 15 2023-01-28 14:51:47 +01:00
externs.rs prepare for llvm 15 2023-01-28 14:51:47 +01:00
intrinsics.rs prepare for llvm 15 2023-01-28 14:51:47 +01:00
lowlevel.rs prepare for llvm 15 2023-01-28 14:51:47 +01:00
mod.rs refactor llvm lowlevel code into its own file 2022-11-09 17:40:40 +01:00
refcounting.rs Handle case where only other tag of nullable unwrapped needs no refcount 2023-02-16 09:38:49 -06:00