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