aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/MallocHelper.cpp
Commit message (Expand)AuthorAgeFilesLines
* Auto-upgrade free instructions to calls to the builtin free function.Victor Hernandez2009-10-241-0/+26
* Invert isSafeToGetMallocArraySize check because we return NULL when we don't ...Victor Hernandez2009-10-161-1/+1
* Fix bug where array malloc with unexpected computation of the size argument r...Victor Hernandez2009-10-151-9/+44
* Add PR to this FIXME, looks like I didn't commit this change after all.Torok Edwin2009-10-071-1/+2
* Don't treat malloc calls with non-matching prototype as malloc.Torok Edwin2009-10-051-2/+13
* No need to verify that malloc's return type is i8*.Victor Hernandez2009-09-221-1/+1
* Update malloc call creation code (AllocType is now the element type of the ma...Victor Hernandez2009-09-181-41/+55
* Fit code within 80 columnsVictor Hernandez2009-09-101-2/+4
* Add some braces to make newer GCCs happy and update CMakeLists.Benjamin Kramer2009-09-101-1/+1
* Add malloc call utility functions. Patch by Victor Hernandez.Evan Cheng2009-09-101-0/+202