summaryrefslogtreecommitdiffstats
path: root/llvm/lib/VMCore/LeaksContext.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix a bunch of namespace polution.Dan Gohman2010-04-151-1/+4
| | | | llvm-svn: 101376
* Catch more cases of a pointer being marked garbage twice. This helps whenRafael Espindola2009-12-181-1/+2
| | | | | | debugging some leaks (PR5770 in particular). llvm-svn: 91713
* remove a bunch of locking from LLVMContextImpl. Since only one threadChris Lattner2009-11-011-1/+0
| | | | | | | can be banging on a context at a time, this isn't needed. Owen, please review. llvm-svn: 85728
* switch from std::ostream to raw ostream, fix file header.Chris Lattner2009-08-231-9/+8
| | | | llvm-svn: 79815
* Reapply my less-lock-contention-in-leak-detector patch, now with new filesOwen Anderson2009-08-191-0/+90
actually added. llvm-svn: 79429
OpenPOWER on IntegriCloud