summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/invoke.ll
AgeCommit message (Expand)AuthorFilesLines
2013-04-09Revert 179071 because it is not the right way to support non standard new/new...Nadav Rotem1-0/+16
2013-04-08c++ new operators are not malloc-like functions because they do not return un...Nadav Rotem1-16/+0
2012-07-06teach instcombine to remove allocated buffers even if there are stores, memcp...Nuno Lopes1-0/+18
2012-06-21instcombine: disable optimization of 'invoke null/undef'. I'll move this fun...Nuno Lopes1-0/+47