1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
Go to file
Ted Kremenek 0e9c12f44a Update CMake build.
llvm-svn: 93571
2010-01-15 22:59:46 +00:00
autoconf
bindings Remove the InlineHint attribute. There are no current or planned 2010-01-15 21:36:30 +00:00
cmake
docs move "Metadata Nodes and Metadata Strings" section to the right place in the 2010-01-15 21:50:19 +00:00
examples
include Add comments to the dump() and dumpr() routines. 2010-01-15 22:22:58 +00:00
lib Update CMake build. 2010-01-15 22:59:46 +00:00
projects
runtime
test add testcase for r93564 2010-01-15 22:27:37 +00:00
tools fix a bug in range information for $42, eliminate an 2010-01-15 19:39:23 +00:00
unittests
utils Remove the InlineHint attribute. There are no current or planned 2010-01-15 21:36:30 +00:00
website
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
ModuleInfo.txt
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.