diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/GettingStarted.html | 7 | ||||
-rw-r--r-- | docs/GettingStartedVS.html | 2 | ||||
-rw-r--r-- | docs/doxygen.header | 2 | ||||
-rw-r--r-- | docs/doxygen.intro | 4 |
4 files changed, 7 insertions, 8 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index d78344a..06a9a60 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -82,10 +82,9 @@ basic information.</p> <p>First, LLVM comes in three pieces. The first piece is the LLVM suite. This contains all of the tools, libraries, and header files -needed to use the low level virtual machine. It contains an -assembler, disassembler, bitcode analyzer and bitcode optimizer. It -also contains basic regression tests that can be used to test the LLVM -tools and the GCC front end.</p> +needed to use LLVM. It contains an assembler, disassembler, bitcode +analyzer and bitcode optimizer. It also contains basic regression tests that +can be used to test the LLVM tools and the GCC front end.</p> <p>The second piece is the GCC front end. This component provides a version of GCC that compiles C and C++ code into LLVM bitcode. Currently, the GCC front diff --git a/docs/GettingStartedVS.html b/docs/GettingStartedVS.html index 8c86ec6..d7c1efc 100644 --- a/docs/GettingStartedVS.html +++ b/docs/GettingStartedVS.html @@ -44,7 +44,7 @@ <p>There are many different projects that compose LLVM. The first is the LLVM suite. This contains all of the tools, libraries, and header files needed to - use the low level virtual machine. It contains an assembler, disassembler, + use LLVM. It contains an assembler, disassembler, bitcode analyzer and bitcode optimizer. It also contains a test suite that can be used to test the LLVM tools.</p> diff --git a/docs/doxygen.header b/docs/doxygen.header index a520434..56fb77f 100644 --- a/docs/doxygen.header +++ b/docs/doxygen.header @@ -2,7 +2,7 @@ <html><head> <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"/> <meta name="keywords" content="LLVM,Low Level Virtual Machine,C++,doxygen,API,documentation"/> -<meta name="description" content="C++ source code API documentation for the Low Level Virtual Machine (LLVM)."/> +<meta name="description" content="C++ source code API documentation for LLVM."/> <title>LLVM: $title</title> <link href="doxygen.css" rel="stylesheet" type="text/css"/> </head><body> diff --git a/docs/doxygen.intro b/docs/doxygen.intro index 547730c..699dadc 100644 --- a/docs/doxygen.intro +++ b/docs/doxygen.intro @@ -1,7 +1,7 @@ -/// @mainpage Low Level Virtual Machine +/// @mainpage LLVM /// /// @section main_intro Introduction -/// Welcome to the Low Level Virtual Machine (LLVM). +/// Welcome to LLVM. /// /// This documentation describes the @b internal software that makes /// up LLVM, not the @b external use of LLVM. There are no instructions |