Welcome to the “Implementing a language with LLVM” tutorial. This tutorial runs through the implementation of a simple language, showing how fun and easy it can be. This tutorial w...
User Guides For those new to the LLVM system.(LLVM系统的新用户指南,中文翻译版)。LLVM是构架编译器(compiler)的框架系统,以C++编写而成,用于优化以任意程序语言编写的程序的编译时间(compile-time)、链接时间(link-time)、运行时间(run-time)以及空闲时间(idle-t...
Welcome to the Haskell version of "Implementing a language with LLVM" tutorial. This tutorial runs through the implementation of a simple language, and the basics of how to build a...
Kaleidoscope tutorial chinese translation。 Kaleidoscope-llvm教程文档中文翻译。欢迎来到“使用LLVM编写语言”教程。本教程过实现一个简单的语言,让你感受其中的乐趣和轻松。我们将从一个简单的框架开始,让你可以扩展到其它语言。你也可以用教程中的代码测试llvm中的各种特性。