index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Transforms
/
InstCombine
/
malloc-free-delete.ll
Age
Commit message (
Expand
)
Author
2013-01-07
When code size is the priority (Oz, MinSize attribute), help llvm
Quentin Colombet
2012-07-06
teach instcombine to remove allocated buffers even if there are stores, memcp...
Nuno Lopes
2011-08-03
Fix logical error when detecting lifetime intrinsics.
Nick Lewycky
2011-08-02
Teach InstCombine that lifetime intrincs aren't a real user on the result of a
Nick Lewycky
2011-06-17
manually upgrade a bunch of tests to modern syntax, and remove some that
Chris Lattner
2010-05-27
Teach instCombine to remove malloc+free if malloc's only uses are comparisons
Duncan Sands
2009-10-24
Auto-upgrade free instructions to calls to the builtin free function.
Victor Hernandez
2009-10-17
Autoupgrade malloc insts to malloc calls.
Victor Hernandez
2009-09-25
Revert 82694 "Auto-upgrade malloc instructions to malloc calls." because it c...
Victor Hernandez
2009-09-24
Auto-upgrade malloc instructions to malloc calls.
Victor Hernandez
2009-09-08
Use opt -S instead of piping bitcode output through llvm-dis.
Dan Gohman
2009-09-08
Change these tests to feed the assembly files to opt directly, instead
Dan Gohman
2007-04-14
For PR1319:
Reid Spencer
2007-04-14
testcase for PR1201
Chris Lattner