Old fork of llvm-mirror, used on older RPCS3 builds
Go to file
Devang Patel bf5db817f4 Really remove all debug information.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59208 91177308-0d34-0410-b5e6-96231b3b80d8
2008-11-13 01:28:40 +00:00
autoconf
bindings
cmake
docs Update docs for ssp and sspreq function attributes. 2008-11-13 01:02:51 +00:00
examples
include Implement stack protectors as function attributes: "ssp" and "sspreq". 2008-11-13 01:02:14 +00:00
lib Really remove all debug information. 2008-11-13 01:28:40 +00:00
projects
runtime
test Add test case for ptr annotation. 2008-11-12 16:12:27 +00:00
tools
utils Tell GenLibDeps.pl to inspect .so and .dylib shared files. 2008-11-12 20:39:06 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
ModuleInfo.txt
README.txt

Low Level Virtual Machine (LLVM)
================================

This directory and its subdirectories contain source code for the Low Level 
Virtual Machine, a toolkit for the construction of highly optimized compilers,
optimizers, and runtime environments. 

LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.

Please see the HTML documentation provided in docs/index.html for further
assistance with LLVM.