llvm-project/llvm
Ted Kremenek 68ab5ecd75 Generalize matching of add_executable to add_XXX_executable.
llvm-svn: 168490
2012-11-22 07:48:52 +00:00
..
autoconf
bindings [python] fix get_library() 2012-11-20 22:27:55 +00:00
cmake
docs Fix a typo in FileCheck.rst 2012-11-21 22:40:52 +00:00
examples
include Add relocations used for mips big GOT. 2012-11-21 19:50:22 +00:00
lib llvm.fmuladd.* lowering should be checking isOperationLegalOrCustom, rather than 2012-11-22 03:31:45 +00:00
projects
runtime
test Corrects a problem where we reply exclusively of GEPs to drive 2012-11-21 23:50:04 +00:00
tools Adding tests for the Intel JIT event listener's MCJIT support. 2012-11-21 20:38:26 +00:00
unittests
utils Generalize matching of add_executable to add_XXX_executable. 2012-11-22 07:48:52 +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
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.