aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/DataStructure/DataStructureStats.cpp
AgeCommit message (Expand)Author
2006-12-13Remove DSA.John Criswell
2006-12-07Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling
2006-12-06Detemplatize the Statistic class. The only type it is instantiated withChris Lattner
2006-11-28Convert to using llvm streams instead of iostreams.Bill Wendling
2006-08-27Eliminate RegisterAnalysis. RegisterPass now does all that is necessary.Chris Lattner
2006-01-22Add explicit iostream #includesChris Lattner
2005-10-24implement some prototypesChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2005-03-20method was renamed.Chris Lattner
2005-01-30* Make some methods more const correct.Chris Lattner
2004-12-07For PR387:\Reid Spencer
2004-09-01Changes For Bug 352Reid Spencer
2004-07-29Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman
2004-07-18bug 122:Reid Spencer
2004-07-07Move all of the DSA headers into the Analysis/DataStructure subdir.Chris Lattner
2003-11-12Fine-grainify namespaces for this libraryChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-09-20Don't consider incomplete nodes to be typesafe!Chris Lattner
2003-09-20Switch from using CallInst's to represent call sites to using the LLVMChris Lattner
2003-09-20Make this work better for constants that aren't necessarily in ANY graph, suc...Chris Lattner
2003-09-20Keep track of the number of typed/untyped memory accesses theyre are in the p...Chris Lattner
2003-02-05Implement optimization for direct function call case. This dramaticallyChris Lattner
2002-11-17Add hack to only consider indirect calls indirect if they do more than castChris Lattner
2002-11-13Pass to compute various statisics related to DSGraphs.Vikram S. Adve