《深入理解LLVM:代码生成》参考资料
本书在写作过程中参考了同类的LLVM书籍,主要有以下5本,读者可以进一步阅读。
- LLVM COOKBOOK: https://github.com/hiro-9999/book-2/blob/master/LLVM%20Cookbook.pdf 2015
- Learn LLVM 12:https://github.com/xiaoweiChen/Learn-LLVM-12 2021.5
- LLVM Techniques, Tips, and Best Practices:https://github.com/xiaoweiChen/LLVM-Techniques-Tips-and-Best-Practies 2021.4
- Getting Started with LLVM Core Libraries(LLVM编译实战教程)中英文书籍地址:https://getting-started-with-llvm-core-libraries-zh-cn.readthedocs.io/zh_CN/latest/;https://faculty.sist.shanghaitech.edu.cn/faculty/songfu/course/spring2018/CS131/llvm.pdf
- CPU0: http://jonathan2251.github.io/lbt/index.html#