llvm-6502/test
Chris Lattner 0dabb0b177 do not try to analyze bitcasts from i64 to <2 x i32> in ComputedMaskedBits. While
we could do this, doing so requires adjusting the demanded mask and the code isn't 
doing that yet.  This fixes PR4495


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74699 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-02 16:04:08 +00:00
..
Analysis Array accesses are independent if the underlying arrays differ. 2009-06-30 02:12:10 +00:00
Archive sabre brings to my attention that the 'tr' suffix is also obsolete 2008-05-20 21:00:03 +00:00
Assembler
Bindings/Ocaml
Bitcode
BugPoint
CodeGen Thumb2 pre/post indexed loads. 2009-07-02 07:28:31 +00:00
DebugInfo
ExecutionEngine Split the Add, Sub, and Mul instruction opcodes into separate 2009-06-04 22:49:04 +00:00
Feature new test case 2009-07-01 19:40:59 +00:00
FrontendAda Adjust this test for recent sroa improvements. 2009-03-12 11:56:12 +00:00
FrontendC The correct values here (as defined by gcc-4.2) are 2009-06-23 18:42:26 +00:00
FrontendC++ Insure that __block_holder_tmp is allocated on the stack when a byref 2009-07-01 15:40:10 +00:00
FrontendFortran
FrontendObjC
FrontendObjC++
Integer Converted a1.ll to unittests. 2009-03-24 21:36:09 +00:00
lib
Linker Reimplement the old and horrible bison parser for .ll files with a nice 2009-01-02 07:01:27 +00:00
LLVMC
MC/AsmParser llvm-mc/x86: Test case for x86 operand parsing. 2009-07-02 02:28:23 +00:00
Other
Scripts
TableGen Add some tests of advanced TableGen list functionality. 2009-06-29 20:07:17 +00:00
Transforms do not try to analyze bitcasts from i64 to <2 x i32> in ComputedMaskedBits. While 2009-07-02 16:04:08 +00:00
Verifier
Makefile Clarify how to configure llvm-gcc-4.2 for use with 2009-06-26 05:44:53 +00:00
Makefile.tests
TestRunner.sh