1. 66c00b9 Fix another enum type error spotted by gcc-4.5. by sewardj · 15 years ago
  2. f91b0a3 Add support for the L2 cache on Intel T4200. by sewardj · 15 years ago
  3. b5e123f Remove an empty <itemizedlist> which was causing the PDF doc build to fail. by sewardj · 15 years ago
  4. cab64bc Update .exp files for r10783. by njn · 15 years ago
  5. a331164 Make "option" terminology consistent some more. Also tweaked the mempool by njn · 15 years ago
  6. ab773b0 Make usage messages given by -h and man pages consistent for the scripts. by njn · 15 years ago
  7. 2d9e874 by sewardj · 15 years ago
  8. c206a81 Add a manpage for cg_annotate. Now only valgrind-listener and cg_merge lack by njn · 15 years ago
  9. 25ac384 Went over the FAQ. Also tweaked vg-entities.xml a bit. by njn · 15 years ago
  10. 3da8196 Thoroughly overhauled the Cachegrind manual chapter, mostly by putting by njn · 15 years ago
  11. 7375de3 More docs build tweaks: by njn · 15 years ago
  12. a15b666 Overhaul Massif's manual, and a few minor related things. by njn · 15 years ago
  13. 7316df2 Various manual fix-ups: by njn · 15 years ago
  14. ee746a2 Use <variablelist> for ms_print's and cg_annotate's options list. by njn · 15 years ago
  15. a31dac2 Improve the "acting on Cachegrind's info" section. by njn · 15 years ago
  16. 7e5d4ed We currently use a mix of <option> and <computeroutput> tags for command by njn · 15 years ago
  17. 05a8917 Started overhauling the documentation: by njn · 15 years ago
  18. b2c985b Merge cachegrind/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  19. 1c0ce7a Merge in branches/DCAS. by sewardj · 15 years ago
  20. 6612106 Fix 'make check' for automake-1.7. Fixes bugs 197898 and 197901. by njn · 15 years ago
  21. 8b68b64 This commit merges the BUILD_TWEAKS branch onto the trunk. It has the by njn · 15 years ago
  22. f76d27a Merge the DARWIN branch onto the trunk. by njn · 15 years ago
  23. c5fdb44 DARWIN sync: cachegrind filter change. by njn · 15 years ago
  24. cda2f0f Merged non-Darwin-specific parts of r9397,r9423,r9490, 9461, 9462 from the by njn · 15 years ago
  25. c9a6f4b Merge r9610 (AM_CCASFLAGS tweaks for test Makefiles) from the DARWIN branch. by njn · 15 years ago
  26. 52cb75c Merged r9602 and r9603 (make cpuid pass on Darwin, rename .s files to .S) by njn · 15 years ago
  27. 9c53325 Merge r9600 (separate VG_ and ML_ definitions for C and asm files) from the by njn · 15 years ago
  28. 4c245e5 Fix all the non-VEX problems identified with the Clang Static Analyzer. by njn · 16 years ago
  29. b5d8fee A couple more VG_DMSG conversions. by njn · 16 years ago
  30. 6f74a7e Added some shortcuts for VG_(message)(), and used them in a few places (but by njn · 16 years ago
  31. 9f20746 Updated copyright years. by njn · 16 years ago
  32. 83df0b6 atoll() is a terrible function -- you can't do any error checking with it. by njn · 16 years ago
  33. 64c62d4 Some more test/build cleanups missed in prior commits. by njn · 16 years ago
  34. 07891f9 Test files were being passed multiple arch options (eg. "-m32 -m64") when by njn · 16 years ago
  35. 5304457 Various build system clean-ups and simplifications: by njn · 16 years ago
  36. 144b76c Cachegrind/Callgrind: allow for cache sizes other than only powers of two by weidendo · 16 years ago
  37. 7fd6d38 Rename all the arch/OS/platform-related variables in configure.in to make it by njn · 16 years ago
  38. a6dbb3f - No longer using VG_ARCH_ALL to determine the DIST_SUBDIRS used for by njn · 16 years ago
  39. 63c7de1 Replace some 4-space indents with 3-space indents. Merged from DARWIN. by njn · 16 years ago
  40. cc874b5 trunk/memcheck/tests/Makefile.am by njn · 16 years ago
  41. 4f6f54b callgrind/tests/filter_stderr by njn · 16 years ago
  42. 1e76ff5 Add some more Intel cache configuration values needed for Atom by tom · 16 years ago
  43. 415a7b1 Remove spurious newlines from messages. by tom · 16 years ago
  44. 70c5e5a Add some more Intel L2 and L3 cache configuration values. by tom · 16 years ago
  45. 85a38bc A clarification. by njn · 16 years ago
  46. 9c606bd by sewardj · 16 years ago
  47. a0b6b2c Merged FORMATCHECK branch (r8368) to trunk. by bart · 16 years ago
  48. 7064fb2 Fix a bug in Massif and Cachegrind, whereby if program's forked, the child by njn · 16 years ago
  49. 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 17 years ago
  50. 5a835d5 Add const qualifiers to appropriate arguments of OSet routines. by tom · 17 years ago
  51. 374a36d by njn · 17 years ago
  52. 778d783 Update documents in preparation for 3.3.0, and restructure them by sewardj · 17 years ago
  53. 72d7513 Track vex r1793: make all tools able to handle the new IR memory bus by sewardj · 17 years ago
  54. 8a7b41b Fix various format string errors, courtesy of Florian Krohm. by njn · 17 years ago
  55. 07f9656 Add a section to the cachegrind manual suggesting how to act on the results. by njn · 17 years ago
  56. 3a9d5dc Add section on how to use Cachegrind's results. by njn · 17 years ago
  57. 61e11d0 minor tweak by njn · 17 years ago
  58. e2a9ad3 Split the OSet interface into two parts: "OSetGen_", which is the existing by njn · 17 years ago
  59. f3b61d6 Add directory-reading of debug info to cachegrind. by njn · 17 years ago
  60. 198f34f Get rid of VG_(getcwd) and replace it with a pair of functions, by sewardj · 17 years ago
  61. 620dd26 Apparently 'index' shadows a global decl on some targets; therefore rename. by sewardj · 17 years ago
  62. 08e31e2 Merge (from 3.2 branch) r6743 (Edit the manual to bring it up to date by sewardj · 17 years ago
  63. 8badbaa by sewardj · 17 years ago
  64. 9a0cba4 Fix some copyright notices: by njn · 17 years ago
  65. 0a8db5c Explicitly zero CCs. It's already being done by VG_(OSet_AllocNode), but by njn · 18 years ago
  66. 14c7cc5 Get rid of the type XArrayStrings in m_clientstate and use new generic by sewardj · 18 years ago
  67. 94dc508 Add cg_merge, a program for merging (adding) cachegrind output files, by sewardj · 18 years ago
  68. 8693e01 Add a new flag --cachegrind-log-file to cg_annotate, which tells it by sewardj · 18 years ago
  69. e1216cb by sewardj · 18 years ago
  70. 2624212 Add missing item. by njn · 18 years ago
  71. 9ebd6e0 Update copyright dates. by sewardj · 18 years ago
  72. 0b9d74a by sewardj · 18 years ago
  73. 7aeb10f Fix 'make html-docs' and 'make print-docs'. by sewardj · 18 years ago
  74. 149aed8 Use the newly-added dopyIRBBExceptStmts() in tools. by njn · 18 years ago
  75. 1c3e3c5 Cachegrind/Callgrind: Fix cache parameter detection by weidendo · 18 years ago
  76. cbdfcd6 Fix obscure bug in cache simulation, found by Ulrich Drepper. by njn · 18 years ago
  77. f6f1d49 Update for recent removal of Cachegrind tech docs. by njn · 18 years ago
  78. 011215f Link to dissertation with a proper link. by njn · 18 years ago
  79. 534f781 Removed the file format description from cg_annotate.in, because it's in the by njn · 18 years ago
  80. dac0cda - Update comments about Cachegrind file format. by njn · 18 years ago
  81. e808930 Track SysRes change. by sewardj · 18 years ago
  82. 1eff82b by sewardj · 18 years ago
  83. 6893d65 Move functions which deal with bad command line options from m_main by sewardj · 18 years ago
  84. 4cfea4f by sewardj · 18 years ago
  85. 966b5bd Cachegrind: Update cache parameter detection by weidendo · 18 years ago
  86. fcf126f Print the same text as micro_ops_warn on x86; doing otherwise defeats the by sewardj · 18 years ago
  87. e4b0bf0 Update copyright dates. by sewardj · 18 years ago
  88. 1baf7db - Fix indentation in one section of Cachegrind by njn · 18 years ago
  89. 3a384b3 Index the BB_info table by redirected guest address, not by sewardj · 19 years ago
  90. e80ac00 Test to check that cachegrind's BB_info management system isn't by sewardj · 19 years ago
  91. 461df9c These files all speak about instrumentation functions. by sewardj · 19 years ago
  92. 3a699b8 amd64-linux adjustments as a followup to r5493. by sewardj · 19 years ago
  93. 0126214 by sewardj · 19 years ago
  94. afa1226 by njn · 19 years ago
  95. 5bb8682 ppc64-linux fixes. by sewardj · 19 years ago
  96. 78cce3f Add the name of the input file to cg_annotate's output. by njn · 19 years ago
  97. 920050d Fixed cg_annotate bug -- when using the --sort option the primary threshold by njn · 19 years ago
  98. bcd75fc Remove all remaining profiling gunk. by njn · 19 years ago
  99. 4311fe6 Fix minor Cachegrind bug that was occasionally causing misattributions of by njn · 19 years ago
  100. 42c8355 Change hp2ps to output .ps files in the same dir that the .hp input files by njn · 19 years ago