llvm-project/llvm
Simon Pilgrim 99d475f97d [X86][SSE] isFNEG - Use getTargetConstantBitsFromNode to handle all constant cases
isFNEG was duplicating much of what was done by getTargetConstantBitsFromNode in its own calls to getTargetConstantFromNode.

Noticed while reviewing D48467.

llvm-svn: 338358
2018-07-31 10:13:17 +00:00
..
bindings
cmake [CMake] Followup for r337366: Only export LLVM_LINK_LLVM_DYLIB if it's set to ON 2018-07-27 10:57:51 +00:00
docs [llvm-mca][docs] Add instruction flow documentation. NFC. 2018-07-30 22:30:14 +00:00
examples
include [GlobalISel] Add a G_BLOCK_ADDR opcode to handle IR blockaddress constants. 2018-07-31 00:08:50 +00:00
lib [X86][SSE] isFNEG - Use getTargetConstantBitsFromNode to handle all constant cases 2018-07-31 10:13:17 +00:00
projects
resources
runtimes Revert "[CMake] Pass Clang defaults to runtimes builds" 2018-07-13 20:01:55 +00:00
test [ARM] Allow automatically deducing the thumb instruction size for .inst 2018-07-31 09:27:07 +00:00
tools [dsymutil] Simplify temporary file handling. 2018-07-29 14:56:15 +00:00
unittests [VPlan] Introduce VPLoopInfo analysis. 2018-07-31 01:57:29 +00:00
utils Add VS natvis support for LLVMDemangle's StringView. 2018-07-28 17:25:42 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt Add PerfJITEventListener for perf profiling support. 2018-07-24 00:54:06 +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.