nac3/nac3core
David Mak 53d09b86f7 [core] codegen/types: Refactor ProxyType
- Add alloca_type() function to obtain the type that should be passed
into a `build_alloca` call
- Provide default implementations for raw_alloca and array_alloca
- Add raw_alloca_var and array_alloca_var to distinguish alloca
instructions placed at the front of the function vs at the current
builder location
2024-12-24 15:10:01 +08:00
..
irrt [core] codegen/ndarray: Use IRRT for size() and indexing operations 2024-12-24 15:10:01 +08:00
nac3core_derive [core_derive] Ignore doctest in example 2024-11-22 00:00:05 +08:00
src [core] codegen/types: Refactor ProxyType 2024-12-24 15:10:01 +08:00
build.rs [meta] Cleanup from upgrading Rust version 2024-11-19 13:43:57 +08:00
Cargo.toml [core_derive] Initial implementation 2024-11-20 15:35:55 +08:00