Mirror of official llvm git repository located at http://llvm.org/git/llvm. Updated every five minutes.
Go to file
2005-12-17 18:49:14 +00:00
autoconf
docs rename options 2005-12-16 05:19:35 +00:00
examples
include/llvm Yet another variant of getTargetNode(). 2005-12-17 01:44:51 +00:00
lib Add empty patterns to all F3_1 instructions 2005-12-17 18:49:14 +00:00
projects
runtime Add the remove() function from the C library. 2005-11-28 15:49:15 +00:00
test A truly trivial testcase to ensure sparcv8 doesn't get completely broken 2005-12-16 06:24:55 +00:00
tools rename option for consistency with -mcpu -mattr etc 2005-12-16 05:19:55 +00:00
utils Support for read / write from explicit registers with FlagVT type. 2005-12-17 01:19:28 +00:00
win32 Turn on string pooling for smaller binaries. 2005-12-17 00:14:47 +00:00
Xcode
.cvsignore
configure
CREDITS.TXT add Evan and Jim. Please edit your entries as desired. 2005-11-29 00:57:06 +00:00
LICENSE.TXT
llvm.spec
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.