llvm-project/llvm
Krzysztof Parzyszek 39a979c838 [Hexagon] Expand vgather pseudos during packetization
This will allow packetizing the vgather expansion with other instructions.

llvm-svn: 340028
2018-08-17 14:24:24 +00:00
..
bindings
cmake [cmake] Prevent LLVMgold.so from being unloaded on Linux 2018-08-16 15:12:12 +00:00
docs [x86/MIR] Implement support for pre- and post-instruction symbols, as 2018-08-16 23:11:05 +00:00
examples
include [ARM/AArch64] Support FP16 +fp16fml instructions 2018-08-17 11:29:49 +00:00
lib [Hexagon] Expand vgather pseudos during packetization 2018-08-17 14:24:24 +00:00
projects
resources
runtimes
test [Hexagon] Expand vgather pseudos during packetization 2018-08-17 14:24:24 +00:00
tools [llvm-mc-assemble-fuzzer] Update API - Pass MCObjectWriter instead of a stream 2018-08-17 04:38:41 +00:00
unittests [ARM/AArch64] Support FP16 +fp16fml instructions 2018-08-17 11:29:49 +00:00
utils [TableGen] TypeSetByHwMode::insert - cache the default MVT. NFCI. 2018-08-17 13:03:17 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt Remove vestiges of configure buildsystem 2018-08-14 21:25:49 +00:00
CODE_OWNERS.TXT Add owner for llvm-objcopy 2018-08-09 22:05:19 +00:00
CREDITS.TXT
LICENSE.TXT
LLVMBuild.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.