Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Modules] Move the LeakDetector header into the IR library where the | Chandler Carruth | 2014-03-04 | 1 | -31/+0 |
| | | | | | | | | | | | source file had already been moved. Also move the unittest into the IR unittest library. This may seem an odd thing to put in the IR library but we only really use this with instructions and it needs the LLVM context to work, so it is intrinsically tied to the IR library. llvm-svn: 202842 | ||||
* | Fix death tests in -Asserts builds. | Jeffrey Yasskin | 2010-03-17 | 1 | -0/+2 |
| | | | | llvm-svn: 98701 | ||||
* | Catch more cases of a pointer being marked garbage twice. This helps when | Rafael Espindola | 2009-12-18 | 1 | -0/+29 |
debugging some leaks (PR5770 in particular). llvm-svn: 91713 |