RichardUSTC / llvm-ir-programming-example
Examples of how to program with LLVM IR
☆14Updated 11 years ago
Alternatives and similar repositories for llvm-ir-programming-example:
Users that are interested in llvm-ir-programming-example are comparing it to the libraries listed below
- A little C Style Compiler☆57Updated 8 years ago
- A Script oriented compiler☆26Updated 8 years ago
- ☆26Updated 6 years ago
- llvm-cookbook samples☆81Updated 7 years ago
- website of hellollvm.org☆38Updated last month
- llvm-essentials-book sample☆19Updated 7 years ago
- 史宁宁(知乎ID:小乖他爹(已经改为:编译船夫),CSDN ID:snsn1984)的演讲交流PPT及相关资料。☆45Updated last year
- General LR Parser(CMake,C++)☆63Updated 5 years ago
- A fast and customizable JIT compiler for FFI (Foreign-Function Interface).☆50Updated 4 months ago
- a dynamic threadpool☆38Updated 5 years ago
- (从Google Code迁移过来的)这是我们的学生作业,一个简单的PL/0编译器,不过,编译只到中间代码为止,这是因为我们的汇编水平还没有到达能编写完整应用程序的水平。所以,仅仅是将PL/0代码编译成中间代码——一种很像汇编的四元式,然后请使用Interpreter解释运…