SmallVector: Resolve a long-standing fixme by using the existing unitialized_copy...
[oota-llvm.git] / include / llvm / ADT / ilist.h
2014-07-29 Rafael EspindolaDelete dead code.
2014-04-13 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-04-09 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-04-09 Craig Topper[C++11] Replace some comparisons with 'nullptr' with...
2014-04-07 Craig Topper[C++11] Make use of 'nullptr' in the Support library.
2013-09-13 Benjamin KramerAdd warn_unused_result to empty() on various containers.
2013-03-27 Rafael EspindolaCleanup the simplify_type implementation.
2013-02-18 David BlaikieUse LLVM_DELETED_FUNCTION rather than '// do not implem...
2013-01-04 Jakob Stoklund OlesenAdd an iplist::clearAndLeakNodesUnsafely() function.
2012-12-18 Jakob Stoklund OlesenAdd an assertion for a likely ilist::splice() contract...
2012-09-17 Craig TopperMark unimplemented copy constructors and copy assignmen...
2012-03-14 Francois PichetFixes the MSVC build.
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2010-12-19 Nick LewyckyAdd missing standard headers. Patch by Joerg Sonnenberger!
2010-08-29 Dan GohmanDelete an unused declaration.
2010-06-10 Duncan SandsAdd includes to get ptrdiff_t. This is needed by gcc...
2009-12-15 John McCallNames from dependent base classes are not found by...
2009-09-06 Duncan SandsPublic and private corrections, warned about by icc...
2009-08-27 Gabor Greifeliminate all 80-col violations that I have introduced...
2009-08-27 Gabor GreifClean up the minor mess I caused with removing iterator...
2009-08-26 Gabor GreifRemove all the LLVM_COMPACTIFY_SENTINELS-related macro...
2009-08-25 Gabor Greifre-committing yesterday's r79938.
2009-08-25 Bill Wendling--- Reverse-merging r79938 into '.':
2009-08-24 Gabor GreifResubmit an earlier patch of mine:
2009-08-12 Gabor Greifcatch a typo and simplify call syntax
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...