Don't attribute in file headers anymore. See llvmdev for the
[oota-llvm.git] / include / llvm / ADT / DepthFirstIterator.h
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...