Fork of llvm with experimental commits and workarounds for RPCS3
Go to file
Jonas Paulsson 0b4df57077 [SystemZ] Let z13 also support FeatureMiscellaneousExtensions.
This processor feature had been left out by mistake from the z13
ProcessorModel.

Reviewed by Ulrich Weigand.

llvm-svn: 273567
2016-06-23 15:12:06 +00:00
bindings
cmake [LLVM][MIPS] Introduce 64 bit atomic check in CheckAtomic.cmake 2016-06-23 06:39:35 +00:00
docs
examples
include Revert "[misched] Extend scheduler to handle unsupported features" 2016-06-23 14:54:47 +00:00
lib [SystemZ] Let z13 also support FeatureMiscellaneousExtensions. 2016-06-23 15:12:06 +00:00
projects
resources
test [LoopUnrollAnalyzer] Fix a bug in UnrolledInstAnalyzer::visitLoad. 2016-06-23 14:31:31 +00:00
tools [llc] Remove exit-on-error flag (PR27759) 2016-06-23 09:49:56 +00:00
unittests
utils Revert "[misched] Extend scheduler to handle unsupported features" 2016-06-23 14:54:47 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
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.