llvm-project/llvm
Devang Patel cc481596e4 Introduce DIObjCProperty. This will be used to encode objective-c property.
llvm-svn: 149732
2012-02-04 00:59:25 +00:00
..
autoconf
bindings
cmake
docs
examples Update to the new EH system...remove OLD EH code. 2012-02-04 00:29:12 +00:00
include Introduce DIObjCProperty. This will be used to encode objective-c property. 2012-02-04 00:59:25 +00:00
lib Introduce DIObjCProperty. This will be used to encode objective-c property. 2012-02-04 00:59:25 +00:00
projects
runtime
test [fast-isel] HandlePHINodesInSuccessorBlocks() can promite i8 and i16 types too. 2012-02-04 00:39:19 +00:00
tools Allow command-line overrides of the target triple with the Mach-O 2012-02-03 06:35:22 +00:00
unittests
utils Increment DFAStateEntryTable index for sentinel entry. 2012-02-03 21:08:25 +00:00
.gitignore
CMakeLists.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.