Index: docs/Contributing.rst =================================================================== --- docs/Contributing.rst +++ docs/Contributing.rst @@ -94,6 +94,13 @@ .. __: http://www.aosabook.org/en/llvm.html +`LLVM for Grad Students`__ + This is an introduction to the LLVM infrastructure by Adrian Sampson. While it + has been written for grad students, it provides a good, compact overview of + LLVM's architecture, LLVM's IR and how to write a new pass. + + .. __: http://www.cs.cornell.edu/~asampson/blog/llvm.html + :doc:`GettingStarted` Discusses how to get up and running quickly with the LLVM infrastructure. Everything from unpacking and compilation of the distribution to execution