Preserve non-byval pointer alignment attributes using @llvm.assume when inlining
[oota-llvm.git] / test / Transforms / InstCombine / badmalloc.ll
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2012-07-06 Nuno Lopesteach instcombine to remove allocated buffers even...
2010-05-27 Duncan SandsTeach instCombine to remove malloc+free if malloc's...
2009-10-05 Chris Lattnerinstcombine shouldn't delete all null checks for mallocs.