Fix XCoreTargetLowering::isLegalAddressingMode() to handle VoidTy.
[oota-llvm.git] / lib / VMCore / TypeSymbolTable.cpp
2010-01-05 David GreeneChange errs() to dbgs().
2009-11-06 Daniel DunbarPass StringRef by value.
2009-11-01 Chris Lattnerremove a bunch of locking from LLVMContextImpl. Since...
2009-09-12 Dan GohmanFix the build when DEBUG_SYMBOL_TABLE is set.
2009-08-23 Benjamin KramerKill off more cerr/cout uses and prune includes a bit.
2009-08-06 Daniel DunbarDon't search the entire type table just to delete a...
2009-07-25 Daniel DunbarFinish migrating VMCore to StringRef/Twine based APIs.
2009-07-07 Owen AndersonHave scoped mutexes take referenes instead of pointers.
2009-06-18 Owen AndersonSimplify with SmartRWMutex.
2009-06-18 Owen AndersonMove Threading.[h|cpp] from Support to System.
2009-06-17 Owen AndersonType safety for TypeSymbolTable!
2008-05-15 Gabor GreifFix a bunch of 80col violations that arose from the...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-02-07 Chris Lattnershrink vmcore by moving symbol table stripping support...
2007-02-07 Chris LattnerEliminate the O(n) version of TypeSymbolTable::remove...
2007-02-07 Chris LattnerTypeSymbolTable::rename is dead, remove it
2007-01-06 Reid SpencerFor PR411:
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-11-28 Bill WendlingChanged to using LLVM streams.
2006-01-11 Jeff CohenFix VC++ compilation error.
2006-01-11 Chris LattnerSimple is good
2006-01-10 Reid SpencerFor PR411: