aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/DataStructure/DataStructureOpt.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move all of the DSA headers into the Analysis/DataStructure subdir.Chris Lattner2004-07-071-2/+2
* Fine-grainify namespaces for this libraryChris Lattner2003-11-121-4/+1
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-1/+4
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Drop references to globals who do exist in the globals graph, but are neverChris Lattner2003-06-281-1/+16
* New pass to perform DSA based optimizations. Initially we just support turningChris Lattner2003-06-281-0/+76