Reformat headers in ADT and Support partially.
[oota-llvm.git] / include / llvm / ADT / DepthFirstIterator.h
2015-08-10 NAKAMURA TakumiReformat headers in ADT and Support partially.
2015-08-10 NAKAMURA TakumiWhitespace.
2015-08-10 NAKAMURA TakumiReformat linebreaks.
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-05-08 Daniel BerlinAdd a comment about DepthFirstIterator's skipchildren...
2015-04-15 Daniel BerlinUpdate for post-commit review comments
2015-03-15 David BlaikieRemove use of reserved identifier
2015-02-27 Benjamin KramerReduce double set lookups.
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2014-08-24 Craig TopperUse range based for loops to avoid needing to re-mentio...
2014-04-11 David BlaikieImplement depth_first and inverse_depth_first range...
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-07-23 Sylvestre LedruFix a typo (the the => the)
2011-03-01 Dan GohmanSimplify this code.
2010-08-18 Jakob Stoklund OlesenRevert r111394. It was too aggressive.
2010-08-18 Jakob Stoklund OlesenAggressively prune the DFS when inserting phi-defs.
2010-08-18 Jakob Stoklund OlesenAdd df_iterator::getPathLength and getPath as a way...
2009-08-27 Gabor GreifClean up the minor mess I caused with removing iterator...
2009-07-23 Chris Lattnerenhance DepthFirstIterator to support more robust opera...
2009-03-21 Chris Lattneradd some inline methods for infix operators on sparse...
2009-02-20 Misha BrukmanFixed lint errors:
2008-05-29 Anton KorobeynikovFor PR1338: rename include/llvm/ADT/ilist and friends...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-15 Anton KorobeynikovUse references in DF iterators. This eliminates copy...
2007-06-21 Owen AndersonHave internal df_iterator's use SmallPtrSet instead...
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-09-01 Reid SpencerChanges For Bug 352
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM notice.
2003-10-13 Chris LattnerAdd missing default argument
2003-10-13 Chris Lattneradd support for "external" depth first iterators, which...
2003-10-13 Chris LattnerExtricate the "reverse" support from the depth-first...
2003-09-30 Chris LattnerStandardize header file comments
2003-07-25 Chris LattnerFix another accessibility problem illuminated by GCC 3.3
2003-06-17 Brian GaekeRegularize the names of #include-guards.
2002-10-28 Chris LattnerDon't #include <Support/*>, #include "Support/*"
2002-07-24 Chris LattnerChanges to build with GCC 3.1
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...