1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/lib
Guy Blank f93b70171c [X86][AVX512] remove unnecessary case. NFC
VFPCLASS is for vector types and not scalar, so it cannot get here.

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

llvm-svn: 302023
2017-05-03 13:34:05 +00:00
..
Analysis Replace hardcoded intrinsic list with speculatable attribute. 2017-05-03 02:26:10 +00:00
AsmParser AMDGPU: Add AMDGPU_HS calling convention 2017-05-02 15:41:10 +00:00
Bitcode Bitcode: Simplify how we enumerate summaries in the index. NFCI. 2017-05-02 17:48:39 +00:00
CodeGen [PowerPC, DAGCombiner] Fold a << (b % (sizeof(a) * 8)) back to a single instruction 2017-05-03 00:07:02 +00:00
DebugInfo Revert r301986 (and subsequent r301987). 2017-05-03 07:29:25 +00:00
Demangle
ExecutionEngine
Fuzzer
IR Support arbitrary address space pointers in masked gather/scatter intrinsics. 2017-05-03 12:28:54 +00:00
IRReader
LibDriver
LineEditor
Linker
LTO Bitcode: Make the summary reader responsible for merging. NFCI. 2017-05-01 22:04:36 +00:00
MC [LLVM][inline-asm] Altmacro absolute expression '%' feature 2017-05-01 13:20:12 +00:00
Object Add llvm::object::getELFSectionTypeName(). 2017-05-02 14:04:52 +00:00
ObjectYAML
Option
Passes
ProfileData
Support [Triple] Add a "macos" OS type that acts as a synonym for "macosx" 2017-05-03 10:42:35 +00:00
TableGen
Target [X86][AVX512] remove unnecessary case. NFC 2017-05-03 13:34:05 +00:00
Transforms [Loop Deletion] Delete loops that are never executed 2017-05-03 11:47:11 +00:00
XRay
CMakeLists.txt
LLVMBuild.txt