Various cleanups and efficiency improvements
[oota-llvm.git] / lib / Transforms / Utils / LowerAllocations.cpp
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-08-31 Chris LattnerUse new interface, simplifies code
2003-08-21 Misha BrukmanThe word `dependent' has no `a'.
2003-08-18 Misha BrukmanSpell `necessary' correctly.
2003-08-14 Brian GaekeFactory methods for function passes now return type...
2003-05-15 Chris LattnerFix long standing bug
2003-04-23 Chris LattnerRemove unnecesary &*'s
2003-04-23 Chris LattnerMinor cleanups
2002-10-01 Chris LattnerUpdates to work with recent Statistic's changes:
2002-09-25 Chris LattnerChange LowerAllocations pass to 'require' TargetData...
2002-09-10 Chris LattnerClean up code due to auto-insert constructors
2002-08-08 Chris LattnerRemove extraneous #includes
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-06-25 Chris LattnerMEGAPATCH checkin.
2002-05-10 Chris LattnerAdd support for printing out statistics information...
2002-05-07 Chris LattnerSplit ChangeAllocations.cpp into Raise & LowerAllocatio...
2002-05-07 Chris LattnerReduce dependance on TransformInternals.h, instead...
2002-04-29 Chris LattnerEliminate duplicate or unneccesary #include's
2002-04-29 Chris LattnerAdd new optional getPassName() virtual function that...
2002-04-28 Chris LattnerSplit ConstantVals.h into Constant.h and Constants.h
2002-04-09 Chris LattnerAdd explicit #includes of Function.h to make up for...
2002-03-29 Chris LattnerSimplify code a lot by using the Module::getFunction...
2002-03-26 Chris LattnerChange references from Method to Function
2002-02-26 Chris LattnerChange over to use new style pass mechanism, now passes...
2002-01-31 Chris LattnerConvert xforms over to new pass structure.
2002-01-22 Chris LattnerDon't insert a useless cast
2002-01-22 Chris LattnerRename LowerAllocations.h to ChangeAllocations.h since...
2002-01-22 Chris LattnerPull RaiseAllocations stuff out of the CleanGCC pass...
2002-01-21 Chris LattnerLowerAllocations is really a BasicBlock pass. Make...
2002-01-21 Chris LattnerImplement a more powerful, simpler, pass system. This...
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-14 Chris LattnerRemove unsized array support
2001-12-04 Chris LattnerFix a bug introduced by "internal linkage" work.
2001-12-04 Chris LattnerRenamed inst_const_iterator -> const_inst_iterator
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-11-07 Chris LattnerAdd #includes to enable buiding in Release mode
2001-10-31 Chris LattnerUse the correct prototype for malloc and free
2001-10-18 Chris LattnerConvert to new simpler pass itf
2001-10-15 Chris LattnerAdd new Pass infrastructure and some examples