Age | Commit message (Expand) | Author | Files | Lines |
2005-12-19 | Remove remaining profiling gunk from Memcheck. | njn | 1 | -5/+0 |
2005-12-19 | Remove the old profiling stuff from Memcheck. | njn | 1 | -11/+0 |
2005-12-19 | Fixed to check whether __builtin_expect is supported before using it. | tom | 1 | -0/+5 |
2005-12-06 | Take ppc64 startup further along the road | cerion | 1 | -2/+4 |
2005-11-20 | Fix obscure memcheck bug found by Nick. This could cause false | sewardj | 1 | -1/+1 |
2005-11-15 | Remove horribly out-of-date comment. | njn | 1 | -23/+0 |
2005-11-08 | Get rid of old flags that memcheck no longer has. | sewardj | 1 | -13/+2 |
2005-11-08 | memcheck: make --partial-loads-ok=yes work again, but now make it | sewardj | 1 | -2/+20 |
2005-10-19 | Make the usage message a little neater and more self-consistent. | njn | 1 | -1/+1 |
2005-10-12 | Build fixes for gcc-2.96. The system now builds and regtests with the | sewardj | 1 | -95/+133 |
2005-10-07 | Add a comment about Memcheck not doing anything for mprotect. | njn | 1 | -0/+11 |
2005-09-28 | %u -> %lu | sewardj | 1 | -1/+1 |
2005-09-28 | Increase some sizes to deal better with the new multigigabyte world: | sewardj | 1 | -2/+2 |
2005-09-27 | Remove now-unused "shadow_memory" need. | njn | 1 | -1/+0 |
2005-09-27 | This commit merges in changes from branches/ASPACEM (specifically, | sewardj | 1 | -12/+32 |
2005-08-15 | Whoops... I guess the regtests don't exercise that code... | njn | 1 | -2/+2 |
2005-08-15 | Something I realised recently: in C, iterators are much better than | njn | 1 | -26/+20 |
2005-08-14 | Remove more now-unnecessary casts, thanks to the recent VgHashTable changes. | njn | 1 | -2/+2 |
2005-08-11 | Get rid of some stupidity: | njn | 1 | -5/+2 |
2005-07-08 | Create and use bigendian versions of MC_(helperc_{LOAD,STORE}V{2,4,8}). | sewardj | 1 | -316/+340 |
2005-06-30 | Track Vex API change (r1239, introduction of endianness-indications in | sewardj | 1 | -32/+32 |
2005-06-23 | Removed the VGA_/VGO_/VGP_ prefixes for arch/OS/platform-specific | njn | 1 | -9/+9 |
2005-06-21 | Malloc replacement worked very much like a 'need', but wasn't one. | njn | 1 | -1/+1 |
2005-06-19 | Final commit for the initial modularisation pass: | njn | 1 | -2/+13 |
2005-06-13 | Be quieter when outputting XML. | sewardj | 1 | -1/+1 |
2005-06-13 | Created m_machine, for various machine-related things. | njn | 1 | -0/+1 |
2005-06-11 | Move some decls out of tool.h into the new file pub_tool_aspacemgr.h. | njn | 1 | -0/+1 |
2005-06-09 | Increase the number of auxmaps from 500 to 20000. This should be | sewardj | 1 | -1/+1 |
2005-06-04 | Modularised assertions and panics in m_libcassert. | njn | 1 | -0/+1 |
2005-06-03 | Modularise printing functions in m_libcprint. | njn | 1 | -0/+1 |
2005-06-02 | Started modularising vg_mylibc. Put all the standalone stuff -- ie. not | njn | 1 | -0/+1 |
2005-05-20 | Dither | sewardj | 1 | -1/+1 |
2005-05-19 | First pass at adding ability for Memcheck to print all output in XML | sewardj | 1 | -10/+34 |
2005-05-15 | Don't mix backticks and apostrophes when quoting words -- eg. use 'foo' | njn | 1 | -2/+2 |
2005-05-12 | Create a fast version of MC_(helperc_MAKE_STACK_UNINIT), so as not to | sewardj | 1 | -1/+93 |
2005-05-12 | Use the new IRStmt_AbiHints created by the amd64 front end. This | sewardj | 1 | -0/+8 |
2005-05-10 | Modularised the malloc/free stuff into two modules: m_mallocfree for the | njn | 1 | -2/+3 |
2005-05-09 | Big clean-up: changed the core/tool interface to be mediated entirely | njn | 1 | -112/+112 |
2005-05-08 | Avoid compiler warnings. | njn | 1 | -3/+3 |
2005-05-08 | Moved mc_errcontext.c into mc_main.c, since it was very small and there was | njn | 1 | -12/+128 |
2005-05-08 | Avoid bogus compiler warning. | njn | 1 | -1/+1 |
2005-05-03 | Fix really stupid bug I introduced during recent 64-bitification of | sewardj | 1 | -2/+2 |
2005-05-02 | Fix compile warnings on 32-bit platforms, hopefully without breaking | sewardj | 1 | -7/+11 |
2005-04-28 | Define N_PRIMARY_MAP to actually generate a 64-bit constant on 64-bit | sewardj | 1 | -2/+15 |
2005-04-27 | Reinstate the leak checker; it works at least on x86. | sewardj | 1 | -50/+82 |
2005-04-23 | Add 64-bit fast case handlers for loads/stores. On amd64, | sewardj | 1 | -6/+81 |
2005-04-23 | Handle 8-byte value-check failures using a special fast-case fn (like | sewardj | 1 | -5/+5 |
2005-04-22 | Tidy up: remove lots of old code, rearrange order of functions | sewardj | 1 | -682/+131 |
2005-04-22 | mc_LOADVn_slow: When loading from invalid addresses, mark loaded data | sewardj | 1 | -6/+4 |
2005-04-22 | Mostly finish fixing fast-path cases. Also enhance sanity checking. | sewardj | 1 | -219/+388 |