llvm-project/llvm
Jake Egan 423ea9ae7f [AIX] XFAIL 2009-03-29-SoftFloatVectorExtract.ll because of no soft float support
Soft floats are not currently supported on AIX, so mark this test as XFAIL on AIX for now.

Reviewed By: shchenz

Differential Revision: https://reviews.llvm.org/D113407
2021-11-10 20:58:26 -05:00
..
benchmarks
bindings
cmake [TableGen] Emit a warning for unused template args 2021-11-03 11:55:07 +00:00
docs Revert "[DebugInfo] Enforce implicit constraints on `distinct` MDNodes" 2021-11-09 14:27:55 -08:00
examples Revert "Use `GNUInstallDirs` to support custom installation dirs. -- LLVM" 2021-11-02 19:11:44 +01:00
include [CGSCC][LazyCallGraph][NFC] Fix typos in code comments 2021-11-10 18:14:12 +00:00
lib [RISCV] Promote f16 frem with Zfh. 2021-11-10 17:35:07 -08:00
projects Remove unused parallel-libs project 2021-10-21 14:34:39 -07:00
resources
runtimes
test [AIX] XFAIL 2009-03-29-SoftFloatVectorExtract.ll because of no soft float support 2021-11-10 20:58:26 -05:00
tools [llvm-reduce] Use DenseSet instead of std::set (NFC). 2021-11-10 13:56:22 +00:00
unittests [Demangle] Add minimal support for D programming language 2021-11-09 09:29:13 -08:00
utils [NFC] Inclusive language: replace master with main in benchmark docs 2021-11-10 09:24:51 -06:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [NFC] Inclusive language: Remove instances of master in URLs 2021-11-05 08:48:41 -05:00
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.TXT
README.txt
RELEASE_TESTERS.TXT
configure
llvm.spec.in

README.txt

The LLVM Compiler Infrastructure
================================

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.