hanchenye-llvm-project/llvm
Jonas Paulsson 34bead750c [SystemZ] Use VGM whenever possible to load FP immediates.
isFPImmLegal() has been extended to recognize certain FP immediates that can
be built with VGM (Vector Generate Mask).

These scalar FP immediates (that were previously loaded from the constant
pool) are now selected as VGMF/VGMG in Select().

Review: Ulrich Weigand
https://reviews.llvm.org/D58003

llvm-svn: 353867
2019-02-12 18:06:06 +00:00
..
benchmarks
bindings
cmake [llvm] [cmake] Use current directory in GenerateVersionFromVCS 2019-02-11 09:07:07 +00:00
docs LibFuzzer.rst: double backticks 2019-02-12 09:08:52 +00:00
examples
include [GlobalISel][NFC] Gardening: Make translateSimpleUnaryIntrinsic general 2019-02-12 17:38:34 +00:00
lib [SystemZ] Use VGM whenever possible to load FP immediates. 2019-02-12 18:06:06 +00:00
projects
resources
runtimes [build] Remove a stray comment. NFC 2019-02-12 02:25:27 +00:00
test [SystemZ] Use VGM whenever possible to load FP immediates. 2019-02-12 18:06:06 +00:00
tools [llvm-dwp] Abort when dwo_id is unset 2019-02-12 15:01:07 +00:00
unittests Update files that were mistakenly added with the old file header to the 2019-02-11 08:07:38 +00:00
utils [tablegen] Add locations to many PrintFatalError() calls 2019-02-12 17:36:57 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt This reverts commit 1440a848a635849b97f7a5cfa0ecc40d37451f5b. 2019-02-09 00:46:12 +00:00
CODE_OWNERS.TXT
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.