blob: d3e78e435d5c8f36034c281fd23e61190e1a939b [file] [log] [blame]
mike-m68cb3192010-05-06 23:45:43 +00001/** @mainpage LLVM API Documentation
2<div class="intro">
3<div class="logo">
4 <img src="http://llvm.org/img/DragonMedium.png"
5 alg="medium dragon logo" width="400" height="400">
6</div>
7
8@section main_intro Introduction
9Welcome to the Low Level Virtual Machine (LLVM).
10
11<br>
12This documentation describes the @b internal software that makes
13up LLVM, not the @b external use of LLVM. There are no instructions
14here on how to use LLVM, only the APIs that make up the software. For usage
15instructions, please see the programmer's guide or reference manual.
16
17@section main_caveat Caveat
18This documentation is generated directly from the source code with doxygen.
19Since LLVM is constantly under active development, what you're about to
20read is out of date! However, it may still be useful since certain portions
21of LLVM are very stable.
22
23@section main_changelog Change Log
24- Original content written 12/30/2003 by Reid Spencer
25</div>
26*/