Mirror of official llvm git repository located at http://llvm.org/git/llvm. Updated every five minutes.
Go to file
2005-12-20 22:59:51 +00:00
autoconf Added the llvm-kernel project to the list of automatically configured 2005-12-19 20:27:24 +00:00
docs
examples
include/llvm Added a hook to print out names of target specific DAG nodes. 2005-12-20 06:22:03 +00:00
lib SSE2 floating point load / store patterns. SSE2 fp to int conversion patterns. 2005-12-20 22:59:51 +00:00
projects
runtime
test
tools
utils Fix the semantic of Requires<[cond]> to mean if (!cond) goto PXXFail; 2005-12-20 20:08:01 +00:00
win32
Xcode
.cvsignore
configure Added the llvm-kernel project to the list of automatically configured 2005-12-19 20:27:24 +00:00
CREDITS.TXT
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.