Mirror of official llvm git repository located at http://llvm.org/git/llvm. Updated every five minutes.
Go to file
2013-01-10 10:49:36 +00:00
autoconf Disable -Wuninitialized for gcc 2013-01-09 22:11:13 +00:00
bindings
cmake
docs docs: fix broken link. 2013-01-10 06:39:37 +00:00
examples
include Signal.h: Add <cstdio> for FILE*, since r171989. 2013-01-10 05:23:59 +00:00
lib Fix a copy/paste error in the IR Linker, casting an ArrayType instead of a VectorType. 2013-01-10 10:49:36 +00:00
projects
runtime
test Fix a copy/paste error in the IR Linker, casting an ArrayType instead of a VectorType. 2013-01-10 10:49:36 +00:00
tools
unittests
utils Check whether MCInst operand isImm before calling getImm. 2013-01-09 13:32:04 +00:00
.arcconfig
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
configure Disable -Wuninitialized for gcc 2013-01-09 22:11:13 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
Makefile
Makefile.common
Makefile.config.in Disable -Wuninitialized for gcc 2013-01-09 22:11:13 +00:00
Makefile.rules Disable -Wuninitialized for gcc 2013-01-09 22:11:13 +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 documentation provided in docs/ for further
assistance with LLVM, and in particular docs/GettingStarted.rst for getting
started with LLVM and docs/README.txt for an overview of LLVM's
documentation setup.

If you're writing a package for LLVM, see docs/Packaging.rst for our
suggestions.