llvm-project/llvm
Ting Wang 6f25cb8685 [PowerPC] Add the Power10 XS[MAX|MIN]CQP instruction
Add the Power 10 instruction XS[MAX|MIN]CQP.

Reviewed By: shchenz, amyk

Differential Revision: https://reviews.llvm.org/D118036
2022-01-26 23:00:43 -05:00
..
benchmarks
bindings
cmake [cmake] Some NFC changes in preparation for accomodating `Ninja Multi-Config` 2022-01-25 11:46:44 -08:00
docs Update the Bug Life Cycle docs for the switch to GitHub issues 2022-01-26 15:55:36 -05:00
examples
include [RISCV] Remove unused flags from FeatureKind in TargetParser.h. NFC 2022-01-26 18:38:13 -08:00
lib [PowerPC] Add the Power10 XS[MAX|MIN]CQP instruction 2022-01-26 23:00:43 -05:00
projects
resources
runtimes [CMake] Passthrough OSX CMake options to builtins and runtimes 2022-01-21 16:54:22 -08:00
test [PowerPC] Add the Power10 XS[MAX|MIN]CQP instruction 2022-01-26 23:00:43 -05:00
tools Revert "Emit swift5 reflection section data in dsym bundle generated by dsymutil in the Dwarf section." 2022-01-26 16:59:11 -08:00
unittests Revert "Rename llvm::array_lengthof into llvm::size to match std::size from C++17" 2022-01-26 16:55:53 +01:00
utils [gn build] Format gn files 2022-01-26 18:37:03 -08:00
.clang-format
.clang-tidy
.gitattributes [split-file] Respect input file's line endings 2022-01-21 18:45:03 -06:00
.gitignore
CMakeLists.txt [CMake] Disable mvsc warning for new versions 2022-01-26 15:07:35 +01: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.