aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/DataStructure/DataStructureOpt.cpp
AgeCommit message (Expand)Author
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