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