1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/test
Coby Tayree 9ca3e20986 [AsmParser][AVX512]Enhance OpMask/Zero/Merge syntax check rubostness
Adopt a more strict approach regarding what marks should/can appear after a destination register, when operating upon an AVX512 platform.

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

llvm-svn: 310467
2017-08-09 12:32:05 +00:00
..
Analysis [SCEV] Preserve NSW information for sext(subtract). 2017-08-04 20:19:46 +00:00
Assembler test: add an additional cfi_return_column test 2017-07-30 21:30:54 +00:00
Bindings
Bitcode [ThinLTO] Add FunctionAttrs to ThinLTO index 2017-08-04 16:00:58 +00:00
BugPoint
CodeGen [LSR / TTI / SystemZ] Eliminate TargetTransformInfo::isFoldableMemAccess() 2017-08-09 11:28:01 +00:00
DebugInfo [AsmParser] Hash is not a comment on some targets 2017-08-09 09:40:51 +00:00
DllTool [llvm-dlltool] Map the "arm64" machine type 2017-08-06 19:58:13 +00:00
Examples
ExecutionEngine [AsmParser] Hash is not a comment on some targets 2017-08-09 09:40:51 +00:00
Feature
FileCheck
Instrumentation [asan] Disable checking of arguments passed by value for --asan-force-dynamic-shadow 2017-08-07 07:12:34 +00:00
Integer
JitListener
LibDriver
Linker ThinLTO: Don't import aliases of any kind (even linkonce_odr) 2017-07-27 15:09:06 +00:00
LTO Update the new PM pipeline to make ICP aware if it is SamplePGO build. 2017-08-02 01:28:31 +00:00
MC [AsmParser][AVX512]Enhance OpMask/Zero/Merge syntax check rubostness 2017-08-09 12:32:05 +00:00
Object [LTO] Prevent dead stripping and internalization of symbols with sections 2017-07-25 19:42:32 +00:00
ObjectYAML
Other Make ICP uses PSI to check for hotness. 2017-08-08 20:57:33 +00:00
SafepointIRVerifier
SymbolRewriter
TableGen [globalisel][tablegen] Add support for importing 'imm' operands. 2017-08-08 10:44:31 +00:00
ThinLTO/X86 ThinLTO: Don't import aliases of any kind (even linkonce_odr) 2017-07-27 15:09:06 +00:00
tools dsymutil: support dwarf version mismatches between object and clang module 2017-08-08 18:26:12 +00:00
Transforms [InstCombine] Add a test case for a missed opportunity to turn a select into logic ops. 2017-08-09 01:30:22 +00:00
Unit
Verifier Remove the obsolete offset parameter from @llvm.dbg.value 2017-07-28 20:21:02 +00:00
YAMLParser
.clang-format
CMakeLists.txt Reland "[LLVM][llvm-objcopy] Added basic plumbing to get things started" 2017-08-01 00:33:58 +00:00
lit.cfg Reland "[LLVM][llvm-objcopy] Added basic plumbing to get things started" 2017-08-01 00:33:58 +00:00
lit.site.cfg.in Correctly enable the llvm-mt tests, now that build flags changed. 2017-07-26 16:35:44 +00:00
TestRunner.sh