1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00
Go to file
2012-10-03 21:17:09 +00:00
autoconf
bindings
cmake
docs
examples
include No need to call functions which do the same thing as the default. 2012-10-03 18:10:49 +00:00
lib Update to use the predicate methods to query if an attribute exists. 2012-10-03 21:17:09 +00:00
projects
runtime
test Fix a cycle in the DAG. In this code we replace multiple loads with a single load and 2012-10-03 19:30:31 +00:00
tools
unittests Use unsigned long long instead of uin64_t for OS where that matters. 2012-10-03 19:27:25 +00:00
utils
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
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.