aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/invoke.ll
AgeCommit message (Expand)Author
2015-06-17Move the personality function from LandingPadInst to FunctionDavid Majnemer
2013-07-14Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin
2013-04-09Revert 179071 because it is not the right way to support non standard new/new...Nadav Rotem
2013-04-08c++ new operators are not malloc-like functions because they do not return un...Nadav Rotem
2012-07-06teach instcombine to remove allocated buffers even if there are stores, memcp...Nuno Lopes
2012-06-21instcombine: disable optimization of 'invoke null/undef'. I'll move this fun...Nuno Lopes