2010-02-15 |
Julian Seward | Add debug printing for the env-mashing machinery, to... |
commit | commitdiff | tree |
2010-02-12 |
Julian Seward | Reduce verbosity of the PDB reader a bit. Original... |
commit | commitdiff | tree |
2010-02-12 |
Julian Seward | Try to find the PDB file for a given PE file by the... |
commit | commitdiff | tree |
2010-02-10 |
Julian Seward | Fix bogus comparisons of PDB vs PE timestamps, so as... |
commit | commitdiff | tree |
2010-02-04 |
Julian Seward | Generalise a suppression w.r.t. __setenv on Darwin. |
commit | commitdiff | tree |
2010-01-30 |
Julian Seward | The client request VG_USERREQ__LOAD_PDB_DEBUGINFO that... |
commit | commitdiff | tree |
2010-01-30 |
Julian Seward | Fix up obviously-bogus FPO biasing a bit. Not that... |
commit | commitdiff | tree |
2010-01-30 |
Julian Seward | Make the FPO reader much more robust against apparently... |
commit | commitdiff | tree |
2010-01-29 |
Julian Seward | PE/PDB handling: allow the PDB (the debuginfo file... |
commit | commitdiff | tree |
2010-01-28 |
Julian Seward | Followup fix to r11006. Don't pass va_list by value... |
commit | commitdiff | tree |
2010-01-27 |
Julian Seward | Fix handling of mprotect so as to be more consistent... |
commit | commitdiff | tree |
2010-01-26 |
Julian Seward | Fix up debug printing for the PDB reader, so it can... |
commit | commitdiff | tree |
2010-01-21 |
Tom Hughes | Make generated pkgconfig file reflect the new locations... |
commit | commitdiff | tree |
2010-01-21 |
Tom Hughes | DW_OP_mod should do unsigned arithmetic. Closes #223656. |
commit | commitdiff | tree |
2010-01-17 |
Bart Van Assche | Updated Subversion ignore list. |
commit | commitdiff | tree |
2010-01-15 |
Julian Seward | Add command line flag --vex-guest-chase-cond=no|yes... |
commit | commitdiff | tree |
2010-01-11 |
Julian Seward | Apparently the dynamic linker on ARM-Linux has soname... |
commit | commitdiff | tree |
2010-01-09 |
Julian Seward | Add tests for PLD (cache-prefetch-hint) instructions. |
commit | commitdiff | tree |
2010-01-08 |
Julian Seward | Generalise X11 suppressions somewhat, and add a suppres... |
commit | commitdiff | tree |
2010-01-08 |
Julian Seward | Update expected output. |
commit | commitdiff | tree |
2010-01-06 |
Vince Weaver | Add the arm exp-bbv tests Makefile to the main configur... |
commit | commitdiff | tree |
2010-01-06 |
Vince Weaver | Add arm regression tests for exp-bbv tool. |
commit | commitdiff | tree |
2010-01-06 |
Julian Seward | arm-linux: remove wrappers for __NR_ipc, __NR_mmap... |
commit | commitdiff | tree |
2010-01-06 |
Julian Seward | Pass sys_cacheflush along to VG_(discard_translations... |
commit | commitdiff | tree |
2010-01-04 |
Julian Seward | Disable pid caching for print output: it's wrong in... |
commit | commitdiff | tree |
2010-01-04 |
Julian Seward | Enable pread64 on arm-linux. |
commit | commitdiff | tree |
2010-01-04 |
Bart Van Assche | Updated expected output after recent updates in the... |
commit | commitdiff | tree |
2010-01-04 |
Julian Seward | Analysis/make-it-work for arm-linux. |
commit | commitdiff | tree |
2010-01-04 |
Bart Van Assche | Reverted r11010 because it was wrong. |
commit | commitdiff | tree |
2010-01-04 |
Julian Seward | Enable origin tracking through arm VFP registers; was... |
commit | commitdiff | tree |
2010-01-04 |
Julian Seward | Updated expected output following bug fixes some time... |
commit | commitdiff | tree |
2010-01-04 |
Bart Van Assche | Merged tc23_bogus_condwait.stderr.exp-linux-x86 and... |
commit | commitdiff | tree |
2010-01-04 |
Julian Seward | Fix building of these regtests on Darwin. Not sure... |
commit | commitdiff | tree |
2010-01-04 |
Julian Seward | Don't trash %ebx on x86-darwin; gcc doesn't like it... |
commit | commitdiff | tree |
2010-01-04 |
Julian Seward | Update arch_test.c properly for arm-linux, and add... |
commit | commitdiff | tree |
2010-01-04 |
Julian Seward | Don't assume that va_list can be casted to an unsigned... |
commit | commitdiff | tree |
2010-01-04 |
Julian Seward | Include missing files in the tarball. |
commit | commitdiff | tree |
2010-01-03 |
Julian Seward | Add a test program for ARM v5 integer instructions... |
commit | commitdiff | tree |
2010-01-03 |
Julian Seward | Add the default stderr_filter for this directory; else... |
commit | commitdiff | tree |
2010-01-03 |
Julian Seward | Handle Iop_SqrtF32. |
commit | commitdiff | tree |
2010-01-03 |
Julian Seward | Further buildsystem bashing, in order to try and get... |
commit | commitdiff | tree |
2010-01-03 |
Julian Seward | Make sure the Memcheck tests are built on arm-linux... |
commit | commitdiff | tree |
2010-01-03 |
Julian Seward | Try to integrate none/tests/arm properly in the build... |
commit | commitdiff | tree |
2010-01-03 |
Julian Seward | Disable this test (effectively) on arm-linux, since... |
commit | commitdiff | tree |
2010-01-03 |
Julian Seward | arm-linux: handle sys_signalfd4 and sys_eventfd2. ... |
commit | commitdiff | tree |
2010-01-03 |
Julian Seward | Portability fix for arm-linux. |
commit | commitdiff | tree |
2010-01-03 |
Julian Seward | Handle sys_pipe2 on arm-linux; also add some missing... |
commit | commitdiff | tree |
2010-01-03 |
Julian Seward | arm-linux: fake up the commpage entry at a lower level (in |
commit | commitdiff | tree |
2010-01-02 |
Julian Seward | Various minor fixups to make ppc32/64-linux work again... |
commit | commitdiff | tree |
2010-01-02 |
Julian Seward | Make regtests build on arm-linux -- all changes are... |
commit | commitdiff | tree |
2010-01-02 |
Julian Seward | Redo r10971 ("Made sure that C++ compilers do not compl... |
commit | commitdiff | tree |
2010-01-02 |
Julian Seward | Tidy up determination of the PLAT_ macros a bit. |
commit | commitdiff | tree |
2010-01-01 |
Julian Seward | initUnwindContext: put back into the loop, some initial... |
commit | commitdiff | tree |
2010-01-01 |
Julian Seward | Unbreak stack unwinding on x86-linux and amd64-linux... |
commit | commitdiff | tree |
2010-01-01 |
Julian Seward | Make the Dwarf3 CFI stack unwinding machinery work... |
commit | commitdiff | tree |
2010-01-01 |
Julian Seward | Make Callgrind, DRD and Ptrcheck build on arm-linux. |
commit | commitdiff | tree |
2010-01-01 |
Julian Seward | Don't use -Wdeclaration-after-statement. We long since... |
commit | commitdiff | tree |
2010-01-01 |
Julian Seward | n-break build on x86-darwin following r10982. |
commit | commitdiff | tree |
2010-01-01 |
Julian Seward | Merge from branches/ARM, all parts of the ARM-Linux... |
commit | commitdiff | tree |
2009-12-31 |
Julian Seward | Track changes in the names of a few IR primops to do... |
commit | commitdiff | tree |
2009-12-31 |
Bart Van Assche | Follow-up for r10972: added missing #include "config.h". |
commit | commitdiff | tree |
2009-12-29 |
Bart Van Assche | Builds again on Darwin. |
commit | commitdiff | tree |
2009-12-29 |
Bart Van Assche | Removed dependency of include/pub_tool_basics.h on... |
commit | commitdiff | tree |
2009-12-29 |
Bart Van Assche | Made sure that C++ compilers do not complain about... |
commit | commitdiff | tree |
2009-12-29 |
Bart Van Assche | Changes: |
commit | commitdiff | tree |
2009-12-21 |
Tom Hughes | Handle adjtimex being called in adjtime mode correctly... |
commit | commitdiff | tree |
2009-12-16 |
Nicholas Nethercote | Document the 'cc' parameter for OSet creation. |
commit | commitdiff | tree |
2009-12-10 |
Josef Weidendorfer | Callgrind: fix bug 217849: Switch to running thread... |
commit | commitdiff | tree |
2009-12-10 |
Bart Van Assche | Made the description of DRD_TRACE_VAR(), ANNOTATE_TRACE... |
commit | commitdiff | tree |
2009-12-03 |
Julian Seward | Double the size of some table to do with reading CIEs. |
commit | commitdiff | tree |
2009-12-03 |
Tom Hughes | Cope with prelink splitting the bss section of an ELF... |
commit | commitdiff | tree |
2009-12-02 |
Tom Hughes | It seems whoever wrote the preadv and pwritev system... |
commit | commitdiff | tree |
2009-12-01 |
Tom Hughes | Add some newlines to make signal debugging messages... |
commit | commitdiff | tree |
2009-11-26 |
Julian Seward | Track vex r1930 (Change the IR representation of load... |
commit | commitdiff | tree |
2009-11-25 |
Julian Seward | Fix type in r10951. Not sure why this didn't cause... |
commit | commitdiff | tree |
2009-11-25 |
Tom Hughes | Add support for accept4 system call based on patch |
commit | commitdiff | tree |
2009-11-25 |
Tom Hughes | Wire up vhangup system call on amd64/ppc32/ppc64 linux... |
commit | commitdiff | tree |
2009-11-25 |
Tom Hughes | Add support for fallocate system call on 32 bit (x86... |
commit | commitdiff | tree |
2009-11-25 |
Tom Hughes | Clean up support for sync_file_range system call and... |
commit | commitdiff | tree |
2009-11-25 |
Tom Hughes | Rename LOHI64 to MERGE64 and make it work correctly... |
commit | commitdiff | tree |
2009-11-25 |
Bart Van Assche | Split long lines. |
commit | commitdiff | tree |
2009-11-25 |
Bart Van Assche | Added to repository. |
commit | commitdiff | tree |
2009-11-24 |
Tom Hughes | Re-enable old support for adjtimex system call based... |
commit | commitdiff | tree |
2009-11-24 |
Tom Hughes | Add support for rt_tgsigqueueinfo system call based... |
commit | commitdiff | tree |
2009-11-24 |
Tom Hughes | Add support for sched_rr_get_interval system call based... |
commit | commitdiff | tree |
2009-11-23 |
Tom Hughes | Handle the dup3 system call. Closes #215448. |
commit | commitdiff | tree |
2009-11-16 |
Tom Hughes | Make sure isIFunc is initialised whenever we add a... |
commit | commitdiff | tree |
2009-11-16 |
Tom Hughes | Handle the isIFunc flag when canonicalising the symbol... |
commit | commitdiff | tree |
2009-11-16 |
Tom Hughes | Assert that the indirect function wrapper exists if... |
commit | commitdiff | tree |
2009-11-15 |
Bart Van Assche | Added support for glibc 2.11. |
commit | commitdiff | tree |
2009-11-12 |
Tom Hughes | Various improvements to DWARF handling to cope with... |
commit | commitdiff | tree |
2009-11-12 |
Tom Hughes | Fix stack unwinding on PPC to store the correct frame... |
commit | commitdiff | tree |
2009-11-11 |
Bart Van Assche | Fixed typo. |
commit | commitdiff | tree |
2009-11-10 |
Bart Van Assche | Fixed a compiler warning. |
commit | commitdiff | tree |
2009-11-10 |
Bart Van Assche | Removed a superfluous #include directive. |
commit | commitdiff | tree |
2009-11-09 |
Bart Van Assche | Updated gcc version. |
commit | commitdiff | tree |
2009-11-09 |
Bart Van Assche | Added configure test for QAtomicInt. |
commit | commitdiff | tree |
2009-11-09 |
Bart Van Assche | Added a regression test. |
commit | commitdiff | tree |
2009-11-06 |
Bart Van Assche | Automatically clean up temporary files. |
commit | commitdiff | tree |
2009-11-05 |
Julian Seward | New flag: --trace-children-skip=patt1,patt2,etc |
commit | commitdiff | tree |
next |