summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/objsize-64.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
* make instcombine produce calls to llvm.donothing instead of a random intrinsicNuno Lopes2012-06-28
* improve optimization of invoke instructions:Nuno Lopes2012-06-25
* Add support for invoke to the MemoryBuiltin analysid.Nuno Lopes2012-06-21
* hopefully fix the buildbots: some tests have wrong definitions of malloc and...Nuno Lopes2012-06-21