Old fork of llvm-mirror, used on older RPCS3 builds
Go to file
Oscar Fuentes 63b27a61f8 CMake: Corrected detection of `nm'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58941 91177308-0d34-0410-b5e6-96231b3b80d8
2008-11-09 20:26:31 +00:00
autoconf
bindings
cmake CMake: Support for cross-compiling. For now, requires a previously 2008-11-09 18:53:19 +00:00
docs fix validation problem. 2008-11-09 17:19:14 +00:00
examples
include Temporary revert my last commit: it seems it's triggering some subtle bug in backend 2008-11-08 23:05:05 +00:00
lib fix leakage of ValueNumbering 2008-11-09 12:45:23 +00:00
projects
runtime
test XFAIL this while waiting for a fix. 2008-11-09 13:07:47 +00:00
tools CMake: Corrected detection of `nm'. 2008-11-09 20:26:31 +00:00
utils Allow $CALL and $ENV in command names. Fixes #3025. 2008-11-08 19:43:32 +00:00
website
win32 remove unavailable clang project 2008-11-08 01:02:44 +00:00
Xcode
build-for-llvm-top.sh
CMakeLists.txt CMake: Support for cross-compiling. For now, requires a previously 2008-11-09 18:53:19 +00:00
configure
CREDITS.TXT Keep CREDITS.TXT sorted by name. 2008-11-07 12:44:36 +00:00
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.