nac3/nac3core/src/codegen
David Mak 2f0847d77b [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-30 17:00:17 +08:00
..
irrt [core] codegen/ndarray: Use IRRT for size() and indexing operations 2024-12-30 16:58:33 +08:00
types [core] codegen/types: Refactor ProxyType 2024-12-30 17:00:17 +08:00
values [core] codegen/types: Refactor ProxyType 2024-12-30 17:00:17 +08:00
builtin_fns.rs [core] codegen/ndarray: Use IRRT for size() and indexing operations 2024-12-30 16:58:33 +08:00
concrete_type.rs [meta] Reorganize order of use declarations 2024-10-04 12:52:01 +08:00
expr.rs [core] codegen/types: Refactor ProxyType 2024-12-30 17:00:17 +08:00
extern_fns.rs [meta] Reorganize order of use declarations - Phase 2 2024-10-17 15:57:33 +08:00
generator.rs [core] Minor improvements to IRRT and add missing documentation 2024-12-30 16:51:17 +08:00
llvm_intrinsics.rs [core] Refactor/Remove redundant and unused constructs 2024-12-30 14:13:48 +08:00
mod.rs [core] Add itemsize and strides to NDArray struct 2024-12-13 15:22:09 +08:00
numpy.rs [core] codegen/ndarray: Use IRRT for size() and indexing operations 2024-12-30 16:58:33 +08:00
stmt.rs [core] codegen: Refactor ProxyType and ProxyValue 2024-11-19 13:46:25 +08:00
test.rs [core] Refactor/Remove redundant and unused constructs 2024-12-30 14:13:48 +08:00