[llvm-commits] CVS: llvm/README.txt
Reid Spencer
reid at x10sys.com
Thu Sep 2 15:49:37 PDT 2004
Changes in directory llvm:
README.txt updated: 1.6 -> 1.7
---
Log message:
Make the text of this file a little more useful.
---
Diffs of the changes: (+12 -1)
Index: llvm/README.txt
diff -u llvm/README.txt:1.6 llvm/README.txt:1.7
--- llvm/README.txt:1.6 Tue May 11 21:48:30 2004
+++ llvm/README.txt Thu Sep 2 17:49:27 2004
@@ -1 +1,12 @@
-This file is a placeholder; see docs/index.html for documentation.
+Low Level Virtual Machine (LLVM)
+================================
+
+This directory and its subdirectories contain source code for the Low Level
+Virtual Machine, a toolkit for the construction of highly optimized compilers,
+optimizers, and runtime environments.
+
+LLVM is open source software. You may freely distribute it under the terms of
+the license agreement found in LICENSE.txt.
+
+Please see the HTML documentation provided in docs/index.html for further
+assistance with LLVM.
More information about the llvm-commits
mailing list