summaryrefslogtreecommitdiff
path: root/include/Support/ilist
Commit message (Expand)AuthorAge
* Changes For Bug 352Reid Spencer2004-09-01
* Silence a warningChris Lattner2004-06-04
* Only use the non-standards-compliant std::distance on the compiler that isChris Lattner2004-06-03
* Add global methods that prevent us from using ilist::iterators asAlkis Evlogimenos2004-02-09
* One of the 'annoying' things about ilists is that the iterators don't behaveChris Lattner2004-02-08
* Fix copy-and-pasteoChris Lattner2003-11-17
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* This #include is no longer necessaryChris Lattner2003-10-20
* Added LLVM notice.John Criswell2003-10-20
* This file uses assert and doesn't include anything which already #includes <c...Chris Lattner2003-10-15
* Standardize header file commentsChris Lattner2003-09-30
* Fix compilation problems with G++ 3.4Chris Lattner2003-08-29
* Fix accessibility problems GCC 3.3Chris Lattner2003-07-25
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-30
* Regularize the names of #include-guards.Brian Gaeke2003-06-17
* Allow autoconversion from ilist_iterator<T> to T* in a dyn_cast and friendsChris Lattner2003-04-23
* Add ilist_iterator constructor from a node reference.Vikram S. Adve2002-09-16
* Use the new include/Support/iterator fileChris Lattner2002-07-24
* Changes to make it GCC 3.1 compatibleChris Lattner2002-07-24
* changes to make it compatible with 64bit gccAnand Shukla2002-06-25
* MEGAPATCH checkin.Chris Lattner2002-06-25