| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix a bunch of namespace polution. | Dan Gohman | 2010-04-15 | 1 | -1/+4 | 
| | | | | | llvm-svn: 101376 | ||||
| * | Catch more cases of a pointer being marked garbage twice. This helps when | Rafael Espindola | 2009-12-18 | 1 | -1/+2 | 
| | | | | | | | debugging some leaks (PR5770 in particular). llvm-svn: 91713 | ||||
| * | remove a bunch of locking from LLVMContextImpl. Since only one thread | Chris Lattner | 2009-11-01 | 1 | -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 Lattner | 2009-08-23 | 1 | -9/+8 | 
| | | | | | llvm-svn: 79815 | ||||
| * | Reapply my less-lock-contention-in-leak-detector patch, now with new files | Owen Anderson | 2009-08-19 | 1 | -0/+90 | 
| actually added. llvm-svn: 79429 | |||||

