aboutsummaryrefslogtreecommitdiff
path: root/include/Support/ilist
AgeCommit message (Expand)Author
2004-02-09Add global methods that prevent us from using ilist::iterators asAlkis Evlogimenos
2004-02-08One of the 'annoying' things about ilists is that the iterators don't behaveChris Lattner
2003-11-17Fix copy-and-pasteoChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20This #include is no longer necessaryChris Lattner
2003-10-20Added LLVM notice.John Criswell
2003-10-15This file uses assert and doesn't include anything which already #includes <c...Chris Lattner
2003-09-30Standardize header file commentsChris Lattner
2003-08-29Fix compilation problems with G++ 3.4Chris Lattner
2003-07-25Fix accessibility problems GCC 3.3Chris Lattner
2003-06-30Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell
2003-06-17Regularize the names of #include-guards.Brian Gaeke
2003-04-23Allow autoconversion from ilist_iterator<T> to T* in a dyn_cast and friendsChris Lattner
2002-09-16Add ilist_iterator constructor from a node reference.Vikram S. Adve
2002-07-24Use the new include/Support/iterator fileChris Lattner
2002-07-24Changes to make it GCC 3.1 compatibleChris Lattner
2002-06-25changes to make it compatible with 64bit gccAnand Shukla
2002-06-25MEGAPATCH checkin.Chris Lattner