Skip to content

add reference for llvm code gen #78

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions source/_posts/llvm-cg-reference.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: 《深入理解LLVM:代码生成》参考资料
categories:
- LLVM
tags:
- LLVM
date: 2024-12-22 10:23:49
---

本书在写作过程中参考了同类的LLVM书籍,主要有以下5本,读者可以进一步阅读。

1. LLVM COOKBOOK: [https://github.com/hiro-9999/book-2/blob/master/LLVM%20Cookbook.pdf](https://github.com/hiro-9999/book-2/blob/master/LLVM%2520Cookbook.pdf) 2015
2. Learn LLVM 12:[https://github.com/xiaoweiChen/Learn-LLVM-12](https://github.com/xiaoweiChen/Learn-LLVM-12) 2021.5
3. LLVM Techniques, Tips, and Best Practices:[https://github.com/xiaoweiChen/LLVM-Techniques-Tips-and-Best-Practies](https://github.com/xiaoweiChen/LLVM-Techniques-Tips-and-Best-Practies) 2021.4
4. Getting Started with LLVM Core Libraries(LLVM编译实战教程)中英文书籍地址:[https://getting-started-with-llvm-core-libraries-zh-cn.readthedocs.io/zh_CN/latest/](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](https://faculty.sist.shanghaitech.edu.cn/faculty/songfu/course/spring2018/CS131/llvm.pdf)
5. CPU0: [http://jonathan2251.github.io/lbt/index.html#](http://jonathan2251.github.io/lbt/index.html#)

<!-- more -->
Loading