summaryrefslogtreecommitdiff
path: root/include/llvm/ADT/STLExtras.h
Commit message (Expand)AuthorAge
* Remove trailing whitespaceMisha Brukman2005-04-21
* remove some more dead templates and a dead macro.Chris Lattner2005-02-22
* Remove a bunch of dead templates.Chris Lattner2005-02-22
* Changes For Bug 352Reid Spencer2004-09-01
* Add greater_ptr functor.Alkis Evlogimenos2004-07-21
* Add comparator useful for natural comparisons on collections withAlkis Evlogimenos2004-05-30
* Noone cares about similarity to boostChris Lattner2004-02-24
* Add next() and prior() iterator utility functions. Unlike std::advanceAlkis Evlogimenos2004-02-14
* A better way to get std::pair into the compiler's little, walnut-sized brain.Brian Gaeke2003-11-23
* This is a hack to make this file compile under g++-3.0.x;Brian Gaeke2003-11-23
* Remove needless dependence on boostChris Lattner2003-11-13
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Add std::pair tier. This is a much simplified version of boost::tieAlkis Evlogimenos2003-11-05
* Added LLVM notice.John Criswell2003-10-20
* Standardize header file commentsChris Lattner2003-09-30
* Regularize the names of #include-guards.Brian Gaeke2003-06-17
* Add neccesary #includeChris Lattner2002-10-27
* disable the unused "pointer" memberChris Lattner2002-10-13
* Remove obsolete namespace from exampleChris Lattner2002-04-28
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-20
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-27