aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/DepthFirstIterator.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-6/+4
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-20/+18
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-1/+1
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-0/+14
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-0/+13
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-031-1/+1
* Fix a typo (the the => the)Sylvestre Ledru2012-07-231-1/+1
* Simplify this code.Dan Gohman2011-03-011-2/+1
* Revert r111394. It was too aggressive.Jakob Stoklund Olesen2010-08-181-9/+0
* Aggressively prune the DFS when inserting phi-defs.Jakob Stoklund Olesen2010-08-181-0/+9
* Add df_iterator::getPathLength and getPath as a way of getting a path from theJakob Stoklund Olesen2010-08-181-0/+10
* Clean up the minor mess I caused with removing iterator.h. I shall take care ...Gabor Greif2009-08-271-3/+4
* enhance DepthFirstIterator to support more robust operations in the faceChris Lattner2009-07-231-23/+49
* add some inline methods for infix operators on sparse vectors,Chris Lattner2009-03-211-8/+4
* Fixed lint errors:Misha Brukman2009-02-201-1/+1
* 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
* Use references in DF iterators. This eliminates copy-ctor calls on huge objec...Anton Korobeynikov2007-12-151-16/+20
* Have internal df_iterator's use SmallPtrSet instead of std::set. This provid...Owen Anderson2007-06-211-3/+5
* Remove trailing whitespaceMisha Brukman2005-04-211-11/+11
* 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/+3
* Added LLVM notice.John Criswell2003-10-201-0/+7
* Add missing default argumentChris Lattner2003-10-131-1/+1
* add support for "external" depth first iterators, which store the 'visited' setChris Lattner2003-10-131-11/+99
* Extricate the "reverse" support from the depth-first iterator. This is reallyChris Lattner2003-10-131-55/+38
* Standardize header file commentsChris Lattner2003-09-301-1/+1
* Fix another accessibility problem illuminated by GCC 3.3Chris Lattner2003-07-251-1/+1
* Regularize the names of #include-guards.Brian Gaeke2003-06-171-2/+2
* Don't #include <Support/*>, #include "Support/*"Chris Lattner2002-10-281-1/+1
* Changes to build with GCC 3.1Chris Lattner2002-07-241-3/+5
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-7/+7
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-271-0/+147