| 2005-03-14 |
Julian Seward | A gcc-2.96 build fix. |
commit | commitdiff | tree | snapshot |
| 2005-03-14 |
Julian Seward | A few more suppressions and redirections to keep memche... |
commit | commitdiff | tree | snapshot |
| 2005-03-14 |
Julian Seward | Don't read symbol tables for .so's that constitute... |
commit | commitdiff | tree | snapshot |
| 2005-03-14 |
Julian Seward | Build fixes for gcc-2.96 (be more ANSI C compliant... |
commit | commitdiff | tree | snapshot |
| 2005-03-14 |
Julian Seward | Description of the master thread stuff. |
commit | commitdiff | tree | snapshot |
| 2005-03-14 |
Cerion Armour... | Fixed ghelper mullwo overflow calc |
commit | commitdiff | tree | snapshot |
| 2005-03-14 |
Cerion Armour... | Fixed front-end slw for sh_amt of 32 to 64 |
commit | commitdiff | tree | snapshot |
| 2005-03-14 |
Julian Seward | A place to accumulate documentation for the hairiest... |
commit | commitdiff | tree | snapshot |
| 2005-03-14 |
Nicholas Nethercote | Reinstated Memcheck. Did the full merge from CVS,... |
commit | commitdiff | tree | snapshot |
| 2005-03-14 |
Nicholas Nethercote | Reinstate Addrcheck. Some of the tests fail -- some... |
commit | commitdiff | tree | snapshot |
| 2005-03-14 |
Nicholas Nethercote | Remove needless insn* tests. (They were removed once... |
commit | commitdiff | tree | snapshot |
| 2005-03-14 |
Julian Seward | Commit half-baked attempts to get memcheck and addrchec... |
commit | commitdiff | tree | snapshot |
| 2005-03-13 |
Nicholas Nethercote | For the CLIENT_CALLn client requests, we must pass... |
commit | commitdiff | tree | snapshot |
| 2005-03-13 |
Nicholas Nethercote | Fix minor problems in filters. This helps a couple... |
commit | commitdiff | tree | snapshot |
| 2005-03-13 |
Julian Seward | Fill in missing memory case for pinsrw. |
commit | commitdiff | tree | snapshot |
| 2005-03-13 |
Julian Seward | The IR sanity checker quite rightly jumps up and down... |
commit | commitdiff | tree | snapshot |
| 2005-03-13 |
Julian Seward | Reenable mov imm,$reg. Curious this never happened... |
commit | commitdiff | tree | snapshot |
| 2005-03-13 |
Julian Seward | Oops. The code redir subsystem would work better if... |
commit | commitdiff | tree | snapshot |
| 2005-03-13 |
Julian Seward | So what if we are ignoring a branch hint? No need... |
commit | commitdiff | tree | snapshot |
| 2005-03-13 |
Nicholas Nethercote | comment-only change |
commit | commitdiff | tree | snapshot |
| 2005-03-13 |
Nicholas Nethercote | Remove "VG_" prefix from non-global macros. |
commit | commitdiff | tree | snapshot |
| 2005-03-13 |
Nicholas Nethercote | Avoid name clash with builtin isdigit(). |
commit | commitdiff | tree | snapshot |
| 2005-03-13 |
Nicholas Nethercote | Get rid of VG_(malloc_aligned)(), and make VG_(arena_ma... |
commit | commitdiff | tree | snapshot |
| 2005-03-13 |
Nicholas Nethercote | Remove two malloc/free arenas: |
commit | commitdiff | tree | snapshot |
| 2005-03-13 |
Julian Seward | Add support for sys_tgkill (syscall 270), needed by... |
commit | commitdiff | tree | snapshot |
| 2005-03-13 |
Julian Seward | Deal with Group 8 immediates (bt, btl, btr, btc). |
commit | commitdiff | tree | snapshot |
| 2005-03-13 |
Nicholas Nethercote | Remove the alignment arg from VG_(arena_calloc)() and... |
commit | commitdiff | tree | snapshot |
| 2005-03-13 |
Nicholas Nethercote | Remove dead function VG_(is_empty_arena)(). Also clean... |
commit | commitdiff | tree | snapshot |
| 2005-03-13 |
Nicholas Nethercote | Comment-only change: use the right macro name. |
commit | commitdiff | tree | snapshot |
| 2005-03-13 |
Nicholas Nethercote | Remove some dead macros. |
commit | commitdiff | tree | snapshot |
| 2005-03-13 |
Nicholas Nethercote | Make MAC_(print_malloc_stats) local by moving it and... |
commit | commitdiff | tree | snapshot |
| 2005-03-13 |
Nicholas Nethercote | Note that VG_(HT_construct)() allocates memory. |
commit | commitdiff | tree | snapshot |
| 2005-03-13 |
Nicholas Nethercote | Comment-only change: fix incorrect statement |
commit | commitdiff | tree | snapshot |
| 2005-03-13 |
Nicholas Nethercote | Make VG_(deliver_signals)() local. |
commit | commitdiff | tree | snapshot |
| 2005-03-13 |
Nicholas Nethercote | Remove dead macros VG_UINSTR_READS_REG/VG_UINSTR_WRITES... |
commit | commitdiff | tree | snapshot |
| 2005-03-13 |
Nicholas Nethercote | Make malloc stats debug messages fit in 80 chars. |
commit | commitdiff | tree | snapshot |
| 2005-03-13 |
Nicholas Nethercote | Use Vg_DebugMsg for all the things printed with -v... |
commit | commitdiff | tree | snapshot |
| 2005-03-13 |
Nicholas Nethercote | Move the ExeContext stats message earlier, and print... |
commit | commitdiff | tree | snapshot |
| 2005-03-13 |
Nicholas Nethercote | comment-only wibble |
commit | commitdiff | tree | snapshot |
| 2005-03-13 |
Nicholas Nethercote | Add missing printf argument. |
commit | commitdiff | tree | snapshot |
| 2005-03-13 |
Nicholas Nethercote | Add test case for forking threaded programs. |
commit | commitdiff | tree | snapshot |
| 2005-03-13 |
Nicholas Nethercote | For signals which are ignored by default (SIGCONT,... |
commit | commitdiff | tree | snapshot |
| 2005-03-13 |
Nicholas Nethercote | Fix incorrect parsing of 'R' floating-point types. |
commit | commitdiff | tree | snapshot |
| 2005-03-13 |
Nicholas Nethercote | When a multi-threaded program forks(), only the thread... |
commit | commitdiff | tree | snapshot |
| 2005-03-13 |
Nicholas Nethercote | Get more useful stack traces for internal errors/panics... |
commit | commitdiff | tree | snapshot |
| 2005-03-12 |
Nicholas Nethercote | Documentation update. This should bring the core of... |
commit | commitdiff | tree | snapshot |
| 2005-03-12 |
Julian Seward | Followup to rev 3319: remove bits of these tests which... |
commit | commitdiff | tree | snapshot |
| 2005-03-12 |
Julian Seward | Get rid of dastest and rcl_assert. These test instruct... |
commit | commitdiff | tree | snapshot |
| 2005-03-12 |
Nicholas Nethercote | BUGFIX: process_cmd_line_options mangles options with... |
commit | commitdiff | tree | snapshot |
| 2005-03-12 |
Nicholas Nethercote | Add what I think is needed for the man page in the... |
commit | commitdiff | tree | snapshot |
| 2005-03-12 |
Nicholas Nethercote | Added Valgrind man page. (Ultimately, it would be... |
commit | commitdiff | tree | snapshot |
| 2005-03-12 |
Nicholas Nethercote | --num-callers default is now 12, so say that in the... |
commit | commitdiff | tree | snapshot |
| 2005-03-12 |
Julian Seward | Update expected output. |
commit | commitdiff | tree | snapshot |
| 2005-03-12 |
Julian Seward | Handle sys_vfork correctly. This fixes none/tests... |
commit | commitdiff | tree | snapshot |
| 2005-03-12 |
Nicholas Nethercote | Default to using --leak-check=summary. |
commit | commitdiff | tree | snapshot |
| 2005-03-12 |
Julian Seward | Fix silly bug in munmap-implementation which caused... |
commit | commitdiff | tree | snapshot |
| 2005-03-12 |
Nicholas Nethercote | Don't print debug info. |
commit | commitdiff | tree | snapshot |
| 2005-03-12 |
Nicholas Nethercote | Update suppressions for X on FC3; |
commit | commitdiff | tree | snapshot |
| 2005-03-12 |
Nicholas Nethercote | Make libpthread strstr suppression a bit more general. |
commit | commitdiff | tree | snapshot |
| 2005-03-12 |
Julian Seward | Further un-break signal handling following the merge... |
commit | commitdiff | tree | snapshot |
| 2005-03-12 |
Nicholas Nethercote | Update version to 3.0.0.CVS. Also change startup messa... |
commit | commitdiff | tree | snapshot |
| 2005-03-12 |
Julian Seward | Deal better with x86 'rep nop' (P4 pause hint). |
commit | commitdiff | tree | snapshot |
| 2005-03-12 |
Nicholas Nethercote | Fix up old stuff in README_DEVELOPERS, including VALGRI... |
commit | commitdiff | tree | snapshot |
| 2005-03-12 |
Nicholas Nethercote | Update NEWS file for 2.4.0 release. |
commit | commitdiff | tree | snapshot |
| 2005-03-12 |
Nicholas Nethercote | Update copyright notice for 2005 on all relevant files... |
commit | commitdiff | tree | snapshot |
| 2005-03-12 |
Nicholas Nethercote | Unbreak build (for me, gcc-4.0.0-pre -- nested function... |
commit | commitdiff | tree | snapshot |
| 2005-03-12 |
Julian Seward | Fix yielding properly. |
commit | commitdiff | tree | snapshot |
| 2005-03-12 |
Julian Seward | Add missing comment. |
commit | commitdiff | tree | snapshot |
| 2005-03-12 |
Julian Seward | No longer needed. Bye! |
commit | commitdiff | tree | snapshot |
| 2005-03-12 |
Julian Seward | Get rid of dead code and/or localise global functions... |
commit | commitdiff | tree | snapshot |
| 2005-03-12 |
Nicholas Nethercote | Add declaration for VG_(pre_clo_init) so we don't get... |
commit | commitdiff | tree | snapshot |
| 2005-03-12 |
Nicholas Nethercote | Remove dead code. |
commit | commitdiff | tree | snapshot |
| 2005-03-12 |
Nicholas Nethercote | Fix warnings identified after I attached a "format... |
commit | commitdiff | tree | snapshot |
| 2005-03-12 |
Nicholas Nethercote | Remove dead functions: VG_(set_arg_and_bogus_ret),... |
commit | commitdiff | tree | snapshot |
| 2005-03-12 |
Nicholas Nethercote | Remove dead declaration: VG_(print_malloc_stats). ... |
commit | commitdiff | tree | snapshot |
| 2005-03-12 |
Nicholas Nethercote | Remove meaningless "vg_" prefixes from several variables. |
commit | commitdiff | tree | snapshot |
| 2005-03-12 |
Nicholas Nethercote | Remove dead function: VG_(do_pthread_sigmask_SCSS_upd). |
commit | commitdiff | tree | snapshot |
| 2005-03-12 |
Nicholas Nethercote | Get rid of the VALGRIND_INTERNAL_PRINTF_BACKTRACE reque... |
commit | commitdiff | tree | snapshot |
| 2005-03-12 |
Nicholas Nethercote | These files are no longer used, thank heavens. |
commit | commitdiff | tree | snapshot |
| 2005-03-12 |
Nicholas Nethercote | Remove dead declarations. |
commit | commitdiff | tree | snapshot |
| 2005-03-12 |
Nicholas Nethercote | Make these vg_message.c functions local, they're no... |
commit | commitdiff | tree | snapshot |
| 2005-03-12 |
Nicholas Nethercote | Fix AUTHORS to match the info on the new website. |
commit | commitdiff | tree | snapshot |
| 2005-03-11 |
Julian Seward | Reinstate lackey, corecheck, massif. They all start... |
commit | commitdiff | tree | snapshot |
| 2005-03-11 |
Julian Seward | Detect and reject misaligned args for mmap. This makes |
commit | commitdiff | tree | snapshot |
| 2005-03-11 |
Julian Seward | Reenable cmpsw/cmpsl. |
commit | commitdiff | tree | snapshot |
| 2005-03-11 |
Julian Seward | Handle Vex-supplied guest address mapping failures... |
commit | commitdiff | tree | snapshot |
| 2005-03-11 |
Julian Seward | Un-break --trace-children=yes. |
commit | commitdiff | tree | snapshot |
| 2005-03-11 |
Julian Seward | Coredumping is borked. |
commit | commitdiff | tree | snapshot |
| 2005-03-11 |
Julian Seward | Make suitable for initial test run. |
commit | commitdiff | tree | snapshot |
| 2005-03-11 |
Cerion Armour... | Fixed front-end xer reg access |
commit | commitdiff | tree | snapshot |
| 2005-03-11 |
Nicholas Nethercote | Fix a printf formatting inconsistency. |
commit | commitdiff | tree | snapshot |
| 2005-03-11 |
Nicholas Nethercote | Fix false assertion in pattern matching. |
commit | commitdiff | tree | snapshot |
| 2005-03-11 |
Nicholas Nethercote | Fix Nulgrind's filter_stderr, and also fix the none... |
commit | commitdiff | tree | snapshot |
| 2005-03-11 |
Nicholas Nethercote | Remove messages about not being able to clean up non... |
commit | commitdiff | tree | snapshot |
| 2005-03-11 |
Nicholas Nethercote | Memset the whole ehdr structure (though this will only... |
commit | commitdiff | tree | snapshot |
| 2005-03-11 |
Nicholas Nethercote | Only try matching if the pointer could be resolved... |
commit | commitdiff | tree | snapshot |
| 2005-03-11 |
Nicholas Nethercote | Fix VG_(calloc)() so it actually zeroes the entire... |
commit | commitdiff | tree | snapshot |
| 2005-03-11 |
Nicholas Nethercote | Remove now-unnecessary FAQ. (Was removed from the... |
commit | commitdiff | tree | snapshot |
| 2005-03-11 |
Nicholas Nethercote | Remove now-irrelevant FAQ. |
commit | commitdiff | tree | snapshot |
| 2005-03-11 |
Nicholas Nethercote | De-document now-defunct command line options. |
commit | commitdiff | tree | snapshot |
| next |