[llvm-commits] [www-releases] r157285 - in /www-releases/trunk: 3.1/LICENSE.TXT download.html

Kostya Serebryany kcc at google.com
Wed May 23 02:17:27 PDT 2012


Hi Tanya,

The binaries for Ubuntu and MacOS contain the libclang_rt libraries
(including the AddressSanitizer run-time),
but the source for compiler-rt is missing on the downloads page.
We may want to add http://llvm.org/releases/3.1/compiler-rt-3.1.src.tar.gz.

Thanks,

--kcc

On Wed, May 23, 2012 at 1:19 AM, Tanya Lattner <tonic at nondot.org> wrote:

> Author: tbrethou
> Date: Tue May 22 16:19:13 2012
> New Revision: 157285
>
> URL: http://llvm.org/viewvc/llvm-project?rev=157285&view=rev
> Log:
> Add links
>
> Added:
>    www-releases/trunk/3.1/LICENSE.TXT
> Modified:
>    www-releases/trunk/download.html
>
> Added: www-releases/trunk/3.1/LICENSE.TXT
> URL:
> http://llvm.org/viewvc/llvm-project/www-releases/trunk/3.1/LICENSE.TXT?rev=157285&view=auto
>
> ==============================================================================
> --- www-releases/trunk/3.1/LICENSE.TXT (added)
> +++ www-releases/trunk/3.1/LICENSE.TXT Tue May 22 16:19:13 2012
> @@ -0,0 +1,70 @@
>
> +==============================================================================
> +LLVM Release License
>
> +==============================================================================
> +University of Illinois/NCSA
> +Open Source License
> +
> +Copyright (c) 2003-2012 University of Illinois at Urbana-Champaign.
> +All rights reserved.
> +
> +Developed by:
> +
> +    LLVM Team
> +
> +    University of Illinois at Urbana-Champaign
> +
> +    http://llvm.org
> +
> +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
> +CellSPU backend     llvm/lib/Target/CellSPU/README.txt
> +Google Test         llvm/utils/unittest/googletest
> +OpenBSD regex       llvm/lib/Support/{reg*, COPYRIGHT.regex}
> +pyyaml tests        llvm/test/YAMLParser/{*.data, LICENSE.TXT}
>
> Modified: www-releases/trunk/download.html
> URL:
> http://llvm.org/viewvc/llvm-project/www-releases/trunk/download.html?rev=157285&r1=157284&r2=157285&view=diff
>
> ==============================================================================
> --- www-releases/trunk/download.html (original)
> +++ www-releases/trunk/download.html Tue May 22 16:19:13 2012
> @@ -24,6 +24,30 @@
>  next release.</p>
>  </div>
>
> +<table class="rel_section"><tr><td><a name="3.1">Download LLVM
> 3.1</a></td></tr></table>
> +<div class="rel_boxtext">
> +<p>Please read the <a href="3.1/docs/ReleaseNotes.html">LLVM Release
> Notes</a> and <a href="3.1/docs/ClangReleaseNotes.html">Clang Release
> Notes</a> before downloading
> +:</p>
> +
> +<ul>  <li><a href="3.1/llvm-3.1.tar.gz">LLVM source code</a> (11M) <a
> href="3.1/llvm-3.1.tar.gz.sig">(.sig)</a></li>
> +  <li><a href="3.1/test-suite-3.1.tar.gz">LLVM Test Suite</a> (69M) <a
> href="3.1/test-suite-3.1.tar.gz.sig">(.sig)</a></li>
> +  <li><a href="3.1/clang-3.1.tar.gz">Clang source code</a> (7.8M)<a
> href="3.1/clang-3.1.tar.gz.sig">(.sig)</a></li>
> +  <li><a href="3.1/clang+llvm-x86-linux-gentoo.tar.gz">Clang Binaries for
> Gentoo/x86</a> (67M)<a
> href="3.1/clang+llvm-x86-linux-gentoo.tar.gz.sig">(.sig)</a></li>
> +  <li><a href="3.1/clang+llvm-x64_86-linux-gentoo.tar.gz">Clang Binaries
> for Gentoo/x86_64</a> (63M)<a
> href="3.1/clang+llvm-x64_86-linux-gentoo.tar.gz.sig">(.sig)</a></li>
> +  <li><a href="3.1/clang+llvm-i386-freebsd9.tar.bz2">Clang Binaries for
> FreeBSD9/x86</a> (57M)<a
> href="3.1/clang+llvm-i386-freebsd9.tar.bz2.sig">(.sig)</a></li>
> +  <li><a href="3.1/clang+llvm-3.1-amd64-freebsd9.tar.bz2">Clang Binaries
> for FreeBSD9/x86_64</a> (53M)<a
> href="3.1/clang+llvm-3.1-amd64-freebsd9.tar.bz2">(.sig)</a></li>
> +  <li><a href="3.1/ang+llvm-3.1-x86_64-apple-darwin11.tar.gz">Clang
> Binaries for MacOS X/x86_64</a> (59M)<a
> href="3.1/clang+llvm-3.1-x86_64-apple-darwin11.tar.gz.sig">(.sig)</a></li>
> +<li><a href="3.1/clang+llvm-3.1-x86-linux-ubuntu-11.10.tar.bz2">Clang
> Binaries for Ubuntu-11.10/x86</a> (58M)<a
> href="3.1/clang+llvm-3.1-x86-linux-ubuntu-11.10.tar.bz2.sig">(.sig)</a></li>
> +<li><a href="3.1/clang+llvm-3.1-x86_64-linux-ubuntu-11.10.tar.bz2">Clang
> Binaries for Ubuntu-11.10/x86_64</a> (55M)<a
> href="3.1/clang+llvm-3.1-x86_64-linux-ubuntu-11.10.tar.bz2">(.sig)</a></li>
> +  <li><a href="3.1/clang+llvm-3.1-x86-linux-ubuntu_12.04.tar.gz">Clang
> Binaries for Ubuntu-12.04/x86</a> (66M)<a
> href="3.1/clang+llvm-3.1-x86-linux-ubuntu_12.04.tar.gz.sig">(.sig)</a></li>
> +  <li><a href="3.1/clang+llvm-3.1-x86_64-linux-ubuntu_12.04.tar.gz">Clang
> Binaries for Ubuntu-12.04/x86_64</a> (63M)<a
> href="3.1/clang+llvm-3.1-x86_64-linux-ubuntu_12.04.tar.gz.sig">(.sig)</a></li>
> +  <li><a href="3.1/clang+llvm-3.1-arm-linux-ubuntu_11.04.tar.gz">Clang
> Binaries for Ubuntu-11.04/arm</a> (64M)<a href=
> +"3.1/clang+llvm-3.1-arm-linux-ubuntu_11.04.tar.gz.sig">(.sig)</a></li>
> +  <li><a href="3.1/dragonegg-3.1.tar.gz">DragonEgg</a>(696K) <a
> href="3.1/dragonegg-3.1.tar.gz.sig">(.sig)</a></li>
> +</ul>
> +</div>
> +
> +
>  <table class="rel_section"><tr><td><a name="3.0">Download LLVM
> 3.0</a></td></tr></table>
>  <div class="rel_boxtext">
>  <p>Please read the <a href="3.0/docs/ReleaseNotes.html">LLVM Release
> Notes</a> and <a href="3.0/docs/ClangReleaseNotes.html">Clang Release
> Notes</a> before downloading
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120523/68c60e16/attachment.html>


More information about the llvm-commits mailing list