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

John Criswell criswell at cs.uiuc.edu
Thu Aug 5 13:04:05 PDT 2004



Changes in directory llvm-www/releases/1.3:

LICENSE.TXT added (r1.1)
announcement.txt added (r1.1)
index.html added (r1.1)
---
Log message:

Initial work on LLVM 1.3 release.


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

Index: llvm-www/releases/1.3/LICENSE.TXT
diff -c /dev/null llvm-www/releases/1.3/LICENSE.TXT:1.1
*** /dev/null	Thu Aug  5 15:04:03 2004
--- llvm-www/releases/1.3/LICENSE.TXT	Thu Aug  5 15:03:53 2004
***************
*** 0 ****
--- 1,100 ----
+ ==============================================================================
+ 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.
+ 
+ The disclaimer of warranty in the University of Illinois Open Source License
+ applies to all code in the LLVM Distribution, and nothing in any of the
+ other licenses gives permission to use the names of the LLVM Team or the
+ University of Illinois to endorse or promote products derived from this
+ Software.
+ 
+ The following pieces of software have additional or alternate copyrights,
+ licenses, and/or restrictions:
+ 
+ Program             Directory
+ -------             ---------
+ Autoconf:           llvm/autoconf
+                     llvm/projects/ModuleMaker/autoconf
+                     llvm/projects/sample/autoconf
+ Burg:               llvm/utils/Burg
+                     llvm/test/Programs/MultiSource/Applications/Burg
+ Aha:                llvm/test/Programs/MultiSource/Applications/aha
+ SGEFA:              llvm/test/Programs/MultiSource/Applications/sgefa
+ SIOD:               llvm/test/Programs/MultiSource/Applications/siod
+ Spiff:              llvm/test/Programs/MultiSource/Applications/spiff
+ D:                  llvm/test/Programs/MultiSource/Applications/d
+ Lambda:             llvm/test/Programs/MultiSource/Applications/lambda-0.1.3
+ hbd:                llvm/test/Programs/MultiSource/Applications/hbd
+ treecc:             llvm/test/Programs/MultiSource/Applications/treecc
+ kimwitu++:          llvm/test/Programs/MultiSource/Applications/kimwitu++
+ obsequi:            llvm/test/Programs/MultiSource/Applications/obsequi
+ Fhourstones:        llvm/test/Programs/MultiSource/Benchmarks/Fhourstones
+ McCat:              llvm/test/Programs/MultiSource/Benchmarks/McCat
+ Olden:              llvm/test/Programs/MultiSource/Benchmarks/Olden
+ OptimizerEval:      llvm/test/Programs/MultiSource/Benchmarks/OptimizerEval
+ Ptrdist:            llvm/test/Programs/MultiSource/Benchmarks/Ptrdist
+ LLUBenchmark:       llvm/test/Programs/MultiSource/Benchmarks/llubenchmark
+ SIM:                llvm/test/Programs/MultiSource/Benchmarks/sim
+ cfrac:              llvm/test/Programs/MultiSource/Benchmarks/MallocBench/cfrac
+ espresso:           llvm/test/Programs/MultiSource/Benchmarks/MallocBench/espresso
+ gs:                 llvm/test/Programs/MultiSource/Benchmarks/MallocBench/gs
+ p2c:                llvm/test/Programs/MultiSource/Benchmarks/MallocBench/p2c
+ gawk:               llvm/test/Programs/MultiSource/Benchmarks/MallocBench/gawk
+ make:               llvm/test/Programs/MultiSource/Benchmarks/MallocBench/make
+ perl:               llvm/test/Programs/MultiSource/Benchmarks/MallocBench/perl
+ Dhrystone:          llvm/test/Programs/SingleSource/Benchmarks/Dhrystone
+ SingleSource Tests: llvm/test/Programs/SingleSource/Benchmarks/Misc
+                     llvm/test/Programs/SingleSource/CustomChecked
+                     llvm/test/Programs/SingleSource/Gizmos
+ GNU Libc:           llvm/runtime/GCCLibraries/libc
+ Zlib Library:       llvm/runtime/zlib
+ PNG Library:        llvm/runtime/libpng
+ 


Index: llvm-www/releases/1.3/announcement.txt
diff -c /dev/null llvm-www/releases/1.3/announcement.txt:1.1
*** /dev/null	Thu Aug  5 15:04:04 2004
--- llvm-www/releases/1.3/announcement.txt	Thu Aug  5 15:03:53 2004
***************
*** 0 ****
--- 1,42 ----
+               LLVM Compiler Infrastructure -- Release 1.3
+                         http://llvm.cs.uiuc.edu
+ 
+ We are pleased to announce the release of version 1.3 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.3?"
+ 
+ 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 4 years at the
+   University of Illinois.  It currently supports compilation of C and C++
+   programs using front-ends derived from GCC 3.4.  After optimization, it can
+   emit native X86, native SparcV9, or C code for the optimized program.  New
+   front-ends are in early development for Java bytecode and CAML, and new
+   backends are in early development for several other targets.
+ 
+   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.3?
+ 
+   This release is substantially faster and introduces several new features,
+   including: new optimizations, support for several GCC extensions that were not
+   supported in 1.1, and support for profile-guided optimization.  The X86 code
+   generator in LLVM 1.3 also produces much better native code, and LLVM now
+   comes with a beta-quality global register allocator.  Finally, LLVM 1.3
+   includes the usual collection of bug fixes and other minor improvements.
+ 
+   A full list of new features and bug-fixes are listed in the Release Notes:
+     http://llvm.cs.uiuc.edu/releases/1.3/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/2004-March/000006.html
+    http://mail.cs.uiuc.edu/pipermail/llvm-announce/2004-February/000005.html
+ 
+ HOW DO I GET IT?
+ 
+   Please see: http://llvm.cs.uiuc.edu/releases
+ 


Index: llvm-www/releases/1.3/index.html
diff -c /dev/null llvm-www/releases/1.3/index.html:1.1
*** /dev/null	Thu Aug  5 15:04:05 2004
--- llvm-www/releases/1.3/index.html	Thu Aug  5 15:03:53 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