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