Clang是一个由Apple主导编写,基于LLVM的C/C++/Objective-C编译器.快速编译和较少内存占用 ;有诊断功能;兼容GCC;
2020-12-28 21:51:50 172.41MB clang llvm clang-format clangformat
1
LLVM图书合集,包含LLVM Essentials、LLVM Cookbook、Getting Started with LLVM Core Libraries。
2020-03-25 03:05:41 18.18MB llvm
1
Getting Started with LLVM Core Libraries中文版。清晰可编辑
2020-01-08 03:04:41 47.82MB LLVM 编译器
1
Getting Started with LLVM Core Libraries 开始学习LLVM的新技术.
2020-01-03 11:19:32 3.26MB LLVM
1
此脚本在macOS和Linux上安装clang, LLVM,libc ++,compiler-rt,libc ++ abi,lldb和lld的6.0版本,包括将clang和LLVM与libc ++本身链接起来。
2019-12-21 21:15:42 24KB clang llvm
1
翻译自llvm.org的 Write a LLVM backend。仅提供参考!
2019-12-21 20:00:26 361KB LLVM后端开发 LLVM Backend 编译器开发
1
This book is intended for those who already know some of the concepts concerning compilers and want to quickly become familiar with LLVM’s infrastructure and the rich set of libraries that it provides. Compiler programmers, who are familiar with concepts of compilers and want to indulge in understanding, exploring, and using the LLVM infrastructure in a meaningful way in their work, will find this book useful. This book is also for programmers who are not directly involved in compiler projects but are often involved in development phases where they write thousands of lines of code. With knowledge of how compilers work, they will be able to code in an optimal way and improve performance with clean code.
2019-12-21 19:58:55 4.16MB LLVM Compiler Suyog Sarda
1
LLVM Cookbook中文版
2019-12-21 19:52:11 3.88MB LLVM  Clang
1
王欢明译 LLVM Cook Book中文版_高清带书签导航。 内容简介 · · · · · · 《LLVM Cookbook中文版》以任务驱动的方式,带领读者编写基于LLVM 的编译器前端、优化器、后端。通过丰富的实例,读者能够从中理解LLVM 的架构,以及如何使用LLVM 来编写自己的编译器。 相比于传统的介绍编译技术的书籍,此书更偏向于实战,因此适合熟悉编译但对LLVM 比较陌生的人员,也适合正在学习编译技术并且在寻找实战机会的人员。
2019-12-21 19:52:04 3.1MB llvm cookbook clang static
1