nac3/nac3core/src/codegen
David Mak 49660c4e6f core: Fix restoration of loop target in try statement
I am not sure why this occurs either, it only appears that after the
assignment, `old_loop_target` and `loop_target` are both referencing the
same variable, causing the next line to set both variables as None.
2023-09-21 16:17:29 +08:00
..
irrt core: Add name to build_gep_and_load 2023-09-21 12:09:27 +08:00
concrete_type.rs basic unsigned integer support 2022-03-08 13:34:02 +08:00
expr.rs core: Fix passing structure arguments to extern functions 2023-09-21 15:25:24 +08:00
generator.rs core: Add name parameter to gen_{var_alloc,store_target} 2023-09-06 11:00:02 +08:00
mod.rs meta: Respect opt flags when performing whole-module optimization 2023-09-21 15:34:05 +08:00
stmt.rs core: Fix restoration of loop target in try statement 2023-09-21 16:17:29 +08:00
test.rs core: Remove emit_llvm from CodeGenLLVMOptions 2023-09-21 12:06:56 +08:00