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