aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/DataStructure/GraphChecker.cpp
Commit message (Expand)AuthorAgeFilesLines
* implement some prototypesChris Lattner2005-10-241-0/+5
* Remove trailing whitespaceMisha Brukman2005-04-211-7/+7
* remove use of compat_iterator.Chris Lattner2005-03-161-3/+4
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
* Be compatible with IA64Chris Lattner2004-07-161-1/+2
* Move all of the DSA headers into the Analysis/DataStructure subdir.Chris Lattner2004-07-071-2/+2
* Add #include <iostream> since Value.h does not #include it any more.Reid Spencer2004-07-041-0/+1
* Add two missing returns, which caused us to be very pessimistic about theChris Lattner2004-02-201-1/+1
* getNodes() is gone, use node_begin/end insteadChris Lattner2004-02-071-4/+3
* Fine-grainify namespaces for this libraryChris Lattner2003-11-121-3/+1
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Use std::string::size_type for for ColonPos to stop gcc from giving a warningAlkis Evlogimenos2003-10-011-1/+1
* Fix another minor bugChris Lattner2003-07-261-2/+2
* Dont' try to parse the colonChris Lattner2003-07-251-2/+2
* Add a more general check-flags which can be used to ensure arbitrary flags ar...Chris Lattner2003-07-251-11/+35
* Add support for ensuring that nodes are not incompleteChris Lattner2003-06-291-12/+25
* Add print method to not get silly warning from analyzeChris Lattner2003-06-291-0/+1
* New pass which is useful for writing regression testsChris Lattner2003-06-291-0/+150