Get rid of idefs for arguments
[oota-llvm.git] / lib / Analysis / IPA / CallGraphSCCPass.cpp
2004-09-20 Chris Lattner'Pass' should now not be derived from by clients. ...
2004-09-01 Reid SpencerChanges For Bug 352
2004-04-20 Chris LattnerPass the callgraph not the module
2004-04-20 Chris LattnerAdd the ability for SCC passes to initialize and finali...
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-08-31 Chris LattnerRename TarjanSCCIterator -> scc_iterator
2003-08-31 Chris LattnerThe tarjan iterator now returns a reference to the...
2003-08-31 Chris LattnerInitial checkin of the CallGraphSCCPass class