aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/SymbolTableListTraitsImpl.h
AgeCommit message (Expand)Author
2008-07-28Fold the useful features of alist and alist_node into ilist, andDan Gohman
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
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
2007-02-12Switch ValueSymbolTable to use StringMap<Value*> instead of std::map<std::str...Chris Lattner
2007-02-05For PR411:Reid Spencer
2007-01-06For PR411:Reid Spencer
2005-04-21Remove trailing whitespaceMisha Brukman
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-21Added LLVM copyright header.John Criswell
2003-10-10Fix spelling/grammar.Misha Brukman
2002-11-20 - Eliminated the deferred symbol table stuff in Module & Function, it reallyChris Lattner
2002-07-24*** empty log message ***Chris Lattner
2002-06-25MEGAPATCH checkin.Chris Lattner