summaryrefslogtreecommitdiffstats
path: root/llvm/utils/valgrind
Commit message (Collapse)AuthorAgeFilesLines
* valgrind/x86_64-pc-linux-gnu.supp: Suppress also /bin/bash.NAKAMURA Takumi2014-09-241-0/+8
| | | | llvm-svn: 218369
* valgrind/x86_64-pc-linux-gnu.supp: Tweak /bin/sed to let calloc recognized.NAKAMURA Takumi2014-09-241-0/+2
| | | | llvm-svn: 218368
* valgrind/x86_64-pc-linux-gnu.supp: We don't care if sed leaks.NAKAMURA Takumi2014-09-231-0/+6
| | | | llvm-svn: 218307
* llvm/utils/valgrind/x86_64-pc-linux-gnu.supp: Add /usr/bin/cmp.NAKAMURA Takumi2013-01-201-0/+6
| | | | llvm-svn: 172981
* valgrind: Suppress glibc's optiized strcasecmp harder.Benjamin Kramer2011-09-031-1/+7
| | | | llvm-svn: 139084
* Attempt to silence known valgrind errors.Andrew Trick2011-09-021-0/+5
| | | | llvm-svn: 139048
* Reverted r138652, valgrind doesn't understand obj:*/tblgen.Andrew Trick2011-08-272-12/+0
| | | | llvm-svn: 138703
* valgrind: Always suppress tblgen leaks.Andrew Trick2011-08-262-0/+12
| | | | | | I'll clean up the rest of the XFAIL: vg_leak lines if this works. llvm-svn: 138652
* The system suppression file should catch these, but since they *once again* areNick Lewycky2011-05-042-0/+14
| | | | | | not, I'll just add them here and be done with it. llvm-svn: 130819
* Eliminate valgrind warnings from Python on the 32-bit as well.Cameron Zwarich2011-02-221-4/+4
| | | | llvm-svn: 126171
* Try to fix the MC/AsmParser/section.s failure on the llvm-x86_64-linux-vg_leakCameron Zwarich2011-02-191-4/+4
| | | | | | | bot. I am not sure if this is valid Valgrind exclusion file syntax, but the Internet seems to think so. llvm-svn: 126051
* buildbot/valgrind: Ignore leaks in /usr/bin/as.Daniel Dunbar2010-08-252-0/+12
| | | | llvm-svn: 112022
* buildbot/valgrind: Update RegisterPass false positive suppression for APIDaniel Dunbar2010-08-191-2/+1
| | | | | | changes. llvm-svn: 111529
* buildbot/valgrind: Suppress warnings about leaks in /bin/grep.Daniel Dunbar2010-08-191-0/+6
| | | | llvm-svn: 111528
* Tweak suppressions.Benjamin Kramer2010-07-302-1/+2
| | | | llvm-svn: 109858
* Supress valgrind errors from python.Benjamin Kramer2010-07-292-0/+55
| | | | llvm-svn: 109818
* Rearrange the suppressions files to be by-architecture instead of by-problem.Jeffrey Yasskin2010-05-053-23/+7
| | | | | | ddunbar says the gcc-4.3.3 suppressions are obsolete. llvm-svn: 103106
* Add a suppressions file for an intermittent "leak" under RegisterPass.Jeffrey Yasskin2010-05-051-0/+7
| | | | llvm-svn: 103100
* Add a valgrind suppressions file for x86_64/linux/4.3.3.Daniel Dunbar2009-09-141-0/+23
llvm-svn: 81766
OpenPOWER on IntegriCloud