roc/crates/compiler/gen_llvm/src/llvm
Brendan Hansknecht 7683c5ae53
Stop using llvm instrinsics that just call libc
In a future PR. I will change zig to insure that all of these instrinsics
use musl directly and do not call out to the linked libc.
2023-05-31 20:00:04 -07:00
..
bitcode.rs Convert LayoutRepr::Struct into a tuple variant 2023-05-16 11:58:16 -05:00
build.rs Convert LayoutRepr::Struct into a tuple variant 2023-05-16 11:58:16 -05:00
build_list.rs Merge branch 'main' into drop_specialization 2023-04-29 18:31:12 +02:00
build_str.rs many clippy fixes 2023-04-24 16:21:46 +02:00
compare.rs Correct tag ID matching of nullable wrapped tags 2023-05-24 12:42:15 -05:00
convert.rs Convert LayoutRepr::Struct into a tuple variant 2023-05-16 11:58:16 -05:00
expect.rs Convert LayoutRepr::Struct into a tuple variant 2023-05-16 11:58:16 -05:00
externs.rs remove unneeded extern definitions 2023-03-30 21:36:30 +02:00
intrinsics.rs Stop using llvm instrinsics that just call libc 2023-05-31 20:00:04 -07:00
lowlevel.rs Stop using llvm instrinsics that just call libc 2023-05-31 20:00:04 -07:00
mod.rs refactor llvm lowlevel code into its own file 2022-11-09 17:40:40 +01:00
refcounting.rs Convert LayoutRepr::Struct into a tuple variant 2023-05-16 11:58:16 -05:00