Compiler Optimization, Winter 2020

References

This page contains resources that can be helpful for your programming.

C++ Tutorials and References http://www.cplusplus.com/
LLVM Language Reference https://llvm.org/docs/LangRef.html
LLVM Tutorial: How to write an LLVM Pass https://llvm.org/docs/WritingAnLLVMPass.html
More Documentations on LLVM https://llvm.org/docs/