aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/DataStructure/GraphChecker.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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