summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/DataStructure/GraphChecker.cpp
Commit message (Collapse)AuthorAgeFilesLines
* remove use of compat_iterator.Chris Lattner2005-03-161-3/+4
| | | | llvm-svn: 20643
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
| | | | | | | | Move include/Config and include/Support into include/llvm/Config, include/llvm/ADT and include/llvm/Support. From here on out, all LLVM public header files must be under include/llvm/. llvm-svn: 16137
* Be compatible with IA64Chris Lattner2004-07-161-1/+2
| | | | llvm-svn: 14864
* Move all of the DSA headers into the Analysis/DataStructure subdir.Chris Lattner2004-07-071-2/+2
| | | | llvm-svn: 14663
* Add #include <iostream> since Value.h does not #include it any more.Reid Spencer2004-07-041-0/+1
| | | | llvm-svn: 14622
* Add two missing returns, which caused us to be very pessimistic about theChris Lattner2004-02-201-1/+1
| | | | | | printf and scanf families! llvm-svn: 11683
* getNodes() is gone, use node_begin/end insteadChris Lattner2004-02-071-4/+3
| | | | | | | Rename stats from dsnode -> dsa Add a new stat llvm-svn: 11167
* Fine-grainify namespaces for this libraryChris Lattner2003-11-121-3/+1
| | | | llvm-svn: 9948
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
| | | | llvm-svn: 9903
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
| | | | | | Header files will be on the way. llvm-svn: 9298
* Use std::string::size_type for for ColonPos to stop gcc from giving a warningAlkis Evlogimenos2003-10-011-1/+1
| | | | llvm-svn: 8811
* Fix another minor bugChris Lattner2003-07-261-2/+2
| | | | llvm-svn: 7340
* Dont' try to parse the colonChris Lattner2003-07-251-2/+2
| | | | llvm-svn: 7323
* Add a more general check-flags which can be used to ensure arbitrary flags ↵Chris Lattner2003-07-251-11/+35
| | | | | | are set llvm-svn: 7322
* Add support for ensuring that nodes are not incompleteChris Lattner2003-06-291-12/+25
| | | | llvm-svn: 6985
* Add print method to not get silly warning from analyzeChris Lattner2003-06-291-0/+1
| | | | llvm-svn: 6981
* New pass which is useful for writing regression testsChris Lattner2003-06-291-0/+150
llvm-svn: 6979
OpenPOWER on IntegriCloud