[llvm-commits] CVS: llvm-www/releases/1.2/LICENSE.TXT announcement.txt index.html

John Criswell criswell at gally.cs.uiuc.edu
Fri Mar 12 12:16:02 PST 2004


Changes in directory llvm-www/releases/1.2:

LICENSE.TXT added (r1.1)
announcement.txt added (r1.1)
index.html added (r1.1)

---
Log message:

Initial creation of the LLVM 1.2 release tree.
LICENSE.TXT has been updated to reflect our work in 2004.
The file announcement.txt has been updated somewhat, but more information
needs to be gathered and replaced.



---
Diffs of the changes:  (+98 -0)

Index: llvm-www/releases/1.2/LICENSE.TXT
diff -c /dev/null llvm-www/releases/1.2/LICENSE.TXT:1.1
*** /dev/null	Fri Mar 12 12:15:16 2004
--- llvm-www/releases/1.2/LICENSE.TXT	Fri Mar 12 12:15:06 2004
***************
*** 0 ****
--- 1,51 ----
+ ==============================================================================
+ LLVM Release License
+ ==============================================================================
+ University of Illinois/NCSA
+ Open Source License
+ 
+ Copyright (c) 2003, 2004 University of Illinois at Urbana-Champaign.
+ All rights reserved.
+ 
+ Developed by:
+ 
+     LLVM Team
+ 
+     University of Illinois at Urbana-Champaign
+ 
+     http://llvm.cs.uiuc.edu
+ 
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
+ this software and associated documentation files (the "Software"), to deal with
+ the Software without restriction, including without limitation the rights to
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
+ of the Software, and to permit persons to whom the Software is furnished to do
+ so, subject to the following conditions:
+ 
+     * Redistributions of source code must retain the above copyright notice,
+       this list of conditions and the following disclaimers.
+ 
+     * Redistributions in binary form must reproduce the above copyright notice,
+       this list of conditions and the following disclaimers in the
+       documentation and/or other materials provided with the distribution.
+ 
+     * Neither the names of the LLVM Team, University of Illinois at
+       Urbana-Champaign, nor the names of its contributors may be used to
+       endorse or promote products derived from this Software without specific
+       prior written permission.
+ 
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+ CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
+ SOFTWARE.
+ 
+ ==============================================================================
+ Copyrights and Licenses for Third Party Software Distributed with LLVM:
+ ==============================================================================
+ The LLVM software contains code written by third parties.  Such software will
+ have its own individual LICENSE.TXT file in the directory in which it appears.
+ This file will describe the copyrights, license, and restrictions which apply
+ to that code.


Index: llvm-www/releases/1.2/announcement.txt
diff -c /dev/null llvm-www/releases/1.2/announcement.txt:1.1
*** /dev/null	Fri Mar 12 12:15:16 2004
--- llvm-www/releases/1.2/announcement.txt	Fri Mar 12 12:15:06 2004
***************
*** 0 ****
--- 1,40 ----
+               LLVM Compiler Infrastructure -- Release 1.2
+                         http://llvm.cs.uiuc.edu
+ 
+ We are pleased to announce the release of version 1.2 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.2?"
+ 
+ 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.
+ 
+   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.2?
+ 
+   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.2/docs/ReleaseNotes.html#whatsnew
+ 
+   For an easier to read set of changes, please see the status updates:
+    http://mail.cs.uiuc.edu/pipermail/llvm-announce/2003-November/000003.html
+    http://mail.cs.uiuc.edu/pipermail/llvm-announce/2003-December/000004.html
+ 
+ HOW DO I GET IT?
+ 
+   Please see: http://llvm.cs.uiuc.edu/releases
+ 


Index: llvm-www/releases/1.2/index.html
diff -c /dev/null llvm-www/releases/1.2/index.html:1.1
*** /dev/null	Fri Mar 12 12:15:16 2004
--- llvm-www/releases/1.2/index.html	Fri Mar 12 12:15:06 2004
***************
*** 0 ****
--- 1,7 ----
+ <html>
+ <head>
+   <meta http-equiv="Refresh" content="0;url=../index.html">
+ </head>
+ <body>
+ </body>
+ </html>





More information about the llvm-commits mailing list