hanchenye-llvm-project/llvm
Geoff Berry de50acc31e [MIRPrinter] XFAIL test for powerpc
This test introduced in r287368 is failing on powerpc for reasons
unrelated to branch probabilities.  See PR31062.

llvm-svn: 287375
2016-11-18 20:08:05 +00:00
..
bindings Fix go binding to adapt the new attribute API 2016-11-18 10:11:02 +00:00
cmake Add an option to disable libedit 2016-11-18 01:25:49 +00:00
docs Timer: Track name and description. 2016-11-18 19:43:18 +00:00
examples
include Revert "Add link-time detection of LLVM_ABI_BREAKING_CHECKS mismatch" 2016-11-18 20:02:34 +00:00
lib Revert "Add link-time detection of LLVM_ABI_BREAKING_CHECKS mismatch" 2016-11-18 20:02:34 +00:00
projects
resources
runtimes
test [MIRPrinter] XFAIL test for powerpc 2016-11-18 20:08:05 +00:00
tools [lli] Prefer `exit(1)` to `return 1` for consistency. 2016-11-17 22:59:13 +00:00
unittests Timer: Track name and description. 2016-11-18 19:43:18 +00:00
utils Timer: Track name and description. 2016-11-18 19:43:18 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt Add an option to disable libedit 2016-11-18 01:25:49 +00:00
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.TXT
LLVMBuild.txt
README.txt
RELEASE_TESTERS.TXT
configure
llvm.spec.in

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.