Use StringMap instead of std::map<std::string, SDNode*>.
[oota-llvm.git] / include / llvm / Pass.h
2002-04-28 Chris LattnerMove FunctionPass::doesNotModifyCFG to AnalysisUsage...
2002-04-28 Chris Lattner* Add a stub to FunctionPass so that subclasses can...
2002-04-27 Chris Lattner* Rename MethodPass class to FunctionPass
2002-04-10 Chris LattnerAllow a pass to obtain an analysis result for updating.
2002-04-04 Chris LattnerFix the release build
2002-03-23 Chris LattnerRename Method to Function
2002-01-31 Chris Lattner* Make debugging output nicer
2002-01-30 Chris LattnerCheckin new pass framework. This one is more useful...
2002-01-23 Chris LattnerPull run() into Pass.cpp
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-10-18 Chris Lattnermove llvm/Transforms/Pass.h to the top level llvm/Pass...