aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/LeakDetector.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add an optimization to support the most common access pattern for theChris Lattner2002-09-191-5/+22
| | | | | | | library. This speeds debug builds up significantly. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3826 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove extra #includeChris Lattner2002-09-101-1/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3652 91177308-0d34-0410-b5e6-96231b3b80d8
* Checkin initial support for automatic memory leak detection routinesChris Lattner2002-09-081-0/+66
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3618 91177308-0d34-0410-b5e6-96231b3b80d8