instcombine: Migrate math library call simplifications
[oota-llvm.git] / test / Transforms / MergeFunc /
2012-07-02 Chandler CarruthFix the remaining TCL-style quotes found in the testsui...
2012-07-02 Chandler CarruthConvert the uses of '|&' to use '2>&1 |' instead, which...
2012-07-02 Chandler CarruthConvert all tests using TCL-style quoting to use shell...
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2011-11-08 Bill WendlingConvert to the new EH model.
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...