llvm-project/llvm
Nick Lewycky c9f9367785 Don't leak! Always remove oneself as a listener after adding oneself.
llvm-svn: 81736
2009-09-14 00:36:52 +00:00
..
Xcode
autoconf
bindings Fix pr4820: Don't run llvm-config during "make clean" since it may have 2009-09-11 18:42:18 +00:00
cmake CMake: New user-settable variable LLVM_TARGET_ARCH useful when 2009-09-13 22:18:38 +00:00
docs CMake: New user-settable variable LLVM_TARGET_ARCH useful when 2009-09-13 22:18:38 +00:00
examples
include eliminate the TargetRegisterDesc::AsmName field, the asmprinters now have this table. 2009-09-13 22:45:04 +00:00
lib Don't leak! Always remove oneself as a listener after adding oneself. 2009-09-14 00:36:52 +00:00
projects
runtime
test unbreak this test by working around an asmparser bug. 2009-09-13 22:28:17 +00:00
tools Convert llvm-link to IRReader. 2009-09-12 21:55:12 +00:00
unittests Build (not test) the unittests as part of a normal build. 2009-09-13 22:39:27 +00:00
utils eliminate the TargetRegisterDesc::AsmName field, the asmprinters now have this table. 2009-09-13 22:45:04 +00:00
website
win32
CMakeLists.txt CMake: New user-settable variable LLVM_TARGET_ARCH useful when 2009-09-13 22:18:38 +00:00
CREDITS.TXT
LICENSE.TXT
Makefile Build (not test) the unittests as part of a normal build. 2009-09-13 22:39:27 +00:00
Makefile.common
Makefile.config.in
Makefile.rules Build (not test) the unittests as part of a normal build. 2009-09-13 22:39:27 +00:00
ModuleInfo.txt
README.txt
build-for-llvm-top.sh
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.