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
/
lib
/
Analysis
/
MallocHelper.cpp
Age
Commit message (
Expand
)
Author
2009-10-26
Rename MallocHelper as MallocFreeHelper, since it now also identifies calls t...
Victor Hernandez
2009-10-26
Remove FreeInst.
Victor Hernandez
2009-10-24
Auto-upgrade free instructions to calls to the builtin free function.
Victor Hernandez
2009-10-16
Invert isSafeToGetMallocArraySize check because we return NULL when we don't ...
Victor Hernandez
2009-10-15
Fix bug where array malloc with unexpected computation of the size argument r...
Victor Hernandez
2009-10-07
Add PR to this FIXME, looks like I didn't commit this change after all.
Torok Edwin
2009-10-05
Don't treat malloc calls with non-matching prototype as malloc.
Torok Edwin
2009-09-22
No need to verify that malloc's return type is i8*.
Victor Hernandez
2009-09-18
Update malloc call creation code (AllocType is now the element type of the ma...
Victor Hernandez
2009-09-10
Fit code within 80 columns
Victor Hernandez
2009-09-10
Add some braces to make newer GCCs happy and update CMakeLists.
Benjamin Kramer
2009-09-10
Add malloc call utility functions. Patch by Victor Hernandez.
Evan Cheng