llvm-6502/test
Kevin Enderby 82a5946939 Added another version of the X86 assembler matcher test case.
This test case is different subset of the full auto generated test case, and a
larger subset that is in x86_32-bit.s (that set will encode correctly).  These
instructions can pass though llvm-mc as it were a logical cat(1) and then
reassemble to the same instruction.  It is useful as we bring up the parser and
matcher so we don't break things that currently work.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95107 91177308-0d34-0410-b5e6-96231b3b80d8
2010-02-02 19:05:57 +00:00
..
Analysis -disable-output is no longer needed with -analyze. 2010-01-26 19:25:59 +00:00
Archive
Assembler
Bindings/Ocaml
Bitcode
BugPoint
CodeGen Test revert 95050; there's a good chance it's causing 2010-02-02 18:52:56 +00:00
DebugInfo Testcase for 94996 (PR 6157) 2010-02-01 22:46:05 +00:00
ExecutionEngine
Feature
FrontendAda
FrontendC
FrontendC++
FrontendFortran
FrontendObjC Add test case for 95013. 2010-02-01 22:32:42 +00:00
FrontendObjC++
Integer
lib
Linker
LLVMC Revert commit 94666 (ddunbar) [Suppress clang warning about unused arguments]. 2010-01-27 10:08:08 +00:00
MC Added another version of the X86 assembler matcher test case. 2010-02-02 19:05:57 +00:00
Other Factor out alignof expression folding into a separate function and 2010-02-02 01:41:39 +00:00
Scripts
TableGen
Transforms don't turn (A & (C0?-1:0)) | (B & ~(C0?-1:0)) -> C0 ? A : B 2010-02-02 02:43:51 +00:00
Unit
Verifier
CMakeLists.txt
lit.cfg
lit.site.cfg.in
Makefile
Makefile.tests
site.exp.in
TestRunner.sh