Rename constructor function
[oota-llvm.git] / include / llvm / Transforms / ChangeAllocations.h
2002-02-26 Chris LattnerChange over to use new style pass mechanism, now passes...
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...
2001-10-18 Chris Lattnermove llvm/Transforms/Pass.h to the top level llvm/Pass...
2001-10-18 Chris LattnerConvert to new simpler Pass structure
2001-10-15 Chris LattnerConcretePass should not be a templated class!
2001-10-15 Chris LattnerAdd new Pass infrastructure and some examples