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