aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/ilist
Commit message (Expand)AuthorAgeFilesLines
* remove compat_iterator, which is dead in the tree.Chris Lattner2005-03-161-92/+0
* Improve conformance with the Misha spelling benchmark suiteChris Lattner2005-01-301-4/+4
* Rename createNode -> createSentinal.Chris Lattner2005-01-291-3/+4
* Fix #include flavorChris Lattner2004-10-041-1/+1
* Changes For Bug 352Reid Spencer2004-09-011-4/+4
* Silence a warningChris Lattner2004-06-041-1/+1
* Only use the non-standards-compliant std::distance on the compiler that isChris Lattner2004-06-031-4/+5
* Add global methods that prevent us from using ilist::iterators asAlkis Evlogimenos2004-02-091-0/+12
* One of the 'annoying' things about ilists is that the iterators don't behaveChris Lattner2004-02-081-6/+94
* Fix copy-and-pasteoChris Lattner2003-11-171-1/+1
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-1/+5
* This #include is no longer necessaryChris Lattner2003-10-201-1/+0
* Added LLVM notice.John Criswell2003-10-201-0/+7
* This file uses assert and doesn't include anything which already #includes <c...Chris Lattner2003-10-151-0/+1
* Standardize header file commentsChris Lattner2003-09-301-1/+1
* Fix compilation problems with G++ 3.4Chris Lattner2003-08-291-17/+17
* Fix accessibility problems GCC 3.3Chris Lattner2003-07-251-1/+3
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-301-1/+0
* Regularize the names of #include-guards.Brian Gaeke2003-06-171-2/+2
* Allow autoconversion from ilist_iterator<T> to T* in a dyn_cast and friendsChris Lattner2003-04-231-0/+20
* Add ilist_iterator constructor from a node reference.Vikram S. Adve2002-09-161-0/+1
* Use the new include/Support/iterator fileChris Lattner2002-07-241-8/+3
* Changes to make it GCC 3.1 compatibleChris Lattner2002-07-241-3/+20
* changes to make it compatible with 64bit gccAnand Shukla2002-06-251-2/+2
* MEGAPATCH checkin.Chris Lattner2002-06-251-0/+492