[SimplifyLibCalls] Remove useless bits of this tests.
[oota-llvm.git] / test / Transforms / InstCombine / align-addr.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-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...
2013-09-03 Matt ArsenaultTeach InstCombineLoadCast about address spaces.
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2012-10-04 Duncan SandsThe alignment of an sret parameter is known: it must...
2010-08-03 Dan GohmanMake instcombine set explicit alignments on load or...
2009-11-03 Kenneth UildriksMake opt default to not adding a target data string...
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...
2008-04-10 Dan GohmanTeach InstCombine's ComputeMaskedBits to handle pointer...