X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2Findex.html;h=15247ee57507e68b5fc20998ff717394cb3e6b16;hb=1a203571ca94c4770a8cada8ace7fbeb0e65799a;hp=f999921412ff3a1a910b878cdfe36a7d02454875;hpb=7cbe67d789e57e49d1781f710341d16d20b4d601;p=oota-llvm.git diff --git a/docs/index.html b/docs/index.html index f999921412f..15247ee5750 100644 --- a/docs/index.html +++ b/docs/index.html @@ -64,30 +64,37 @@ some tools. Microsoft Visual Studio - An addendum to the main Getting Started guide for those using Visual Studio on Windows. -
  • LLVM Command Guide - A reference +
  • LLVM Tutorial - A walk through the process of using +LLVM for a custom language, and the facilities LLVM offers in tutorial form.
  • +
  • Developer Policy - The LLVM project's +policy towards developers and their contributions.
  • + +
  • LLVM Command Guide - A reference 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, - llvm-nm, - llvm-prof, - llvmgcc, - llvmgxx, - gccas, - gccld, - stkrc, - bugpoint, - llvm-extract, - llvm-bcanalyzer, - llvmc + llvm-ar, + llvm-as, + llvm-dis, + llvm-extract, + llvm-ld, + llvm-link, + llvm-nm, + llvm-prof, + llvm-ranlib, + opt, + llc, + lli, + llvmc + llvm-gcc, + llvm-g++, + stkrc, + bugpoint, + llvm-bcanalyzer,
  • +
  • LLVM's Analysis and Transform Passes - A list of +optimizations and analyses implemented in LLVM.
  • +
  • Frequently Asked Questions - A list of common questions and problems and their solutions.
  • @@ -101,7 +108,7 @@ the LLVM system.
  • LLVM Test Suite Guide - A reference manual for using the LLVM test suite.
  • -
  • How to build the C/C++ front-end - +
  • How to build the C/C++ front-end - Instructions for building the front-end from source.
  • The LLVM Lexicon - Definition of acronyms, terms @@ -159,8 +166,7 @@ href="http://llvm.org/doxygen/inherits.html">classes) (tarball)
  • -
  • CVSWeb CVS Tree -Browser
  • +
  • ViewVC Repository Browser
  • @@ -201,6 +207,10 @@ GC'd programs. LLVM - This document describes the design and philosophy behind the LLVM source-level debugger. +
  • Zero Cost Exception handling in LLVM +- This document describes the design and implementation of exception handling +in LLVM.
  • +
  • Bugpoint - automatic bug finder and test-case reducer description and usage information.
  • @@ -208,7 +218,7 @@ reducer description and usage information. describes the design and configuration of the LLVM compiler driver tool, llvmc. -
  • LLVM Bytecode File Format
  • +
  • LLVM Bitcode File Format
  • System Library - This document describes the LLVM System Library (lib/System) and how to keep LLVM source code @@ -240,9 +250,9 @@ Patches Archive: This list gets emailed every time a bug is opened and closed, and when people submit patches to be included in LLVM. It is higher volume than the LLVMdev list.
  • -
  • The CVS Commits +
  • The Commits Archive: This list contains all commit messages that are made when LLVM -developers commit code changes to the CVS archive. It is useful for those who +developers commit code changes to the repository. It is useful for those who want to stay on the bleeding edge of LLVM development. This list is very high volume.
  • @@ -265,4 +275,5 @@ times each day, making it a high volume list. LLVM Compiler Infrastructure
    Last modified: $Date$ +