For PR780:
[oota-llvm.git] / test / Transforms / InstCombine /
2006-07-10 Chris LattnerAdd tests for 16-bit byteswaps.
2006-06-28 Chris LattnerInfinite loop in instcombine that nate hit.
2006-06-15 Chris Lattnernew testcase, instcombine should turn these into llvm...
2006-05-26 Chris LattnerNew testcase for trivial DSE
2006-05-25 Chris Lattnernew testcase
2006-05-25 Chris Lattnernew testcases
2006-05-25 Chris LattnerThe patch corresponding to this test had to be reverted...
2006-05-24 Chris LattnerTestcase for a new instcombine xform, patch contributed...
2006-05-13 Chris LattnerNew testcase for instcombine
2006-05-10 Chris LattnerNew testcase, check that dead code doesn't pessimize...
2006-05-07 Chris LattnerThis test passes now, remove xfail marker
2006-05-06 Chris Lattnernew testcase from ghostscript that inf looped instcombine
2006-05-05 Chris LattnerNew testcase
2006-05-04 Chris Lattnernew testcase that crashes the instcombine pass
2006-04-28 Chris Lattnernew testcase miscompiled by instcombine
2006-04-27 Chris LattnerThis should turn into one vector shuffle instruction.
2006-04-20 Andrew Lenharthcan we cast between pointers and IntPtrType
2006-04-12 Tanya LattnerAdded the ability to xfail based on llvmgcc version
2006-04-12 Chris LattnerThese casts should turn into gep instructions
2006-04-10 Chris Lattnernew testcase
2006-04-10 Chris LattnerNew testcase
2006-04-01 Chris LattnerNew testcase that caused instcombine to infinitely...
2006-04-01 Chris Lattnernew testcases
2006-03-30 Chris Lattnernew testcase that crashes instcombine
2006-03-23 Reid SpencerTired of wading through cvs's list ? files that are...
2006-03-05 Chris Lattnernew testcase I forgot to check in earlier
2006-03-05 Chris Lattnernew testcase for vector narrowing.
2006-03-04 Chris Lattnernew testcase
2006-03-02 Chris Lattneradd a couple more cases
2006-02-28 Chris Lattnernew testcase
2006-02-28 Chris Lattnernew testcases for PR712
2006-02-28 Chris Lattnernew testcase
2006-02-27 Chris Lattnernew testcases
2006-02-27 Chris LattnerNew testcases
2006-02-26 Chris Lattnernew testcase
2006-02-13 Chris Lattnernew testcase
2006-02-13 Chris Lattnertestcase reduced from Ptrdist/bc that is miscompiled...
2006-02-12 Chris Lattnertweaks
2006-02-12 Chris Lattnernew testcase
2006-02-12 Chris Lattnermove a failing testcase from bit-tracking.ll to narrow...
2006-02-12 Chris LattnerMake these tests fail if opt crashes.
2006-02-11 Chris LattnerThis is implemented by the simplify-libcalls pass,...
2006-02-09 Chris Lattnernew testcase
2006-02-07 Chris Lattnernew testcase that caused instcombine to crash on 176...
2006-02-05 Chris Lattnernew testcases
2006-01-19 Chris LattnerAdd a new testcase for an eliminable cast
2006-01-13 Chris Lattnernew testcases for the stackrestore instcombine optimiza...
2006-01-06 Chris LattnerA case that instcombine is not catching.
2005-11-02 Andrew LenharthThis is missed by InstCombine, patch comming
2005-09-24 Chris LattnerAll of these should turn into sign extends (e.g. extsh...
2005-09-18 Chris Lattnernew testcase
2005-09-18 Chris Lattnernew testcase
2005-09-18 Chris Lattnernew testcase
2005-09-12 Chris Lattnernew testcase
2005-09-12 Chris Lattnernew testcase
2005-09-12 Chris Lattnernew testcase
2005-07-07 Chris LattnerNew testcase distilled from a large chunk of code Misha...
2005-06-17 Chris Lattnernew testcase for PR586
2005-06-17 Chris Lattnernew testcase for PR585
2005-06-16 Chris Lattnernew testcase for PR583
2005-06-15 Chris Lattnernew testcase for PR577
2005-05-09 Chris LattnerNew testcase
2005-05-08 Chris Lattnernew testcase
2005-05-06 Chris Lattnernew testcases
2005-05-06 Chris Lattnernew testcase
2005-05-06 Chris Lattnernew testcase for unneeded and
2005-05-06 Chris Lattnernew testcase
2005-05-06 Chris Lattnernew testcase
2005-05-04 Chris Lattnernew testcase
2005-05-01 Chris Lattnernew testcase
2005-05-01 Chris Lattneradd a new testcase
2005-04-25 Chris Lattnerrename fn
2005-04-25 Chris Lattnernew testcase
2005-04-24 Chris LattnerTest that xor/select are folded into a select with...
2005-04-24 Chris Lattnerunxfail this.
2005-04-24 Chris Lattneradd a new testcase which occurs in 181.mcf
2005-04-23 Chris Lattneradd a new testcase
2005-04-08 Chris Lattnernew testcase that crashes the instcombiner.
2005-04-07 Chris Lattnernew test
2005-04-07 Chris Lattnernew testcase
2005-03-04 Chris LattnerTestcase for a bug that caused us to miscompile ptrdist...
2005-01-31 Chris LattnerNew testcase
2005-01-31 Chris LattnerNew testcase
2005-01-31 Chris LattnerRename these to start with %c, as they are the only...
2005-01-31 Chris LattnerNew testcase
2005-01-26 Chris LattnerXFAIL this for now.
2005-01-19 Chris LattnerAdd some new tests
2005-01-14 Chris LattnerMore testcases
2005-01-13 Chris Lattnernew testcase
2005-01-01 Chris LattnerNew testcases that we should combine.
2005-01-01 Chris LattnerNew testcase for common bitfield manipulation instructi...
2005-01-01 Chris LattnerAdd a bunch of tests for cases that should be eliminated.
2005-01-01 Chris LattnerAdd a bunch of tests for ANDs that should be eliminated.
2005-01-01 Chris LattnerThis now works.
2004-12-12 Chris LattnerAdd testcases for simple things we can handle that...
2004-12-08 Chris Lattnernew testcase
2004-12-08 Alkis EvlogimenosFix this regression and remove the XFAIL from this...
2004-12-08 Chris LattnerThis testcase causes the instruction combiner to go...
2004-12-08 Alkis EvlogimenosMark this as an XFAIL until a fix is worked out.
2004-12-08 Alkis EvlogimenosAdd regression
next