new testcase
[oota-llvm.git] / test / Transforms / InstCombine /
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
2004-11-28 Reid SpencerUpdate the test to match the optimization. The optimiza...
2004-11-28 Reid SpencerCorrect the RUN line to remove unneeded parameters...
2004-11-28 Reid SpencerTest case for PR454
2004-11-27 Chris LattnerNew testcase
2004-11-22 Chris Lattner%p is expanded by dejagnu, avoid it in the test.
2004-11-22 Chris LattnerPull out failing test into a seperate file, which is...
2004-11-19 Tanya LattnerAdding srcdir arg
2004-11-14 Chris LattnerNew testcase: the phi can be eliminated if the casts...
2004-11-14 Chris LattnerFix typo
2004-11-14 Chris Lattneradd a testcase, which we already handle
2004-11-13 Tanya LattnerAdding subdirectory dg.exp files in order to be able...
2004-11-13 Chris LattnerNew testcase
2004-11-06 Tanya LattnerAdding XFAIL lines for dejagnu support.
2004-10-16 Chris LattnerNew testcase, rework testcases to fail if there are...
2004-10-12 Chris LattnerNew testcase for memmove -> memcpy transform
2004-10-09 Chris LattnerNew testcase
2004-10-08 Chris LattnerNew testcase
2004-10-08 Chris LattnerNew testcase
2004-10-06 Chris LattnerNew testcase
2004-09-29 Chris LattnerNew testcasses for divides that can be eliminated.
2004-09-29 Chris LattnerNew testcases
2004-09-29 Chris LattnerMore testcases for recent instcombine patches
2004-09-28 Chris LattnerNew testcase
2004-09-28 Chris LattnerNew testcases
2004-09-28 Chris LattnerNew testcase
2004-09-28 Chris LattnerNew testcases
2004-09-28 Chris LattnerNew testcase for a latent bug in instcombine that I...
2004-09-27 Chris LattnerNew testcase
2004-09-27 Chris LattnerTestcases for rev 250 of InstructionCombining.cpp
2004-09-24 Chris LattnerAdd some tests for shr-and folding
2004-09-23 Chris LattnerNew testcase for a pattern that occurs 20 times in...
2004-09-23 Chris Lattnerload null is undefined behavior, this should fold
2004-09-20 Chris LattnerTwo testcases for invalid transformations that instcomb...
2004-09-19 Chris LattnerNew testcase for PR362: Icky code generated for std...
2004-09-19 Chris LattnerAdd two new testcases that instcombine should handle
2004-08-11 Chris LattnerNew testcase that instcombine is getting wrong
2004-08-09 Chris LattnerNew testcase
2004-07-27 Robert Bocchino*** empty log message ***
2004-07-20 Chris Lattnernew testcase
2004-07-20 Chris LattnerNew testcase that instcombine should help out with.
2004-07-20 Chris LattnerTestcases missed by the instruction combiner
2004-07-06 Chris LattnerNew testcase
2004-07-06 Chris LattnerNew testcase
2004-07-03 Chris LattnerAdd a new testcase for folding an add into a switch
2004-06-27 Chris Lattnernew testcase
2004-06-18 Chris LattnerNew test
2004-06-09 Chris LattnerMore instcombine testcases
2004-06-09 Chris LattnerNew testcase that is important for the Java FE
2004-06-09 Chris LattnerNew testcase for the instruction combiner that happen...
2004-05-27 Chris LattnerAdd back a test I accidentally removed
2004-05-27 Chris LattnerAdd another testcase
2004-05-27 Chris Lattnerremove bogus test
2004-05-25 Chris LattnerNew testcase
2004-05-25 Chris LattnerAdd a new test16 and fix some other tests that were...
2004-05-07 Chris LattnerNew testcase for PR336
2004-04-26 Chris LattnerAdd a new testcase for X/-1, fix bug that prevented...
2004-04-10 Chris LattnerNew testcases
2004-04-10 Chris LattnerNew testcase
2004-04-09 Chris LattnerAnother testcase
2004-04-09 Chris LattnerTestcase to make sure we can apply the shift to the...
2004-04-09 Chris LattnerAdd testcases for harder combining cases.
2004-04-09 Chris Lattnernew testcase
next