aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/LeakDetector.cpp
AgeCommit message (Expand)Author
2004-08-16Move these files (which are dependent on VMCore) into VMCoreMisha Brukman
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