Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona... | Stephen Lin | 2013-07-14 | 1 | -2/+2 |
* | Revert 179071 because it is not the right way to support non standard new/new... | Nadav Rotem | 2013-04-09 | 1 | -1/+1 |
* | c++ new operators are not malloc-like functions because they do not return un... | Nadav Rotem | 2013-04-08 | 1 | -1/+1 |
* | teach instcombine to remove allocated buffers even if there are stores, memcp... | Nuno Lopes | 2012-07-06 | 1 | -4/+6 |
* | make instcombine produce calls to llvm.donothing instead of a random intrinsic | Nuno Lopes | 2012-06-28 | 1 | -1/+1 |
* | improve optimization of invoke instructions: | Nuno Lopes | 2012-06-25 | 1 | -1/+1 |
* | Add support for invoke to the MemoryBuiltin analysid. | Nuno Lopes | 2012-06-21 | 1 | -0/+24 |
* | hopefully fix the buildbots: some tests have wrong definitions of malloc and... | Nuno Lopes | 2012-06-21 | 1 | -0/+13 |