Non-functionality change just to make it more clear what is going on
[oota-llvm.git] / lib / Transforms / IPO / RaiseAllocations.cpp
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...