Revert "Change memcpy/memset/memmove to have dest and source alignments."
[oota-llvm.git] / test / Analysis / ScalarEvolution / avoid-smax-1.ll
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-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...
2012-03-22 Andrew TrickTest scalar evolution directly instead of testing the...
2011-09-13 Andrew TrickThis test only makes sense with -enable-iv-rewrite.
2011-06-18 Chris Lattnerrip out a ton of intrinsic modernization logic from...
2010-09-02 Chris Lattnerremove some noise from tests.
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-08-12 Dan GohmanMake LLVM Assembly dramatically easier to read by align...
2009-04-28 Dan GohmanFix a grammaro in a comment.
2008-09-16 Dan GohmanFinally re-apply r46959. This is made feasible by the...
2008-09-15 Dan GohmanTeach ScalarEvolution to consider loop preheaders in...