[PATCH] D42904: [Docs] Add LLVM for Grad Students to Contributing page.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 2 06:37:32 PST 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rL326576: [Docs] Add LLVM for Grad Students to Contributing page. (authored by fhahn, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D42904?vs=136706&id=136737#toc
Repository:
rL LLVM
https://reviews.llvm.org/D42904
Files:
llvm/trunk/docs/Contributing.rst
Index: llvm/trunk/docs/Contributing.rst
===================================================================
--- llvm/trunk/docs/Contributing.rst
+++ llvm/trunk/docs/Contributing.rst
@@ -89,11 +89,6 @@
well as various user guides. The pages listed below should provide a good overview
of LLVM's high-level design, as well as its internals:
-`Intro to LLVM`__
- Book chapter providing a compiler hacker's introduction to LLVM.
-
- .. __: http://www.aosabook.org/en/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
@@ -109,7 +104,17 @@
:ref:`index-subsystem-docs`
A collection of pages documenting various subsystems of LLVM.
+`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
+
+`Intro to LLVM`__
+ Book chapter providing a compiler hacker's introduction to LLVM.
+
+ .. __: http://www.aosabook.org/en/llvm.html
.. _Developer's List (llvm-dev): http://lists.llvm.org/mailman/listinfo/llvm-dev
.. _irc.oftc.net: irc://irc.oftc.net/llvm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42904.136737.patch
Type: text/x-patch
Size: 1359 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180302/7588d747/attachment.bin>
More information about the llvm-commits
mailing list