SmallVector: Resolve a long-standing fixme by using the existing unitialized_copy...
[oota-llvm.git] / include / llvm / ADT / ilist_node.h
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-04-24 Craig Topper[C++] Use 'nullptr'.
2014-04-13 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-04-07 Craig Topper[C++11] Make use of 'nullptr' in the Support library.
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2010-05-13 Daniel DunbarFix const ilist_node::get{Prev,Next}Node() to actually...
2010-05-12 Daniel DunbarADT: Add ilist_node::get{Prev,Next}Node, which return...
2009-09-06 Duncan SandsPublic and private corrections, warned about by icc...
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-03-27 Dan GohmanRevert r67844. This fixes the llvm-gcc-4.2 build on...
2009-03-27 Duncan SandsReapply r66415, which was reverted in r66426 for
2009-03-09 Bill WendlingRevert r66415. It's causing failures during bootstrap...
2009-03-09 Gabor Greifin builds without asserts we do not need to allocate...
2009-02-27 Gabor Greifgroup friendship
2009-02-27 Gabor GreifIntroduce a new technique for merging BasicBlock with...
2009-01-09 Misha BrukmanRemoved trailing whitespace.
2008-07-28 Dan GohmanFold the useful features of alist and alist_node into...