summaryrefslogtreecommitdiff
path: root/include/llvm/ADT/ilist.h
Commit message (Expand)AuthorAge
* Cleanup the simplify_type implementation.Rafael Espindola2013-03-27
* Use LLVM_DELETED_FUNCTION rather than '// do not implement' comments.David Blaikie2013-02-18
* Add an iplist::clearAndLeakNodesUnsafely() function.Jakob Stoklund Olesen2013-01-04
* Add an assertion for a likely ilist::splice() contract violation.Jakob Stoklund Olesen2012-12-18
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-17
* Fixes the MSVC build.Francois Pichet2012-03-14
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* Add missing standard headers. Patch by Joerg Sonnenberger!Nick Lewycky2010-12-19
* Delete an unused declaration.Dan Gohman2010-08-29
* Add includes to get ptrdiff_t. This is needed by gcc-4.6 which hasDuncan Sands2010-06-10
* Names from dependent base classes are not found by unqualified lookup.John McCall2009-12-15
* Public and private corrections, warned about by icc (#304).Duncan Sands2009-09-06
* eliminate all 80-col violations that I have introduced in my recent checkins ...Gabor Greif2009-08-27
* Clean up the minor mess I caused with removing iterator.h. I shall take care ...Gabor Greif2009-08-27
* Remove all the LLVM_COMPACTIFY_SENTINELS-related macro magic as discussed wit...Gabor Greif2009-08-26
* re-committing yesterday's r79938.Gabor Greif2009-08-25
* --- Reverse-merging r79938 into '.':Bill Wendling2009-08-25
* Resubmit an earlier patch of mine:Gabor Greif2009-08-24
* catch a typo and simplify call syntaxGabor Greif2009-08-12
* fix build on VC++2k8.Torok Edwin2009-06-02
* fix a broken assertion in ilist_iterator, which caused it to crash in theChris Lattner2009-04-10
* Give sentinel traits the right to determine the policy where the sentinel is ...Gabor Greif2009-03-04
* drop support for GCC 2.x as it is hopelessly broken anywayGabor Greif2009-03-02
* make traits more flexible by splitting out node-related fragmentGabor Greif2009-02-28
* Removed trailing whitespace.Misha Brukman2009-02-20
* Fixed lint errors:Misha Brukman2009-02-20
* Add explicit this-> (to make the VS compiler happy).Steve Naroff2009-01-21
* Fix ilist two-phase name lookupDouglas Gregor2009-01-21
* add a new insertAfter method, patch by Tom Jablin!Chris Lattner2009-01-13
* * Fixed spelling of "sentinel"Misha Brukman2009-01-08
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-05
* Add several more unimplemented operator overloads to ilist_iteratorDan Gohman2009-01-04
* Add explicit this-> for some member function in templated base class.Cedric Venet2008-12-13
* 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