aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CFG.h
Commit message (Expand)AuthorAgeFilesLines
* Rename contype to subtypeChris Lattner2001-09-091-3/+3
* * Don't predefine ReversePostOrderTraversal because it adds a dependence on v...Chris Lattner2001-09-071-13/+27
* Add support for iteration through type graphsChris Lattner2001-09-071-11/+36
* Add copy and assignment operators for POIterator, andVikram S. Adve2001-08-281-2/+15
* * Add assertionsChris Lattner2001-08-231-3/+15
* Modify var names to make it apparant that the code is really genericChris Lattner2001-07-281-10/+10
* * Added commentsChris Lattner2001-07-061-57/+109
* Miscellaneous cleanups:Chris Lattner2001-06-271-8/+13
* CFG.h: change the iterator tagChris Lattner2001-06-251-1/+2
* Factor the predeclarations of the CFG.h functionality into a seperate, new he...Chris Lattner2001-06-201-139/+20
* Move contents to the cfg namespace.Chris Lattner2001-06-131-16/+189
* Updates to supportChris Lattner2001-06-111-5/+6
* Added reverse depth first capability, fixed depth first capabilityChris Lattner2001-06-081-30/+79
* New fileChris Lattner2001-06-071-0/+282