Reapply my less-lock-contention-in-leak-detector patch, now with new files
[oota-llvm.git] / lib / VMCore / LeakDetector.cpp
2009-08-19 Owen AndersonReapply my less-lock-contention-in-leak-detector patch...
2009-08-19 Owen AndersonRevert my last patch temporarily.
2009-08-19 Owen AndersonPrivatize part of the leak detector mechanism, which...
2009-07-07 Owen AndersonHave scoped mutexes take referenes instead of pointers.
2009-06-18 Owen AndersonSimplify.
2009-06-18 Owen AndersonMove Threading.[h|cpp] from Support to System.
2009-06-17 Owen AndersonThread-safe (and ManagedStatic-ized) LeakDetector!
2008-08-14 Owen AndersonHave LeakDetector use a SmallPtrSet instead of an std...
2008-07-07 Dan GohmanAdd explicit keywords.
2008-04-10 Dan GohmanMake several symbols static.
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-11-28 Bill WendlingChanged to using LLVM streams.
2006-08-27 Chris Lattners|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
2006-06-28 Chris LattnerUse hidden visibility to reduce codesize
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-11-19 Chris LattnerFix memory leaks, patch contributed by Morten Ofstad!
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-15 Chris LattnerBug fixes for PR341
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not #include...
2004-02-15 Chris LattnerFix a bug in the recent rewrite of the leakdetector...
2004-02-14 Alkis EvlogimenosModularize implementation of LeakDetector into a typed...
2003-12-14 Chris LattnerFinegrainify namespacification
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2002-09-19 Chris LattnerAdd an optimization to support the most common access...
2002-09-10 Chris LattnerRemove extra #include
2002-09-08 Chris LattnerCheckin initial support for automatic memory leak detec...