Age | Commit message (Expand) | Author | Files | Lines |
2005-06-30 | Track Vex API change (r1239, introduction of endianness-indications in | sewardj | 1 | -7/+8 |
2005-06-30 | Add missing #include. | sewardj | 1 | -0/+1 |
2005-06-26 | Combine the percentify() functions from Cachegrind and m_transtab into | njn | 1 | -27/+11 |
2005-06-25 | Added some more targets to the docs. | de | 1 | -8/+8 |
2005-06-23 | Removed the VGA_/VGO_/VGP_ prefixes for arch/OS/platform-specific | njn | 6 | -17/+17 |
2005-06-23 | argh! there were loads of the little beggars .... | de | 4 | -25/+0 |
2005-06-21 | Remove VG_(getcwd_alloc)(), which can be done otherwise pretty easily. | njn | 1 | -4/+3 |
2005-06-20 | Finally, valgrind on ppc32. | cerion | 2 | -0/+332 |
2005-06-19 | Final commit for the initial modularisation pass: | njn | 4 | -5/+6 |
2005-06-18 | Move CPUID functions into their own module, m_cpuid. | njn | 1 | -0/+1 |
2005-06-13 | Updates to the rest of the debuginfo module to track directory names. | sewardj | 1 | -2/+6 |
2005-06-13 | Created m_machine, for various machine-related things. | njn | 1 | -0/+1 |
2005-06-12 | Finished the modularisation of vg_mylibc.c, which meant it could be removed. | njn | 3 | -0/+3 |
2005-06-10 | Put arch-specific Cachegrind code in files in the main cachegrind/ | njn | 8 | -37/+7 |
2005-06-04 | Modularised file and socket libc stuff in m_libcfile. | njn | 1 | -0/+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 | 4 | -1/+3 |
2005-06-02 | Started modularising vg_mylibc. Put all the standalone stuff -- ie. not | njn | 4 | -0/+4 |
2005-06-01 | Modularised the profiling stuff as m_profile.c. It's much more | njn | 1 | -0/+1 |
2005-05-31 | Modularised all the debug info stuff as m_debuginfo/. It's a mess | njn | 1 | -0/+1 |
2005-05-16 | Added module m_options for holding all the command-line option stuff. | njn | 1 | -0/+1 |
2005-05-15 | Don't mix backticks and apostrophes when quoting words -- eg. use 'foo' | njn | 1 | -1/+1 |
2005-05-14 | Modularised vg_hashtable.c as m_hashtable. | njn | 1 | -0/+1 |
2005-05-13 | Don't crash when dealing with dealing with naughty programs that set | sewardj | 1 | -0/+2 |
2005-05-12 | Handle (ignore) IRStmt_AbiHint. | sewardj | 1 | -0/+4 |
2005-05-10 | Modularised the core/tool interface ('details', 'needs' and VG_(tdict)) | njn | 1 | -0/+1 |
2005-05-10 | Modularised the malloc/free stuff into two modules: m_mallocfree for the | njn | 1 | -1/+1 |
2005-05-09 | Big clean-up: changed the core/tool interface to be mediated entirely | njn | 1 | -33/+33 |
2005-05-08 | Rename some _SIZE macros as _SZB to make their units clear. This change is | njn | 1 | -2/+2 |
2005-05-08 | A crucial, crucial change: update my email address. | njn | 7 | -7/+7 |
2005-04-24 | Inline function that's only used once. | njn | 1 | -10/+5 |
2005-04-21 | Comment-only change | njn | 1 | -1/+1 |
2005-04-04 | Remove the x86-specific is_valid_data_size() test. Also, make any dataSize | njn | 1 | -10/+5 |
2005-04-02 | Get cache detection going again on x86. | tom | 2 | -17/+7 |
2005-04-02 | Make cache detection work on amd64. | tom | 1 | -59/+2 |
2005-03-31 | This change reduces the number of calls to dlsym() when loading tools from a | njn | 1 | -2/+8 |
2005-03-27 | Add VGA_ prefix to the arch-specific macros {MIN,MAX}_INSTR_SIZE and | njn | 1 | -5/+6 |
2005-03-26 | Pay attention to the annotations on dirty helper calls, since they | sewardj | 1 | -1/+22 |
2005-03-26 | On amd64, use default cache sizes for now, rather than bombing out | sewardj | 1 | -2/+11 |
2005-03-26 | Don't use the VGP_ for profiling any more, just use VG_ -- we want to use | njn | 1 | -3/+3 |
2005-03-23 | cachegrind/tests/myprintf needs -fPIC on amd64 | sewardj | 1 | -1/+2 |
2005-03-21 | handleOneStatement: Derive a value for *instrAddr from the IMark in a | sewardj | 1 | -2/+11 |
2005-03-21 | Bring in the beginnings of 64-bit cleanness for IR mangling in cachegrind: | sewardj | 1 | -2/+20 |
2005-03-21 | Track Vex API change in rev 1062: pass both the guest and host word | sewardj | 1 | -1/+7 |
2005-03-21 | Track Vex API (semantics) changes in rev 1061: introduction of IRStmt_NoOp. | sewardj | 1 | -13/+1 |
2005-03-20 | Track minor Vex API changes that occurred in Vex rev 1059. | sewardj | 1 | -18/+9 |
2005-03-20 | Reinstated Cachegrind. Seems to be working ok -- numbers compare pretty | njn | 3 | -288/+268 |
2005-03-12 | Update copyright notice for 2005 on all relevant files. Don't bother trying | njn | 7 | -9/+9 |
2005-03-10 | Merge in changes from the 2.4.0 line. This basically brings in the | sewardj | 2 | -33/+6 |
2005-03-10 | Add new files resulting from merging in the 2.4.0 line. Many of these | sewardj | 1 | -0/+302 |