1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
Go to file
Dan Gohman 377b9cade7 Simplify this code.
llvm-svn: 101074
2010-04-12 22:12:29 +00:00
autoconf configure: Fix default value for optimize_option, I messed up the test condition 2010-04-10 18:56:24 +00:00
bindings
cmake
docs
examples
include Bug fix: included System/Types.h instead of 2010-04-12 20:21:56 +00:00
lib Simplify this code. 2010-04-12 22:12:29 +00:00
projects
runtime
test Suppress LinearFunctionTestReplace when the computed backedge-taken 2010-04-12 21:13:43 +00:00
tools Build system fixes. llvm-mc depends on 2010-04-12 21:55:49 +00:00
unittests
utils
website
build-for-llvm-top.sh
CMakeLists.txt
configure configure: Fix default value for optimize_option, I messed up the test condition 2010-04-10 18:56:24 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in whether we enable dylibs or not depends on the host, not the target. 2010-04-12 02:21:38 +00:00
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.

If you're writing a package for LLVM, see docs/Packaging.html for our
suggestions.