llvm-6502/test
Duncan Sands 781f2fb763 This passes on x86-32 linux at least.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63508 91177308-0d34-0410-b5e6-96231b3b80d8
2009-02-02 09:10:57 +00:00
..
Analysis
Archive
Assembler Fix PR3372 2009-02-02 07:24:28 +00:00
Bindings/Ocaml
Bitcode
BugPoint
CodeGen Teach LowerBRCOND to recognize (xor (setcc x), 1). The xor inverts the condition. It's normally transformed by the dag combiner, unless the condition is set by a arithmetic op with overflow. 2009-02-02 08:07:36 +00:00
DebugInfo Each input file is encoded as a separate compile unit in LLVM debugging 2009-01-30 18:20:31 +00:00
ExecutionEngine This is case is to uncover the bug in IntrinsicLowering.cpp, 2009-01-30 08:59:51 +00:00
Feature
FrontendAda
FrontendC Make the XFAIL line actually match x86-32 targets. 2009-02-02 09:07:13 +00:00
FrontendC++ This passes on x86-32 linux at least. 2009-02-02 09:10:57 +00:00
FrontendFortran
FrontendObjC Testcase for 6522054. 2009-01-26 23:22:19 +00:00
FrontendObjC++
Integer
lib
Linker
LLVMC Add three new option properties. 2009-01-28 03:47:20 +00:00
Other
Scripts
TableGen
Transforms reduce testcase. 2009-02-02 06:55:45 +00:00
Verifier
Makefile
Makefile.tests
TestRunner.sh