Because I like being able to instantiate the cfgprinter from external projects,
[oota-llvm.git] / include / llvm / Analysis / IPModRef.h
2004-03-11 Misha BrukmanDoxygenified and cleand up comments.
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-09-20 Chris LattnerSwitch from using CallInst's to represent call sites...
2003-06-22 Chris LattnerRemove a ton of extraneous #includes
2003-06-11 John CriswellIncluded assert.h so that the code compiles under newer...
2003-02-01 Chris LattnerChange DSGraph stuff to use hash_(set|map) instead...
2002-12-06 Vikram S. AdveStronger assertion in getNodeId(): node id must exist...
2002-11-27 Vikram S. AdveNo longer need local graph to find call sites.
2002-11-07 Chris LattnerAdd interfaces for ResolveCallSiteModRefInfo
2002-11-06 Chris LattnerAllow the ResolveCallSiteModRefInfo method to return...
2002-11-06 Chris LattnerAdd a stub to implement the context sensitive mod/ref...
2002-11-06 Chris LattnerGive a back pointer to the IPModRef object to the Funct...
2002-11-06 Chris LattnerRemove a couple of #includes, move some code to .cpp...
2002-11-06 Vikram S. AdveAn interprocedural analysis pass that computes flow...