X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2Findex.html;h=0d289478b9c347368b0831aa26e5d7a02fc715b5;hb=220a823f8d044b7e9484999c9ec73e3cbe6d251c;hp=e0eb24e8c3faa01cf2cc83c3666b11fe750726c4;hpb=9e3bdf1af41b48c47e4549455ae5fbfcd3930283;p=oota-llvm.git diff --git a/docs/index.html b/docs/index.html index e0eb24e8c3f..0d289478b9c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -10,35 +10,44 @@
Documentation for the LLVM System
+
+ +
+ +
+ +
+
-

Written by The LLVM Team

+

Written by The LLVM Team

-
LLVM Design
+
LLVM Design & Overview
@@ -51,29 +60,36 @@ 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. -
  • LLVM Command Guide - A reference +
  • 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 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, - analyze, - llvm-nm, - llvm-prof, - llvmgcc, - llvmgxx, - gccas, - gccld, - stkrc, - bugpoint, - 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,
  • Frequently Asked Questions - A list of common @@ -89,7 +105,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 @@ -108,6 +124,9 @@ href="irc://irc.oftc.net/llvm">join #llvm on irc.oftc.net directly.
  • @@ -184,6 +204,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.
  • @@ -191,12 +215,19 @@ reducer description and usage information. describes the design and configuration of the LLVM compiler driver tool, llvmc. +
  • LLVM Bitcode File Format
  • +
  • System Library - This document describes the LLVM System Library (lib/System) and how to keep LLVM source code portable
  • +
  • Link Time Optimization - This +document describes the interface between LLVM intermodular optimizer and +the linker and its design
  • + +
    LLVM Mailing Lists
    @@ -216,12 +247,17 @@ 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.
  • +
  • The +Test Results Archive: A message is automatically sent to this list by every +active nightly tester when it completes. As such, this list gets email several +times each day, making it a high volume list.
  • + @@ -233,7 +269,8 @@ volume. Valid HTML 4.01! - LLVM Compiler Infrastructure
    + LLVM Compiler Infrastructure
    Last modified: $Date$ +