1. 9c606bd by sewardj · 16 years ago
  2. a0b6b2c Merged FORMATCHECK branch (r8368) to trunk. by bart · 16 years ago
  3. 7064fb2 Fix a bug in Massif and Cachegrind, whereby if program's forked, the child by njn · 16 years ago
  4. 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 16 years ago
  5. 5a835d5 Add const qualifiers to appropriate arguments of OSet routines. by tom · 17 years ago
  6. 374a36d by njn · 17 years ago
  7. 72d7513 Track vex r1793: make all tools able to handle the new IR memory bus by sewardj · 17 years ago
  8. e2a9ad3 Split the OSet interface into two parts: "OSetGen_", which is the existing by njn · 17 years ago
  9. f3b61d6 Add directory-reading of debug info to cachegrind. by njn · 17 years ago
  10. 198f34f Get rid of VG_(getcwd) and replace it with a pair of functions, by sewardj · 17 years ago
  11. 8badbaa by sewardj · 17 years ago
  12. 0a8db5c Explicitly zero CCs. It's already being done by VG_(OSet_AllocNode), but by njn · 17 years ago
  13. 14c7cc5 Get rid of the type XArrayStrings in m_clientstate and use new generic by sewardj · 17 years ago
  14. e1216cb by sewardj · 17 years ago
  15. 9ebd6e0 Update copyright dates. by sewardj · 18 years ago
  16. 0b9d74a by sewardj · 18 years ago
  17. 149aed8 Use the newly-added dopyIRBBExceptStmts() in tools. by njn · 18 years ago
  18. e808930 Track SysRes change. by sewardj · 18 years ago
  19. 6893d65 Move functions which deal with bad command line options from m_main by sewardj · 18 years ago
  20. 4cfea4f by sewardj · 18 years ago
  21. e4b0bf0 Update copyright dates. by sewardj · 18 years ago
  22. 1baf7db - Fix indentation in one section of Cachegrind by njn · 18 years ago
  23. 3a384b3 Index the BB_info table by redirected guest address, not by sewardj · 18 years ago
  24. 461df9c These files all speak about instrumentation functions. by sewardj · 18 years ago
  25. afa1226 by njn · 19 years ago
  26. 5bb8682 ppc64-linux fixes. by sewardj · 19 years ago
  27. bcd75fc Remove all remaining profiling gunk. by njn · 19 years ago
  28. 4311fe6 Fix minor Cachegrind bug that was occasionally causing misattributions of by njn · 19 years ago
  29. a5ad9ba Cachegrind was aborting if it hit a client request. Now it doesn't. by njn · 19 years ago
  30. 46c59b1 Make ULong_width(0) return 1 instead of 1431655765. This stops by sewardj · 19 years ago
  31. a9f538c Don't assume the first statement is an IRMark, since it could instead by sewardj · 19 years ago
  32. 75553fd rm unused var by sewardj · 19 years ago
  33. 4ba057c Change the core-tool interface so that tools are fully aware of both by sewardj · 19 years ago
  34. fd9f622 by njn · 19 years ago
  35. c285dca Cachegrind cleanups: by njn · 19 years ago
  36. d3bef4f by njn · 19 years ago
  37. f7d2609 Tiny comment/code layout tweaks; no functional change. by njn · 19 years ago
  38. a3a29a5 Get rid of bbSeenBefore and associated logic: it appears to be irrelevant. by sewardj · 19 years ago
  39. 20edebf rm trigram stuff. by sewardj · 19 years ago
  40. 5155dec by sewardj · 19 years ago
  41. 0103de5 Convert some native types to our types. by njn · 19 years ago
  42. 45f4e7c by sewardj · 19 years ago
  43. 99cb9e3 actually, they're unsigned by njn · 19 years ago
  44. 71adc36 Print longs as longs. by njn · 19 years ago
  45. d111d10 Don't print the client's argv[i] if it's null, and related changes. by njn · 19 years ago
  46. 20677cc by njn · 19 years ago
  47. 4bd67b5 by njn · 19 years ago
  48. b3507ea Fixed a bug in Cachegrind: it was adding instrumentation after by njn · 19 years ago
  49. 9264559 A commit which is almost all trivial change. by sewardj · 19 years ago
  50. 8db3da8 Remove dead function. by njn · 19 years ago
  51. f69f945 by njn · 19 years ago
  52. 2e59585 Track Vex API change (r1239, introduction of endianness-indications in by sewardj · 19 years ago
  53. 856c54e by njn · 19 years ago
  54. af839f5 by njn · 19 years ago
  55. 57ca7ab by njn · 19 years ago
  56. c7561b9 by njn · 19 years ago
  57. 7cee6f9 Updates to the rest of the debuginfo module to track directory names. by sewardj · 19 years ago
  58. f536bbb by njn · 19 years ago
  59. f39e9a3 Finished the modularisation of vg_mylibc.c, which meant it could be removed. by njn · 19 years ago
  60. eb8896b Modularised file and socket libc stuff in m_libcfile. by njn · 19 years ago
  61. 132bfcc by njn · 19 years ago
  62. 36a20fa by njn · 19 years ago
  63. 97405b2 by njn · 19 years ago
  64. 31513b4 by njn · 19 years ago
  65. ea27e46 Modularised all the debug info stuff as m_debuginfo/. It's a mess by njn · 19 years ago
  66. 2024234 by njn · 19 years ago
  67. 02bc4b8 by njn · 19 years ago
  68. 81c00df by njn · 19 years ago
  69. 4bf3aba Don't crash when dealing with dealing with naughty programs that set by sewardj · 19 years ago
  70. e6da2fa Handle (ignore) IRStmt_AbiHint. by sewardj · 19 years ago
  71. 43b9a8a Modularised the core/tool interface ('details', 'needs' and VG_(tdict)) by njn · 19 years ago
  72. 717cde5 by njn · 19 years ago
  73. 51d827b by njn · 19 years ago
  74. a60a7c1 Rename some _SIZE macros as _SZB to make their units clear. This change is by njn · 19 years ago
  75. 2bc1012 A crucial, crucial change: update my email address. by njn · 19 years ago
  76. ee0e6a3 by njn · 19 years ago
  77. 101e572 Comment-only change by njn · 19 years ago
  78. 016712a by njn · 19 years ago
  79. 8a97c6d by njn · 19 years ago
  80. 9fb73db by njn · 19 years ago
  81. 7f4a862 Pay attention to the annotations on dirty helper calls, since they by sewardj · 19 years ago
  82. 31066fd Don't use the VGP_ for profiling any more, just use VG_ -- we want to use by njn · 19 years ago
  83. 2b641fe handleOneStatement: Derive a value for *instrAddr from the IMark in a by sewardj · 19 years ago
  84. 17a56bf Bring in the beginnings of 64-bit cleanness for IR mangling in cachegrind: by sewardj · 19 years ago
  85. d54babf Track Vex API change in rev 1062: pass both the guest and host word by sewardj · 19 years ago
  86. 21dc345 Track Vex API (semantics) changes in rev 1061: introduction of IRStmt_NoOp. by sewardj · 19 years ago
  87. 710d6c2 Track minor Vex API changes that occurred in Vex rev 1059. by sewardj · 19 years ago
  88. 6a3009b by njn · 19 years ago
  89. 5361242 Update copyright notice for 2005 on all relevant files. Don't bother trying by njn · 19 years ago
  90. b5f6f51 by sewardj · 19 years ago
  91. a1d1a64 Simplified the way Cachegrind configures the caches; it was really by njn · 20 years ago
  92. 14d01ce Reinstated Helgrind and Cachegrind; at least, they are included in by njn · 20 years ago
  93. 26f0251 Converted the SK_ prefix to TL_ everywhere. by njn · 20 years ago
  94. 6799325 Renamed VG_(skin_panic) as VG_(tool_panic). by njn · 20 years ago
  95. ca82cc0 Renamed sk_assert() as tl_assert(). by njn · 20 years ago
  96. 928a5f7 by nethercote · 20 years ago
  97. 6f7eb9c Put back missing space... by thughes · 20 years ago
  98. 30c43d8 Cope with arguments over 510 characters in length when writing the by thughes · 20 years ago
  99. b35a8b9 by nethercote · 20 years ago
  100. fbfc108 Arch-abstraction: introduce constants for min and max instruction sizes. by nethercote · 20 years ago