Implement the "unknown flag" which mainly consists of aligning printing code
[oota-llvm.git] / lib / Analysis / DataStructure / Local.cpp
2002-11-02 Chris LattnerImplement the "unknown flag" which mainly consists...
2002-11-02 Chris LattnerStop representing scalars as explicit nodes in the...
2002-10-31 Chris LattnerRemove dead code
2002-10-31 Chris LattnerThis fixes all kinds of problems with array handling...
2002-10-21 Chris LattnerDon't create a new node for every reference to a global...
2002-10-21 Chris Lattner - Make DSCallSite not inherit from std::vector. ...
2002-10-20 Chris LattnerAvoid extra copy
2002-10-20 Vikram S. AdveRemove spurious caller pointer in DSCallSite.
2002-10-20 Vikram S. AdveAdded a first-class representation for each call site...
2002-10-18 Chris LattnerConvert typerec to be a structure instead of a pair
2002-10-17 Chris LattnerCalculate mod/ref info
2002-10-02 Chris LattnerDataStructure.h doesn't include DSGraph.h
2002-10-02 Chris Lattner * Implement fully general merging of array subscrip...
2002-10-01 Chris LattnerCheckin some major reworks of data structure analysis...
2002-08-22 Chris LattnerEliminated the MemAccessInst class, folding contents...
2002-08-22 Chris LattnerLoad & StoreInst no longer derive from MemAccessInst...
2002-08-21 Chris Lattner- Do not expose ::ID from any of the analyses anymore.
2002-07-30 Vikram S. AdveAdd GlobalDSGraph -- a common graph that holds external...
2002-07-27 Chris Lattner* Standardize how analysis results/passes as printed...
2002-07-22 Chris LattnerAlways create a shadow node for a store instruction...
2002-07-18 Chris LattnerRename removeDeadNodes to removeTriviallyDeadNodes
2002-07-18 Chris LattnerImplement cast nodes correctly.
2002-07-18 Chris LattnerLots of bug fixes, add BottomUpClosure, which has bugs...
2002-07-11 Chris Lattner* Nodes now keep track of any global variables in them
2002-07-10 Chris LattnerNew implementation of data structure analysis. Only...