aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/LeakDetector.cpp
AgeCommit message (Expand)Author
2010-11-29Merge System into Support.Michael J. Spencer
2009-11-01remove a bunch of locking from LLVMContextImpl. Since only one threadChris Lattner
2009-08-23Kill off more cerr/cout uses and prune includes a bit.Benjamin Kramer
2009-08-19Reapply my less-lock-contention-in-leak-detector patch, now with new filesOwen Anderson
2009-08-19Revert my last patch temporarily.Owen Anderson
2009-08-19Privatize part of the leak detector mechanism, which turned out to be heavily...Owen Anderson
2009-07-07Have scoped mutexes take referenes instead of pointers.Owen Anderson
2009-06-18Simplify.Owen Anderson
2009-06-18Move Threading.[h|cpp] from Support to System.Owen Anderson
2009-06-17Thread-safe (and ManagedStatic-ized) LeakDetector!Owen Anderson
2008-08-14Have LeakDetector use a SmallPtrSet instead of an std::set.Owen Anderson
2008-07-07Add explicit keywords.Dan Gohman
2008-04-10Make several symbols static.Dan Gohman
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2006-12-07Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling
2006-11-28Changed to using LLVM streams.Bill Wendling
2006-08-27s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|Chris Lattner
2006-06-28Use hidden visibility to reduce codesizeChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2004-11-19Fix memory leaks, patch contributed by Morten Ofstad!Chris Lattner
2004-09-01Changes For Bug 352Reid Spencer
2004-07-15Bug fixes for PR341Chris Lattner
2004-07-04Add #include <iostream> since Value.h does not #include it any more.Reid Spencer
2004-02-15Fix a bug in the recent rewrite of the leakdetector that caused all of theChris Lattner
2004-02-14Modularize implementation of LeakDetector into a typed templateAlkis Evlogimenos
2003-12-14Finegrainify namespacificationChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2002-09-19Add an optimization to support the most common access pattern for theChris Lattner
2002-09-10Remove extra #includeChris Lattner
2002-09-08Checkin initial support for automatic memory leak detection routinesChris Lattner