llvm-6502/test
Chandler Carruth 77e97ffd61 [x86] Regenerate an avx512 test with my script to provide a nice
baseline for updates from the new vector shuffle lowering.

I've inspected the results here, and I couldn't find any register
allocation decisions where there should be any realistic way to register
allocate things differently. The closest was the imul test case. If you
see something here you'd like register number variables on, just shout
and I'll add them.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218935 91177308-0d34-0410-b5e6-96231b3b80d8
2014-10-03 00:44:46 +00:00
..
Analysis Move the complex address expression out of DIVariable and into an extra 2014-10-01 18:55:02 +00:00
Assembler Revert "DI: Fold constant arguments into a single MDString" 2014-10-02 22:15:31 +00:00
Bindings Revert "DI: Fold constant arguments into a single MDString" 2014-10-02 22:15:31 +00:00
Bitcode Revert "DI: Fold constant arguments into a single MDString" 2014-10-02 22:15:31 +00:00
BugPoint Revert "DI: Fold constant arguments into a single MDString" 2014-10-02 22:15:31 +00:00
CodeGen [x86] Regenerate an avx512 test with my script to provide a nice 2014-10-03 00:44:46 +00:00
DebugInfo Revert "DI: Fold constant arguments into a single MDString" 2014-10-02 22:15:31 +00:00
ExecutionEngine [MCJIT] Make sure we test ARM BR24 relocations with both internal and external 2014-09-11 22:43:36 +00:00
Feature Revert "DI: Fold constant arguments into a single MDString" 2014-10-02 22:15:31 +00:00
FileCheck
Instrumentation Revert "DI: Fold constant arguments into a single MDString" 2014-10-02 22:15:31 +00:00
Integer
JitListener Revert "DI: Fold constant arguments into a single MDString" 2014-10-02 22:15:31 +00:00
Linker Revert "DI: Fold constant arguments into a single MDString" 2014-10-02 22:15:31 +00:00
LTO LTO: Add missing target triple from r218784 2014-10-01 18:49:58 +00:00
MC Revert "DI: Fold constant arguments into a single MDString" 2014-10-02 22:15:31 +00:00
Object Nuke MCAnalysis. 2014-09-02 22:32:20 +00:00
Other [lit] Parse all strings as UTF-8 rather than ASCII. 2014-09-12 16:46:05 +00:00
TableGen [AVX512] Added intrinsics for VPCMPEQB and VPCMPEQW. 2014-09-30 11:32:22 +00:00
tools llvm-readobj: print COFF delay-load import table 2014-10-03 00:41:58 +00:00
Transforms Revert "DI: Fold constant arguments into a single MDString" 2014-10-02 22:15:31 +00:00
Unit
Verifier Verifier: Don't reject varargs callee cleanup functions 2014-08-29 21:25:28 +00:00
YAMLParser
.clang-format
CMakeLists.txt Add LLVMgold target to test dependencies. 2014-09-10 22:20:49 +00:00
lit.cfg pass environment when invoking llvm-config from lit.cfg 2014-09-24 18:37:48 +00:00
lit.site.cfg.in
Makefile
Makefile.tests
TestRunner.sh