Teach InlineFunction how to differentiate between multiple-value
[oota-llvm.git] / test / Transforms / PredicateSimplifier / 2006-10-22-IntOr.ll
2008-03-19 Tanya LattnerUpgrade tests.
2007-08-15 Dan GohmanConvert tests using "grep -c ... | grep ..." to use...
2007-04-16 Chris Lattnerfix incorrectly upgraded test
2007-04-16 Reid SpencerFor PR1319:
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2006-10-28 Nick LewyckyEmitting raw bytecode is awfully rude. Add -disable...
2006-10-26 Nick LewyckyThis testcase was logically wrong! Fixing, and includin...
2006-10-22 Nick LewyckyHandle "if ((x|y) != 0)" for ints like we do for bools...