1. d55121e Fixed to check whether __builtin_expect is supported before using it. by tom · 19 years ago
  2. a879a47 Make sure EM_X86_64 is defined as elf.h doesn't define it on some older systems. by tom · 19 years ago
  3. 5741d40 Duh, remove debug printing. Duh. by sewardj · 19 years ago
  4. 8d1fa88 Update. by sewardj · 19 years ago
  5. 7289274 Increase buffer size, so that long debugger command lines don't crash by sewardj · 19 years ago
  6. 75d8eb9 Nasty hack to stop the leak checker dying on custom-allocator example by sewardj · 19 years ago
  7. 7e9ed71 When using a custom allocator that allocates with no intervening by sewardj · 19 years ago
  8. 49bdd7a findSb: gradually rearrange the superblock list to bring frequently by sewardj · 19 years ago
  9. bc6a06c Update known-bugs summary. by sewardj · 19 years ago
  10. 444e4b4 Add a malloc/free stress test. by njn · 19 years ago
  11. a527a49 Add info about overhead in heap blocks and OSet nodes. by njn · 19 years ago
  12. 5ee4948 Hold the event count in r29 rather than the count register, since the by sewardj · 19 years ago
  13. 1f430d3 Add missing cases in debug printing. by sewardj · 19 years ago
  14. 5d3a1c9 Rewrite ppc32 dispatch loop to avoid profiling overhead, as per by sewardj · 19 years ago
  15. 265bf44 add note about recent performance improvement by njn · 19 years ago
  16. 30e23ac by njn · 19 years ago
  17. 0d3a1a8 Make this work on platforms where r != x. by sewardj · 19 years ago
  18. 0d9efdd Rewrite amd64 dispatch loop to add performance enhancements as per x86 by sewardj · 19 years ago
  19. 274807d - Track vex r1494 (x86/amd64 change of conventions for getting by sewardj · 19 years ago
  20. 586fb03 Added fp regtest - needed some hackery to get around VEX's loss of accuracy. by cerion · 19 years ago
  21. 57c3e5d Changed jm_insns.c usage to use one of flags 'i|f|a' to run int|fp|av insns respectively. by cerion · 19 years ago
  22. 9dca92c svn:ignores by cerion · 19 years ago
  23. f131b3a Added a stress test which measures the cost of translation. by njn · 19 years ago
  24. 79076e3 Ensure that f() doesn't get inlined. by njn · 19 years ago
  25. 5778186 Add --vg option to vg_perf, which lets you specify one or more Valgrinds by njn · 19 years ago
  26. b2b4f46 whoops by njn · 19 years ago
  27. fd91dc9 Added some more svn:ignores. by cerion · 19 years ago
  28. ee45f1d Added a --reps option to control how many times each program is run. by njn · 19 years ago
  29. 866a9b4 remove bogus whitespace by njn · 19 years ago
  30. c9582a2 Die if a performance benchmark is missing. by njn · 19 years ago
  31. 02383bc Use user time instead of wall-clock time. by njn · 19 years ago
  32. 5096a39 Improve vg_SP_update_pass() to catch more constant offset cases. Improves by njn · 19 years ago
  33. fa4d68c File recording info about each performance benchmark. by njn · 19 years ago
  34. 57ea0c2 Remove nanosleep and adjust iteration count and array size accordingly. by sewardj · 19 years ago
  35. ecb4744 Abort the performance timings if any of the programs fail, by njn · 19 years ago
  36. c870d18 Make sarp return zero. by njn · 19 years ago
  37. 86c2349 Add two new programs to the performance suite. by njn · 19 years ago
  38. 038ee9e Make it clearer that internal errors are Valgrind's fault. by njn · 19 years ago
  39. 5a19e7b Update ignores. by rjwalsh · 19 years ago
  40. ec0c27a First attempt at some performance tracking tools. Includes a script vg_perf by njn · 19 years ago
  41. 932d5ed Remove dead line. by njn · 19 years ago
  42. ef1c8a8 Add missing declaration. by njn · 19 years ago
  43. 4311fe6 Fix minor Cachegrind bug that was occasionally causing misattributions of by njn · 19 years ago
  44. 52783ca Fail gracefully if 'make check' hasn't been run. by njn · 19 years ago
  45. c726652 More V setup for ppc64 - client stack setup - init_thread1state: set TOC ptr by cerion · 19 years ago
  46. bd8951e On ppc64-linux, the entry point address is a function descriptor, not by sewardj · 19 years ago
  47. 2108204 Take ppc64 startup further along the road by cerion · 19 years ago
  48. 331e576 more syscalls for PPC32 by dirk · 19 years ago
  49. 42c8355 Change hp2ps to output .ps files in the same dir that the .hp input files by njn · 19 years ago
  50. 3187a4e Defensive hacks to detect cases where V corrupts its own heap and/or by sewardj · 19 years ago
  51. bae052e add comment from log message. by njn · 19 years ago
  52. 1ac2f0d clarify by njn · 19 years ago
  53. e60fc58 Now that the man page is built from the XML documentation masters, it by sewardj · 19 years ago
  54. 4867964 Fix typo. by sewardj · 19 years ago
  55. 03e0e7c Tidying up stuff re generating manpage from *.xml docs by de · 19 years ago
  56. bad57fc The valgrind manpage is now auto-generated directly from the by de · 19 years ago
  57. d5b38b0 Avoid potential partial-flags stall on P4. by sewardj · 19 years ago
  58. 47fb650 update by njn · 19 years ago
  59. cfe9491 Added explanation of insn patching used in ppc32 test jm-insns. by cerion · 19 years ago
  60. 215f692 update by sewardj · 19 years ago
  61. dc1750a ppc32-linux: enable sys_{set,get}priority. by sewardj · 19 years ago
  62. ea0a2d2 sync bugstatus by cerion · 19 years ago
  63. 9200804 update 3_1_BUGSTATUS by cerion · 19 years ago
  64. c08c8c5 Added tests for ppc32 floating point load/stores by cerion · 19 years ago
  65. 926e973 update by njn · 19 years ago
  66. a5422db Fix for a nasty bug in loading an fp reg with zero - thanks J! by cerion · 19 years ago
  67. 4fef693 New file to track bugs in 3.1.X. In a more terse form - not sure if by sewardj · 19 years ago
  68. 1a626ab Enable getpriority and setpriority on amd64. Fixes bug #117369. by tom · 19 years ago
  69. e51b818 Updated svn:ignores for ppc64 by cerion · 19 years ago
  70. d9fa751 Automake 1.7 is required now. by tom · 19 years ago
  71. 91baf95 Updated the README to reflect the current situation. by de · 19 years ago
  72. d3c3537 Removed unnecessary CDATA tags, fixed the <programlisting> indentation cos otherwise fo will barf, added backticks around pwd, etc, etc. by de · 19 years ago
  73. d0220c1 Add directories missed in r5250 (ppc64 first checkin). by sewardj · 19 years ago
  74. 2c48c7b Add framework for ppc64 support. Apologies in advance for the by sewardj · 19 years ago
  75. 9856aac Fix some whitespace issues. by tom · 19 years ago
  76. 7b6c66b Fix a few issues introduced by the previous change and my complete by tom · 19 years ago
  77. f811097 Stop gcc4 complaints re ppc32 test - Moved all declarations in front of statements. by cerion · 19 years ago
  78. 605535f Update the tool writing documentation. by tom · 19 years ago
  79. e1b349b Add a new file tracking performance improvements. by njn · 19 years ago
  80. 0181c77 Update version number to 3.2.0.SVN (I think that's right). by njn · 19 years ago
  81. 2525617 Sync with reality. by njn · 19 years ago
  82. d40e1bf Add some 3.2.0 goals. by sewardj · 19 years ago
  83. 842c93f Disable 'yield' -- it fails so often that it's useless. by njn · 19 years ago
  84. 97ab7e7 mc-tech-docs.xml - removed ref to cachegrind.org by de · 19 years ago
  85. 252c614 Post-release changes: by de · 19 years ago
  86. 5d75045 Record tagging/branching magic incantations. by sewardj · 19 years ago
  87. fa46202 Hopefully final changes for 3.1.0. by sewardj · 19 years ago
  88. 9bec93c Due to package upgrades (docbook, passivetex), removed some by de · 19 years ago
  89. 750ba5e Make glibc-2.4 suppressions work on 64 bit platforms too. by sewardj · 19 years ago
  90. a36dcfa ppc32 only: use the signal context structures in a way which also by sewardj · 19 years ago
  91. 39a7c1d ppc32 only: clarify meaning of second arg of VG_(mk_SysRes_ppc32_linux) by sewardj · 19 years ago
  92. 20eb26d Fix build system bug causing omission of some ppc32 test files from the tarball. by sewardj · 19 years ago
  93. fdf619e Fix bug observed by Neal Norwitz in which mremap fails for file mappings. by sewardj · 19 years ago
  94. e329b26 Enable a few extra system calls on amd64 as found by the Python test suite. by tom · 19 years ago
  95. ae17e7e Hopefully final 3.1.0RC1 changes. by sewardj · 19 years ago
  96. 6a443b2 As with ppc it's necessary to have an initial redirect for index(strchr) by sewardj · 19 years ago
  97. 71ef8e7 Fix obscure memcheck bug found by Nick. This could cause false by sewardj · 19 years ago
  98. 336c89d Note that Helgrind and Addrcheck are still busted. by njn · 19 years ago
  99. c66077e Add a note to release notes about GUIs, which some survey responders by njn · 19 years ago
  100. ee88d28 Another item for 3.1.0 release notes. by njn · 19 years ago