From b69715e7077b3eef1704f41c1925dbc7974ca406 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Wed, 12 May 2004 18:00:48 +0000 Subject: [PATCH] * Make the document format follow the stringent purple standards (like the rest of the documentation) * Do not make the link text be the link itself, use some keywords * Make doc use stylesheets and HTML markup for lists instead of definitions * Shorten page by not making multiple lines per link with description + link of the same name as the target git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13495 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/index.html | 427 +++++++++++++++++++++----------------------------------- 1 file changed, 162 insertions(+), 265 deletions(-) diff --git a/docs/index.html b/docs/index.html index bcdb1685ad0..3fb5248d61b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,288 +1,185 @@ + - The LLVM Compiler Infrastructure + The LLVM Compiler Infrastructure documentation + -
-

- The LLVM Compiler Infrastructure -
- http://llvm.cs.uiuc.edu -

-
+
The LLVM Compiler Infrastructure Documentation
+ +
+ +
+ + +
+ Getting Started with LLVM +
+ + +
+ +
+ + +
Questions & Answers
+ + +
+ + +
+ + +
LLVM Documentation
+ + +
+ +

All the documents mentioned below except the design overview tech report +are included as part of the LLVM release (in llvm/docs/*):

+ +
+ + +
LLVM Design Overview
+ +
+

LLVM: A +Compilation Framework for Lifelong Program Analysis & Transformation

+
+ + +
+ LLVM User Guides +
+ +
+ +
+ + +
LLVM Programming Documentation
+ +
+ +
+ + +
Other LLVM Resources
+ +
+ +
+ + +
Mailing Lists
+ + +
+ +

There are three mailing lists for providing LLVM users with information:

-
- -

Welcome to LLVM!

- -This file is intended to do four things:
    -
  1. help you get started using LLVM;
  2. - -
  3. tell you how to get questions about LLVM answered;
  4. -
  5. tell you where to find documentation for different kinds of questions; - and
  6. - -
  7. tell you about three LLVM-related mailing lists.
  8. -
+
  • LLVM +Announcements List +

    This is a low volume list that provides important announcements regarding +LLVM. It is primarily intended to announce new releases, major updates to the +software, etc. This list is highly recommended for anyone that uses +LLVM.

  • -
    +
  • LLVM Developers +List -

    -Getting Started with LLVM -

    - -
    -
    - For license information: -
    - llvm/LICENSE.TXT -

    - -

    - Installing and compiling LLVM: -
    - llvm/docs/GettingStarted.html -

    - -

    - Learn about features and limitations of this release: -
    - llvm/docs/ReleaseNotes.html -

    - -

    - Learn how to write a pass within the LLVM system: -
    - llvm/docs/WritingAnLLVMPass.html -

    - -

    - Learn how to start a new development project using LLVM, where your - new source code can live anywhere (outside or inside the LLVM tree), - while using LLVM header files and libraries: -
    - llvm/docs/Projects.html -
    +

    This list is for people who want to be included in technical discussions of +LLVM. People post to this list when they have questions about writing code for +or using the LLVM tools. It is relatively low volume.

  • -
    +
  • LLVM Commits +List -

    -Getting Help with LLVM -

    +

    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 want to +stay on the bleeding edge of LLVM development. This list is very high +volume.

  • -
      -
    1. - If you have questions or development problems not answered in the - documentation, send e-mail to llvmdev@cs.uiuc.edu. This mailing list is - monitored by all the people in the LLVM group at Illinois, and you - should expect prompt first responses. -
    2. - -
    3. - To report a bug, submit a bug report as described in the document: - - http://llvm.cs.uiuc.edu/docs/HowToSubmitABug.html -
    4. - -
    5. - We now use Bugzilla to track bugs, so you can check the status of - previous bugs at: - - http://llvm.cs.uiuc.edu/bugs/query.cgi -
    -
    +
    -

    -LLVM Documentation -

    - -All the documents mentioned below except the design overview tech report -are included as part of the LLVM release (in llvm/docs/*): - -

    -LLVM Design Overview: -

    - -
    -
    - LLVM: A Compilation Framework for Lifelong Program Analysis - & Transformation -
    - - http://llvm.cs.uiuc.edu/pubs/2004-01-30-CGO-LLVM.html - -
    - -

    -LLVM User Guides: -

    - -
    -
    - Download and Installation Instructions: -
    - llvm/docs/GettingStarted.html -

    - -

    - LLVM Command Guide: -
    - - llvm/docs/CommandGuide/index.html -

    - -

    - LLVM Assembly Language: -
    - llvm/docs/LangRef.html -

    - -

    - LLVM Test Suite Guide: -
    - llvm/docs/TestingGuide.html -

    -

    - -

    -LLVM Programming Documentation: -

    - -
    -
    - LLVM Programmers Manual: -
    - llvm/docs/ProgrammersManual.html -

    - -

    - Writing an LLVM Pass: -
    - llvm/docs/WritingAnLLVMPass.html -

    - -

    - Alias Analysis in LLVM: -
    - llvm/docs/AliasAnalysis.html -

    - -

    - Source Level Debugging with LLVM: -
    - llvm/docs/SourceLevelDebugging.html -

    - - -

    - TableGen Fundamentals: -
    - llvm/docs/TableGenFundamentals.html -

    - - -

    - The Stacker Cronicles -
    - The Stacker Cronicles - - This document describes both the Stacker language and - LLVM frontend, but also some details about LLVM useful for - those writing front-ends.

    - - -

    - Command Line Library: -
    - llvm/docs/CommandLine.html -

    - -

    - Extending LLVM: -
    - llvm/docs/ExtendingLLVM.html -

    - -

    - Coding Standards: -
    - llvm/docs/CodingStandards.html -

    -

    - -

    Other LLVM Resources

    - -
    -
    - Building the LLVM C/C++ front-end: -
    - llvm/docs/CFEBuildInstrs.html -

    -

    - Submitting a Bug: -
    - - http://llvm.cs.uiuc.edu/docs/HowToSubmitABug.html -

    - -

    - Open Projects: -
    - llvm/docs/OpenProjects.html -

    - -

    - Creating a new LLVM Project: -
    - llvm/docs/Projects.html -

    -

    +
    +
    + Valid CSS! + Valid HTML 4.01! -

    Mailing Lists

    - -There are three mailing lists for providing LLVM users with information: - -
      -
    1. LLVM Announcements List:
      - - http://mail.cs.uiuc.edu/mailman/listinfo/llvm-announce - -

      - This is a low volume list that provides important announcements regarding - LLVM. It is primarily intended to announce new releases, major updates to - the software, etc. This list is highly recommended for anyone that uses - LLVM. -

      - -
    2. LLVM Developers List:
      - - http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev - -

      - This list is for people who want to be included in technical discussions - of LLVM. People post to this list when they have questions about writing - code for or using the LLVM tools. It is relatively low volume. -

      - -
    3. LLVM Commits List
      - - http://mail.cs.uiuc.edu/mailman/listinfo/llvm-commits - -

      - 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 want to - stay on the bleeding edge of LLVM development. This list is very high - volume. -

      -
    + John Criswell
    + LLVM Compiler Infrastructure
    + Last modified: $Date$ +
    - -- 2.11.0