Mirror of official llvm git repository located at http://llvm.org/git/llvm. Updated every five minutes.
Go to file
2007-04-17 04:07:59 +00:00
autoconf
docs Remove "ModulePasses requiring FunctionPasses" from the list of future 2007-04-17 00:17:11 +00:00
examples
include The (negative) offset from a SymbolTableListTraits-using ilist to its container 2007-04-17 04:04:14 +00:00
lib Use this nifty Constraints thing and fix the inverted conditional moves 2007-04-17 04:07:59 +00:00
projects
runtime
test this is fixed 2007-04-17 04:07:27 +00:00
tools
utils
win32
Xcode
.cvsignore
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Removed tabs everywhere except autogenerated & external files. Add make 2007-04-16 18:10:23 +00:00
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.