tingwei628 / bfcs

brainfuck in C#
MIT License
1 stars 1 forks source link

LLVM as compiler backend #6

Open tingwei628 opened 4 years ago

tingwei628 commented 4 years ago

https://github.com/Wilfred/bfc

tingwei628 commented 4 years ago

https://github.com/dotnet/llilc

tingwei628 commented 3 years ago

http://codinggorilla.com/?p=1572

tingwei628 commented 3 years ago

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

tingwei628 commented 3 years ago

https://github.com/aaronrandolph/LLVM.NET


https://ubiquitydotnet.github.io/Llvm.NET/current/index.html

tingwei628 commented 3 years ago

https://github.com/csnewman/Santol

tingwei628 commented 2 years ago

Compiling C#/MSIL to Native Code using LLVM https://github.com/FrankLIKE/il2bc

tingwei628 commented 2 years ago

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