summaryrefslogtreecommitdiffstats
path: root/llvm/include/Support/DepthFirstIterator.h
Commit message (Collapse)AuthorAgeFilesLines
* Changes For Bug 352Reid Spencer2004-09-011-230/+0
| | | | | | | | 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
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+3
| | | | llvm-svn: 9903
* Added LLVM notice.John Criswell2003-10-201-0/+7
| | | | llvm-svn: 9300
* Add missing default argumentChris Lattner2003-10-131-1/+1
| | | | llvm-svn: 9092
* add support for "external" depth first iterators, which store the 'visited' setChris Lattner2003-10-131-11/+99
| | | | | | outside of the iterator itself. llvm-svn: 9090
* Extricate the "reverse" support from the depth-first iterator. This is reallyChris Lattner2003-10-131-55/+38
| | | | | | | | | | a crappy form of post-order traversal which really does not belong here. While we are at it, improve documentation and use a vector instead of a stack. This improves the post dominator analysis pass by ~5%, and probably also helps other passes as well. llvm-svn: 9084
* Standardize header file commentsChris Lattner2003-09-301-1/+1
| | | | llvm-svn: 8782
* Fix another accessibility problem illuminated by GCC 3.3Chris Lattner2003-07-251-1/+1
| | | | llvm-svn: 7314
* Regularize the names of #include-guards.Brian Gaeke2003-06-171-2/+2
| | | | llvm-svn: 6732
* Don't #include <Support/*>, #include "Support/*"Chris Lattner2002-10-281-1/+1
| | | | llvm-svn: 4325
* Changes to build with GCC 3.1Chris Lattner2002-07-241-3/+5
| | | | llvm-svn: 3064
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-7/+7
| | | | llvm-svn: 1503
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-271-0/+147
from "llvm/Support/..." that are not llvm dependant. Move files and fix #includes llvm-svn: 1400
OpenPOWER on IntegriCloud