Move all of the DSA headers into the Analysis/DataStructure subdir.
[oota-llvm.git] / lib / Analysis / DataStructure / DataStructureAA.cpp
2004-07-07 Chris LattnerMove all of the DSA headers into the Analysis/DataStruc...
2004-05-23 Chris LattnerUpdates to work with the new auto-forwarding AA interfa...
2004-04-26 Chris LattnerIf an object is not in the scalar map then it must...
2004-03-12 Misha BrukmanImplement getModRefInfo() for DSA to calculate whether...
2004-01-30 Chris LattnerForward method request to chained aa implementation
2004-01-27 Chris Lattnerminor cleanups
2003-11-12 Chris LattnerFine-grainify namespaces for this library
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-09-11 Misha BrukmanFixed spelling and grammar.
2003-07-02 Chris LattnerDisable incorrect mustalias code
2003-07-02 Chris LattnerReduce amount of work we do calculating mustaliases...
2003-06-29 Chris LattnerExpose must alias information for global variables...
2003-06-28 Chris LattnerAvoid double negatives
2003-06-22 Chris LattnerRemove support for the MultiObject flag, which was...
2003-06-19 Chris Lattner* Changes to make NodeType be private to DSNode.
2003-02-26 Chris LattnerAdjust to implement new AA interface
2003-02-07 Chris LattnerDon't bother counting alias results, allow the AliasAna...
2003-02-03 Chris LattnerInitial implementation of ds-aa