[ADT] Apply a large hammer to StringRef functions: attribute always_inline.
[oota-llvm.git] / include / llvm / ADT / PostOrderIterator.h
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-04-15 Daniel BerlinUpdate for post-commit review comments
2015-04-15 Daniel BerlinAdd range iterators for post order and inverse post...
2015-03-15 David MajnemerPostOrderIterator: Remove stray semicolon
2015-03-15 David BlaikieRemove reserved identifier & some unnecessary 'inline'
2014-11-20 Michael IlsemanUpdate template specialization to reflect API changes.
2014-11-19 David BlaikieUpdate SetVector to rely on the underlying set's insert...
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2013-03-20 Rafael EspindolaAdd std prefixes to fix the build with xlc.
2012-07-17 Jakob Stoklund OlesenFix broken ipo_ext_iterator constructors.
2012-07-17 Jakob Stoklund OlesenAllow for customized graph edge pruning in PostOrderIte...
2011-08-03 Andrew TrickAn interface for iterating over a loop's blocks in...
2011-02-09 Dan GohmanOptimize po_iterator: don't do redundant lookups.
2010-07-08 Duncan SandsUse std::vector rather than SmallVector here because...
2010-07-08 Duncan SandsDo not use std::stack because it causes obscure failure...
2009-08-27 Gabor Greifeliminate all 80-col violations that I have introduced...
2009-08-27 Gabor GreifClean up the minor mess I caused with removing iterator...
2009-07-07 Chris Lattnerfix a bug in post-order iterators with external storage...
2009-06-15 Owen AndersonOwen Anderson 2009-06-15: Use a SmallPtrSet here, for...
2009-02-20 Misha BrukmanFixed lint errors:
2009-01-09 Misha BrukmanRemoved trailing whitespace.
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-09-24 Owen AndersonFix typo.
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...