Mirror of official llvm git repository located at http://llvm.org/git/llvm. Updated every five minutes.
Go to file
2008-12-31 18:08:59 +00:00
autoconf
bindings
cmake
docs CMake: Added some VC++ specific info to CMake.html. 2008-12-31 14:36:41 +00:00
examples
include Don't analyze arguments already marked 'nocapture'. 2008-12-31 18:08:59 +00:00
lib Don't analyze arguments already marked 'nocapture'. 2008-12-31 18:08:59 +00:00
projects
runtime
test Removed extra spaces. 2008-12-31 17:38:27 +00:00
tools Add spacing between type and variable name. 2008-12-31 17:41:49 +00:00
utils Import of Google Test 1.2.1, with the non-essential bits removed. 2008-12-31 17:34:06 +00:00
website
win32 Rename AddReadAttrs to FunctionAttrs, and teach it how 2008-12-31 16:14:43 +00:00
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT Import of Google Test 1.2.1, with the non-essential bits removed. 2008-12-31 17:34:06 +00:00
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.