summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine
Commit message (Expand)AuthorAge
* Infinite loop in instcombine that nate hit.Chris Lattner2006-06-28
* new testcase, instcombine should turn these into llvm.bswap intrinsics.Chris Lattner2006-06-15
* New testcase for trivial DSEChris Lattner2006-05-26
* new testcaseChris Lattner2006-05-25
* new testcasesChris Lattner2006-05-25
* The patch corresponding to this test had to be reverted as unsafe.Chris Lattner2006-05-25
* Testcase for a new instcombine xform, patch contributed by Nick Lewycky!Chris Lattner2006-05-24
* New testcase for instcombineChris Lattner2006-05-13
* New testcase, check that dead code doesn't pessimize instcombineChris Lattner2006-05-10
* This test passes now, remove xfail markerChris Lattner2006-05-07
* new testcase from ghostscript that inf looped instcombineChris Lattner2006-05-06
* New testcaseChris Lattner2006-05-05
* new testcase that crashes the instcombine passChris Lattner2006-05-04
* new testcase miscompiled by instcombineChris Lattner2006-04-28
* This should turn into one vector shuffle instruction.Chris Lattner2006-04-27
* can we cast between pointers and IntPtrTypeAndrew Lenharth2006-04-20
* Added the ability to xfail based on llvmgcc versionTanya Lattner2006-04-12
* These casts should turn into gep instructionsChris Lattner2006-04-12
* new testcaseChris Lattner2006-04-10
* New testcaseChris Lattner2006-04-10
* New testcase that caused instcombine to infinitely loop (with my recentChris Lattner2006-04-01
* new testcasesChris Lattner2006-04-01
* new testcase that crashes instcombineChris Lattner2006-03-30
* Tired of wading through cvs's list ? files that are generated when buildingReid Spencer2006-03-23
* new testcase I forgot to check in earlierChris Lattner2006-03-05
* new testcase for vector narrowing.Chris Lattner2006-03-05
* new testcaseChris Lattner2006-03-04
* add a couple more casesChris Lattner2006-03-02
* new testcaseChris Lattner2006-02-28
* new testcases for PR712Chris Lattner2006-02-28
* new testcaseChris Lattner2006-02-28
* new testcasesChris Lattner2006-02-27
* New testcasesChris Lattner2006-02-27
* new testcaseChris Lattner2006-02-26
* new testcaseChris Lattner2006-02-13
* testcase reduced from Ptrdist/bc that is miscompiled by recent instcombine ch...Chris Lattner2006-02-13
* tweaksChris Lattner2006-02-12
* new testcaseChris Lattner2006-02-12
* move a failing testcase from bit-tracking.ll to narrow.ll, and move theChris Lattner2006-02-12
* Make these tests fail if opt crashes.Chris Lattner2006-02-12
* This is implemented by the simplify-libcalls pass, not instcombineChris Lattner2006-02-11
* new testcaseChris Lattner2006-02-09
* new testcase that caused instcombine to crash on 176.gcc last night.Chris Lattner2006-02-07
* new testcasesChris Lattner2006-02-05
* Add a new testcase for an eliminable castChris Lattner2006-01-19
* new testcases for the stackrestore instcombine optimizationsChris Lattner2006-01-13
* A case that instcombine is not catching.Chris Lattner2006-01-06
* This is missed by InstCombine, patch commingAndrew Lenharth2005-11-02
* All of these should turn into sign extends (e.g. extsh/extsb on PPC)Chris Lattner2005-09-24
* new testcaseChris Lattner2005-09-18