Study note
PacktPublishing/LLVM-Code-Generation: LLVM Code Generation, published by Packt
Properties
- Type
- Blogs
- Status
- 待读
- Domain
- Compilers / PL
- Category
- 编译器设计与实现
- Source
- github.com
- Vault note
library/articles/compilers/PacktPublishing-LLVM-Code-Generation-LLVM-Code-Generation,-published-by-Packt-148d79f622cd0d9d.md
Summary
Packt《LLVM Code Generation, First Edition》的配套代码仓库,聚焦 LLVM 后端开发,章节覆盖 LLVM 构建、IR、pass、TableGen、target-specific constructs、machine code layer、instruction selection、scheduling、register allocation、stack lowering 和 assembler。
Highlights
适合从 LLVM IR 之后继续深入后端,尤其适合学习如何把 IR 变成汇编/目标文件,以及 ABI、寄存器分配和指令选择如何落在 LLVM API 上。
Comments
Loading comments...