summaryrefslogtreecommitdiffstats
path: root/llvm/lib/VMCore/LeakDetector.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename VMCore directory to IR.Chandler Carruth2013-01-021-69/+0
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-1/+1
* Merge System into Support.Michael J. Spencer2010-11-291-2/+2
* remove a bunch of locking from LLVMContextImpl. Since only one threadChris Lattner2009-11-011-3/+0
* Kill off more cerr/cout uses and prune includes a bit.Benjamin Kramer2009-08-231-3/+2
* Reapply my less-lock-contention-in-leak-detector patch, now with new filesOwen Anderson2009-08-191-90/+24
* Revert my last patch temporarily.Owen Anderson2009-08-191-24/+90
* Privatize part of the leak detector mechanism, which turned out to be heavily...Owen Anderson2009-08-191-90/+24
* Have scoped mutexes take referenes instead of pointers.Owen Anderson2009-07-071-3/+3
* Simplify.Owen Anderson2009-06-181-29/+12
* Move Threading.[h|cpp] from Support to System.Owen Anderson2009-06-181-1/+1
* Thread-safe (and ManagedStatic-ized) LeakDetector!Owen Anderson2009-06-171-34/+59
* 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
* Move these files (which are dependent on VMCore) into VMCoreMisha Brukman2004-08-161-0/+125
OpenPOWER on IntegriCloud