Fit to 80 cols
[oota-llvm.git] / lib / Analysis / DataStructure / DataStructureStats.cpp
2006-08-27 Chris LattnerEliminate RegisterAnalysis. RegisterPass now does...
2006-01-22 Chris LattnerAdd explicit iostream #includes
2005-10-24 Chris Lattnerimplement some prototypes
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-20 Chris Lattnermethod was renamed.
2005-01-30 Chris Lattner* Make some methods more const correct.
2004-12-07 Reid SpencerFor PR387:\
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-29 Misha BrukmanFix #includes of i*.h => Instructions.h as per PR403.
2004-07-18 Reid Spencerbug 122:
2004-07-07 Chris LattnerMove all of the DSA headers into the Analysis/DataStruc...
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-20 Chris LattnerDon't consider incomplete nodes to be typesafe!
2003-09-20 Chris LattnerSwitch from using CallInst's to represent call sites...
2003-09-20 Chris LattnerMake this work better for constants that aren't necessa...
2003-09-20 Chris LattnerKeep track of the number of typed/untyped memory access...
2003-02-05 Chris LattnerImplement optimization for direct function call case...
2002-11-17 Chris LattnerAdd hack to only consider indirect calls indirect if...
2002-11-13 Vikram S. AdvePass to compute various statisics related to DSGraphs.