On Tuesday 11 March 2008 07:19, Brad Hards wrote:
> On Tuesday 11 March 2008 08:02:01 am Nicholas Nethercote wrote:
> > On Mon, 10 Mar 2008, Brad Hards wrote:
> > > It appears to be working for me, although some of the output looks a
> > > bit strange:
> > >5: 12:void TestQEmf::check()
>
Author: sewardj
Date: 2008-03-11 11:44:53 + (Tue, 11 Mar 2008)
New Revision: 7636
Log:
More crude experimentation: ignore references in the lowest page of a
thread's stack.
Modified:
branches/HGDEV/helgrind/hg_main.c
Modified: branches/HGDEV/helgrind/hg_main.c
=
Author: bart
Date: 2008-03-11 18:15:49 + (Tue, 11 Mar 2008)
New Revision: 7637
Log:
Third attempt to get the OpenMP configure test right.
Modified:
trunk/configure.in
Modified: trunk/configure.in
===
--- trunk/configure.in
Author: bart
Date: 2008-03-11 18:29:35 + (Tue, 11 Mar 2008)
New Revision: 7638
Log:
Renamed drd_intercepts.c into drd_pthread_intercepts.c.
Added:
trunk/exp-drd/drd_pthread_intercepts.c
Removed:
trunk/exp-drd/drd_intercepts.c
Modified:
trunk/exp-drd/Makefile.am
trunk/exp-drd/tests
Author: bart
Date: 2008-03-11 19:46:45 + (Tue, 11 Mar 2008)
New Revision: 7639
Log:
Added an OpenMP suppression pattern.
Modified:
trunk/glibc-2.X-drd.supp
Modified: trunk/glibc-2.X-drd.supp
===
--- trunk/glibc-2.X-drd.supp
Author: bart
Date: 2008-03-11 20:06:04 + (Tue, 11 Mar 2008)
New Revision: 7640
Log:
Depending on the fourth command line argument, a racy or non-racy run is
started.
Modified:
trunk/exp-drd/tests/matinv_openmp.c
Modified: trunk/exp-drd/tests/matinv_openmp.c
=
Author: bart
Date: 2008-03-11 20:06:50 + (Tue, 11 Mar 2008)
New Revision: 7641
Log:
Converted tabs into spaces.
Modified:
trunk/exp-drd/tests/pth_create_chain.c
Modified: trunk/exp-drd/tests/pth_create_chain.c
===
--- trunk/