X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2Findex.html;h=c670fbc788704446ceed952d790236afebb529f2;hb=f1b200b0fbada93044770088b96b3750739e0d0d;hp=04eb380bd236bbab0f71f85e7c58b4c14b9eea34;hpb=0a727fc729410d71d577d51f9250d6e40390d996;p=oota-llvm.git diff --git a/docs/index.html b/docs/index.html index 04eb380bd23..c670fbc7887 100644 --- a/docs/index.html +++ b/docs/index.html @@ -10,6 +10,7 @@
Documentation for the LLVM System
+
+ +
+ +
+ +
+
@@ -51,8 +59,34 @@ Discusses how to get up and running quickly with the LLVM infrastructure. Everything from unpacking and compilation of the distribution to execution of some tools. +
  • Getting Started with the LLVM System using +Microsoft Visual Studio - An addendum to the main Getting Started guide for +those using Visual Studio on Windows.
  • +
  • LLVM Command Guide - A reference -manual for the LLVM command line utilities ("man" pages for LLVM tools).
  • +manual for the LLVM command line utilities ("man" pages for LLVM tools).
    +Current tools: + llvm-ar, + llvm-ranlib, + llvm-as, + llvm-dis, + opt, + llc, + lli, + llvm-link, + analyze, + llvm-nm, + llvm-prof, + llvmgcc, + llvmgxx, + gccas, + gccld, + stkrc, + bugpoint, + extract, + llvm-bcanalyzer, + llvmc +
  • Frequently Asked Questions - A list of common questions and problems and their solutions.
  • @@ -106,10 +140,6 @@ Provides information on using the command line parsing library. Details the LLVM coding standards and provides useful information on writing efficient C++ code. -
  • Open Projects - Look here if you are -interested in doing something with LLVM but aren't sure what needs to be -done.
  • -
  • Extending LLVM - Look here to see how to add instructions and intrinsics to LLVM.
  • @@ -117,8 +147,8 @@ to add instructions and intrinsics to LLVM. understand how to use the libraries produced when LLVM is compiled.
  • Doxygen generated -documentation ( -classes)
  • +documentation (classes)
  • CVSWeb CVS Tree Browser
  • @@ -150,7 +180,7 @@ generator. on how to write a new alias analysis implementation or how to use existing analyses. -
  • The Stacker Cronicles - This document +
  • The Stacker Chronicles - This document describes both the Stacker language and LLVM frontend, but also some details about LLVM useful for those writing front-ends.
  • @@ -162,13 +192,17 @@ GC'd programs. LLVM - This document describes the design and philosophy behind the LLVM source-level debugger. -
  • Bugpoint automatic bug finder and -test-case reducer description and usage information.
  • +
  • Bugpoint - automatic bug finder and test-case +reducer description and usage information.
  • Compiler Driver (llvmc) - This document describes the design and configuration of the LLVM compiler driver tool, llvmc.
  • +
  • System Library - This document describes +the LLVM System Library (lib/System) and how to keep LLVM source code +portable
  • +