Forgot to commit these.
[oota-llvm.git] / lib / Analysis / MallocHelper.cpp
2009-10-26 Victor HernandezRemove FreeInst.
2009-10-24 Victor HernandezAuto-upgrade free instructions to calls to the builtin...
2009-10-16 Victor HernandezInvert isSafeToGetMallocArraySize check because we...
2009-10-15 Victor HernandezFix bug where array malloc with unexpected computation...
2009-10-07 Torok EdwinAdd PR to this FIXME, looks like I didn't commit this...
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...