- c756a8e Update helgrind to use the new mechanism to declare it's interface by tom · 20 years ago
- cf81d55 by njn · 20 years ago
- 8a97c6d by njn · 20 years ago
- dd53b7a Make the dispatcher code position independent so that PIE mode works. by tom · 20 years ago
- 23f6cae Comment-only change by sewardj · 20 years ago
- 0312f51 Completely get rid of VG_(instr_ptr_offset). by sewardj · 20 years ago
- f89f8fa Get rid of the use of VG_(instr_ptr_offset) since we know what that is by sewardj · 20 years ago
- 3c35375 rm unused function by sewardj · 20 years ago
- 6f917fd Get thew DWARF reading going on 64 bit machines. by tom · 20 years ago
- c03c4fd Discard the sys_socketcall wrapper (there is no socketcall system by tom · 20 years ago
- 95e65f6 Reinstate Helgrind, to an extent: compile it, so that it doesn't bit-rot. by njn · 20 years ago
- de2ec26 Fixed ROUNDDN to avoid truncating the result when the first argument by tom · 20 years ago
- 5e82ade Build the arch and platform libraries as PIE code when appropriate. by tom · 20 years ago
- b9c3d46 Revive VG_(cpuid) which had been commented out during the merge and by tom · 20 years ago
- 2db299d Rework inline assembly to avoid requiring specific registers as they by tom · 20 years ago
- dde6c0f Avoid truncating addresses returned from mmap on 64 bit platforms. by tom · 20 years ago
- b1d4318 Avoid truncating addresses in debugging message. by tom · 20 years ago
- c3d1cf7 Build the arch, os and platform libraries as PIE code if PIE is by tom · 20 years ago
- 1d46878 Fix overnight build script to use subversion to get the source and by tom · 20 years ago
- 8012b6e Fixed test result to be independent of the system address size. by tom · 20 years ago
- 04e069e The open system call has a post handler. by tom · 20 years ago
- b3a70df Implement some more system calls on amd64. by tom · 20 years ago
- 14c1cdb Actually setup the arguments for a signal handler before running by tom · 20 years ago
- 6193c09 Reinstate a few more syscalls. by sewardj · 20 years ago
- a11b9b0 Remove an out-of-date FAQ, putting the still-relevant part in another by njn · 20 years ago
- f4af300 comment-only change by sewardj · 20 years ago
- 04af9d0 VG_(get_memory_from_mmap_for_client)() need not be tool-visible. by njn · 20 years ago
- 695c16e Remove the "vg_" prefix from a lot of non-global variables. by njn · 20 years ago
- 1f70772 VG_(bbs_done) doesn't need to be tool-visible. by njn · 20 years ago
- a5464cd Remove dead field '.siginfo' from ThreadState(!) by njn · 20 years ago
- 4afaf1d Remove dead macros and declaration. by njn · 20 years ago
- 9fb73db by njn · 20 years ago
- be91aae Add VG_ prefix to SKIPLIST_INIT and IS_*_ALIGNED macros. Also pull by njn · 20 years ago
- 860fc63 Track generic and x86 changes. by sewardj · 20 years ago
- 194fce9 Remove dead macros 'mycat' and 'mycat_wrk'. by njn · 20 years ago
- 8c74b00 by njn · 20 years ago
- 45270a2 Make the 'arg' parameter to VG_BOOL_CLO and similar macros explicit, rather by njn · 20 years ago
- d6bc3c3 Remove some old CLOs that were hanging around for backward compatibility. by njn · 20 years ago
- 7f4a862 Pay attention to the annotations on dirty helper calls, since they by sewardj · 20 years ago
- be73f43 by njn · 20 years ago
- 03f1e58 The two patches attached resolve the exit-hang (of OOo) bug for me. The first by njn · 20 years ago
- 4c4d57b Add missing declaration. by njn · 20 years ago
- c4a028e sys_futex's FUTEX_(CMP_)REQUEUE requests use the futex2 pointer (not by njn · 20 years ago
- 098da06 Handle a couple kinds of executable mutation: a read-only bss, and a by njn · 20 years ago
- da388f4 Skip a stab if it has no ':' at all. by njn · 20 years ago
- 1aa5ae4 Sync NEWS with CVS version. by njn · 20 years ago
- 6260159 More amd64 signal handling fixes (Tom Hughes) by sewardj · 20 years ago
- 41ff3a3 On amd64, use default cache sizes for now, rather than bombing out completely. by sewardj · 20 years ago
- 5d50566 Unbreak amd64 build. We need to have an overnight autobuild running by sewardj · 20 years ago
- 606380e Remove unneeded vg_intercept.c.base, which was still hanging around from the by njn · 20 years ago
- 0c0f32a Make our VG_(isspace)() match libc's isspace(). And remove ISSPACE and by njn · 20 years ago
- d13e5e6 by njn · 20 years ago
- 6268bbc Use "VGO_" prefix for various OS-specific exports. by njn · 20 years ago
- f6d228b Use VGP_ prefix more consistently for platform-specific exports. by njn · 20 years ago
- 31066fd Don't use the VGP_ for profiling any more, just use VG_ -- we want to use by njn · 20 years ago
- db9b773 Use "VGA_" prefix more consistently. by njn · 20 years ago
- 8095073 Use "VGA_" prefix more consistently for arch-specific things. by njn · 20 years ago
- 35172bc Rename some arch-specific macros to use the more consistent "VGA_" prefix. by njn · 20 years ago
- c45282a Avoid compiler warnings. by njn · 20 years ago
- 47b209a Rename M_VG_ERRTXT as VG_ERRTXT_LEN, which is more consistent with other names. by njn · 20 years ago
- d01fef7 by njn · 20 years ago
- 16bf5c7 setup_pointercheck(): be silent by sewardj · 20 years ago
- 96f71e1 Initial get-threads-working patch (Tom Hughes) by sewardj · 20 years ago
- baf3c47 Sync ACKNOWLEDGEMENTS with the CVS version. by njn · 20 years ago
- b369c5e Various amd64 syscall improvements (Tom Hughes) by sewardj · 20 years ago
- 674915a A first cut at amd64 signal frame build/unbuild, from Tom Hughes. by sewardj · 20 years ago
- 05c54a7 Remove a couple of compiler warnings. by njn · 20 years ago
- a4f899c Bah, get the compiler-warning avoidance right this time. by njn · 20 years ago
- 61d936f Avoid numerous compiler warnings by being more precise with REGPARM by njn · 20 years ago
- 15b30d9 Avoid compile warning. by njn · 20 years ago
- 8786e53 Track recent Vex change, in order to remove a compile warning. by njn · 20 years ago
- 96bb930 Avoid GCC warnings by adding necessary declarations for non-static functions. by njn · 20 years ago
- 4627586 Use a macro to add declarations for functions like memcpy(), so that GCC by njn · 20 years ago
- f3b9d8e Make the regtests buildable on amd64, by moving various x86 specific by sewardj · 20 years ago
- 9926dce Wibble by sewardj · 20 years ago
- 3ce4654 cachegrind/tests/myprintf needs -fPIC on amd64 by sewardj · 20 years ago
- de4a4ab Sort out amd64 issues. by sewardj · 20 years ago
- 1c39800 amd64-linux build fix by sewardj · 20 years ago
- 33586e5 More syscall fixes (Tom Hughes). by sewardj · 20 years ago
- 02f718f Fix a bunch of amd64 syscalls. by sewardj · 20 years ago
- 9d9cdea 64-bit cleanness fix for command-line printing by sewardj · 20 years ago
- d0d9731 PRE_(mmap2) and PRE(old_mmap): if not MAP_FIXED but addr != 0, don't by sewardj · 20 years ago
- 1f8b3e7 De-convolute somewhat the client request usage for reporting overlap errors. by njn · 20 years ago
- 6751613 make function names more uniform by njn · 20 years ago
- 43fe47a Track recent jmp_with_stack hackery. by sewardj · 20 years ago
- 0dbfd4d Remove debug printing. by sewardj · 20 years ago
- 957ef8d Finally finish pissing around with jmp_with_stack. Now at least we by sewardj · 20 years ago
- 7f082a6 Mucho buggering about jmp_with_stack and its kin. Jeez. Now the by sewardj · 20 years ago
- 0c1a596 jmp_with_stack is a hack which makes no sense on archs which pass args by sewardj · 20 years ago
- 96db5e1 Horrible syscall-related hacks to make it at least compile on amd64. by sewardj · 20 years ago
- 2b641fe handleOneStatement: Derive a value for *instrAddr from the IMark in a by sewardj · 20 years ago
- 17a56bf Bring in the beginnings of 64-bit cleanness for IR mangling in cachegrind: by sewardj · 20 years ago
- d54babf Track Vex API change in rev 1062: pass both the guest and host word by sewardj · 20 years ago
- 21dc345 Track Vex API (semantics) changes in rev 1061: introduction of IRStmt_NoOp. by sewardj · 20 years ago
- 1cb50b2 Move VG_(get_EIP)() out of vg_execontext.c, where it doesn't belong, into by njn · 20 years ago
- f426131 by njn · 20 years ago
- 710d6c2 Track minor Vex API changes that occurred in Vex rev 1059. by sewardj · 20 years ago
- 7400cfa Comment-only change -- replace old function name. by njn · 20 years ago
- 3f04d24 Print messages only shown with -v using Vg_DebugMsg, rather than Vg_UserMsg. by njn · 20 years ago
- 8f01fbe Update expected outputs following institution of default --show-emwarns=no by sewardj · 20 years ago