summaryrefslogtreecommitdiff
path: root/include/llvm/ADT/ilist_node.h
Commit message (Expand)AuthorAge
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* Fix const ilist_node::get{Prev,Next}Node() to actually compile. Picky, picky.Daniel Dunbar2010-05-13
* ADT: Add ilist_node::get{Prev,Next}Node, which return the adjacent node or null.Daniel Dunbar2010-05-12
* Public and private corrections, warned about by icc (#304).Duncan Sands2009-09-06
* Remove all the LLVM_COMPACTIFY_SENTINELS-related macro magic as discussed wit...Gabor Greif2009-08-26
* re-committing yesterday's r79938.Gabor Greif2009-08-25
* --- Reverse-merging r79938 into '.':Bill Wendling2009-08-25
* Resubmit an earlier patch of mine:Gabor Greif2009-08-24
* Revert r67844. This fixes the llvm-gcc-4.2 build on Darwin.Dan Gohman2009-03-27
* Reapply r66415, which was reverted in r66426 forDuncan Sands2009-03-27
* Revert r66415. It's causing failures during bootstrap builds:Bill Wendling2009-03-09
* in builds without asserts we do not need to allocate the Next pointer in "gho...Gabor Greif2009-03-09
* group friendshipGabor Greif2009-02-27
* Introduce a new technique for merging BasicBlock with Instruction sentinel by...Gabor Greif2009-02-27
* Removed trailing whitespace.Misha Brukman2009-01-09
* Fold the useful features of alist and alist_node into ilist, andDan Gohman2008-07-28