aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/ilist.h
Commit message (Expand)AuthorAgeFilesLines
* Cleanup the simplify_type implementation.Rafael Espindola2013-03-271-2/+2
* Use LLVM_DELETED_FUNCTION rather than '// do not implement' comments.David Blaikie2013-02-181-6/+6
* Add an iplist::clearAndLeakNodesUnsafely() function.Jakob Stoklund Olesen2013-01-041-0/+11
* Add an assertion for a likely ilist::splice() contract violation.Jakob Stoklund Olesen2012-12-181-0/+4
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-171-2/+3
* Fixes the MSVC build.Francois Pichet2012-03-141-4/+0
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* Add missing standard headers. Patch by Joerg Sonnenberger!Nick Lewycky2010-12-191-0/+1
* Delete an unused declaration.Dan Gohman2010-08-291-1/+0
* Add includes to get ptrdiff_t. This is needed by gcc-4.6 which hasDuncan Sands2010-06-101-0/+1
* Names from dependent base classes are not found by unqualified lookup.John McCall2009-12-151-1/+1
* 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