Appearance
LLVM 学习之旅
官方提供了一个学习案例,实现一个小语言,地址:https://llvm.org/docs/tutorial/index.html
LLVM 程序员手册
https://llvm.org/docs/ProgrammersManual.html
LLVM APIs
- 字符串处理
- 字符串格式化
- 错误处理
- 函数和其它可回调对象?
- debug
- 数据结构(链表、字符串、集合、字典、位)
- 数组对象
- 固定数组
- 指针向量
- 小向量?
- ...
- 多线程
- 核心对象
- Module
- Value
- User
- Instruction
- Contant
- GlobalValue
- Fuction
- GolbalVariable
- BasicBlock
- Argument