Implement RaiseAllocations/FreeCastConstantExpr.ll
[oota-llvm.git] / lib / Transforms / IPO / RaiseAllocations.cpp
2003-12-07 Chris LattnerImplement RaiseAllocations/FreeCastConstantExpr.ll
2003-11-21 Chris LattnerFinegrainify namespacification
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-09-16 Chris LattnerFix bug raising allocations whose call sites were invok...
2003-09-01 Chris LattnerChange the RaiseAllocations pass to be a Pass instead...
2003-08-18 Misha BrukmanSpell `necessary' correctly.
2003-08-11 Chris LattnerFix handling of 'free' if it has absolutely no prototype
2002-10-01 Chris LattnerUpdates to work with recent Statistic's changes:
2002-09-14 Misha BrukmanFunction.h is unnecessary when Module.h is included.
2002-09-13 Chris LattnerChange the MallocInst & AllocaInst ctors to take the...
2002-09-10 Chris LattnerFix bug in previous checkin
2002-09-10 Chris LattnerClean up code due to auto-insert constructors
2002-07-26 Chris Lattner* Add support for different "PassType's"
2002-07-23 Chris LattnerMerge ChangeAllocations into scalar.h
2002-07-23 Chris Lattner* Remove getPassName implementation
2002-07-18 Chris Lattner* Correctly get prototype for void*malloc(size_t)
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-05-24 Chris LattnerSupport programs that do not #include <malloc.h> or...
2002-05-10 Chris LattnerAdd support for printing out statistics information...
2002-05-07 Chris Lattnerfix comments and documentation in file
2002-05-07 Chris LattnerSplit ChangeAllocations.cpp into Raise & LowerAllocatio...