summaryrefslogtreecommitdiff
path: root/include/llvm/ADT/ilist.h
Commit message (Expand)AuthorAge
* Removed unused parameters.Bill Wendling2008-08-01
* Fold the useful features of alist and alist_node into ilist, andDan Gohman2008-07-28
* operator[] is not defined for list::iterator. Overload it in ilist::iteratorNick Lewycky2008-07-12
* Make typedefs in ilist public (Visual C++ errors out when they are private).Ted Kremenek2008-07-10
* Add some basic Pool-allocation infrastructure. This adds a Recycler class,Dan Gohman2008-07-07
* Make ilist noncopyable too.Dan Gohman2008-07-07
* Update guardsAnton Korobeynikov2008-05-29
* For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h"Anton Korobeynikov2008-05-29