summaryrefslogtreecommitdiff
path: root/include/Support/DepthFirstIterator.h
Commit message (Expand)AuthorAge
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM notice.John Criswell2003-10-20
* Add missing default argumentChris Lattner2003-10-13
* add support for "external" depth first iterators, which store the 'visited' setChris Lattner2003-10-13
* Extricate the "reverse" support from the depth-first iterator. This is reallyChris Lattner2003-10-13
* Standardize header file commentsChris Lattner2003-09-30
* Fix another accessibility problem illuminated by GCC 3.3Chris Lattner2003-07-25
* Regularize the names of #include-guards.Brian Gaeke2003-06-17
* Don't #include <Support/*>, #include "Support/*"Chris Lattner2002-10-28
* Changes to build with GCC 3.1Chris Lattner2002-07-24
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-20
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-27