Skip to content

Commit 9cc6713

Browse files
committedMar 2, 2018
[Docs] Add LLVM for Grad Students to Contributing page.
Adrian Sampson's blog post provides a good and relatively up-do-date introduction to LLVM. I think this post could be helpful for people wanting to get started with LLVM. Reviewers: asb, tonic, silvas, probinson, kristof.beyls, rengolin Reviewed By: rengolin Differential Revision: https://reviews.llvm.org/D42904 llvm-svn: 326576
1 parent c6638c8 commit 9cc6713

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed
 

Diff for: ‎llvm/docs/Contributing.rst

+10-5
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,6 @@ Helpful Information About LLVM
8989
well as various user guides. The pages listed below should provide a good overview
9090
of LLVM's high-level design, as well as its internals:
9191

92-
`Intro to LLVM`__
93-
Book chapter providing a compiler hacker's introduction to LLVM.
94-
95-
.. __: http://www.aosabook.org/en/llvm.html
96-
9792
:doc:`GettingStarted`
9893
Discusses how to get up and running quickly with the LLVM infrastructure.
9994
Everything from unpacking and compilation of the distribution to execution
@@ -109,7 +104,17 @@ of LLVM's high-level design, as well as its internals:
109104
:ref:`index-subsystem-docs`
110105
A collection of pages documenting various subsystems of LLVM.
111106

107+
`LLVM for Grad Students`__
108+
This is an introduction to the LLVM infrastructure by Adrian Sampson. While it
109+
has been written for grad students, it provides a good, compact overview of
110+
LLVM's architecture, LLVM's IR and how to write a new pass.
112111

112+
.. __: http://www.cs.cornell.edu/~asampson/blog/llvm.html
113+
114+
`Intro to LLVM`__
115+
Book chapter providing a compiler hacker's introduction to LLVM.
116+
117+
.. __: http://www.aosabook.org/en/llvm.html
113118

114119
.. _Developer's List (llvm-dev): http://lists.llvm.org/mailman/listinfo/llvm-dev
115120
.. _irc.oftc.net: irc://irc.oftc.net/llvm

0 commit comments

Comments
 (0)
Please sign in to comment.