summaryrefslogtreecommitdiff
path: root/lib/VMCore/SymbolTableListTraitsImpl.h
Commit message (Expand)AuthorAge
* Fold the useful features of alist and alist_node into ilist, andDan Gohman2008-07-28
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* 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
* Switch ValueSymbolTable to use StringMap<Value*> instead of std::map<std::str...Chris Lattner2007-02-12
* For PR411:Reid Spencer2007-02-05
* For PR411:Reid Spencer2007-01-06
* 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.John Criswell2003-10-21
* Fix spelling/grammar.Misha Brukman2003-10-10
* - Eliminated the deferred symbol table stuff in Module & Function, it reallyChris Lattner2002-11-20
* *** empty log message ***Chris Lattner2002-07-24
* MEGAPATCH checkin.Chris Lattner2002-06-25