llvm-project/llvm
NAKAMURA Takumi 23b5b171eb ARMInstPrinter.cpp: Fix a warning in -Asserts. [-Wunused-variable]
llvm-svn: 164459
2012-09-22 13:12:28 +00:00
..
autoconf Add an --enable-backtraces option to configure to determine 2012-09-21 23:03:29 +00:00
bindings
cmake
docs docs: Fix long-standing typo in yaml2obj.rst. 2012-09-21 19:48:16 +00:00
examples
include Machine Model (-schedmodel only). Added SchedAliases. 2012-09-22 02:24:21 +00:00
lib ARMInstPrinter.cpp: Fix a warning in -Asserts. [-Wunused-variable] 2012-09-22 13:12:28 +00:00
projects [CMake] Respect LLVM_BUILD_RUNTIME. 2012-09-21 22:49:06 +00:00
runtime
test Fix edge cases of ARM shift operands in arith instructions. 2012-09-22 11:18:19 +00:00
tools
unittests
utils Machine Model (-schedmodel only). Added SchedAliases. 2012-09-22 02:24:21 +00:00
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.TXT
LLVMBuild.txt
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
README.txt
configure Add an --enable-backtraces option to configure to determine 2012-09-21 23:03:29 +00:00
llvm.spec.in

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.

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