Update more tests to the new EH scheme.
[oota-llvm.git] / test / Transforms / MergeFunc /
2011-02-09 Nick LewyckyWhen removing a function from the function set and...
2011-01-27 Nick LewyckyFix surprising missed optimization in mergefunc where...
2011-01-25 Nick LewyckyTeach mergefunc how to emit aliases safely again -...
2010-07-16 Nick LewyckyArrays and vectors with different numbers of elements...
2009-09-11 Dan GohmanChange tests from "opt %s" to "opt < %s" so that opt...
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-12 Nick LewyckyGiven two identical weak functions, produce one interna...
2009-06-12 Nick LewyckyThis test is wrong. If you have two weak functions...
2008-11-04 Anton KorobeynikovFix tests not to emit IR output
2008-11-02 Nick LewyckyChanges from Duncan's review:
2008-11-02 Nick LewyckyAdd a new MergeFunctions pass. It finds identical funct...