Don't treat malloc calls with non-matching prototype as malloc.
[oota-llvm.git] / lib / Analysis / MallocHelper.cpp
2009-10-05 Torok EdwinDon't treat malloc calls with non-matching prototype...
2009-09-22 Victor HernandezNo need to verify that malloc's return type is i8*.
2009-09-18 Victor HernandezUpdate malloc call creation code (AllocType is now...
2009-09-10 Victor HernandezFit code within 80 columns
2009-09-10 Benjamin KramerAdd some braces to make newer GCCs happy and update...
2009-09-10 Evan ChengAdd malloc call utility functions. Patch by Victor...