Open tingwei628 opened 4 years ago
https://github.com/Wilfred/bfc
https://github.com/dotnet/llilc
http://codinggorilla.com/?p=1572
https://github.com/mono/mono/blob/main/mono/mini/method-to-ir.c#L7822 https://github.com/mono/mono/blob/main/mono/mini/mini-llvm.c#L4143
https://github.com/aaronrandolph/LLVM.NET
https://ubiquitydotnet.github.io/Llvm.NET/current/index.html
https://github.com/csnewman/Santol
Compiling C#/MSIL to Native Code using LLVM https://github.com/FrankLIKE/il2bc
Learn the LLVM C++ API by example. How to get started with the LLVM C API https://luciano.laratel.li/#/posts
Compiling LLVM IR to Binary https://stackoverflow.com/questions/14107743/llvm-and-compiler-nomenclature https://www.jianshu.com/p/e4cbcd764783 Optimizing brainfuck compiler using LLVM
https://github.com/Wilfred/bfc