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