[llvm-commits] CVS: llvm-www/releases/1.1/announcement.txt
Vikram Adve
vadve at cs.uiuc.edu
Sat Dec 13 23:15:01 PST 2003
Changes in directory llvm-www/releases/1.1:
announcement.txt updated: 1.1 -> 1.2
---
Log message:
Clarify first paragraph, and part of WHAT IS LLVM?
---
Diffs of the changes: (+10 -3)
Index: llvm-www/releases/1.1/announcement.txt
diff -u llvm-www/releases/1.1/announcement.txt:1.1 llvm-www/releases/1.1/announcement.txt:1.2
--- llvm-www/releases/1.1/announcement.txt:1.1 Fri Dec 12 15:43:28 2003
+++ llvm-www/releases/1.1/announcement.txt Sat Dec 13 23:14:21 2003
@@ -1,10 +1,12 @@
LLVM Compiler Infrastructure -- Release 1.1
http://llvm.cs.uiuc.edu
-We are pleased to announce the second public release of the LLVM Compiler
-Infrastructure under a non-restrictive open source license.
+We are pleased to announce the release of version 1.1 of the LLVM Compiler
+Infrastructure. If you are new to LLVM, please see "WHAT IS LLVM?" below.
+If you are already familiar with LLVM, skip to "WHAT IS NEW IN LLVM 1.1?"
WHAT IS LLVM?
+
LLVM is a new infrastructure designed for compile-time, link-time, runtime,
and "idle-time" optimization of programs from arbitrary programming
languages. LLVM is written in C++ and has been developed over the past 3
@@ -12,6 +14,10 @@
C and C++ programs, using front-ends derived from GCC 3.4. New front-ends
are being written for Java bytecode and CAML.
+ The LLVM infrastructure is publicly available under a non-restrictive open
+ source license. More information about LLVM and the contents of the
+ publicly released software is available at the LLVM Web site above.
+
WHAT IS NEW IN LLVM 1.1?
This release is primarily a bugfix release, dramatically improving the C/C++
@@ -25,4 +31,5 @@
http://llvm.cs.uiuc.edu/releases/1.1/docs/ReleaseNotes.html#whatsnew
HOW DO I GET IT?
- Please see: http://llvm.cs.uiuc.edu/releases
\ No newline at end of file
+
+ Please see: http://llvm.cs.uiuc.edu/releases
More information about the llvm-commits
mailing list