aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/malloc-free-delete.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-2/+2
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-4/+23
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-0/+23
* Treat nothrow forms of ::operator delete and ::operator delete[] asRichard Smith2013-07-211-0/+24
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-6/+6
* When code size is the priority (Oz, MinSize attribute), help llvmQuentin Colombet2013-01-071-0/+29
* teach instcombine to remove allocated buffers even if there are stores, memcp...Nuno Lopes2012-07-061-4/+49
* Fix logical error when detecting lifetime intrinsics.Nick Lewycky2011-08-031-0/+11
* Teach InstCombine that lifetime intrincs aren't a real user on the result of aNick Lewycky2011-08-021-1/+13
* manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner2011-06-171-6/+6
* Teach instCombine to remove malloc+free if malloc's only uses are comparisonsDuncan Sands2010-05-271-4/+16
* Auto-upgrade free instructions to calls to the builtin free function.Victor Hernandez2009-10-241-2/+4
* Autoupgrade malloc insts to malloc calls.Victor Hernandez2009-10-171-1/+1
* Revert 82694 "Auto-upgrade malloc instructions to malloc calls." because it c...Victor Hernandez2009-09-251-1/+1
* Auto-upgrade malloc instructions to malloc calls.Victor Hernandez2009-09-241-1/+1
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-081-2/+2
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-081-2/+2
* For PR1319:Reid Spencer2007-04-141-2/+1
* testcase for PR1201Chris Lattner2007-04-141-0/+12