hanchenye-llvm-project/llvm
Evan Cheng a5c0cc329e Rename variables for consistency.
llvm-svn: 103013
2010-05-04 17:12:26 +00:00
..
autoconf Default OPTIMIZE_OPTION to -O2 on FreeBSD, at the request of the Clang/FreeBSD 2010-04-30 17:12:23 +00:00
bindings
cmake
docs Update one more 2.7 to 2.8. 2010-05-03 23:52:21 +00:00
examples Remove the -enable-sjlj-eh option, which doesn't do anything. 2010-05-02 15:36:26 +00:00
include MC/Matcher: Add support for over-riding the default MatchInstruction function 2010-05-04 00:33:13 +00:00
lib Rename variables for consistency. 2010-05-04 17:12:26 +00:00
projects
runtime Delete a blank line. 2010-04-16 13:32:55 +00:00
test MC/X86: Add "support" for matching ATT style mnemonic prefixes. 2010-05-04 16:12:42 +00:00
tools Remove the -enable-sjlj-eh option, which doesn't do anything. 2010-05-02 15:36:26 +00:00
unittests Update BitVectorTest.cpp to stay in sync with SmallBitVectorTest.cpp, 2010-04-30 20:50:28 +00:00
utils MC/Matcher: Add support for over-riding the default MatchInstruction function 2010-05-04 00:33:13 +00:00
website
CMakeLists.txt
CREDITS.TXT
LICENSE.TXT
Makefile Update for CIndex rename. 2010-04-30 23:36:47 +00:00
Makefile.common
Makefile.config.in Add an autoconf check for -retain-symbols-file and conditionalize 2010-04-16 22:58:15 +00:00
Makefile.rules Don't use 'else ifdef', I guess this is a 3.81 feature? 2010-04-30 22:00:17 +00:00
ModuleInfo.txt
README.txt
build-for-llvm-top.sh
configure Regenerate. 2010-04-30 17:12:26 +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.