aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/DataStructure/GraphChecker.cpp
AgeCommit message (Expand)Author
2006-12-13Remove DSA.John Criswell
2006-12-07Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling
2006-11-28Convert to using llvm streams instead of iostreams.Bill Wendling
2006-08-27Eliminate RegisterAnalysis. RegisterPass now does all that is necessary.Chris Lattner
2006-04-25slightly more useful error messageAndrew Lenharth
2005-10-24implement some prototypesChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2005-03-16remove use of compat_iterator.Chris Lattner
2004-09-01Changes For Bug 352Reid Spencer
2004-07-16Be compatible with IA64Chris Lattner
2004-07-07Move all of the DSA headers into the Analysis/DataStructure subdir.Chris Lattner
2004-07-04Add #include <iostream> since Value.h does not #include it any more.Reid Spencer
2004-02-20Add two missing returns, which caused us to be very pessimistic about theChris Lattner
2004-02-07getNodes() is gone, use node_begin/end insteadChris 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-10-01Use std::string::size_type for for ColonPos to stop gcc from giving a warningAlkis Evlogimenos
2003-07-26Fix another minor bugChris Lattner
2003-07-25Dont' try to parse the colonChris Lattner
2003-07-25Add a more general check-flags which can be used to ensure arbitrary flags ar...Chris Lattner
2003-06-29Add support for ensuring that nodes are not incompleteChris Lattner
2003-06-29Add print method to not get silly warning from analyzeChris Lattner
2003-06-29New pass which is useful for writing regression testsChris Lattner