aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/DepthFirstIterator.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+232