New testcase
[oota-llvm.git] / test / Transforms / InstCombine /
2003-03-11 Chris LattnerTest limited reassociation
2003-03-10 Chris LattnerAdd optimizations:
2003-03-10 Chris LattnerAdd testcases for negated multiplies
2003-03-10 Chris LattnerAdd test for demorgans law with constants
2003-03-10 Chris Lattner* Add testcases for associative operators
2003-03-10 Chris LattnerModernize testcase
2003-03-10 Chris LattnerAdd a bunch of new tests
2003-03-10 Chris LattnerAdd test for: (A|B)^B == A & (~B)
2003-03-10 Chris LattnerModernize testcase
2003-03-05 Chris LattnerAdd a link to source of inspiration
2003-03-05 Chris LattnerNew testcase for pow builtin recognition
2003-03-05 Chris LattnerAdd another testcase that may eventually be handled...
2003-03-05 Chris LattnerAdd testcase for new instcombine xform
2003-02-18 Chris LattnerAdd new testcases
2003-02-18 Chris LattnerModernize testcase
2003-02-18 Chris LattnerModernize testcases
2003-02-18 Chris Lattnertest for a variety of new transformations:
2003-02-18 Chris Lattnermodernize testcase
2003-02-18 Chris LattnerModernize testcase
2002-12-05 Chris LattnerNew testcase pointed out by Casey Carter
2002-11-04 Chris LattnerAdd new getelementptr elimination test
2002-11-04 Chris LattnerNew testcase for malloc promotion
2002-10-08 Chris LattnerAdd new testcase for arithmetic shr of -1
2002-10-08 Chris LattnerThis test was mistakenly matching 'predecessors' that...
2002-09-23 Chris LattnerConvert to using long indexes instead of uint
2002-09-23 Chris LattnerAdd some more testcases for things to get optimized...
2002-09-17 Chris LattnerNew regression test
2002-09-17 Chris LattnerConvert to use long indexes instead of uint
2002-09-10 Chris LattnerCheck for cannonicalization of shl X, 1 -> add X, X
2002-09-09 Chris LattnerTestcase no longer applicable since shifts of pointers...
2002-09-09 Chris LattnerEliminate multiply of pointer type
2002-09-08 Chris LattnerNew testcase for a bug identified by Vikram
2002-08-23 Chris LattnerTest that demorgan's law is instcombined successfully
2002-08-22 Chris LattnerAdd new testcases for instcombine
2002-08-22 Chris LattnerConvert testcases to not use indexed loads/stores
2002-08-21 Chris LattnerAdd testcase for the not (setcc A, B) case
2002-08-20 Chris LattnerFix buggy testcase
2002-08-20 Chris LattnerNew testcase for instcombine
2002-08-16 Chris LattnerAdd new testcase for gep instruction -> get constexpr...
2002-08-15 Chris LattnerAdd another testcase
2002-08-15 Chris LattnerAdd a bunch of testcases for cast-of-casts that should...
2002-08-14 Chris LattnerFix testcase to actually test what we think we are
2002-08-14 Chris LattnerRemove illegal test now that not instruction does not...
2002-08-14 Chris LattnerMake sure there is SOME output always so the test is...
2002-08-14 Chris LattnerThe not instruction is just a specialized form of XOR
2002-08-12 Chris LattnerAdd comment
2002-08-09 Chris Lattnerxor x, ALLONES should -> not x
2002-08-09 Chris Lattnersetcc of booleans should always be eliminated
2002-08-09 Chris LattnerAdd more strength reduction testcases
2002-08-03 Chris LattnerTestcase for stuff instcombine should do eventually
2002-08-03 Chris LattnerAdd some more features that we could instcombine away
2002-08-03 Chris Lattner*** empty log message ***
2002-08-02 Chris LattnerFix yet another bug in the testcase
2002-08-02 Chris LattnerFix bug in testcase
2002-08-02 Chris LattnerThese tests should not run -dce pass to cleanup instcom...
2002-08-02 Chris LattnerAdd another testcase that isn't failing because of...
2002-08-02 Chris LattnerChange test to really test the cases we can hit
2002-08-02 Chris LattnerNew testcase
2002-05-15 Chris LattnerNew testcase
2002-05-14 Chris LattnerNew testcase for bug
2002-05-14 Chris LattnerNew testcase
2002-05-09 Chris LattnerNew testcase for wierd combine opportunity found in...
2002-05-09 Chris LattnerFix broken testcase
2002-05-08 Chris LattnerAdd two new patterns that instcombine should or does...
2002-05-06 Chris LattnerMake the testcase more interesting so that DCE does...
2002-05-06 Chris LattnerNew testcase for PHI folding
2002-05-06 Chris LattnerNew testcase to make sure not instructions get combined
2002-05-06 Chris LattnerMore tests
2002-05-06 Chris LattnerAdd testcase for -(-A)
2002-05-06 Chris LattnerFix testcase, the 'shift out all bits' doesn't apply...
2002-05-06 Chris LattnerMore testcases I don't want to forget about
2002-05-06 Chris LattnerNew testcases so I don't forget about these algebraic...
2002-05-06 Chris LattnerNew testcase so I don't forget about this.
2002-05-02 Chris LattnerIntitial checkin of cast tests
2002-05-02 Chris LattnerCheck another case
2002-04-29 Chris LattnerNew test cases for mul folding
2002-04-18 Chris LattnerNew testcase.
2002-04-18 Chris LattnerCheck in the first test: make sure getelementptr gets...
2002-03-11 Chris LattnerNew testcase