hanchenye-llvm-project/llvm
Bill Wendling 098d906dbb Update the CMake files.
llvm-svn: 159417
2012-06-29 09:01:47 +00:00
..
autoconf Remove autoconf support for runtest and tclsh, some of the last vestigal 2012-06-27 23:53:41 +00:00
bindings
cmake Add a missing common variable to the lit.site.cfg generation. This was 2012-06-29 00:40:15 +00:00
docs Sphinxify the Atomics documentation. 2012-06-29 09:00:01 +00:00
examples Remove trailing whitespaces 2012-06-21 22:26:01 +00:00
include The DIBuilder class is just a wrapper around debug info creation 2012-06-29 08:32:07 +00:00
lib Update the CMake files. 2012-06-29 09:01:47 +00:00
projects Remove 'check-dg', a wrapper around 'check-local-dg' which was just 2012-06-28 00:03:13 +00:00
runtime Free the allocated filename. Found by clang static analyzer. 2012-06-15 09:11:47 +00:00
test In the initial exec mode we always do a load to find the address of a variable. 2012-06-29 04:22:35 +00:00
tools Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and 2012-06-28 00:05:13 +00:00
unittests The DIBuilder class is just a wrapper around debug info creation 2012-06-29 08:32:07 +00:00
utils Revert "Make NumMicroOps a variable in the subtarget's instruction itinerary." 2012-06-29 07:10:41 +00:00
.gitignore
CMakeLists.txt New test tool: obj2yaml 2012-06-19 18:02:35 +00:00
CREDITS.TXT Alphabetize. 2012-06-19 23:47:58 +00:00
LICENSE.TXT
LLVMBuild.txt
Makefile
Makefile.common
Makefile.config.in Remove autoconf support for runtest and tclsh, some of the last vestigal 2012-06-27 23:53:41 +00:00
Makefile.rules Remove 'check-dg', a wrapper around 'check-local-dg' which was just 2012-06-28 00:03:13 +00:00
README.txt Testing commit access 2012-05-24 14:20:13 +00:00
configure Regenerate. 2012-06-28 20:35:00 +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.