Old fork of llvm-mirror, used on older RPCS3 builds
Go to file
Tom Roeder b2c6a6c0bd Restore the library dependency of LLVMgold on LTO; this was removed recently but
is needed for LLVMgold to load in ld.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198965 91177308-0d34-0410-b5e6-96231b3b80d8
2014-01-10 22:48:35 +00:00
autoconf Remove the test for endianness in configure.ac and regenerate. 2014-01-09 01:09:57 +00:00
bindings
cmake CMake: Provide LLVM_PLUGIN_EXT definition 2014-01-08 11:10:24 +00:00
docs Add a note about the old asm printer being removed. 2014-01-10 22:06:26 +00:00
examples
include All backends use MC now. 2014-01-10 21:49:27 +00:00
lib Use the simpler version of sys::fs::remove when possible. 2014-01-10 21:40:29 +00:00
projects
test LoopVectorizer: Handle strided memory accesses by versioning 2014-01-10 18:20:32 +00:00
tools Restore the library dependency of LLVMgold on LTO; this was removed recently but 2014-01-10 22:48:35 +00:00
unittests Remove remove_all. A compiler has no need for recursively deleting a directory. 2014-01-10 20:36:42 +00:00
utils All backends use MC now. 2014-01-10 21:49:27 +00:00
.arcconfig
.clang-format
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
configure Remove the test for endianness in configure.ac and regenerate. 2014-01-09 01:09:57 +00:00
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 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.