aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/objsize-64.ll
Commit message (Expand)AuthorAgeFilesLines
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-2/+2
* Revert 179071 because it is not the right way to support non standard new/new...Nadav Rotem2013-04-091-1/+1
* c++ new operators are not malloc-like functions because they do not return un...Nadav Rotem2013-04-081-1/+1
* teach instcombine to remove allocated buffers even if there are stores, memcp...Nuno Lopes2012-07-061-4/+6
* make instcombine produce calls to llvm.donothing instead of a random intrinsicNuno Lopes2012-06-281-1/+1
* improve optimization of invoke instructions:Nuno Lopes2012-06-251-1/+1
* Add support for invoke to the MemoryBuiltin analysid.Nuno Lopes2012-06-211-0/+24
* hopefully fix the buildbots: some tests have wrong definitions of malloc and...Nuno Lopes2012-06-211-0/+13