Fix a minor bug
[oota-llvm.git] / lib / Analysis / DataStructure / DataStructureStats.cpp
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.