Merging r258325:
[oota-llvm.git] / test / Transforms / MergeFunc /
2015-12-14 David Majnemer[IR] Remove terminatepad
2015-11-19 Pete CooperRevert "Change memcpy/memset/memmove to have dest and...
2015-11-18 Pete CooperChange memcpy/memset/memmove to have dest and source...
2015-11-15 James Molloy[GlobalOpt] Demote globals to locals more aggressively
2015-10-05 Arnold SchwaighoferMergeFunctions: Clear GlobalNumbers ValueMap
2015-09-14 JF Bastien[MergeFuncs] Fix bug in merging GetElementPointers
2015-09-10 JF Bastien[MergeFuncs] Fix callsite attributes in thunk generation
2015-09-03 Joseph Tremoulet[WinEH] Add cleanupendpad instruction
2015-08-28 JF BastienRemove Merge Functions pointer comparisons
2015-08-26 JF BastienComparing operands should not require the same ValueID
2015-08-21 JF BastienImprove the determinism of MergeFunctions
2015-08-15 JF BastienAccelerate MergeFunctions with hashing
2015-08-10 Jonathan RoelofsFix a bunch of trivial cases of 'CHECK[^:]*$' in the...
2015-07-21 Arnold SchwaighoferMergeFunc: Transfer the callee's attributes when replac...
2015-07-19 Arnold SchwaighoferRevert "MergeFuncs: Transfer the function parameter...
2015-07-17 Arnold SchwaighoferMergeFuncs: Transfer the function parameter attributes...
2015-07-15 JF BastienFix mergefunc infinite loop
2015-06-17 David MajnemerMove the personality function from LandingPadInst to...
2015-06-09 Arnold SchwaighoferMergeFunctions: Don't replace a weak function use by...
2015-06-09 Arnold SchwaighoferMergeFunctions: Impose a total order on the replacement...
2015-05-12 Arnold SchwaighoferMergeFunctions: Two different sized allocas are *not...
2015-03-13 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2014-12-15 Duncan P. N. Exon... IR: Make metadata typeless in assembly
2014-09-02 Matt ArsenaultFix crash when looking up the addrspace of GEPs with...
2014-07-15 Stepan DyatkovskiyMergeFunc patch from Björn Steinbrink.
2014-06-20 Stepan DyatkovskiyCommited patch from Björn Steinbrink:
2014-06-09 Stepan DyatkovskiyAdded functions cross-reference test.
2014-05-07 Duncan P. N. Exon... IR: Don't allow non-default visibility on local linkage
2014-04-30 Carlo Kok[IPO/MergeFunctions] changes so it doesn't try to bitca...
2013-11-26 Stepan DyatkovskiyPR17925 bugfix.
2013-11-10 Matt ArsenaultTeach MergeFunctions about address spaces
2013-10-01 Matt ArsenaultDon't merge tiny functions.
2013-09-17 Stepan DyatkovskiyBugfix for PR17099:
2013-09-14 Matt ArsenaultAdd missing CHECK-LABEL
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-04-30 Manman RenTBAA: remove !tbaa from testing cases if not used.
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...