aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Analysis/DataStructure/GraphChecker.cpp
AgeCommit message (Expand)AuthorFilesLines
2006-04-25slightly more useful error messageAndrew Lenharth1-2/+3
2005-10-24implement some prototypesChris Lattner1-0/+5
2005-04-21Remove trailing whitespaceMisha Brukman1-7/+7
2005-03-16remove use of compat_iterator.Chris Lattner1-3/+4
2004-09-01Changes For Bug 352Reid Spencer1-1/+1
2004-07-16Be compatible with IA64Chris Lattner1-1/+2
2004-07-07Move all of the DSA headers into the Analysis/DataStructure subdir.Chris Lattner1-2/+2
2004-07-04Add #include <iostream> since Value.h does not #include it any more.Reid Spencer1-0/+1
2004-02-20Add two missing returns, which caused us to be very pessimistic about theChris Lattner1-1/+1
2004-02-07getNodes() is gone, use node_begin/end insteadChris Lattner1-4/+3
2003-11-12Fine-grainify namespaces for this libraryChris Lattner1-3/+1
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke1-0/+4
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell1-0/+7
2003-10-01Use std::string::size_type for for ColonPos to stop gcc from giving a warningAlkis Evlogimenos1-1/+1
2003-07-26Fix another minor bugChris Lattner1-2/+2
2003-07-25Dont' try to parse the colonChris Lattner1-2/+2
2003-07-25Add a more general check-flags which can be used to ensure arbitrary flags ar...Chris Lattner1-11/+35
2003-06-29Add support for ensuring that nodes are not incompleteChris Lattner1-12/+25
2003-06-29Add print method to not get silly warning from analyzeChris Lattner1-0/+1
2003-06-29New pass which is useful for writing regression testsChris Lattner1-0/+150