2006-03-30 |
Nicholas Nethercote | Avoid compile warnings for tinycc. |
commit | commitdiff | tree |
2006-03-29 |
Julian Seward | Hmm. Why is this file still here? (It got folded... |
commit | commitdiff | tree |
2006-03-29 |
Julian Seward | Delete VG_(sigaltstack) and VG_(sigpending) as they... |
commit | commitdiff | tree |
2006-03-28 |
Julian Seward | Delete VG_(poll), as it is unused. |
commit | commitdiff | tree |
2006-03-28 |
Nicholas Nethercote | Change to some better function names. |
commit | commitdiff | tree |
2006-03-28 |
Nicholas Nethercote | Change some uses of bytes to bits for consistency. |
commit | commitdiff | tree |
2006-03-28 |
Julian Seward | Only complain once for each missing wrapper. |
commit | commitdiff | tree |
2006-03-28 |
Nicholas Nethercote | tweak |
commit | commitdiff | tree |
2006-03-27 |
Nicholas Nethercote | Partial release notes for 3.2.0, talking about the... |
commit | commitdiff | tree |
2006-03-27 |
Nicholas Nethercote | update |
commit | commitdiff | tree |
2006-03-27 |
Nicholas Nethercote | Merge in the COMPVBITS branch to the trunk. This is... |
commit | commitdiff | tree |
2006-03-27 |
Nicholas Nethercote | Avoid unnecessary whitespace at end of printed lines. |
commit | commitdiff | tree |
2006-03-24 |
Tom Hughes | Handle msg_flags correctly - for recvmsg this field... |
commit | commitdiff | tree |
2006-03-22 |
Julian Seward | Update expected output following r5785; also add a... |
commit | commitdiff | tree |
2006-03-21 |
Nicholas Nethercote | Update |
commit | commitdiff | tree |
2006-03-21 |
Nicholas Nethercote | Make the unrecognised-instruction error message more... |
commit | commitdiff | tree |
2006-03-21 |
Tom Hughes | Add wrappers for a load of new 2.6.16 system calls... |
commit | commitdiff | tree |
2006-03-21 |
Julian Seward | Enable sys_fchdir on ppc32-linux. |
commit | commitdiff | tree |
2006-03-20 |
Tom Hughes | Sync system call lists with the 2.6.16 kernel. |
commit | commitdiff | tree |
2006-03-20 |
Tom Hughes | Make hard limit enforcement work for RLIMIT_DATA and... |
commit | commitdiff | tree |
2006-03-20 |
Josef Weidendorfer | Callgrind merge: documentation |
commit | commitdiff | tree |
2006-03-20 |
Josef Weidendorfer | Callgrind merge: code |
commit | commitdiff | tree |
2006-03-20 |
Julian Seward | Add a comment about the library's license. |
commit | commitdiff | tree |
2006-03-19 |
Julian Seward | Yet another essay: document the MPI wrapper library. |
commit | commitdiff | tree |
2006-03-16 |
Julian Seward | Update |
commit | commitdiff | tree |
2006-03-16 |
Julian Seward | Merge stuff for 3.1.1. |
commit | commitdiff | tree |
2006-03-16 |
Julian Seward | upmerge r5768 (Allow a thread to spin longer when yield... |
commit | commitdiff | tree |
2006-03-15 |
Julian Seward | Recycle Dirk's glibc-2.3.90 suppressions, since at... |
commit | commitdiff | tree |
2006-03-15 |
Julian Seward | A couple of initialisations to keep gcc-4.1.0 happy. |
commit | commitdiff | tree |
2006-03-14 |
Julian Seward | Minor futzing (fontification, etc) of the function... |
commit | commitdiff | tree |
2006-03-13 |
Julian Seward | First pass at documenting how to use the function-wrapp... |
commit | commitdiff | tree |
2006-03-12 |
Julian Seward | Sigh; rename mpiwrap.c to libmpiwrap.c so that 'make... |
commit | commitdiff | tree |
2006-03-12 |
Julian Seward | When testing 'mpicc', try at least somewhat to test... |
commit | commitdiff | tree |
2006-03-12 |
Julian Seward | Unbreak mtoctf configure check. |
commit | commitdiff | tree |
2006-03-12 |
Julian Seward | Mess with this even more so that fn_1 doesn't return... |
commit | commitdiff | tree |
2006-03-12 |
Julian Seward | Add missing CALL_FN_* macros for ppc64-linux. |
commit | commitdiff | tree |
2006-03-12 |
Julian Seward | Work around lameness in older ppc assemblers. |
commit | commitdiff | tree |
2006-03-12 |
Julian Seward | LAM/MPI compile fix |
commit | commitdiff | tree |
2006-03-12 |
Julian Seward | Updated expected output following r5753. |
commit | commitdiff | tree |
2006-03-12 |
Julian Seward | Add CALL_FN_* missing cases for ppc32-linux. |
commit | commitdiff | tree |
2006-03-12 |
Julian Seward | TRASH_IREGS: add enough live variables to make ppc32... |
commit | commitdiff | tree |
2006-03-12 |
Julian Seward | sizeofOneNamedTy(): handle long double correctly on... |
commit | commitdiff | tree |
2006-03-12 |
Julian Seward | Add ppc32-linux details. |
commit | commitdiff | tree |
2006-03-12 |
Julian Seward | Fix a redirection bug created by the overhaul of m_redi... |
commit | commitdiff | tree |
2006-03-12 |
Julian Seward | A 64-bit fix |
commit | commitdiff | tree |
2006-03-11 |
Julian Seward | Complete CALL_FN_W_* wrappers for amd64-linux. |
commit | commitdiff | tree |
2006-03-11 |
Julian Seward | Majorly beef up this test: |
commit | commitdiff | tree |
2006-03-11 |
Julian Seward | Fix comment typo. |
commit | commitdiff | tree |
2006-03-11 |
Julian Seward | Add missing x86-linux CALL_FN_W_11W macro. |
commit | commitdiff | tree |
2006-03-11 |
Nicholas Nethercote | Add a comment. |
commit | commitdiff | tree |
2006-03-10 |
Julian Seward | Quadrics MPI build fixes. |
commit | commitdiff | tree |
2006-03-10 |
Julian Seward | Make sure we get the right headers, not whatever happen... |
commit | commitdiff | tree |
2006-03-10 |
Julian Seward | Add a (rather ingenious, if I do say so myself) program... |
commit | commitdiff | tree |
2006-03-10 |
Julian Seward | Even more MPI wrappers. |
commit | commitdiff | tree |
2006-03-10 |
Julian Seward | Add a bunch more wrappers and generally tidy up a bit. |
commit | commitdiff | tree |
2006-03-10 |
Julian Seward | * try to handle MPI_{LONG,DOUBLE,SHORT}_INT better... |
commit | commitdiff | tree |
2006-03-10 |
Julian Seward | - Improve handling of MPI base types |
commit | commitdiff | tree |
2006-03-10 |
Julian Seward | Add a new kind of memory-painting primitive, which... |
commit | commitdiff | tree |
2006-03-09 |
Julian Seward | Give *all* MPI-1.1 and MPI-2 functions a wrapper; most... |
commit | commitdiff | tree |
2006-03-09 |
Julian Seward | Add a couple of missing cases. Function wrapping is... |
commit | commitdiff | tree |
2006-03-09 |
Julian Seward | Record list of MPI-2 entry points, laboriously extracte... |
commit | commitdiff | tree |
2006-03-09 |
Julian Seward | Add a 'quiet' option to make it shut up except for... |
commit | commitdiff | tree |
2006-03-09 |
Julian Seward | The mpicc being tested needs to be able to link stuff... |
commit | commitdiff | tree |
2006-03-09 |
Julian Seward | MPI checks: use AC_TRY_COMPILE correctly, so as to... |
commit | commitdiff | tree |
2006-03-08 |
Julian Seward | More MPICH build fixes. |
commit | commitdiff | tree |
2006-03-08 |
Julian Seward | Add showCombiner and move showTy to a better place. |
commit | commitdiff | tree |
2006-03-08 |
Julian Seward | New wrapper, and an MPICH build fix. |
commit | commitdiff | tree |
2006-03-08 |
Julian Seward | MPI build system refinements: just base everything... |
commit | commitdiff | tree |
2006-03-08 |
Julian Seward | Oops, missed out of r5724. |
commit | commitdiff | tree |
2006-03-08 |
Julian Seward | Regression test for memcheck's SET/GET_VBITS client... |
commit | commitdiff | tree |
2006-03-08 |
Julian Seward | Reinstate the SET/GET_VBITS client requests. |
commit | commitdiff | tree |
2006-03-08 |
Julian Seward | walk_type: handle all remaining MPI1 combiners ({H... |
commit | commitdiff | tree |
2006-03-07 |
Julian Seward | Update. |
commit | commitdiff | tree |
2006-03-07 |
Julian Seward | Add an amd64 test program for 'fxtract' - just a copy... |
commit | commitdiff | tree |
2006-03-06 |
Julian Seward | A test for fcmovnu. |
commit | commitdiff | tree |
2006-03-06 |
Julian Seward | Test for fcmovnu. |
commit | commitdiff | tree |
2006-03-06 |
Julian Seward | Update. |
commit | commitdiff | tree |
2006-03-04 |
Julian Seward | Fix a type-size subtlety. |
commit | commitdiff | tree |
2006-03-03 |
Julian Seward | More futzing with the machinery for traversing datatypes. |
commit | commitdiff | tree |
2006-03-03 |
Julian Seward | get_abit_and_vbyte/get_abit can be a significant bottle... |
commit | commitdiff | tree |
2006-03-03 |
Julian Seward | Beginnings of proper MPI user type-walking code. |
commit | commitdiff | tree |
2006-03-02 |
Julian Seward | Detect/select 'mpicc' (from --with-mpicc=) and use... |
commit | commitdiff | tree |
2006-03-02 |
Julian Seward | Build system hacks to build and install the MPI wrapper... |
commit | commitdiff | tree |
2006-03-02 |
Julian Seward | Update |
commit | commitdiff | tree |
2006-03-01 |
Julian Seward | A simple test of m{f,t}ocrf. |
commit | commitdiff | tree |
2006-02-27 |
Dirk Mueller | dox update |
commit | commitdiff | tree |
2006-02-27 |
Dirk Mueller | update ubuntu suppression (based on patch by David... |
commit | commitdiff | tree |
2006-02-24 |
Nicholas Nethercote | Minor readability change. |
commit | commitdiff | tree |
2006-02-24 |
Julian Seward | Update. |
commit | commitdiff | tree |
2006-02-23 |
Julian Seward | Undo r5667 (reinstate 3_0_BUGSTATUS.txt) |
commit | commitdiff | tree |
2006-02-22 |
Dirk Mueller | update suppressions (10.1-ppc) |
commit | commitdiff | tree |
2006-02-22 |
Dirk Mueller | update suppression |
commit | commitdiff | tree |
2006-02-22 |
Dirk Mueller | syscall number updates |
commit | commitdiff | tree |
2006-02-22 |
Dirk Mueller | update syscall numbers (against 2.6.16rc2) |
commit | commitdiff | tree |
2006-02-22 |
Dirk Mueller | backport status updates |
commit | commitdiff | tree |
2006-02-22 |
Dirk Mueller | various syscall wrappings needed for SUSE 10.1 |
commit | commitdiff | tree |
2006-02-22 |
Dirk Mueller | uninteresting here |
commit | commitdiff | tree |
2006-02-21 |
Dirk Mueller | update suppression |
commit | commitdiff | tree |
2006-02-21 |
Julian Seward | Fix CPU feature identification for ppc32/64 - add more... |
commit | commitdiff | tree |
2006-02-19 |
Julian Seward | Minor wibbles. |
commit | commitdiff | tree |
next |