1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
Go to file
Huihui Zhang ac4a5d6e8a [ConstantFold][SVE][NFC] Add test for select instruction in scalable vector.
Side notes from D73669, no need to guard the iteration on vectors, as
it is explicitly looking for a ConstantVector/ConstantDataVector, which
is not expected to be scalable at the moment. So, add the test only.
2020-01-30 10:56:12 -08:00
benchmarks
bindings
cmake [CMake] Set ASM compiler for external projects 2020-01-28 11:39:21 -08:00
docs [llvm][docs] Fix formatting in LangRef. [NFC] 2020-01-29 22:32:11 -06:00
examples Fix conversions in clang and examples 2020-01-29 02:48:15 +01:00
include [AArch64][SVE] Add remaining SVE2 mla indexed intrinsics. 2020-01-30 13:32:11 -05:00
lib [ConstantFold][SVE] Fix constant folding for scalable vector unary operations. 2020-01-30 10:45:15 -08:00
projects
resources
runtimes [build] Fix LLVM_ENABLE_RUNTIMES override condition 2020-01-29 13:41:31 -08:00
test [ConstantFold][SVE][NFC] Add test for select instruction in scalable vector. 2020-01-30 10:56:12 -08:00
tools [llvm-readobj] - Improve error message reported by DynRegionInfo. 2020-01-30 14:34:20 +03:00
unittests [DebugInfo] Fix DebugLine::Prologue::getLength 2020-01-30 09:35:50 +00:00
utils [gn build] Port 601687bf731 2020-01-30 15:06:10 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitattributes
.gitignore [llvm] Fix file ignoring inside directories 2020-01-27 17:00:33 -08:00
CMakeLists.txt
CODE_OWNERS.TXT
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
README.txt
RELEASE_TESTERS.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.