aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2006-12-02new testcaseChris Lattner
2006-12-01fix incorrectly translated testcaseChris Lattner
2006-12-01test1 is miscompiledChris Lattner
2006-12-01wrong spotJim Laskey
2006-12-01Test for float varargs.Jim Laskey
2006-12-01new 'cast' miscompilation, reduced from perlbmk by EvanChris Lattner
2006-12-01enable this now that codegen support is in placeChris Lattner
2006-12-01This test is meant for X86 CPU which does not support SSE2.Evan Cheng
2006-12-01Add a extern weak test case.Evan Cheng
2006-12-01new testcase to verify external weak continues to workChris Lattner
2006-12-01new testcase for PR1027Chris Lattner
2006-12-01new testcaseChris Lattner
2006-12-01The InstCombine hack has been removed, no need to XFAIL this any more.Reid Spencer
2006-11-30Add X86-64 load / store codegen tests.Evan Cheng
2006-11-30Add compile unit size testJim Laskey
2006-11-30Correct commentJim Laskey
2006-11-30Pubnames testJim Laskey
2006-11-29New LSR test case.Evan Cheng
2006-11-29new testcaseChris Lattner
2006-11-29Add x86-64 llvm.readcyclecounter test.Evan Cheng
2006-11-29Fix test.Evan Cheng
2006-11-29new bswap idiomChris Lattner
2006-11-29new testcaseChris Lattner
2006-11-29new testcaseChris Lattner
2006-11-29This fails on mainline.Chris Lattner
2006-11-29new testcase, bswaps should be eliminated.Chris Lattner
2006-11-29Add test cases for PR1022, 1023.Evan Cheng
2006-11-28Fix a typo.Reid Spencer
2006-11-28testcase for pr1016Chris Lattner
2006-11-27this doesn't pass with CVS HEAD.Chris Lattner
2006-11-27Add 3 more test cases for ptrtoint, fptoui and fptosiReid Spencer
2006-11-27testcase for PR1014Chris Lattner
2006-11-27Alter these tests to ensure they match a "test $1, X" X86 instruction thatReid Spencer
2006-11-27Add a test to ensure a bitcast/and/trunc combination eliminates the bitcast.Reid Spencer
2006-11-27For PR950:Reid Spencer
2006-11-26Don't use bitcast yet!Reid Spencer
2006-11-26Make this test case easier to read. No functional changes.Reid Spencer
2006-11-23Fix some typos.Reid Spencer
2006-11-23Promote GEP ubyte indices to uint. Backwards compatibility for 1.2 andReid Spencer
2006-11-22Update to new predicate simplifier VRP design. Fixes PR966 and PR967.Nick Lewycky
2006-11-20Test for PR1013.Jim Laskey
2006-11-20new testcaseChris Lattner
2006-11-20Testcase for PR1011Chris Lattner
2006-11-20Testcase for pr1012Chris Lattner
2006-11-18converting massive blocks of phis into selects like this is silly.Chris Lattner
2006-11-18Fix bugs in this. What was I thinking??? :)Reid Spencer
2006-11-18Fail even if opt doesn't print anything.Reid Spencer
2006-11-18Add a simple test to make sure getModRefInfo is 1/2 way sane.Reid Spencer
2006-11-17Add a x86-64 test case: movb %sil, %ah is illegal.Evan Cheng
2006-11-17Case sensitive not.Jim Laskey