summaryrefslogtreecommitdiff
path: root/test/Transforms
AgeCommit message (Expand)AuthorFilesLines
2006-07-12testcase for PR827Chris Lattner1-0/+843
2006-07-10Add tests for 16-bit byteswaps.Chris Lattner1-1/+15
2006-07-09Add a test for the LCSSA issue I just fixed.Owen Anderson1-0/+31
2006-07-07Testcase for PR820Chris Lattner1-0/+138
2006-06-28Infinite loop in instcombine that nate hit.Chris Lattner1-0/+21
2006-06-27New testcase, reduced by nate, which crashes DSEChris Lattner1-0/+1118
2006-06-27Testcase that Nate found where LoopUnswitch chokes on eliminating a dead caseOwen Anderson1-0/+31
2006-06-27testcase that crashes dead arg elim.Chris Lattner1-0/+13
2006-06-17new testcase that crashes indvarsChris Lattner1-0/+21
2006-06-15new testcase, instcombine should turn these into llvm.bswap intrinsics.Chris Lattner1-0/+28
2006-06-14new testcase, distilled from povrayChris Lattner1-0/+44
2006-06-12TEstcase that makes simplifycfg infloop.Chris Lattner1-0/+613
2006-06-12Make sure that LCSSA works properly when it encounters an exit block that hasOwen Anderson1-0/+28
2006-06-04Update the regression tests, and add a new one encountered while compiling cr...Owen Anderson2-2/+28
2006-06-01testcase for the recent inliner improvement.Chris Lattner1-0/+40
2006-05-29Require both tests to pass.Owen Anderson1-1/+1
2006-05-29Update the testcase to check the full extent of LCSSA.Owen Anderson1-0/+1
2006-05-27New testcase: check that the inliner constant folds instructions on theChris Lattner1-0/+15
2006-05-26Trivial testcase that LCSSA can already handle.Owen Anderson2-0/+28
2006-05-26New testcase for trivial DSEChris Lattner1-1/+8
2006-05-25new testcaseChris Lattner1-0/+8
2006-05-25new testcasesChris Lattner1-0/+12
2006-05-25The patch corresponding to this test had to be reverted as unsafe.Chris Lattner1-0/+1
2006-05-24Testcase for a new instcombine xform, patch contributed by Nick Lewycky!Chris Lattner1-0/+8
2006-05-13New testcase for instcombineChris Lattner1-0/+9
2006-05-10New testcase, check that dead code doesn't pessimize instcombineChris Lattner1-0/+12
2006-05-07This test passes now, remove xfail markerChris Lattner1-2/+1
2006-05-06new testcase from ghostscript that inf looped instcombineChris Lattner1-0/+522
2006-05-05New testcaseChris Lattner1-0/+8
2006-05-04new testcase that crashes the instcombine passChris Lattner1-0/+50
2006-04-28new testcase miscompiled by instcombineChris Lattner1-0/+10
2006-04-28new testcaseChris Lattner1-0/+7
2006-04-27This should turn into one vector shuffle instruction.Chris Lattner1-0/+14
2006-04-26new testcaseChris Lattner1-0/+28
2006-04-20new testcaseChris Lattner1-0/+18
2006-04-20can we cast between pointers and IntPtrTypeAndrew Lenharth1-0/+15
2006-04-14New testcase, checking to see we can turn this code:Chris Lattner1-0/+56
2006-04-14new testcase, vector operations should be CSE'dChris Lattner1-0/+26
2006-04-12Added the ability to xfail based on llvmgcc versionTanya Lattner39-39/+39
2006-04-12These casts should turn into gep instructionsChris Lattner1-1/+12
2006-04-10new testcaseChris Lattner1-0/+7
2006-04-10New testcaseChris Lattner1-0/+17
2006-04-01New testcase that caused instcombine to infinitely loop (with my recentChris Lattner1-0/+441
2006-04-01new testcasesChris Lattner1-0/+15
2006-04-01new testcase for PR726Chris Lattner1-0/+21
2006-03-30new testcase that crashes instcombineChris Lattner1-0/+7
2006-03-23Tired of wading through cvs's list ? files that are generated when buildingReid Spencer40-1/+120
2006-03-19new testcase, contributed by Eric Kidd.Chris Lattner1-0/+20
2006-03-14new testcase from a FIXME in the codeChris Lattner2-2/+16
2006-03-14Test that we can reassociate (x<<1)+(y<<1) -> (X+Y)<<1.Chris Lattner1-0/+11