summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/badmalloc.ll
Commit message (Expand)AuthorAge
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-14
* teach instcombine to remove allocated buffers even if there are stores, memcp...Nuno Lopes2012-07-06
* Teach instCombine to remove malloc+free if malloc's only uses are comparisonsDuncan Sands2010-05-27
* instcombine shouldn't delete all null checks for mallocs.Chris Lattner2009-10-05