llvm-project/llvm
Lucas Prates c84b8be516 [AArch64] clang support for Armv8.8/9.3 MOPS
This introduces clang command line support for the new Armv8.8-A and
Armv9.3-A instructions for standardising memcpy, memset and memmove
operations, which was previously introduced into LLVM in
https://reviews.llvm.org/D116157.

Patch by Lucas Prates, Tomas Matheson and Son Tuan Vu.

Differential Revision: https://reviews.llvm.org/D117271
2022-01-15 19:52:30 +00:00
..
benchmarks
bindings Fix forward for "signed version of createExpression" 2021-12-27 13:51:59 +01:00
cmake Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs." 2022-01-15 07:35:02 +00:00
docs [Docs] Use anonymous reference (NFC) 2022-01-14 18:01:06 +01:00
examples [llvm] Use `GNUInstallDirs` to support custom installation dirs 2022-01-08 00:47:31 +00:00
include [AArch64] clang support for Armv8.8/9.3 MOPS 2022-01-15 19:52:30 +00:00
lib [AArch64] clang support for Armv8.8/9.3 MOPS 2022-01-15 19:52:30 +00:00
projects
resources
runtimes [runtimes] Remove LLVM_ENABLE_LLD 2021-12-17 15:03:57 -08:00
test [LoopUtils] Use InstSimplifyFolder in addRuntimeChecks. 2022-01-15 15:21:16 +00:00
tools Teach llvm-jitlink to support archives in inputs files and -load_hidden 2022-01-14 16:27:51 -08:00
unittests [AArch64] clang support for Armv8.8/9.3 MOPS 2022-01-15 19:52:30 +00:00
utils workflows: Make issue-subscriber more robust for labels with special characters 2022-01-14 22:04:54 -08:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt Update LLVM CMakeFiles to include BOLT 2022-01-11 21:19:12 -08: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.