aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2006-11-17Check for MaxAlign.Jim Laskey
2006-11-17Tests to verify PowerPC ABI.Jim Laskey
2006-11-17New testcase.Chris Lattner
2006-11-16New test case.Evan Cheng
2006-11-16make this harderChris Lattner
2006-11-14new testcaseChris Lattner
2006-11-14new testcaseChris Lattner
2006-11-14Discard code that supported old bytecode formats. This makes the BytecodeReid Spencer
2006-11-13For PR950:Reid Spencer
2006-11-13Don't hard code test names into the test.Reid Spencer
2006-11-13Fix 80 cols violations.Reid Spencer
2006-11-13For PR950:Reid Spencer
2006-11-13For PR950:Reid Spencer
2006-11-13Make it handle plain old cast too, for old assembly.Reid Spencer
2006-11-13Handle ptrtoint and inttoptrReid Spencer
2006-11-11XFAIL All but powerpcJim Laskey
2006-11-11Works for PowerPC with frame pointers.Jim Laskey
2006-11-11Instruction name changes.Reid Spencer
2006-11-11Enable path completion when typing the TESTSUITE= option by allowing theReid Spencer
2006-11-11enable this test, check ppc64 as well.Chris Lattner
2006-11-10This testcase is miscompiled by instcombine, reduced from 176.gccChris Lattner
2006-11-10new testcaseChris Lattner
2006-11-10Must have a frame pointer argument fixed. Now fails on PowerPC.Jim Laskey
2006-11-10Must have a frame pointer.Jim Laskey
2006-11-10This is XFAILed on i[0-9]86 systems not LinuxReid Spencer
2006-11-10Adding target triple to testAnton Korobeynikov
2006-11-10xfail for llvmgcc3Tanya Lattner
2006-11-10make this test more interestingChris Lattner
2006-11-10Fixing PR990: http://llvm.org/PR990.Anton Korobeynikov