Dan Gohman
|
d48633d340
|
Fix a bunch of namespace polution.
llvm-svn: 101376
|
2010-04-15 17:08:50 +00:00 |
|
Rafael Espindola
|
c58aaaf793
|
Catch more cases of a pointer being marked garbage twice. This helps when
debugging some leaks (PR5770 in particular).
llvm-svn: 91713
|
2009-12-18 20:35:38 +00:00 |
|
Chris Lattner
|
ad2926bbb4
|
remove a bunch of locking from LLVMContextImpl. Since only one thread
can be banging on a context at a time, this isn't needed. Owen, please
review.
llvm-svn: 85728
|
2009-11-01 18:42:03 +00:00 |
|
Chris Lattner
|
17429a9abe
|
switch from std::ostream to raw ostream, fix file header.
llvm-svn: 79815
|
2009-08-23 03:56:06 +00:00 |
|
Owen Anderson
|
9e0bb1bd44
|
Reapply my less-lock-contention-in-leak-detector patch, now with new files
actually added.
llvm-svn: 79429
|
2009-08-19 17:07:46 +00:00 |
|