Fork of llvm with experimental commits and workarounds for RPCS3
Go to file
Sander de Smalen 0279feb6ed [AArch64][SVE] Asm: Support for FCPY immediate instructions.
Predicated copy of floating-point immediate value to SVE vector,
along with MOV-aliases.

Reviewers: rengolin, fhahn, samparker, SjoerdMeijer, javed.absar

Reviewed By: javed.absar

Differential Revision: https://reviews.llvm.org/D47518

llvm-svn: 333869
2018-06-04 05:58:06 +00:00
bindings
cmake
docs
examples
include [Debugify] Don't apply DI before the bitcode writer pass 2018-06-04 00:11:49 +00:00
lib [AArch64][SVE] Asm: Support for FCPY immediate instructions. 2018-06-04 05:58:06 +00:00
projects
resources
runtimes
test [AArch64][SVE] Asm: Support for FCPY immediate instructions. 2018-06-04 05:58:06 +00:00
tools [Debugify] Add debug intrinsics before terminating musttail calls 2018-06-04 03:33:01 +00:00
unittests Re-land: [MachO] Fixing ub in MachO BinaryFormat 2018-06-03 20:33:42 +00:00
utils
.arcconfig
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
README.txt
RELEASE_TESTERS.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.