aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/ADT/DepthFirstIterator.h
AgeCommit message (Expand)Author
2012-07-23Fix a typo (the the => the)Sylvestre Ledru
2011-03-01Simplify this code.Dan Gohman
2010-08-18Revert r111394. It was too aggressive.Jakob Stoklund Olesen
2010-08-18Aggressively prune the DFS when inserting phi-defs.Jakob Stoklund Olesen
2010-08-18Add df_iterator::getPathLength and getPath as a way of getting a path from theJakob Stoklund Olesen
2009-08-27Clean up the minor mess I caused with removing iterator.h. I shall take care ...Gabor Greif
2009-07-23enhance DepthFirstIterator to support more robust operations in the faceChris Lattner
2009-03-21add some inline methods for infix operators on sparse vectors,Chris Lattner
2009-02-20Fixed lint errors:Misha Brukman
2008-05-29For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h"Anton Korobeynikov
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-12-15Use references in DF iterators. This eliminates copy-ctor calls on huge objec...Anton Korobeynikov
2007-06-21Have internal df_iterator's use SmallPtrSet instead of std::set. This provid...Owen Anderson
2005-04-21Remove trailing whitespaceMisha Brukman
2004-09-01Changes For Bug 352Reid Spencer
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM notice.John Criswell
2003-10-13Add missing default argumentChris Lattner
2003-10-13add support for "external" depth first iterators, which store the 'visited' setChris Lattner
2003-10-13Extricate the "reverse" support from the depth-first iterator. This is reallyChris Lattner
2003-09-30Standardize header file commentsChris Lattner
2003-07-25Fix another accessibility problem illuminated by GCC 3.3Chris Lattner
2003-06-17Regularize the names of #include-guards.Brian Gaeke
2002-10-28Don't #include <Support/*>, #include "Support/*"Chris Lattner
2002-07-24Changes to build with GCC 3.1Chris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-11-27Create a new #include "Support/..." directory structure to move thingsChris Lattner