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