aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/LeakDetector.cpp
Commit message (Expand)AuthorAgeFilesLines
* Have LeakDetector use a SmallPtrSet instead of an std::set.Owen Anderson2008-08-141-3/+3
* Add explicit keywords.Dan Gohman2008-07-071-1/+1
* Make several symbols static.Dan Gohman2008-04-101-5/+5
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-071-10/+9
* Changed to using LLVM streams.Bill Wendling2006-11-281-10/+10
* s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|Chris Lattner2006-08-271-1/+1
* Use hidden visibility to reduce codesizeChris Lattner2006-06-281-3/+4
* Remove trailing whitespaceMisha Brukman2005-04-211-2/+2
* Fix memory leaks, patch contributed by Morten Ofstad!Chris Lattner2004-11-191-15/+21
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
* Bug fixes for PR341Chris Lattner2004-07-151-4/+18
* Add #include <iostream> since Value.h does not #include it any more.Reid Spencer2004-07-041-0/+1
* Fix a bug in the recent rewrite of the leakdetector that caused all of theChris Lattner2004-02-151-7/+10
* Modularize implementation of LeakDetector into a typed templateAlkis Evlogimenos2004-02-141-59/+76
* Finegrainify namespacificationChris Lattner2003-12-141-4/+1
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Add an optimization to support the most common access pattern for theChris Lattner2002-09-191-5/+22
* Remove extra #includeChris Lattner2002-09-101-1/+0
* Checkin initial support for automatic memory leak detection routinesChris Lattner2002-09-081-0/+66