InstCombine: Fold comparisons between unguessable allocas and other pointers
[oota-llvm.git] / test / Transforms / JumpThreading /
2009-10-11 Chris Lattnerimplement a transformation in jump threading that is...
2009-10-11 Chris Lattneranother testcase jump threading shouldn't crash on.
2009-10-11 Chris Lattnerrename a file, remove a poorly reduced testcase.
2009-10-11 Chris Lattnermake jump threading on a phi with undef inputs happen.
2009-10-11 Chris Lattnermerge two tests.
2009-10-11 Chris Lattnersimplify some run lines, convert a test to filecheck.
2009-09-11 Dan GohmanChange tests from "opt %s" to "opt < %s" so that opt...
2009-09-09 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-09-08 Dan GohmanUse opt -S instead of piping bitcode output through...
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
2009-06-19 Chris Lattnermake jump threading handle lexically identical compare...
2009-06-19 Nick LewyckyTeach jump threading to look at comparisons between...
2009-05-04 Mike StumpRestore minor deletion.
2009-01-19 Chris LattnerFix PR3353, infinitely jump threading an infinite loop...
2009-01-09 Chris LattnerFix PR3298, a crash in Jump Threading. Apparently...
2008-12-03 Chris Lattnertestcase for br undef folding.
2008-12-03 Chris LattnerTeach jump threading some more simple tricks:
2008-11-28 Chris Lattnerdon't call MergeBasicBlockIntoOnlyPred on a block whose...
2008-11-27 Chris LattnerFix PR3138: if we merge the entry block into another...
2008-11-27 Chris LattnerMake jump threading substantially more powerful, in...
2008-05-05 Chris LattnerFix a crash when threading a block that includes a...
2008-04-25 Chris LattnerDon't infininitely thread branches when a threaded...
2008-04-22 Chris LattnerStart doing the significantly useful part of jump threa...
2008-04-22 Chris LattnerDig through multiple levels of AND to thread jumps...
2008-04-22 Chris LattnerTeach jump threading to thread through blocks like:
2008-04-22 Chris Lattneradd a basic testcase.