aboutsummaryrefslogtreecommitdiff
path: root/include/Support/STLExtras.h
AgeCommit message (Expand)Author
2004-09-01Changes For Bug 352Reid Spencer
2004-07-21Add greater_ptr functor.Alkis Evlogimenos
2004-05-30Add comparator useful for natural comparisons on collections withAlkis Evlogimenos
2004-02-24Noone cares about similarity to boostChris Lattner
2004-02-14Add next() and prior() iterator utility functions. Unlike std::advanceAlkis Evlogimenos
2003-11-23A better way to get std::pair into the compiler's little, walnut-sized brain.Brian Gaeke
2003-11-23This is a hack to make this file compile under g++-3.0.x;Brian Gaeke
2003-11-13Remove needless dependence on boostChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-11-05Add std::pair tier. This is a much simplified version of boost::tieAlkis Evlogimenos
2003-10-20Added LLVM notice.John Criswell
2003-09-30Standardize header file commentsChris Lattner
2003-06-17Regularize the names of #include-guards.Brian Gaeke
2002-10-27Add neccesary #includeChris Lattner
2002-10-13disable the unused "pointer" memberChris Lattner
2002-04-28Remove obsolete namespace from exampleChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-11-27Create a new #include "Support/..." directory structure to move thingsChris Lattner