aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/DataStructure/DataStructureOpt.cpp
AgeCommit message (Expand)Author
2006-12-13Remove DSA.John Criswell
2006-12-06Detemplatize the Statistic class. The only type it is instantiated withChris Lattner
2006-08-27eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2005-03-17Fix the missing symbols problem Bill was hitting. Patch contributed byChris Lattner
2005-03-15This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner
2005-01-09Add last four createXxxPass functionsJeff Cohen
2004-09-20'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner
2004-09-01Changes For Bug 352Reid 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-06-28Drop references to globals who do exist in the globals graph, but are neverChris Lattner
2003-06-28New pass to perform DSA based optimizations. Initially we just support turningChris Lattner