llvm-capstone/llvm/test
Roman Tereshin f1aa348b31 Reapply r332907 "[GlobalISel] Improving InstructionSelect's performance by reducing MatchTable..."
Apparently the compile time problem was caused by the fact that not
all compilers / STL implementations can automatically convert
std::unique_ptr<Derived> to std::unique_ptr<Base>. Fixed (hopefully)
by making sure it's std::unique_ptr<Derived>&& (rvalue ref) to
std::unique_ptr<Base> conversion instead.

llvm-svn: 332917
2018-05-21 23:28:51 +00:00
..
Analysis Propagate nonnull and dereferenceable throught launder 2018-05-18 23:54:33 +00:00
Assembler
Bindings [LLVM-C] Add DIBuilder Bindings For ObjC Classes 2018-05-21 16:27:35 +00:00
Bitcode
BugPoint
CodeGen [X86] Remove 128/256-bit cvtdq2ps, cvtudq2ps, cvtqq2pd, cvtuqq2pd intrinsics. 2018-05-21 23:15:00 +00:00
DebugInfo [DebugInfo] Fix typo "DWARG" in test comment (NFC) 2018-05-21 19:48:27 +00:00
Examples
ExecutionEngine
Feature
FileCheck
Instrumentation [msan] Don't check divisor shadow in fdiv. 2018-05-18 20:19:53 +00:00
Integer
JitListener
Linker
LTO
MC MC: Introduce an ELF dwo object writer and teach llvm-mc about it. 2018-05-21 19:44:54 +00:00
Object
ObjectYAML Resubmit [pdb] Change /DEBUG:GHASH to emit 8 byte hashes." 2018-05-17 22:55:15 +00:00
Other Add remarks describing when a pass changes the IR instruction count of a module 2018-05-18 17:26:39 +00:00
SafepointIRVerifier
SymbolRewriter
TableGen Reapply r332907 "[GlobalISel] Improving InstructionSelect's performance by reducing MatchTable..." 2018-05-21 23:28:51 +00:00
ThinLTO/X86
tools [llvm-objcopy] Add --strip-unneeded option 2018-05-21 22:50:32 +00:00
Transforms [InstCombine] regenerate checks; NFC 2018-05-21 21:09:14 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg.py
lit.site.cfg.py.in
TestRunner.sh