Fixed lint errors:
[oota-llvm.git] / include / llvm / ADT / STLExtras.h
2009-02-20 Misha BrukmanFixed lint errors:
2009-01-09 Misha BrukmanRemoved trailing whitespace.
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
2009-01-02 Nick LewyckyFix typo.
2008-12-01 Chris Lattnerreenable array_pod_sort, this time hopefully happy...
2008-12-01 Chris Lattnerdon't #include <algorithm> into the llvm namespace.
2008-12-01 Chris Lattnerswitch to std::sort until I have time to sort this...
2008-12-01 Chris Lattnerdefine array_pod_sort in terms of operator< instead...
2008-12-01 Chris Lattnerdon't assume iterators implicitly convert to pointers.
2008-12-01 Chris LattnerIntroduce a new array_pod_sort function and switch...
2008-10-16 Dan GohmanFix several places that called mapped_iterator's constr...
2008-07-07 Dan GohmanDon't use std::advance just to increment or decrement...
2008-05-29 Anton KorobeynikovFor PR1338: rename include/llvm/ADT/ilist and friends...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-09-07 Owen AndersonAdd lengthof and endof templates that hide a lot of...
2007-05-03 Chris LattnerThis is a patch to fix a compile error in STLExtras...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-02-22 Chris Lattnerremove some more dead templates and a dead macro.
2005-02-22 Chris LattnerRemove a bunch of dead templates.
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-21 Alkis EvlogimenosAdd greater_ptr functor.
2004-05-30 Alkis EvlogimenosAdd comparator useful for natural comparisons on collec...
2004-02-24 Chris LattnerNoone cares about similarity to boost
2004-02-14 Alkis EvlogimenosAdd next() and prior() iterator utility functions....
2003-11-23 Brian GaekeA better way to get std::pair into the compiler's littl...
2003-11-23 Brian GaekeThis is a hack to make this file compile under g++...
2003-11-13 Chris LattnerRemove needless dependence on boost
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-05 Alkis EvlogimenosAdd std::pair tier. This is a much simplified version...
2003-10-20 John CriswellAdded LLVM notice.
2003-09-30 Chris LattnerStandardize header file comments
2003-06-17 Brian GaekeRegularize the names of #include-guards.
2002-10-27 Chris LattnerAdd neccesary #include
2002-10-13 Chris Lattnerdisable the unused "pointer" member
2002-04-28 Chris LattnerRemove obsolete namespace from example
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...