aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/ilist.h
Commit message (Expand)AuthorAgeFilesLines
* Public and private corrections, warned about by icc (#304).Duncan Sands2009-09-061-4/+4
* eliminate all 80-col violations that I have introduced in my recent checkins ...Gabor Greif2009-08-271-1/+2
* Clean up the minor mess I caused with removing iterator.h. I shall take care ...Gabor Greif2009-08-271-3/+3
* Remove all the LLVM_COMPACTIFY_SENTINELS-related macro magic as discussed wit...Gabor Greif2009-08-261-18/+0
* re-committing yesterday's r79938.Gabor Greif2009-08-251-3/+18
* --- Reverse-merging r79938 into '.':Bill Wendling2009-08-251-10/+3
* Resubmit an earlier patch of mine:Gabor Greif2009-08-241-3/+10
* catch a typo and simplify call syntaxGabor Greif2009-08-121-3/+3
* fix build on VC++2k8.Torok Edwin2009-06-021-4/+4
* fix a broken assertion in ilist_iterator, which caused it to crash in theChris Lattner2009-04-101-1/+1
* Give sentinel traits the right to determine the policy where the sentinel is ...Gabor Greif2009-03-041-8/+37
* drop support for GCC 2.x as it is hopelessly broken anywayGabor Greif2009-03-021-15/+4
* make traits more flexible by splitting out node-related fragmentGabor Greif2009-02-281-6/+14
* Removed trailing whitespace.Misha Brukman2009-02-201-1/+1
* Fixed lint errors:Misha Brukman2009-02-201-1/+2
* Add explicit this-> (to make the VS compiler happy).Steve Naroff2009-01-211-1/+1
* Fix ilist two-phase name lookupDouglas Gregor2009-01-211-1/+1
* add a new insertAfter method, patch by Tom Jablin!Chris Lattner2009-01-131-0/+7
* * Fixed spelling of "sentinel"Misha Brukman2009-01-081-23/+23
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-051-2/+1
* Add several more unimplemented operator overloads to ilist_iteratorDan Gohman2009-01-041-4/+16
* Add explicit this-> for some member function in templated base class.Cedric Venet2008-12-131-24/+24
* Removed unused parameters.Bill Wendling2008-08-011-5/+5
* Fold the useful features of alist and alist_node into ilist, andDan Gohman2008-07-281-8/+27
* operator[] is not defined for list::iterator. Overload it in ilist::iteratorNick Lewycky2008-07-121-0/+4
* Make typedefs in ilist public (Visual C++ errors out when they are private).Ted Kremenek2008-07-101-1/+2
* Add some basic Pool-allocation infrastructure. This adds a Recycler class,Dan Gohman2008-07-071-3/+3
* Make ilist noncopyable too.Dan Gohman2008-07-071-0/+6
* Update guardsAnton Korobeynikov2008-05-291-3/+3
* For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h"Anton Korobeynikov2008-05-291-0/+634