Skip to content

Commit

Permalink
feat: regular update
Browse files Browse the repository at this point in the history
  • Loading branch information
hongxuchen committed Nov 21, 2023
1 parent 713b81c commit ebcb084
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Clang.md
Expand Up @@ -27,6 +27,7 @@ This doc was originally forked from https://github.com/ingve/awesome-clang and t
- [Quick overview of how Clang works internally](http://cppdepend.com/blog/?p=321) - cppdepend's quick introduction
- [C Support in Clang](https://clang.llvm.org/c_status.html) and [C Defect Report Support in Clang](https://clang.llvm.org/cxx_dr_status.html)
- [C++ Support in Clang](https://clang.llvm.org/cxx_status.html) and [C++ Defect Report Support in Clang](https://clang.llvm.org/cxx_dr_status.html)
- [Data flow analysis: an informal introduction](https://clang.llvm.org/docs/DataFlowAnalysisIntro.html) - Clang's docs about data flow analysis, etc


# Official Tools/Libraries
Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -48,6 +48,7 @@ This README.md itself mostly records **LLVM backend** (and some mixed) resources
- 🐉 [Using the New Pass Manager](https://llvm.org/docs/NewPassManager.html) - LLVM's new pass manager for optimization (both CLI and API changed)
- 🐉 [Writing an LLVM Pass](http://llvm.org/docs/WritingAnLLVMPass.html)
- 🐉 [LLVM Alias Analysis Infrastructure](http://llvm.org/docs/AliasAnalysis.html)
- [Tracing Memory Access With an LLVM Pass](https://www.bitsand.cloud/posts/llvm-pass/) - a blog post details how to implement an LLVM Pass that allows for tracing memory access
- 🐉 [LLVM Testing Infrastructure Guide](http://llvm.org/docs/TestingGuide.html)
- 🐉 [Writing an LLVM Backend](http://llvm.org/docs/WritingAnLLVMBackend.html)
- 🐉 [LLVM FAQ](http://llvm.org/docs/FAQ.html)
Expand Down

0 comments on commit ebcb084

Please sign in to comment.