Make error messages more useful than jsut an abort
[oota-llvm.git] / lib / Analysis / DataStructure / IPModRef.cpp
2003-02-05 Chris LattnerImplement optimization for direct function call case...
2003-02-01 Chris LattnerChange DSGraph stuff to use hash_(set|map) instead...
2003-01-23 Chris Lattner* Eliminate boolean arguments in favor of using enums
2002-11-27 Vikram S. Adve(1) Bug fix that was causing nodes with dangling refere...
2002-11-11 Chris LattnerFix bug
2002-11-08 Chris LattnerReduce amount of work needed to compute ip/modref
2002-11-08 Chris LattnerFix IPModRef to use new DS interface
2002-11-07 Chris LattnerImplement ResolveCallSiteModRefInfo for IPModRef. ...
2002-11-07 Chris LattnerFix problem with dangling referrers
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 from ...
2002-11-06 Vikram S. AdveAn interprocedural analysis pass that computes flow...