aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/malloc-free-delete.ll
AgeCommit message (Expand)Author
2013-01-07When code size is the priority (Oz, MinSize attribute), help llvmQuentin Colombet
2012-07-06teach instcombine to remove allocated buffers even if there are stores, memcp...Nuno Lopes
2011-08-03Fix logical error when detecting lifetime intrinsics.Nick Lewycky
2011-08-02Teach InstCombine that lifetime intrincs aren't a real user on the result of aNick Lewycky
2011-06-17manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner
2010-05-27Teach instCombine to remove malloc+free if malloc's only uses are comparisonsDuncan Sands
2009-10-24Auto-upgrade free instructions to calls to the builtin free function.Victor Hernandez
2009-10-17Autoupgrade malloc insts to malloc calls.Victor Hernandez
2009-09-25Revert 82694 "Auto-upgrade malloc instructions to malloc calls." because it c...Victor Hernandez
2009-09-24Auto-upgrade malloc instructions to malloc calls.Victor Hernandez
2009-09-08Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman
2007-04-14For PR1319:Reid Spencer
2007-04-14testcase for PR1201Chris Lattner