aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/invoke.ll
Commit message (Expand)AuthorAgeFilesLines
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-3/+3
* Revert 179071 because it is not the right way to support non standard new/new...Nadav Rotem2013-04-091-0/+16
* c++ new operators are not malloc-like functions because they do not return un...Nadav Rotem2013-04-081-16/+0
* teach instcombine to remove allocated buffers even if there are stores, memcp...Nuno Lopes2012-07-061-0/+18
* instcombine: disable optimization of 'invoke null/undef'. I'll move this fun...Nuno Lopes2012-06-211-0/+47