Add some out-of-line virtual dtors so that the class has a "home", preventing
[oota-llvm.git] / include / llvm / ADT / PostOrderIterator.h
2006-02-22 Chris LattnerMake the LLVM headers "-ansi -pedantic -Wno-long-long...
2005-12-07 Chris LattnerRemove a now-dead map, patch by Saem Ghani, thanks!
2005-12-06 Chris LattnerImplement external storage for post-order iteration...
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-09-28 Alkis EvlogimenosAdd includes and use std:: for standard library calls...
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-09-30 Chris LattnerStandardize header file comments
2003-08-18 Misha BrukmanSpell `necessary' correctly.
2003-07-25 Chris LattnerFix visibility problem exposed by GCC 3.3
2003-06-17 Brian GaekeRegularize the names of #include-guards.
2003-03-21 Chris LattnerUpdate comment
2002-10-28 Chris LattnerDon't #include <Support/*>, #include "Support/*"
2002-07-25 Chris LattnerGCC 3.1 changes
2002-07-24 Chris LattnerGCC 3.1 fixes
2002-02-24 Chris LattnerGenericize the ReversePostOrderIterator.
2002-02-04 Chris LattnerPostOrderIterator really does depend on Method and...
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...