summaryrefslogtreecommitdiff
path: root/include/llvm/ADT/DepthFirstIterator.h
Commit message (Expand)AuthorAge
* Implement depth_first and inverse_depth_first range factory functions.David Blaikie2014-04-11
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* Fix a typo (the the => the)Sylvestre Ledru2012-07-23
* Simplify this code.Dan Gohman2011-03-01
* Revert r111394. It was too aggressive.Jakob Stoklund Olesen2010-08-18
* Aggressively prune the DFS when inserting phi-defs.Jakob Stoklund Olesen2010-08-18
* Add df_iterator::getPathLength and getPath as a way of getting a path from theJakob Stoklund Olesen2010-08-18
* Clean up the minor mess I caused with removing iterator.h. I shall take care ...Gabor Greif2009-08-27
* enhance DepthFirstIterator to support more robust operations in the faceChris Lattner2009-07-23
* add some inline methods for infix operators on sparse vectors,Chris Lattner2009-03-21
* Fixed lint errors:Misha Brukman2009-02-20
* For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h"Anton Korobeynikov2008-05-29
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Use references in DF iterators. This eliminates copy-ctor calls on huge objec...Anton Korobeynikov2007-12-15
* Have internal df_iterator's use SmallPtrSet instead of std::set. This provid...Owen Anderson2007-06-21
* Remove trailing whitespaceMisha Brukman2005-04-21
* Changes For Bug 352Reid Spencer2004-09-01
* 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