Forgot to commit these.
[oota-llvm.git] / include / llvm / Analysis / MallocHelper.h
2009-10-26 Victor HernandezRemove FreeInst.
2009-10-24 Victor HernandezAuto-upgrade free instructions to calls to the builtin...
2009-10-15 Victor HernandezFix bug where array malloc with unexpected computation...
2009-09-18 Victor HernandezUpdate malloc call creation code (AllocType is now...
2009-09-10 Evan ChengAdd malloc call utility functions. Patch by Victor...