llvm-project/llvm/lib
Tom Stellard ffc6bd6f3d AMDGPU/GlobalISel: Define instruction mapping for G_SELECT
Reviewers: arsenm

Reviewed By: arsenm

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

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

llvm-svn: 341271
2018-09-01 02:41:19 +00:00
..
Analysis [NFC] Optionally pass a function to emitInstrCountChangedRemark 2018-08-31 20:54:37 +00:00
AsmParser [IR] Replace `isa<TerminatorInst>` with `isTerminator()`. 2018-08-26 09:51:22 +00:00
BinaryFormat Fix undefined behavior in r340457 2018-08-23 02:51:09 +00:00
Bitcode [IR] Replace `isa<TerminatorInst>` with `isTerminator()`. 2018-08-26 09:51:22 +00:00
CodeGen SafeStack: Prevent OOB reads with mem intrinsics 2018-08-30 20:44:51 +00:00
DebugInfo [DebugInfo] Common behavior for error types 2018-08-31 17:41:58 +00:00
Demangle Remove some debugging code that was accidentally left in. 2018-08-30 21:00:57 +00:00
ExecutionEngine [ORC] Add utilities to RTDyldObjectLinkingLayer2 to simplify symbol flag 2018-08-31 00:53:17 +00:00
FuzzMutate [IR] Replace `isa<TerminatorInst>` with `isTerminator()`. 2018-08-26 09:51:22 +00:00
Fuzzer
IR Fix typo in size remarks for module passes 2018-08-31 22:43:41 +00:00
IRReader
LTO Remove trailing space 2018-07-30 19:41:25 +00:00
LineEditor
Linker [NFC] Remove an empty line. 2018-07-27 06:50:45 +00:00
MC [MC] fix a clang-tidy warning, NFC 2018-08-29 10:40:51 +00:00
Object [Wasm] Add missing EOF checks for floats 2018-08-31 14:54:01 +00:00
ObjectYAML [yaml2obj] - Add a support for changing EntSize. 2018-08-07 08:11:38 +00:00
Option Re-revert "[Option] Fix PR37006 prefix choice in findNearest" 2018-05-19 16:21:01 +00:00
Passes Revert r340922 "[GVNHoist] Re-enable GVNHoist by default" 2018-08-29 13:00:55 +00:00
ProfileData [Coverage] Ignore 'unused' functions with non-zero execution counts 2018-08-07 22:25:36 +00:00
Support [DebugInfo] Common behavior for error types 2018-08-31 17:41:58 +00:00
TableGen Remove trailing space 2018-07-30 19:41:25 +00:00
Target AMDGPU/GlobalISel: Define instruction mapping for G_SELECT 2018-09-01 02:41:19 +00:00
Testing [LLVMTestingSupport] Add explicit linkage to LLVMSupport 2018-04-08 06:49:17 +00:00
ToolDrivers Give llvm-lib rudimentary help output. 2018-07-14 02:29:44 +00:00
Transforms [Constant Hoisting] Hoisting Constant GEP Expressions 2018-09-01 00:04:56 +00:00
WindowsManifest Convert line endings of lib/WindowsManifest/CMakeLists.txt to unix. 2018-04-07 04:28:08 +00:00
XRay [XRay] Update RecordInitializer for PIDRecord 2018-08-31 20:02:55 +00:00
CMakeLists.txt
LLVMBuild.txt