aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Analysis/DataStructure/DataStructureOpt.cpp
AgeCommit message (Expand)AuthorFilesLines
2005-04-21Remove trailing whitespaceMisha Brukman1-3/+3
2005-03-17Fix the missing symbols problem Bill was hitting. Patch contributed byChris Lattner1-0/+1
2005-03-15This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner1-1/+1
2005-01-09Add last four createXxxPass functionsJeff Cohen1-0/+3
2004-09-20'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner1-2/+2
2004-09-01Changes For Bug 352Reid Spencer1-1/+1
2004-07-07Move all of the DSA headers into the Analysis/DataStructure subdir.Chris Lattner1-2/+2
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-1/+4
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell1-0/+7
2003-06-28Drop references to globals who do exist in the globals graph, but are neverChris Lattner1-1/+16
2003-06-28New pass to perform DSA based optimizations. Initially we just support turningChris Lattner1-0/+76