summaryrefslogtreecommitdiffstats
path: root/include/llvm/SymbolTableListTraits.h
Commit message (Expand)AuthorAgeFilesLines
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-78/+0
* Remove unused typedefs gcc4.8 warns about.Roman Divacky2012-09-051-1/+0
* Avoid many "variable 'Sub' set but not used [-Wunused-but-set-variable]" warn...Duncan Sands2010-06-101-3/+2
* Forward-declare ValueSymbolTable so that SymbolTableListTraits.h can be parse...Douglas Gregor2009-09-301-1/+2
* simplify the way how traits get hold of the symbol tableGabor Greif2009-03-071-2/+8
* further simplifications arising from peruse of the more declarative interfaceGabor Greif2009-03-071-1/+5
* Remove the burden of dealing with list offsetsGabor Greif2009-03-071-2/+7
* fix commentsGabor Greif2009-02-271-4/+2
* remove deleteNode definition, it is inherited in an identical fashionGabor Greif2009-02-261-4/+0
* Fold the useful features of alist and alist_node into ilist, andDan Gohman2008-07-281-14/+4
* Add some basic Pool-allocation infrastructure. This adds a Recycler class,Dan Gohman2008-07-071-0/+4
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Change casts from old style to new style. This helps document the detailsReid Spencer2007-08-121-1/+1
* The (negative) offset from a SymbolTableListTraits-using ilist to its containerChris Lattner2007-04-171-3/+7
* Refactor SymbolTableListTraits to only have a single pointer in it, insteadChris Lattner2007-04-171-17/+10
* Remove trailing whitespaceMisha Brukman2005-04-211-3/+3
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* Standardize header file commentsChris Lattner2003-09-301-1/+1
* *** empty log message ***Chris Lattner2002-06-251-0/+68