aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Analysis/DataStructure/DataStructureStats.cpp
AgeCommit message (Expand)AuthorFilesLines
2006-01-22Add explicit iostream #includesChris Lattner1-1/+1
2005-10-24implement some prototypesChris Lattner1-0/+5
2005-04-21Remove trailing whitespaceMisha Brukman1-5/+5
2005-03-20method was renamed.Chris Lattner1-2/+3
2005-01-30* Make some methods more const correct.Chris Lattner1-5/+5
2004-12-07For PR387:\Reid Spencer1-1/+1
2004-09-01Changes For Bug 352Reid Spencer1-1/+1
2004-07-29Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman1-2/+1
2004-07-18bug 122:Reid Spencer1-1/+1
2004-07-07Move all of the DSA headers into the Analysis/DataStructure subdir.Chris Lattner1-3/+5
2003-11-12Fine-grainify namespaces for this libraryChris Lattner1-4/+1
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke1-0/+4
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell1-0/+7
2003-09-20Don't consider incomplete nodes to be typesafe!Chris Lattner1-1/+1
2003-09-20Switch from using CallInst's to represent call sites to using the LLVMChris Lattner1-3/+4
2003-09-20Make this work better for constants that aren't necessarily in ANY graph, suc...Chris Lattner1-4/+15
2003-09-20Keep track of the number of typed/untyped memory accesses theyre are in the p...Chris Lattner1-30/+62
2003-02-05Implement optimization for direct function call case. This dramaticallyChris Lattner1-11/+7
2002-11-17Add hack to only consider indirect calls indirect if they do more than castChris Lattner1-6/+14
2002-11-13Pass to compute various statisics related to DSGraphs.Vikram S. Adve1-0/+86