llvm-6502/test
2007-12-14 06:38:54 +00:00
..
Analysis Fix PR1782, patch by Wojtek Matyjewicz! 2007-12-09 07:35:13 +00:00
Archive
Assembler All MMX shift instructions took a <2 x i32> vector as the shift amount parameter. Change this to be <1 x i64> instead, which matches the assembler instruction. 2007-12-14 06:38:54 +00:00
Bindings/Ocaml Add (very basic) bindings for ModuleProvider. 2007-12-12 01:04:30 +00:00
Bitcode
BugPoint
C++Frontend Rename these tests to use the appropriate suffixes. 2007-12-11 15:55:52 +00:00
CFrontend Use not instead of ignore when an exit status is expected to always 2007-12-11 15:50:23 +00:00
CodeGen Implement ctlz and cttz with bsr and bsf. 2007-12-14 02:13:44 +00:00
DebugInfo
ExecutionEngine Remove this testcase as it will always fail on 2007-12-13 02:03:57 +00:00
Feature Use not instead of ignore when an exit status is expected to always 2007-12-11 15:50:23 +00:00
FrontendAda
FrontendObjC Rename these tests to use the appropriate suffixes. 2007-12-11 15:55:52 +00:00
Integer Fix PR1146: parameter attributes are longer part of 2007-11-27 13:23:08 +00:00
lib Fix bug in regression tests that ignored stderr output in RUN lines. Updated tests and fixed broken run lines. 2007-11-28 04:57:00 +00:00
Linker Use not instead of ignore when an exit status is expected to always 2007-12-11 15:50:23 +00:00
Other New test. 2007-09-10 18:12:52 +00:00
Scripts
TableGen Convert tests using "| wc -l | grep ..." to use the count script. 2007-08-15 13:36:28 +00:00
Transforms 1. "Upgrage" comments. 2007-12-12 15:21:32 +00:00
Verifier Use not instead of ignore when an exit status is expected to always 2007-12-11 15:50:23 +00:00
Makefile Add explicit --enable-bindings option to configure. 2007-10-02 09:50:18 +00:00
Makefile.tests
TestRunner.sh