Fork of llvm with experimental commits and workarounds for RPCS3
Go to file
Sanjay Patel f0bf3c1c9d fix typos; NFC
llvm-svn: 225525
2015-01-09 16:35:37 +00:00
autoconf
bindings
cmake
docs ReleaseNotes.rst: these are for 3.6 2015-01-09 00:21:26 +00:00
examples
include Bitcode: Move the DEBUG_LOC record to DEBUG_LOC_OLD 2015-01-09 02:48:48 +00:00
lib fix typos; NFC 2015-01-09 16:35:37 +00:00
projects
test [PowerPC] Enable late partial unrolling on the POWER7 2015-01-09 15:51:16 +00:00
tools Bitcode: Move the DEBUG_LOC record to DEBUG_LOC_OLD 2015-01-09 02:48:48 +00:00
unittests IR: Add MDNode::getDistinct() 2015-01-07 22:24:46 +00:00
utils IR: Add 'distinct' MDNodes to bitcode and assembly 2015-01-08 22:38:29 +00:00
.arcconfig
.clang-format
.clang-tidy
.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 LLVM,
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 documentation provided in docs/ for further
assistance with LLVM, and in particular docs/GettingStarted.rst for getting
started with LLVM and docs/README.txt for an overview of LLVM's
documentation setup.

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