Initial checkin
[oota-llvm.git] / lib / Analysis / IPA / CallGraph.cpp
2002-03-06 Chris LattnerClean up call graph, add comments, and fix test/Regress...
2002-03-06 Chris LattnerMove call graph printing support out of Writer.h into...
2002-03-06 Chris LattnerTake CallGraph out of the CFG namespace. It has nothin...
2002-02-12 Chris LattnerMethod.h no longer includes BasicBlock.h
2002-01-31 Chris LattnerConvert analyses to new pass structure
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-04 Chris LattnerRenamed inst_const_iterator -> const_inst_iterator
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-11-26 Chris LattnerImplement a new entry node that has edges to all extern...
2001-10-22 Vikram S. AdveAdded function IsLeafMethod to identify leaf methods.
2001-10-13 Chris Lattner* Add support for Invoke instructions
2001-10-02 Chris LattnerCommit more code over to new cast style
2001-09-28 Chris LattnerInitial support for construction of a call graph