hanchenye-llvm-project/llvm
Tom Stellard 46bbbc33c0 AMDGPU/GlobalISel: Implement select() for 32-bit G_FADD and G_FMUL
Reviewers: arsenm, nhaehnle

Reviewed By: arsenm

Subscribers: kzhuravl, wdng, yaxunl, rovka, kristof.beyls, dstuttard, tpr, t-tye, llvm-commits

Differential Revision: https://reviews.llvm.org/D46171

llvm-svn: 334665
2018-06-13 22:30:47 +00:00
..
bindings
cmake [CMake] Pass additional CMake tools to external projects 2018-06-06 21:43:37 +00:00
docs GettingStarted.rst: Fix 'If you you' typo (PR37787) 2018-06-13 09:11:10 +00:00
examples
include Revert "Enable ThreadPool to queue tasks that return values." 2018-06-13 21:24:19 +00:00
lib AMDGPU/GlobalISel: Implement select() for 32-bit G_FADD and G_FMUL 2018-06-13 22:30:47 +00:00
projects
resources
runtimes [CMake] Pass additional CMake tools to external projects 2018-06-06 21:43:37 +00:00
test AMDGPU/GlobalISel: Implement select() for 32-bit G_FADD and G_FMUL 2018-06-13 22:30:47 +00:00
tools [llvm-mca] Fixed a bug in the logic that checks if a memory operation is ready to execute. 2018-06-13 18:30:14 +00:00
unittests Revert "Enable ThreadPool to queue tasks that return values." 2018-06-13 21:24:19 +00:00
utils [TableGen] Make getOnlyTree return a const ref (NFC) 2018-06-13 20:59:53 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [CMake] Handle 'libtool' being at a path with spaces in it. 2018-06-13 18:21:47 +00:00
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.TXT
LLVMBuild.txt
README.txt Test commit: remove a blank line 2018-06-08 21:21:55 +00:00
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.