X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;ds=sidebyside;f=docs%2Findex.html;h=bf12f719b2b6ea7567fd6e3986e54d214fa4d571;hb=a75ce9f5d2236d93c117e861e60e6f3f748c9555;hp=c41cc2c2c87376addd0c744464f26a913f953fcd;hpb=f21f85a0a72d091caa13b59562147d4d152d1a5e;p=oota-llvm.git diff --git a/docs/index.html b/docs/index.html index c41cc2c2c87..bf12f719b2b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -2,12 +2,16 @@ "http://www.w3.org/TR/html4/strict.dtd"> - Documentation for the LLVM System + Documentation for the LLVM System at SVN head -
Documentation for the LLVM System
+
Documentation for the LLVM System at SVN head
+ +

If you are using a released version of LLVM, +see the download page to find +your documentation.

@@ -89,7 +93,6 @@ Current tools: llvmc llvm-gcc, llvm-g++, - stkrc, bugpoint, llvm-bcanalyzer, @@ -113,6 +116,9 @@ manual for using the LLVM testing infrastructure.
  • How to build the Ada/C/C++/Fortran front-ends - Instructions for building gcc front-ends from source.
  • +
  • Packaging guide - Advice on packaging +LLVM into a distribution.
  • +
  • The LLVM Lexicon - Definition of acronyms, terms and concepts used in LLVM.
  • @@ -233,6 +239,9 @@ the linker and its design
  • The LLVM gold plugin - How to build your programs with link-time optimization on Linux.
  • + +
  • The GDB JIT interface - How to debug +JITed code with GDB.