1. fd9f622 by njn · 19 years ago
  2. c285dca Cachegrind cleanups: by njn · 19 years ago
  3. d3bef4f by njn · 19 years ago
  4. f7d2609 Tiny comment/code layout tweaks; no functional change. by njn · 19 years ago
  5. a3a29a5 Get rid of bbSeenBefore and associated logic: it appears to be irrelevant. by sewardj · 19 years ago
  6. 20edebf rm trigram stuff. by sewardj · 19 years ago
  7. 5155dec by sewardj · 19 years ago
  8. 0103de5 Convert some native types to our types. by njn · 19 years ago
  9. 45f4e7c by sewardj · 19 years ago
  10. 99cb9e3 actually, they're unsigned by njn · 19 years ago
  11. 71adc36 Print longs as longs. by njn · 19 years ago
  12. d111d10 Don't print the client's argv[i] if it's null, and related changes. by njn · 19 years ago
  13. 20677cc by njn · 19 years ago
  14. 4bd67b5 by njn · 19 years ago
  15. b3507ea Fixed a bug in Cachegrind: it was adding instrumentation after by njn · 19 years ago
  16. 9264559 A commit which is almost all trivial change. by sewardj · 19 years ago
  17. 8db3da8 Remove dead function. by njn · 19 years ago
  18. f69f945 by njn · 19 years ago
  19. 2e59585 Track Vex API change (r1239, introduction of endianness-indications in by sewardj · 19 years ago
  20. 856c54e by njn · 19 years ago
  21. af839f5 by njn · 19 years ago
  22. 57ca7ab by njn · 19 years ago
  23. c7561b9 by njn · 19 years ago
  24. 7cee6f9 Updates to the rest of the debuginfo module to track directory names. by sewardj · 19 years ago
  25. f536bbb by njn · 19 years ago
  26. f39e9a3 Finished the modularisation of vg_mylibc.c, which meant it could be removed. by njn · 19 years ago
  27. eb8896b Modularised file and socket libc stuff in m_libcfile. by njn · 19 years ago
  28. 132bfcc by njn · 19 years ago
  29. 36a20fa by njn · 19 years ago
  30. 97405b2 by njn · 19 years ago
  31. 31513b4 by njn · 19 years ago
  32. ea27e46 Modularised all the debug info stuff as m_debuginfo/. It's a mess by njn · 19 years ago
  33. 2024234 by njn · 19 years ago
  34. 02bc4b8 by njn · 19 years ago
  35. 81c00df by njn · 19 years ago
  36. 4bf3aba Don't crash when dealing with dealing with naughty programs that set by sewardj · 19 years ago
  37. e6da2fa Handle (ignore) IRStmt_AbiHint. by sewardj · 19 years ago
  38. 43b9a8a Modularised the core/tool interface ('details', 'needs' and VG_(tdict)) by njn · 19 years ago
  39. 717cde5 by njn · 19 years ago
  40. 51d827b by njn · 20 years ago
  41. a60a7c1 Rename some _SIZE macros as _SZB to make their units clear. This change is by njn · 20 years ago
  42. 2bc1012 A crucial, crucial change: update my email address. by njn · 20 years ago
  43. ee0e6a3 by njn · 20 years ago
  44. 101e572 Comment-only change by njn · 20 years ago
  45. 016712a by njn · 20 years ago
  46. 8a97c6d by njn · 20 years ago
  47. 9fb73db by njn · 20 years ago
  48. 7f4a862 Pay attention to the annotations on dirty helper calls, since they by sewardj · 20 years ago
  49. 31066fd Don't use the VGP_ for profiling any more, just use VG_ -- we want to use by njn · 20 years ago
  50. 2b641fe handleOneStatement: Derive a value for *instrAddr from the IMark in a by sewardj · 20 years ago
  51. 17a56bf Bring in the beginnings of 64-bit cleanness for IR mangling in cachegrind: by sewardj · 20 years ago
  52. d54babf Track Vex API change in rev 1062: pass both the guest and host word by sewardj · 20 years ago
  53. 21dc345 Track Vex API (semantics) changes in rev 1061: introduction of IRStmt_NoOp. by sewardj · 20 years ago
  54. 710d6c2 Track minor Vex API changes that occurred in Vex rev 1059. by sewardj · 20 years ago
  55. 6a3009b by njn · 20 years ago
  56. 5361242 Update copyright notice for 2005 on all relevant files. Don't bother trying by njn · 20 years ago
  57. b5f6f51 by sewardj · 20 years ago
  58. a1d1a64 Simplified the way Cachegrind configures the caches; it was really by njn · 20 years ago
  59. 14d01ce Reinstated Helgrind and Cachegrind; at least, they are included in by njn · 20 years ago
  60. 26f0251 Converted the SK_ prefix to TL_ everywhere. by njn · 20 years ago
  61. 6799325 Renamed VG_(skin_panic) as VG_(tool_panic). by njn · 20 years ago
  62. ca82cc0 Renamed sk_assert() as tl_assert(). by njn · 20 years ago
  63. 928a5f7 by nethercote · 20 years ago
  64. 6f7eb9c Put back missing space... by thughes · 20 years ago
  65. 30c43d8 Cope with arguments over 510 characters in length when writing the by thughes · 20 years ago
  66. b35a8b9 by nethercote · 20 years ago
  67. fbfc108 Arch-abstraction: introduce constants for min and max instruction sizes. by nethercote · 20 years ago
  68. 4606320 by nethercote · 20 years ago
  69. eec4630 Small step in factoring out arch-specific code: replace by nethercote · 20 years ago
  70. 564b2b0 Add some missing 'static' annotations. Thanks to Josef W for spotting them. by nethercote · 20 years ago
  71. ca1f2dc Type name wibble by nethercote · 20 years ago
  72. 7149b42 comment typo by nethercote · 20 years ago
  73. 08fa9a7 Slightly change, with J's approval, startup copyright messages to better by nethercote · 20 years ago
  74. 4c9611a Only print a warning about not having identified the cache if we have by thughes · 20 years ago
  75. f5b7466 minor by nethercote · 20 years ago
  76. 9313ac4 by nethercote · 20 years ago
  77. 6fcbbe1 Remove unused variable. by nethercote · 20 years ago
  78. c5f2a54 Fix meaningless typo. by nethercote · 20 years ago
  79. 4ee6496 Added VG_(cpuid) to replace the various bits of inline assembler used by thughes · 20 years ago
  80. 96b466a Move the handling of PSHUFW from the SSE code to the MMX code so that by thughes · 21 years ago
  81. 09d853e Fix a bug in Cachegrind: when invalidating BBs, the lookup in the BBCC_table by nethercote · 21 years ago
  82. 7cc9c23 Convert "skin" to "tool" in various places; almost entirely within comments, by nethercote · 21 years ago
  83. b1affa8 Patch from Tom Hughes, for bug 72643: by nethercote · 21 years ago
  84. fca6018 Support for FXSAVE/FXRSTOR (Tom Hughes). Fixes #71180. by jseward · 21 years ago
  85. 27fc1da Folded cg_sim_{gen,I1,D1,L2}.c into cg_sim.c, which makes a lot more sense and by nethercote · 21 years ago
  86. bb1c991 Updated copyright dates for 2004. Also added a couple of missing headers and by nethercote · 21 years ago
  87. 98abfc7 This jumbo-checkin is the Full Virtualization checkin. This eliminates by fitzhardinge · 21 years ago
  88. 421281e Updated all "report bugs to..." messages to point to valgrind.kde.org; also by nethercote · 21 years ago
  89. 137bc55 by nethercote · 21 years ago
  90. 1b58fbc More SSE support for cachegrind. by jseward · 21 years ago
  91. 50da0f3 Fix cachegrind to deal with VG_(open)() returning any negative number on error, by nethercote · 21 years ago
  92. 5686735 Delete some "inline" directives on functions that gcc-3.3.1 declined by sewardj · 21 years ago
  93. 97b7b26 Rudimentary, kludgy, incomplete and probably just plain wrong support by sewardj · 21 years ago
  94. 607adfc by njn · 21 years ago
  95. 99ccf08 Added VG_(getcwd_alloc)(), which is much easier to use than VG_(getcwd)(). by njn · 21 years ago
  96. e864e2f by njn · 21 years ago
  97. 8ad1a40 fix compiler warning by daywalker · 21 years ago
  98. 21f805d Teach Cachegrind about SSE instructions, courtesy of Josef Weidendorfer. by njn · 21 years ago
  99. db918dd Truncate the cachegrind.out.<pid> file, if it already exists. It wasn't doing by njn · 21 years ago
  100. 7e1b3b2 wibble by njn · 21 years ago