MergeFunc: Make pointer and integer types generate the same hash.
[oota-llvm.git] / test / Transforms / MergeFunc /
2013-04-19 Benjamin KramerMergeFunc: Make pointer and integer types generate...
2013-04-19 Bill WendlingMake variable match any name.
2013-04-19 Bill WendlingTry explicitly setting the target triple to see if...
2013-04-19 Chad RosierAttempt to pacify this test for the buildbots.
2013-04-19 Bill WendlingAdd test to make sure that a int-to-ptr can be merged...
2013-04-15 Bill WendlingWe are not able to bitcast a pointer to an integral...
2013-03-12 Jan Wen VoungRevert the test moves from 176733. Use "REQUIRES:...
2013-03-08 Jan Wen VoungDisable statistics on Release builds and move tests...
2013-01-10 Evan ChengCastInst::castIsValid should return true if the dest...
2012-12-30 Dmitri GribenkoTests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
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...