| Commit message (Expand) | Author | Age | Files | Lines |
* | catch a typo and simplify call syntax | Gabor Greif | 2009-08-12 | 1 | -3/+3 |
* | fix build on VC++2k8. | Edwin Török | 2009-06-02 | 1 | -4/+4 |
* | fix a broken assertion in ilist_iterator, which caused it to crash in the | Chris Lattner | 2009-04-10 | 1 | -1/+1 |
* | Give sentinel traits the right to determine the policy where the sentinel is ... | Gabor Greif | 2009-03-04 | 1 | -8/+37 |
* | drop support for GCC 2.x as it is hopelessly broken anyway | Gabor Greif | 2009-03-02 | 1 | -15/+4 |
* | make traits more flexible by splitting out node-related fragment | Gabor Greif | 2009-02-28 | 1 | -6/+14 |
* | Removed trailing whitespace. | Misha Brukman | 2009-02-20 | 1 | -1/+1 |
* | Fixed lint errors: | Misha Brukman | 2009-02-20 | 1 | -1/+2 |
* | Add explicit this-> (to make the VS compiler happy). | Steve Naroff | 2009-01-21 | 1 | -1/+1 |
* | Fix ilist two-phase name lookup | Douglas Gregor | 2009-01-21 | 1 | -1/+1 |
* | add a new insertAfter method, patch by Tom Jablin! | Chris Lattner | 2009-01-13 | 1 | -0/+7 |
* | * Fixed spelling of "sentinel" | Misha Brukman | 2009-01-08 | 1 | -23/+23 |
* | Tidy up #includes, deleting a bunch of unnecessary #includes. | Dan Gohman | 2009-01-05 | 1 | -2/+1 |
* | Add several more unimplemented operator overloads to ilist_iterator | Dan Gohman | 2009-01-04 | 1 | -4/+16 |
* | Add explicit this-> for some member function in templated base class. | Cédric Venet | 2008-12-13 | 1 | -24/+24 |
* | Removed unused parameters. | Bill Wendling | 2008-08-01 | 1 | -5/+5 |
* | Fold the useful features of alist and alist_node into ilist, and | Dan Gohman | 2008-07-28 | 1 | -8/+27 |
* | operator[] is not defined for list::iterator. Overload it in ilist::iterator | Nick Lewycky | 2008-07-12 | 1 | -0/+4 |
* | Make typedefs in ilist public (Visual C++ errors out when they are private). | Ted Kremenek | 2008-07-10 | 1 | -1/+2 |
* | Add some basic Pool-allocation infrastructure. This adds a Recycler class, | Dan Gohman | 2008-07-07 | 1 | -3/+3 |
* | Make ilist noncopyable too. | Dan Gohman | 2008-07-07 | 1 | -0/+6 |
* | Update guards | Anton Korobeynikov | 2008-05-29 | 1 | -3/+3 |
* | For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h" | Anton Korobeynikov | 2008-05-29 | 1 | -0/+634 |