Mirror of official llvm git repository located at http://llvm.org/git/llvm. Updated every five minutes.
Go to file
2008-05-13 16:45:56 +00:00
autoconf Set to 2.4 and regenerate configure. 2008-05-10 04:20:38 +00:00
bindings
docs Initial documentation for first-class aggregates changes. 2008-05-12 23:51:09 +00:00
examples
include Add thin layer over StringMap to form StringSet. By Mikhail Glushenkov. 2008-05-13 15:03:16 +00:00
lib - Don't treat anyext 16-bit load as a 32-bit load if it's volatile. 2008-05-13 16:45:56 +00:00
projects
runtime
test Instead of a vector load, shuffle and then extract an element. Load the element from address with an offset. 2008-05-13 08:35:03 +00:00
tools Filter option names to escape symbols not allowed as C++ identifiers. 2008-05-12 16:33:06 +00:00
utils Filter option names to escape symbols not allowed as C++ identifiers. 2008-05-12 16:33:06 +00:00
website
win32
Xcode
build-for-llvm-top.sh
configure Set to 2.4 and regenerate configure. 2008-05-10 04:20:38 +00:00
CREDITS.TXT merge of use-diet branch to trunk 2008-05-10 08:32:32 +00:00
LICENSE.TXT
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.