Age | Commit message (Expand) | Author |
2012-11-16 | typo | Andrew Trick |
2012-06-20 | Remove 'static' from inline functions defined in header files. | Chandler Carruth |
2012-04-20 | SparseSet: Add support for key-derived indexes and arbitrary key types. | Andrew Trick |
2011-07-21 | move tier out of an anonymous namespace, it doesn't make sense | Chris Lattner |
2010-08-30 | Kill a couple of unused variables. | Eric Christopher |
2010-03-12 | Free DbgScopes in DwarfDebug::endFunction(). Also increased the const-ness of | Jeffrey Yasskin |
2010-03-08 | Revert r97917, which was causing Clang Debug self-host failures. | Douglas Gregor |
2010-03-07 | Roll r97906 forward again, without double-deleting CompileUnit::IndexTyDie. | Jeffrey Yasskin |
2010-03-07 | _2_ gcc crashes, ah, ah, ah... | Jeffrey Yasskin |
2010-03-07 | Avoid leaking CompileUnits and DbgScopes from DwarfDebug. Leaks found by Val... | Jeffrey Yasskin |
2009-11-19 | cstdlib is not automatically included with StringRef anymore. | Benjamin Kramer |
2009-11-15 | add a version of array_pod_sort that takes a custom comparator function. | Chris Lattner |
2009-08-27 | Clean up the minor mess I caused with removing iterator.h. I shall take care ... | Gabor Greif |
2009-08-09 | STLExtras: Add less_ptr. | Daniel Dunbar |
2009-02-20 | Fixed lint errors: | Misha Brukman |
2009-01-09 | Removed trailing whitespace. | Misha Brukman |
2009-01-05 | Tidy up #includes, deleting a bunch of unnecessary #includes. | Dan Gohman |
2009-01-02 | Fix typo. | Nick Lewycky |
2008-12-01 | reenable array_pod_sort, this time hopefully happy on 64-bit | Chris Lattner |
2008-12-01 | don't #include <algorithm> into the llvm namespace. | Chris Lattner |
2008-12-01 | switch to std::sort until I have time to sort this out. | Chris Lattner |
2008-12-01 | define array_pod_sort in terms of operator< instead of my brain | Chris Lattner |
2008-12-01 | don't assume iterators implicitly convert to pointers. | Chris Lattner |
2008-12-01 | Introduce a new array_pod_sort function and switch LSR to use it | Chris Lattner |
2008-10-16 | Fix several places that called mapped_iterator's constructor without | Dan Gohman |
2008-07-07 | Don't use std::advance just to increment or decrement by one. | Dan Gohman |
2008-05-29 | For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h" | Anton Korobeynikov |
2007-12-29 | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner |
2007-09-07 | Add lengthof and endof templates that hide a lot of sizeof computations. | Owen Anderson |
2007-05-03 | This is a patch to fix a compile error in STLExtras.h, and | Chris Lattner |
2005-04-21 | Remove trailing whitespace | Misha Brukman |
2005-02-22 | remove some more dead templates and a dead macro. | Chris Lattner |
2005-02-22 | Remove a bunch of dead templates. | Chris Lattner |
2004-09-01 | Changes For Bug 352 | Reid Spencer |
2004-07-21 | Add greater_ptr functor. | Alkis Evlogimenos |
2004-05-30 | Add comparator useful for natural comparisons on collections with | Alkis Evlogimenos |
2004-02-24 | Noone cares about similarity to boost | Chris Lattner |
2004-02-14 | Add next() and prior() iterator utility functions. Unlike std::advance | Alkis Evlogimenos |
2003-11-23 | A better way to get std::pair into the compiler's little, walnut-sized brain. | Brian Gaeke |
2003-11-23 | This is a hack to make this file compile under g++-3.0.x; | Brian Gaeke |
2003-11-13 | Remove needless dependence on boost | Chris Lattner |
2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke |
2003-11-05 | Add std::pair tier. This is a much simplified version of boost::tie | Alkis Evlogimenos |
2003-10-20 | Added LLVM notice. | John Criswell |
2003-09-30 | Standardize header file comments | Chris Lattner |
2003-06-17 | Regularize the names of #include-guards. | Brian Gaeke |
2002-10-27 | Add neccesary #include | Chris Lattner |
2002-10-13 | disable the unused "pointer" member | Chris Lattner |
2002-04-28 | Remove obsolete namespace from example | Chris Lattner |
2002-01-20 | Changes to build successfully with GCC 3.02 | Chris Lattner |