1. db2ac81 Make ppc64-linux stack unwinding work. by sewardj · 19 years ago
  2. 53ee1fc Deal with function pointer vs function entry crazyness on ppc64-linux. by sewardj · 19 years ago
  3. 1f0d814 Track changes to PPC naming convention - VEX r1504 by cerion · 19 years ago
  4. 26c80bd Use rt_sigprocmask, and check for errors correctly. (Not yet done: amd64-linux). by sewardj · 19 years ago
  5. 3d6320c Add enough syscalls to run bzip2 on ppc64-linux. by sewardj · 19 years ago
  6. 39e8160 Properly return error codes resulting from sigprocmask failures. by sewardj · 19 years ago
  7. 331dc98 Comment-only changes by sewardj · 19 years ago
  8. cda391f Add comment about log2(). by njn · 19 years ago
  9. 2537616 Make async-style syscalls work on ppc64, by using rt_sigprocmask by sewardj · 19 years ago
  10. f7fe0ee More ppc64-linux syscalls. by sewardj · 19 years ago
  11. 297c88f fixed up ppc64 assembly with .opd sections by cerion · 19 years ago
  12. 55c9fa9 When switching threads on ppc64, clear the reservation pseudo-reg, as on ppc32. by sewardj · 19 years ago
  13. e004d72 Add a destructor function to OSet_Destroy() which can be called for each node. by njn · 19 years ago
  14. 860b8dd Make a start adding syscalls. by sewardj · 19 years ago
  15. 0d8ef0b Save %CIA correctly (caused ppc64-linux to loop at the first syscall, by sewardj · 19 years ago
  16. 93fe3b2 Renamed coregrind.h to pub_core_clreq.h and introduced pub_tool_clreq.h to by njn · 19 years ago
  17. 1ade697 Rewrite ppc64 dispatch loop to avoid profiling overhead, as per ppc32 rewrite (r5352). by cerion · 19 years ago
  18. bcd75fc Remove all remaining profiling gunk. by njn · 19 years ago
  19. da033f5 Fix for bug #117096. by njn · 19 years ago
  20. f7ba703 Fix a minor --gen-suppressions output bug. by njn · 19 years ago
  21. 81e60b2 Add comment from commit log. by njn · 19 years ago
  22. a879a47 Make sure EM_X86_64 is defined as elf.h doesn't define it on some older systems. by tom · 19 years ago
  23. 7289274 Increase buffer size, so that long debugger command lines don't crash by sewardj · 19 years ago
  24. 49bdd7a findSb: gradually rearrange the superblock list to bring frequently by sewardj · 19 years ago
  25. a527a49 Add info about overhead in heap blocks and OSet nodes. by njn · 19 years ago
  26. 5ee4948 Hold the event count in r29 rather than the count register, since the by sewardj · 19 years ago
  27. 1f430d3 Add missing cases in debug printing. by sewardj · 19 years ago
  28. 5d3a1c9 Rewrite ppc32 dispatch loop to avoid profiling overhead, as per by sewardj · 19 years ago
  29. 0d9efdd Rewrite amd64 dispatch loop to add performance enhancements as per x86 by sewardj · 19 years ago
  30. 274807d - Track vex r1494 (x86/amd64 change of conventions for getting by sewardj · 19 years ago
  31. 5096a39 Improve vg_SP_update_pass() to catch more constant offset cases. Improves by njn · 19 years ago
  32. 038ee9e Make it clearer that internal errors are Valgrind's fault. by njn · 19 years ago
  33. ef1c8a8 Add missing declaration. by njn · 19 years ago
  34. c726652 More V setup for ppc64 - client stack setup - init_thread1state: set TOC ptr by cerion · 19 years ago
  35. bd8951e On ppc64-linux, the entry point address is a function descriptor, not by sewardj · 19 years ago
  36. 2108204 Take ppc64 startup further along the road by cerion · 19 years ago
  37. 331e576 more syscalls for PPC32 by dirk · 19 years ago
  38. 42c8355 Change hp2ps to output .ps files in the same dir that the .hp input files by njn · 19 years ago
  39. 3187a4e Defensive hacks to detect cases where V corrupts its own heap and/or by sewardj · 19 years ago
  40. bae052e add comment from log message. by njn · 19 years ago
  41. d5b38b0 Avoid potential partial-flags stall on P4. by sewardj · 19 years ago
  42. dc1750a ppc32-linux: enable sys_{set,get}priority. by sewardj · 19 years ago
  43. a5422db Fix for a nasty bug in loading an fp reg with zero - thanks J! by cerion · 19 years ago
  44. 1a626ab Enable getpriority and setpriority on amd64. Fixes bug #117369. by tom · 19 years ago
  45. 2c48c7b Add framework for ppc64 support. Apologies in advance for the by sewardj · 19 years ago
  46. a36dcfa ppc32 only: use the signal context structures in a way which also by sewardj · 19 years ago
  47. 39a7c1d ppc32 only: clarify meaning of second arg of VG_(mk_SysRes_ppc32_linux) by sewardj · 19 years ago
  48. fdf619e Fix bug observed by Neal Norwitz in which mremap fails for file mappings. by sewardj · 19 years ago
  49. e329b26 Enable a few extra system calls on amd64 as found by the Python test suite. by tom · 19 years ago
  50. 6a443b2 As with ppc it's necessary to have an initial redirect for index(strchr) by sewardj · 19 years ago
  51. f2383df add comment from log message by njn · 19 years ago
  52. 911289f Hacks needed for self-hosting on ppc32 (may be removable if stfiwx is implemented). by sewardj · 19 years ago
  53. 2fedc64 Counterpart to r5202: restore previous assembler state with .previous by sewardj · 19 years ago
  54. d9fc382 Hmm. Perhaps all those top-level pieces of assembly weren't such a by sewardj · 19 years ago
  55. 96fcfc8 ppc32: just apply the initial-redirection hack when Memcheck is in use by sewardj · 19 years ago
  56. 1b6b2b3 Changed altivec floating point setup to Java/IEEE mode by cerion · 19 years ago
  57. 86f64bd Make coredump files have names like vgcore.12345 rather than vgcore.pid12345 by njn · 19 years ago
  58. 14cdd31 Back out r5180 (sorry Josef). On consideration it just increases the difficulty by sewardj · 19 years ago
  59. 461c69d (ppc32) Only include hacky redirects for malloc-replacing tools. by sewardj · 19 years ago
  60. 2683716 I couldn't resist by njn · 19 years ago
  61. 54e095f Enable mq syscalls (untested). by sewardj · 19 years ago
  62. 73cf4c6 Make VG_(apply_StackTrace) stop if it looks like we've overshot main(). by sewardj · 19 years ago
  63. d6e91bc sys_tgkill: hand the syscall to the kernel in the standard way, rather by sewardj · 19 years ago
  64. 7f4bd10 Connect properly to the tgkill wrapper. by sewardj · 19 years ago
  65. 8e73238 Get rid of bogus assertion. by sewardj · 19 years ago
  66. 329af4b Use VG_(ntohl) and VG_(ntohs) to decode IP addresses and ports. Note by tom · 19 years ago
  67. a4a4f41 Provide a full set of ntohl/htonl/ntohs/htons routines in the by tom · 19 years ago
  68. 9e11408 Kludgey endianness fix (for printing only) to stop fdleak_ipv4 failing on by sewardj · 19 years ago
  69. 8202204 Enable sys_lstat on ppc32. by sewardj · 19 years ago
  70. 0ddabca record more email comments by njn · 19 years ago
  71. 3d11e0e Implemented checks for FPSCR and VSCR on leaving dispatcher by cerion · 19 years ago
  72. 4ce89e1 Fix up ppc32-linux handlers for sys_sigreturn and sys_rt_sigreturn. I really by sewardj · 19 years ago
  73. 7c555a9 Record previous log message as a comment in the code. by njn · 19 years ago
  74. 33ca9e8 Make the data segment (heap) executable. LinuxThreads on ppc32 creates by sewardj · 19 years ago
  75. 1ea00a1 Enable sys_rt_sigsuspend. This is needed by LinuxThreads. by sewardj · 19 years ago
  76. 1f0bbc7 Slightly reorder the preamble-printing order, and also print the CPU arch/subarch detected. by sewardj · 19 years ago
  77. bcaf047 Move VG_(am_get_filename) to the tool accessible aspacemgr header file. by tom · 19 years ago
  78. 7e8c7ca Reinstate code to extent SegInfo ranges to cover all PT_LOAD segments by tom · 19 years ago
  79. a2c7603 Fix stabs decoder to allow :: in a method name provided it is inside by tom · 19 years ago
  80. 20241ba Incremented the xml output protocolversion to 2, following the change in the time field format of r5042 by cerion · 19 years ago
  81. 2f93288 Handle some ALSA ioctls that don't have size or direction hints. by tom · 19 years ago
  82. f349d55 In XML mode, emit a closing </valgrindoutput> on various kinds of by sewardj · 19 years ago
  83. 4e45eb6 Enable the prctl system call on amd64. by tom · 19 years ago
  84. 75ea798 Separate the stack unwind logic for amd64 and x86, so that they can be by sewardj · 19 years ago
  85. 1d3cee2 On amd64, when running allocation-intensive code in the presence of by sewardj · 19 years ago
  86. c8cb9d0 Document sign extension of si_code by the kernel. by tom · 19 years ago
  87. 70c91dd Hacks to enable self-hosting on amd64, so as to facilitate cachegrinding it. by sewardj · 19 years ago
  88. fcf6209 wibble by sewardj · 19 years ago
  89. 99ffec4 Make the address space manager use fstat64 when it is available. There by tom · 19 years ago
  90. 95458c6 Preserve the sign of the bottom 16 bits of si_code when discarding by tom · 19 years ago
  91. f36e99a Hacks needed for MontaVista Linux 3.1 (ppc32). by sewardj · 19 years ago
  92. fbba371 Enable a couple more syscalls. by sewardj · 19 years ago
  93. 525e232 ppc32 stack unwind: if the initial FP looks bad, don't use it. by sewardj · 19 years ago
  94. 2c36d42 The absolute bare minimum changes needed to make it work on an by sewardj · 19 years ago
  95. 22a787b Use revised PPC32 subarchitecture categories. by sewardj · 19 years ago
  96. e3826cf Hook the ppc32 stuff up to the revised CPU detection machinery, and by sewardj · 19 years ago
  97. 1a7bda9 Enable remaining *xattr system calls on amd64. Fixes bug #116200. by tom · 19 years ago
  98. 9f4a7bf Mask out the top 16 bits of si_code at the start of the signal by tom · 19 years ago
  99. e2d1e67 Tidy up the machinery for detecting the CPU type and capabilities. by sewardj · 19 years ago
  100. 00cfcfc Don't imply that the --tool option is mandatory. by njn · 19 years ago