aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/DataStructure/GraphChecker.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix another minor bugChris Lattner2003-07-261-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7340 91177308-0d34-0410-b5e6-96231b3b80d8
* Dont' try to parse the colonChris Lattner2003-07-251-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7323 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a more general check-flags which can be used to ensure arbitrary flags ↵Chris Lattner2003-07-251-11/+35
| | | | | | are set git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7322 91177308-0d34-0410-b5e6-96231b3b80d8
* Add support for ensuring that nodes are not incompleteChris Lattner2003-06-291-12/+25
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6985 91177308-0d34-0410-b5e6-96231b3b80d8
* Add print method to not get silly warning from analyzeChris Lattner2003-06-291-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6981 91177308-0d34-0410-b5e6-96231b3b80d8
* New pass which is useful for writing regression testsChris Lattner2003-06-291-0/+150
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6979 91177308-0d34-0410-b5e6-96231b3b80d8