1. ee0e6a3 by njn · 19 years ago
  2. 101e572 Comment-only change by njn · 19 years ago
  3. 016712a by njn · 19 years ago
  4. f4ed059 Get cache detection going again on x86. by tom · 19 years ago
  5. 094031a Make cache detection work on amd64. by tom · 19 years ago
  6. 8a97c6d by njn · 19 years ago
  7. 9fb73db by njn · 19 years ago
  8. 7f4a862 Pay attention to the annotations on dirty helper calls, since they by sewardj · 19 years ago
  9. 41ff3a3 On amd64, use default cache sizes for now, rather than bombing out completely. by sewardj · 19 years ago
  10. 31066fd Don't use the VGP_ for profiling any more, just use VG_ -- we want to use by njn · 19 years ago
  11. 3ce4654 cachegrind/tests/myprintf needs -fPIC on amd64 by sewardj · 19 years ago
  12. 2b641fe handleOneStatement: Derive a value for *instrAddr from the IMark in a by sewardj · 19 years ago
  13. 17a56bf Bring in the beginnings of 64-bit cleanness for IR mangling in cachegrind: by sewardj · 19 years ago
  14. d54babf Track Vex API change in rev 1062: pass both the guest and host word by sewardj · 19 years ago
  15. 21dc345 Track Vex API (semantics) changes in rev 1061: introduction of IRStmt_NoOp. by sewardj · 19 years ago
  16. 710d6c2 Track minor Vex API changes that occurred in Vex rev 1059. by sewardj · 19 years ago
  17. 6a3009b by njn · 19 years ago
  18. 5361242 Update copyright notice for 2005 on all relevant files. Don't bother trying by njn · 19 years ago
  19. b5f6f51 by sewardj · 19 years ago
  20. cbdddcf by sewardj · 19 years ago
  21. c4fcca3 Updated docs with all the changes that I'm aware of that happened since by njn · 20 years ago
  22. 3e986b2 Overhauled the docs. Removed all the HTML files, put in XML files as by njn · 20 years ago
  23. c616819 by njn · 20 years ago
  24. a5f1bcd Introduced build variables VG_ARCH_ALL, VG_OS_ALL, and VG_PLATFORM_ALL, by njn · 20 years ago
  25. ca0518d by njn · 20 years ago
  26. a1d1a64 Simplified the way Cachegrind configures the caches; it was really by njn · 20 years ago
  27. 14d01ce Reinstated Helgrind and Cachegrind; at least, they are included in by njn · 20 years ago
  28. 2fc0c87 Removing the insn_* tests from helgrind, memcheck, addrcheck and by njn · 20 years ago
  29. 26f0251 Converted the SK_ prefix to TL_ everywhere. by njn · 20 years ago
  30. 6799325 Renamed VG_(skin_panic) as VG_(tool_panic). by njn · 20 years ago
  31. ca82cc0 Renamed sk_assert() as tl_assert(). by njn · 20 years ago
  32. 063c540 Changed name of tool shared objects from vgskin_XXX.so to vgtool_XXX.so. by njn · 20 years ago
  33. c5e1d80 Generalised the reg test script again: replaced the "cpu_test" line, by nethercote · 20 years ago
  34. 64bc5af Generalised reg test script: instead of having a "delete:" line, for removing by nethercote · 20 years ago
  35. 928a5f7 by nethercote · 20 years ago
  36. 73b526f by nethercote · 20 years ago
  37. 6a67435 Arch-abstraction: - things I forgot to do when moving the insn_* tests... by nethercote · 20 years ago
  38. bfd2019 Arch-abstraction: by nethercote · 20 years ago
  39. 664ffd1 Forgot to cvs remove this when I moved it to x86/. by nethercote · 20 years ago
  40. dfdddce Whoops, forgot this file. by nethercote · 20 years ago
  41. a255d80 Arch-abstraction: by nethercote · 20 years ago
  42. b625bcb by nethercote · 20 years ago
  43. ac7ecd7 Add a new CPUID cache configuration for more recent Pentiums. by nethercote · 20 years ago
  44. 6f7eb9c Put back missing space... by thughes · 20 years ago
  45. 30c43d8 Cope with arguments over 510 characters in length when writing the by thughes · 20 years ago
  46. b030c6c Arch-abstraction: by nethercote · 20 years ago
  47. b35a8b9 by nethercote · 20 years ago
  48. fbfc108 Arch-abstraction: introduce constants for min and max instruction sizes. by nethercote · 20 years ago
  49. 4606320 by nethercote · 20 years ago
  50. 4388a40 by nethercote · 20 years ago
  51. 537e894 by nethercote · 20 years ago
  52. eec4630 Small step in factoring out arch-specific code: replace by nethercote · 20 years ago
  53. 215dfdc Remove a bunch of unnecessary -DVG_LIBDIR="\"$(libdir)"\" arguments in by nethercote · 20 years ago
  54. 564b2b0 Add some missing 'static' annotations. Thanks to Josef W for spotting them. by nethercote · 20 years ago
  55. 829878e Add instruction tests for the LFENCE/MFENCE/SFENCE instructions. by thughes · 20 years ago
  56. ca1f2dc Type name wibble by nethercote · 20 years ago
  57. 7149b42 comment typo by nethercote · 20 years ago
  58. 08fa9a7 Slightly change, with J's approval, startup copyright messages to better by nethercote · 20 years ago
  59. 4c9611a Only print a warning about not having identified the cache if we have by thughes · 20 years ago
  60. f5b7466 minor by nethercote · 20 years ago
  61. 9313ac4 by nethercote · 20 years ago
  62. 6fcbbe1 Remove unused variable. by nethercote · 20 years ago
  63. c5f2a54 Fix meaningless typo. by nethercote · 20 years ago
  64. 1d4d679 Make VPATH builds work so that valgrind can be built in a different by thughes · 20 years ago
  65. 4ee6496 Added VG_(cpuid) to replace the various bits of inline assembler used by thughes · 20 years ago
  66. c1f8ad9 Add a "delete:" line to the regression test .vgtest files, to clean up any file by nethercote · 20 years ago
  67. 975d6e6 Added more floating point instruction tests. by thughes · 20 years ago
  68. 86da252 Added more floating point instruction tests. by thughes · 20 years ago
  69. bcf9590 Added tests for floating point multiple and divide instructions. by thughes · 20 years ago
  70. b76f0dc Extended instruction test system to handle x87 floating point instructions by thughes · 20 years ago
  71. 96b466a Move the handling of PSHUFW from the SSE code to the MMX code so that by thughes · 20 years ago
  72. e3c6b6f Fix "make distcheck", and also make sure that the generated archive by fitzhardinge · 20 years ago
  73. 3120de0 Fix expected standard error output for mmxext tests to resolve by thughes · 20 years ago
  74. c18e9bb Use Tom's instruction set tests on all tools which do instrumentation, so by fitzhardinge · 20 years ago
  75. 09d853e Fix a bug in Cachegrind: when invalidating BBs, the lookup in the BBCC_table by nethercote · 20 years ago
  76. 7cc9c23 Convert "skin" to "tool" in various places; almost entirely within comments, by nethercote · 20 years ago
  77. b1affa8 Patch from Tom Hughes, for bug 72643: by nethercote · 20 years ago
  78. d6f548b Removed files I meant to with the last commit. by nethercote · 21 years ago
  79. fca6018 Support for FXSAVE/FXRSTOR (Tom Hughes). Fixes #71180. by jseward · 21 years ago
  80. 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
  81. bb1c991 Updated copyright dates for 2004. Also added a couple of missing headers and by nethercote · 21 years ago
  82. 98abfc7 This jumbo-checkin is the Full Virtualization checkin. This eliminates by fitzhardinge · 21 years ago
  83. 421281e Updated all "report bugs to..." messages to point to valgrind.kde.org; also by nethercote · 21 years ago
  84. 909c0f6 Fix regtest for change of error message. by nethercote · 21 years ago
  85. 137bc55 by nethercote · 21 years ago
  86. 1b58fbc More SSE support for cachegrind. by jseward · 21 years ago
  87. 50da0f3 Fix cachegrind to deal with VG_(open)() returning any negative number on error, by nethercote · 21 years ago
  88. 5686735 Delete some "inline" directives on functions that gcc-3.3.1 declined by sewardj · 21 years ago
  89. 97b7b26 Rudimentary, kludgy, incomplete and probably just plain wrong support by sewardj · 21 years ago
  90. 607adfc by njn · 21 years ago
  91. 99ccf08 Added VG_(getcwd_alloc)(), which is much easier to use than VG_(getcwd)(). by njn · 21 years ago
  92. e864e2f by njn · 21 years ago
  93. 8ad1a40 fix compiler warning by daywalker · 21 years ago
  94. 21f805d Teach Cachegrind about SSE instructions, courtesy of Josef Weidendorfer. by njn · 21 years ago
  95. db918dd Truncate the cachegrind.out.<pid> file, if it already exists. It wasn't doing by njn · 21 years ago
  96. ea5cf54 Make sure all the regression tests get included in the tarball created by sewardj · 21 years ago
  97. 01f192e by njn · 21 years ago
  98. 7e1b3b2 wibble by njn · 21 years ago
  99. a63e2d7 by njn · 21 years ago
  100. 0aae1bf some ignores by daywalker · 21 years ago