Fix restoration of loop target in try statement
v3: Updated fix which better addresses the problem. Description of the Pull Request is also updated.
acdb1de6fe
meta: Improve documentation for various modified classes
31dcd2dde9
core: Use i8 for boolean variable allocation
Meta Changes from #321
All the newline stuff is pretty awkward. What are you trying to do anyway?
I am trying to add a way to output a string with variables interleaved in the string. It's not exactly necessary…
3c0b5eb1b6
meta: Improve documentation for various modified classes
bbc74c0170
core: Use i8 for boolean variable allocation
92998add6e
standalone: Add ability to execute via lli
4534b20b88
core: Fix missing changes for codegen tests
fc93fc2f0e
core: Move bitcode verification error message into panic message
e07cc64a95
core: Fix restoration of loop target in try statement
c1a001ec88
standalone: Update demos
37d2e78df5
standalone: Add ability to execute via lli
607414c369
core: Fix missing changes for codegen tests
8dd545b265
meta: Respect opt flags when performing whole-module optimization
8dd545b265
meta: Respect opt flags when performing whole-module optimization
c86c9988a9
standalone: Update demos
b8e9af2e2b
core: Fix passing structure arguments to extern functions
01131ca795
meta: Respect opt flags when performing whole-module optimization
5b353a8d9e
standalone: Update demos
7ee93384bc
core: Fix passing structure arguments to extern functions
21aecc131b
standalone: Add ability to execute via lli
6c19683509
core: Fix missing changes for codegen tests
fc93fc2f0e
core: Move bitcode verification error message into panic message
dd42022633
core: Minor refactor allocate_list
6dfc43c8b0
core: Add name to build_gep_and_load
ab2360d7a0
core: Remove emit_llvm from CodeGenLLVMOptions
ee1ee4ab3b
core: Replace deprecated _ExtInt with _BitInt
Meta changes from #321
Please get rid of nac3standalone/demo/demo.c. We don't want to maintain both Rust and C versions. Can't rustc emit LLVM IR?
rustc can emit LLVM IR, but a number of things will go wrong when…