Unbreak build with gcc 4.3: provide missed includes and silence most annoying warnings.
[oota-llvm.git] / include / llvm / ADT / ilist
2008-02-20 Anton KorobeynikovUnbreak build with gcc 4.3: provide missed includes...
2007-12-29 Chris Lattnerremove attribution from a variety of miscellaneous...
2007-08-17 Chris Lattnerimprove iplist comments. Switch iplist from allocating...
2007-04-17 Chris LattnerCommit an patch from Gabor Greif in Mar 2005. This...
2005-06-15 Nate BegemanAdd some operators the PowerPC backend needs to efficie...
2005-03-16 Chris Lattnerremove compat_iterator, which is dead in the tree.
2005-01-30 Chris LattnerImprove conformance with the Misha spelling benchmark...
2005-01-29 Chris LattnerRename createNode -> createSentinal.
2004-10-04 Chris LattnerFix #include flavor
2004-09-01 Reid SpencerChanges For Bug 352
2004-06-04 Chris LattnerSilence a warning
2004-06-03 Chris LattnerOnly use the non-standards-compliant std::distance...
2004-02-09 Alkis EvlogimenosAdd global methods that prevent us from using ilist...
2004-02-08 Chris LattnerOne of the 'annoying' things about ilists is that the...
2003-11-17 Chris LattnerFix copy-and-pasteo
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 Chris LattnerThis #include is no longer necessary
2003-10-20 John CriswellAdded LLVM notice.
2003-10-15 Chris LattnerThis file uses assert and doesn't include anything...
2003-09-30 Chris LattnerStandardize header file comments
2003-08-29 Chris LattnerFix compilation problems with G++ 3.4
2003-07-25 Chris LattnerFix accessibility problems GCC 3.3
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-06-17 Brian GaekeRegularize the names of #include-guards.
2003-04-23 Chris LattnerAllow autoconversion from ilist_iterator<T> to T* in...
2002-09-16 Vikram S. AdveAdd ilist_iterator constructor from a node reference.
2002-07-24 Chris LattnerUse the new include/Support/iterator file
2002-07-24 Chris LattnerChanges to make it GCC 3.1 compatible
2002-06-25 Anand Shuklachanges to make it compatible with 64bit gcc
2002-06-25 Chris LattnerMEGAPATCH checkin.