1. 83df0b6 atoll() is a terrible function -- you can't do any error checking with it. by njn · 16 years ago
  2. 64c62d4 Some more test/build cleanups missed in prior commits. by njn · 16 years ago
  3. 07891f9 Test files were being passed multiple arch options (eg. "-m32 -m64") when by njn · 16 years ago
  4. 5304457 Various build system clean-ups and simplifications: by njn · 16 years ago
  5. 144b76c Cachegrind/Callgrind: allow for cache sizes other than only powers of two by weidendo · 16 years ago
  6. 7fd6d38 Rename all the arch/OS/platform-related variables in configure.in to make it by njn · 16 years ago
  7. a6dbb3f - No longer using VG_ARCH_ALL to determine the DIST_SUBDIRS used for by njn · 16 years ago
  8. 63c7de1 Replace some 4-space indents with 3-space indents. Merged from DARWIN. by njn · 16 years ago
  9. cc874b5 trunk/memcheck/tests/Makefile.am by njn · 16 years ago
  10. 4f6f54b callgrind/tests/filter_stderr by njn · 16 years ago
  11. 1e76ff5 Add some more Intel cache configuration values needed for Atom by tom · 16 years ago
  12. 415a7b1 Remove spurious newlines from messages. by tom · 16 years ago
  13. 70c5e5a Add some more Intel L2 and L3 cache configuration values. by tom · 16 years ago
  14. 85a38bc A clarification. by njn · 16 years ago
  15. 9c606bd by sewardj · 16 years ago
  16. a0b6b2c Merged FORMATCHECK branch (r8368) to trunk. by bart · 16 years ago
  17. 7064fb2 Fix a bug in Massif and Cachegrind, whereby if program's forked, the child by njn · 16 years ago
  18. 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 17 years ago
  19. 5a835d5 Add const qualifiers to appropriate arguments of OSet routines. by tom · 17 years ago
  20. 374a36d by njn · 17 years ago
  21. 778d783 Update documents in preparation for 3.3.0, and restructure them by sewardj · 17 years ago
  22. 72d7513 Track vex r1793: make all tools able to handle the new IR memory bus by sewardj · 17 years ago
  23. 8a7b41b Fix various format string errors, courtesy of Florian Krohm. by njn · 17 years ago
  24. 07f9656 Add a section to the cachegrind manual suggesting how to act on the results. by njn · 17 years ago
  25. 3a9d5dc Add section on how to use Cachegrind's results. by njn · 17 years ago
  26. 61e11d0 minor tweak by njn · 17 years ago
  27. e2a9ad3 Split the OSet interface into two parts: "OSetGen_", which is the existing by njn · 17 years ago
  28. f3b61d6 Add directory-reading of debug info to cachegrind. by njn · 17 years ago
  29. 198f34f Get rid of VG_(getcwd) and replace it with a pair of functions, by sewardj · 17 years ago
  30. 620dd26 Apparently 'index' shadows a global decl on some targets; therefore rename. by sewardj · 17 years ago
  31. 08e31e2 Merge (from 3.2 branch) r6743 (Edit the manual to bring it up to date by sewardj · 17 years ago
  32. 8badbaa by sewardj · 17 years ago
  33. 9a0cba4 Fix some copyright notices: by njn · 17 years ago
  34. 0a8db5c Explicitly zero CCs. It's already being done by VG_(OSet_AllocNode), but by njn · 17 years ago
  35. 14c7cc5 Get rid of the type XArrayStrings in m_clientstate and use new generic by sewardj · 18 years ago
  36. 94dc508 Add cg_merge, a program for merging (adding) cachegrind output files, by sewardj · 18 years ago
  37. 8693e01 Add a new flag --cachegrind-log-file to cg_annotate, which tells it by sewardj · 18 years ago
  38. e1216cb by sewardj · 18 years ago
  39. 2624212 Add missing item. by njn · 18 years ago
  40. 9ebd6e0 Update copyright dates. by sewardj · 18 years ago
  41. 0b9d74a by sewardj · 18 years ago
  42. 7aeb10f Fix 'make html-docs' and 'make print-docs'. by sewardj · 18 years ago
  43. 149aed8 Use the newly-added dopyIRBBExceptStmts() in tools. by njn · 18 years ago
  44. 1c3e3c5 Cachegrind/Callgrind: Fix cache parameter detection by weidendo · 18 years ago
  45. cbdfcd6 Fix obscure bug in cache simulation, found by Ulrich Drepper. by njn · 18 years ago
  46. f6f1d49 Update for recent removal of Cachegrind tech docs. by njn · 18 years ago
  47. 011215f Link to dissertation with a proper link. by njn · 18 years ago
  48. 534f781 Removed the file format description from cg_annotate.in, because it's in the by njn · 18 years ago
  49. dac0cda - Update comments about Cachegrind file format. by njn · 18 years ago
  50. e808930 Track SysRes change. by sewardj · 18 years ago
  51. 1eff82b by sewardj · 18 years ago
  52. 6893d65 Move functions which deal with bad command line options from m_main by sewardj · 18 years ago
  53. 4cfea4f by sewardj · 18 years ago
  54. 966b5bd Cachegrind: Update cache parameter detection by weidendo · 18 years ago
  55. fcf126f Print the same text as micro_ops_warn on x86; doing otherwise defeats the by sewardj · 18 years ago
  56. e4b0bf0 Update copyright dates. by sewardj · 18 years ago
  57. 1baf7db - Fix indentation in one section of Cachegrind by njn · 18 years ago
  58. 3a384b3 Index the BB_info table by redirected guest address, not by sewardj · 19 years ago
  59. e80ac00 Test to check that cachegrind's BB_info management system isn't by sewardj · 19 years ago
  60. 461df9c These files all speak about instrumentation functions. by sewardj · 19 years ago
  61. 3a699b8 amd64-linux adjustments as a followup to r5493. by sewardj · 19 years ago
  62. 0126214 by sewardj · 19 years ago
  63. afa1226 by njn · 19 years ago
  64. 5bb8682 ppc64-linux fixes. by sewardj · 19 years ago
  65. 78cce3f Add the name of the input file to cg_annotate's output. by njn · 19 years ago
  66. 920050d Fixed cg_annotate bug -- when using the --sort option the primary threshold by njn · 19 years ago
  67. bcd75fc Remove all remaining profiling gunk. by njn · 19 years ago
  68. 4311fe6 Fix minor Cachegrind bug that was occasionally causing misattributions of by njn · 19 years ago
  69. 42c8355 Change hp2ps to output .ps files in the same dir that the .hp input files by njn · 19 years ago
  70. 03e0e7c Tidying up stuff re generating manpage from *.xml docs by de · 19 years ago
  71. d0220c1 Add directories missed in r5250 (ppc64 first checkin). by sewardj · 19 years ago
  72. 2c48c7b Add framework for ppc64 support. Apologies in advance for the by sewardj · 19 years ago
  73. 7e109d1 Minor doc tweaks, mostly white space by de · 19 years ago
  74. 55c6e55 document by njn · 19 years ago
  75. 9ad122b Change the cannot-detect-cache-config message on PPC32 so we can filter by njn · 19 years ago
  76. 42ef7b4 Filter out I-have-no-idea-what-your-caches-are message, so these tests by sewardj · 19 years ago
  77. 8d9fec5 Complete documentation trawl for 3.1.0. by sewardj · 19 years ago
  78. fcd0488 Inline cachesim_*_doref(). This gains about 5--10% in speed. by njn · 19 years ago
  79. 59cd107 Remove commented-out x86/AMD64 stuff from PPC32 file. by njn · 19 years ago
  80. 5ffdc3f Add -m32 for assembly code when possible. by tom · 19 years ago
  81. ef56732 Allow 32 bit x86 tests to run on amd64 machines. by tom · 19 years ago
  82. a5ad9ba Cachegrind was aborting if it hit a client request. Now it doesn't. by njn · 19 years ago
  83. fb7bcde Dual architecture support - this commit is a major rework of the build by tom · 19 years ago
  84. 46c59b1 Make ULong_width(0) return 1 instead of 1431655765. This stops by sewardj · 19 years ago
  85. a9f538c Don't assume the first statement is an IRMark, since it could instead by sewardj · 19 years ago
  86. 96f7724 Oops, un-break cachegrind regtesting following r4951. by sewardj · 19 years ago
  87. c32ba46 Clarify the P4 warning message a bit. by sewardj · 19 years ago
  88. 75553fd rm unused var by sewardj · 19 years ago
  89. 4ba057c Change the core-tool interface so that tools are fully aware of both by sewardj · 19 years ago
  90. fd9f622 by njn · 19 years ago
  91. c285dca Cachegrind cleanups: by njn · 19 years ago
  92. d3bef4f by njn · 19 years ago
  93. f7d2609 Tiny comment/code layout tweaks; no functional change. by njn · 19 years ago
  94. a3a29a5 Get rid of bbSeenBefore and associated logic: it appears to be irrelevant. by sewardj · 19 years ago
  95. 20edebf rm trigram stuff. by sewardj · 19 years ago
  96. 5155dec by sewardj · 19 years ago
  97. 0103de5 Convert some native types to our types. by njn · 19 years ago
  98. b619ca7 Update cache simulator for 64 bit addresses. This probably won't have by njn · 19 years ago
  99. 45f4e7c by sewardj · 19 years ago
  100. 99cb9e3 actually, they're unsigned by njn · 19 years ago