llvm-6502/test
Joerg Sonnenberger ee6a05091a Add rfdi and rfmci from the e500/e500mc ISA.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214339 91177308-0d34-0410-b5e6-96231b3b80d8
2014-07-30 21:09:03 +00:00
..
Analysis Add @llvm.assume, lowering, and some basic properties 2014-07-25 21:13:35 +00:00
Assembler Rename metadata llvm.loop.vectorize.unroll to llvm.loop.vectorize.interleave. 2014-07-21 23:11:03 +00:00
Bindings [OCaml] Don't truncate constants over 32 bits in Llvm.const_int. 2014-07-22 13:55:20 +00:00
Bitcode UseListOrder: Visit global values 2014-07-30 17:51:09 +00:00
BugPoint
CodeGen Fix test case introduced in r214322 2014-07-30 20:26:09 +00:00
DebugInfo [Debug Info] remove DITrivialType and use null to represent unspecified param. 2014-07-29 18:20:39 +00:00
ExecutionEngine [MCJIT] Fix the ARM BR24 relocation in RuntimeDyldMachO. 2014-07-30 03:35:05 +00:00
Feature
FileCheck Add missing test for r214210. 2014-07-29 22:57:59 +00:00
Instrumentation
Integer
JitListener
Linker Clean up testing cases. 2014-07-28 23:16:05 +00:00
LTO
MC Add rfdi and rfmci from the e500/e500mc ISA. 2014-07-30 21:09:03 +00:00
Object Tweak llvm-nm’s -undefined-only (aka -u) printing for Mach-O files 2014-07-28 23:17:38 +00:00
Other
TableGen Revert of r213521. This change introduced a non-hermetic test (depending on a 2014-07-22 02:32:12 +00:00
tools Add a small test showing when a linkonce_odr symbol can be hidden. 2014-07-30 15:31:21 +00:00
Transforms SLP Vectorizer: Canonicalize tree operands of commutitive binary operands. 2014-07-30 21:07:56 +00:00
Unit
Verifier Don't manually (and forcibly) run the verifier on the entire module from 2014-07-30 05:44:04 +00:00
YAMLParser
.clang-format
CMakeLists.txt Rename llvm-uselistorder => verify-uselistorder 2014-07-30 17:11:27 +00:00
lit.cfg Rename llvm-uselistorder => verify-uselistorder 2014-07-30 17:11:27 +00:00
lit.site.cfg.in
Makefile
Makefile.tests
TestRunner.sh