summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/malloc-free-delete.ll
Commit message (Expand)AuthorAge
* Treat nothrow forms of ::operator delete and ::operator delete[] asRichard Smith2013-07-21
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-14
* When code size is the priority (Oz, MinSize attribute), help llvmQuentin Colombet2013-01-07
* teach instcombine to remove allocated buffers even if there are stores, memcp...Nuno Lopes2012-07-06
* Fix logical error when detecting lifetime intrinsics.Nick Lewycky2011-08-03
* Teach InstCombine that lifetime intrincs aren't a real user on the result of aNick Lewycky2011-08-02
* manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner2011-06-17
* Teach instCombine to remove malloc+free if malloc's only uses are comparisonsDuncan Sands2010-05-27
* Auto-upgrade free instructions to calls to the builtin free function.Victor Hernandez2009-10-24
* Autoupgrade malloc insts to malloc calls.Victor Hernandez2009-10-17
* Revert 82694 "Auto-upgrade malloc instructions to malloc calls." because it c...Victor Hernandez2009-09-25
* Auto-upgrade malloc instructions to malloc calls.Victor Hernandez2009-09-24
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-08
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-08
* For PR1319:Reid Spencer2007-04-14
* testcase for PR1201Chris Lattner2007-04-14