aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/ADT/PostOrderIterator.h
AgeCommit message (Expand)Author
2013-03-20Add std prefixes to fix the build with xlc.Rafael Espindola
2012-07-17Fix broken ipo_ext_iterator constructors.Jakob Stoklund Olesen
2012-07-17Allow for customized graph edge pruning in PostOrderIterator.hJakob Stoklund Olesen
2011-08-03An interface for iterating over a loop's blocks in DFS order.Andrew Trick
2011-02-09Optimize po_iterator: don't do redundant lookups.Dan Gohman
2010-07-08Use std::vector rather than SmallVector here because SmallVectorDuncan Sands
2010-07-08Do not use std::stack because it causes obscure failures whenDuncan Sands
2009-08-27eliminate all 80-col violations that I have introduced in my recent checkins ...Gabor Greif
2009-08-27Clean up the minor mess I caused with removing iterator.h. I shall take care ...Gabor Greif
2009-07-07fix a bug in post-order iterators with external storage, patch byChris Lattner
2009-06-15Owen Anderson 2009-06-15: Use a SmallPtrSet here, for speed and to match df_i...Owen Anderson
2009-02-20Fixed lint errors:Misha Brukman
2009-01-09Removed trailing whitespace.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-09-24Fix typo.Owen Anderson
2006-02-22Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.Chris Lattner
2005-12-07Remove a now-dead map, patch by Saem Ghani, thanks!Chris Lattner
2005-12-06Implement external storage for post-order iteration, implementing PR267Chris Lattner
2005-04-22Convert tabs to spacesMisha Brukman
2005-04-21Remove trailing whitespaceMisha Brukman
2004-09-28Add includes and use std:: for standard library calls to make codeAlkis Evlogimenos
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-09-30Standardize header file commentsChris Lattner
2003-08-18Spell `necessary' correctly.Misha Brukman
2003-07-25Fix visibility problem exposed by GCC 3.3Chris Lattner
2003-06-17Regularize the names of #include-guards.Brian Gaeke
2003-03-21Update commentChris Lattner
2002-10-28Don't #include <Support/*>, #include "Support/*"Chris Lattner
2002-07-25GCC 3.1 changesChris Lattner
2002-07-24GCC 3.1 fixesChris Lattner
2002-02-24Genericize the ReversePostOrderIterator.Chris Lattner
2002-02-04PostOrderIterator really does depend on Method and BasicBlock. Obviously thisChris 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