aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/SymbolTableListTraits.h
AgeCommit message (Expand)Author
2010-06-10Avoid many "variable 'Sub' set but not used [-Wunused-but-set-variable]" warn...Duncan Sands
2009-09-30Forward-declare ValueSymbolTable so that SymbolTableListTraits.h can be parse...Douglas Gregor
2009-03-07simplify the way how traits get hold of the symbol tableGabor Greif
2009-03-07further simplifications arising from peruse of the more declarative interfaceGabor Greif
2009-03-07Remove the burden of dealing with list offsetsGabor Greif
2009-02-27fix commentsGabor Greif
2009-02-26remove deleteNode definition, it is inherited in an identical fashionGabor Greif
2008-07-28Fold the useful features of alist and alist_node into ilist, andDan Gohman
2008-07-07Add some basic Pool-allocation infrastructure. This adds a Recycler class,Dan Gohman
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-08-12Change casts from old style to new style. This helps document the detailsReid Spencer
2007-04-17The (negative) offset from a SymbolTableListTraits-using ilist to its containerChris Lattner
2007-04-17Refactor SymbolTableListTraits to only have a single pointer in it, insteadChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell
2003-09-30Standardize header file commentsChris Lattner
2002-06-25*** empty log message ***Chris Lattner