[llvm-commits] CVS: llvm-www/releases/1.1/announcement.txt
Chris Lattner
lattner at cs.uiuc.edu
Fri Dec 12 15:44:00 PST 2003
Changes in directory llvm-www/releases/1.1:
announcement.txt added (r1.1)
---
Log message:
Initial draft for the 1.1 announcement
---
Diffs of the changes: (+28 -0)
Index: llvm-www/releases/1.1/announcement.txt
diff -c /dev/null llvm-www/releases/1.1/announcement.txt:1.1
*** /dev/null Fri Dec 12 15:43:38 2003
--- llvm-www/releases/1.1/announcement.txt Fri Dec 12 15:43:28 2003
***************
*** 0 ****
--- 1,28 ----
+ 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.
+
+ 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
+ years at the University of Illinois. It currently supports compilation of
+ C and C++ programs, using front-ends derived from GCC 3.4. New front-ends
+ are being written for Java bytecode and CAML.
+
+ WHAT IS NEW IN LLVM 1.1?
+
+ This release is primarily a bugfix release, dramatically improving the C/C++
+ front-end, and improving support for C++ in the LLVM core. This release also
+ includes a few new features, such as a simple profiler, support for Mac OS/X,
+ better interoperability with external source bases, a new example language
+ front-end, and improvements in a few optimizations. This release also
+ features several substantial speedups and implementation of missing features.
+
+ A full list of new features and bug-fixes are listed in the Release Notes:
+ 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
More information about the llvm-commits
mailing list