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