A Compiler from a C++ & Java like to RV32I Assembly, with many optimizations on LLVM
IR, e.g. ADCE, CSE, SCCP, LICP.
Its performance is close to GCC O2 on testcases.
Received a perfect score in
two different compilation courses.
Also check out the sub-project for JIT (Just-in-time) complication. It's a virtual machine for LLVM
(quite simple):
[DarkSwordVM].