llvm-6502/test
Reid Spencer 3822ff5c71 For PR950:
This patch converts the old SHR instruction into two instructions,
AShr (Arithmetic) and LShr (Logical). The Shr instructions now are not
dependent on the sign of their operands.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31542 91177308-0d34-0410-b5e6-96231b3b80d8
2006-11-08 06:47:33 +00:00
..
Analysis new testcase 2006-11-03 21:58:14 +00:00
Archive
Assembler Add a test case for PR902. 2006-09-28 21:20:05 +00:00
BugPoint
Bytecode
C++Frontend xfail this for the 1.9 release. This is PR984. 2006-11-05 23:27:36 +00:00
CFrontend add a note 2006-10-31 06:26:10 +00:00
CodeGen now that we handle single mbb loops better, one branch is allowed 2006-11-08 06:42:42 +00:00
Debugger
DebugInfo XFAIL this on Linux until Jim gets Darwin ship shape. 2006-11-08 06:43:16 +00:00
ExecutionEngine Don't test an example 2006-07-26 20:33:20 +00:00
Feature Fix a problem where dejagnu won't accept the value of global tcl variable 2006-05-28 07:22:42 +00:00
lib No, libLLVMbzip2 does not have a .a suffix. 2006-06-01 07:23:32 +00:00
Linker New testcase, the linker is not merging alignments right. 2006-06-16 01:20:58 +00:00
Other Adjust tests now that opt doesn't read .ll files. 2006-08-27 22:44:20 +00:00
Scripts Okay, need a pattern before and after the cast pattern. 2006-11-04 01:11:19 +00:00
TableGen add test for mdef in a let 2006-10-11 18:12:14 +00:00
Transforms For PR950: 2006-11-08 06:47:33 +00:00
Verifier testcase that causes the asmparser to assert 2006-10-15 23:26:28 +00:00
.cvsignore
Failure.sh
Makefile If dejagnu is not found, tell the user instead of bombing out with an 2006-08-01 00:07:58 +00:00
Makefile.tests
TestRunner.sh Add some documentation about the arguments. 2006-11-02 03:37:39 +00:00