Old fork of llvm-mirror, used on older RPCS3 builds
Go to file
Renato Golin b6bfb48380 Revert "[ARM] Generate ABI_optimization_goals build attribute, as described in the ARM ARM."
This reverts commit r254201 and r254202, as it broke test-suite,
self-hosting and sanitizer tests on ARM buildbots.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254234 91177308-0d34-0410-b5e6-96231b3b80d8
2015-11-28 17:23:46 +00:00
autoconf [autoconf] Fix MinGW build 2015-11-28 00:54:12 +00:00
bindings
cmake
docs
examples
include [Stack realignment] Handling of aligned allocas. 2015-11-28 11:02:32 +00:00
lib Revert "[ARM] Generate ABI_optimization_goals build attribute, as described in the ARM ARM." 2015-11-28 17:23:46 +00:00
projects
resources
test Revert "[ARM] Generate ABI_optimization_goals build attribute, as described in the ARM ARM." 2015-11-28 17:23:46 +00:00
tools Simplify the linking of recursive data. 2015-11-27 20:28:19 +00:00
unittests [PGO] Allow value profile writer interface to allocated target buffer 2015-11-28 05:37:01 +00:00
utils [TableGen] Use SmallString instead of std::string to build up a string to avoid heap allocations. NFC 2015-11-28 08:23:02 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
configure [autoconf] Fix MinGW build 2015-11-28 00:54:12 +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 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 are writing a package for LLVM, see docs/Packaging.rst for our
suggestions.