Old fork of llvm-mirror, used on older RPCS3 builds
Go to file
2009-04-07 18:51:13 +00:00
autoconf Detect that we're building from a git checkout like we do for cvs and svn. 2009-04-01 04:39:25 +00:00
bindings
cmake CMake: Added notes pointing to the LLVM CMake documentation. 2009-04-04 22:52:02 +00:00
docs Offer an explanation of why building LLVM-GCC with objdir == srcdir doesn't 2009-04-07 18:51:13 +00:00
examples Another attempt at fixing PR2975. 2009-04-07 17:23:02 +00:00
include Another attempt at fixing PR2975. 2009-04-07 17:23:02 +00:00
lib Another attempt at fixing PR2975. 2009-04-07 17:23:02 +00:00
projects Revert r67655 and r67656, as they are breaking the build. I'm 2009-03-25 00:52:11 +00:00
runtime
test fix rdar://6762290, a crash compiling cxx filt with clang. 2009-04-07 05:03:34 +00:00
tools Add an API for the bitstream reader to read blobs and return 2009-04-07 02:56:46 +00:00
unittests Add support for embedded metadata to LLVM. This introduces two new types of 2009-04-04 07:22:01 +00:00
utils "This adds a getName() method to TargetRegisterClass, just like in TargetRegisterInfo. 2009-04-03 20:25:41 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt CMake: Added notes pointing to the LLVM CMake documentation. 2009-04-04 22:52:02 +00:00
configure
CREDITS.TXT Test commit access to LLVM with some minor narcissism. 2009-04-03 21:41:52 +00:00
LICENSE.TXT
llvm.spec.in
Makefile Add ccc back for now. 2009-03-30 17:43:04 +00:00
Makefile.common
Makefile.config.in
Makefile.rules Avoid -O3 on Darwin for now. 2009-04-06 19:58:11 +00:00
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.