summaryrefslogtreecommitdiff
path: root/include/llvm/ADT/PostOrderIterator.h
Commit message (Expand)AuthorAge
* Add std prefixes to fix the build with xlc.Rafael Espindola2013-03-20
* Fix broken ipo_ext_iterator constructors.Jakob Stoklund Olesen2012-07-17
* Allow for customized graph edge pruning in PostOrderIterator.hJakob Stoklund Olesen2012-07-17
* An interface for iterating over a loop's blocks in DFS order.Andrew Trick2011-08-03
* Optimize po_iterator: don't do redundant lookups.Dan Gohman2011-02-09
* Use std::vector rather than SmallVector here because SmallVectorDuncan Sands2010-07-08
* Do not use std::stack because it causes obscure failures whenDuncan Sands2010-07-08
* eliminate all 80-col violations that I have introduced in my recent checkins ...Gabor Greif2009-08-27
* Clean up the minor mess I caused with removing iterator.h. I shall take care ...Gabor Greif2009-08-27
* fix a bug in post-order iterators with external storage, patch byChris Lattner2009-07-07
* Owen Anderson 2009-06-15: Use a SmallPtrSet here, for speed and to match df_i...Owen Anderson2009-06-15
* Fixed lint errors:Misha Brukman2009-02-20
* Removed trailing whitespace.Misha Brukman2009-01-09
* For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h"Anton Korobeynikov2008-05-29
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Fix typo.Owen Anderson2007-09-24
* Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.Chris Lattner2006-02-22
* Remove a now-dead map, patch by Saem Ghani, thanks!Chris Lattner2005-12-07
* Implement external storage for post-order iteration, implementing PR267Chris Lattner2005-12-06
* Convert tabs to spacesMisha Brukman2005-04-22
* Remove trailing whitespaceMisha Brukman2005-04-21
* Add includes and use std:: for standard library calls to make codeAlkis Evlogimenos2004-09-28
* Changes For Bug 352Reid Spencer2004-09-01
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM notice.John Criswell2003-10-20
* Standardize header file commentsChris Lattner2003-09-30
* Spell `necessary' correctly.Misha Brukman2003-08-18
* Fix visibility problem exposed by GCC 3.3Chris Lattner2003-07-25
* Regularize the names of #include-guards.Brian Gaeke2003-06-17
* Update commentChris Lattner2003-03-21
* Don't #include <Support/*>, #include "Support/*"Chris Lattner2002-10-28
* GCC 3.1 changesChris Lattner2002-07-25
* GCC 3.1 fixesChris Lattner2002-07-24
* Genericize the ReversePostOrderIterator.Chris Lattner2002-02-24
* PostOrderIterator really does depend on Method and BasicBlock. Obviously thisChris Lattner2002-02-04
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-20
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-27