Mirror of official llvm git repository located at http://llvm.org/git/llvm. Updated every five minutes.
Go to file
Jeff Cohen d41b30def3 Unbreak VC++ build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31464 91177308-0d34-0410-b5e6-96231b3b80d8
2006-11-05 19:31:28 +00:00
autoconf Add a -disable-cbe-printf-a option so that the output of the C Backend 2006-11-05 17:08:18 +00:00
docs
examples
include/llvm Unbreak VC++ build. 2006-11-05 19:31:28 +00:00
lib Unbreak VC++ build. 2006-11-05 19:31:28 +00:00
projects Don't check variables before they are set. 2006-11-05 03:58:44 +00:00
runtime
test Okay, need a pattern before and after the cast pattern. 2006-11-04 01:11:19 +00:00
tools Unbreak VC++ build. 2006-11-05 19:31:28 +00:00
utils Unbreak VC++ build. 2006-11-05 19:31:28 +00:00
win32 Unbreak VC++ build. 2006-11-05 19:31:28 +00:00
Xcode
.cvsignore
configure Add a -disable-cbe-printf-a option so that the output of the C Backend 2006-11-05 17:08:18 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
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.