Make IntInits and ListInits typed. This helps deduce types of !if and
[oota-llvm.git] / include / llvm / ADT / ilist.h
2009-06-02 Torok Edwinfix build on VC++2k8.
2009-04-10 Chris Lattnerfix a broken assertion in ilist_iterator, which caused...
2009-03-04 Gabor GreifGive sentinel traits the right to determine the policy...
2009-03-02 Gabor Greifdrop support for GCC 2.x as it is hopelessly broken...
2009-02-28 Gabor Greifmake traits more flexible by splitting out node-related...
2009-02-20 Misha BrukmanRemoved trailing whitespace.
2009-02-20 Misha BrukmanFixed lint errors:
2009-01-21 Steve NaroffAdd explicit this-> (to make the VS compiler happy).
2009-01-21 Douglas GregorFix ilist two-phase name lookup
2009-01-13 Chris Lattneradd a new insertAfter method, patch by Tom Jablin!
2009-01-08 Misha Brukman* Fixed spelling of "sentinel"
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
2009-01-04 Dan GohmanAdd several more unimplemented operator overloads to...
2008-12-13 Cedric VenetAdd explicit this-> for some member function in templat...
2008-08-01 Bill WendlingRemoved unused parameters.
2008-07-28 Dan GohmanFold the useful features of alist and alist_node into...
2008-07-12 Nick Lewyckyoperator[] is not defined for list::iterator. Overload...
2008-07-10 Ted KremenekMake typedefs in ilist public (Visual C++ errors out...
2008-07-07 Dan GohmanAdd some basic Pool-allocation infrastructure. This...
2008-07-07 Dan GohmanMake ilist noncopyable too.
2008-05-29 Anton KorobeynikovUpdate guards
2008-05-29 Anton KorobeynikovFor PR1338: rename include/llvm/ADT/ilist and friends...