1. 26f0251 Converted the SK_ prefix to TL_ everywhere. by njn · 20 years ago
  2. 6799325 Renamed VG_(skin_panic) as VG_(tool_panic). by njn · 20 years ago
  3. ca82cc0 Renamed sk_assert() as tl_assert(). by njn · 20 years ago
  4. 063c540 Changed name of tool shared objects from vgskin_XXX.so to vgtool_XXX.so. by njn · 20 years ago
  5. c5e1d80 Generalised the reg test script again: replaced the "cpu_test" line, by nethercote · 20 years ago
  6. 64bc5af Generalised reg test script: instead of having a "delete:" line, for removing by nethercote · 20 years ago
  7. 928a5f7 by nethercote · 20 years ago
  8. 73b526f by nethercote · 20 years ago
  9. 6a67435 Arch-abstraction: - things I forgot to do when moving the insn_* tests... by nethercote · 20 years ago
  10. bfd2019 Arch-abstraction: by nethercote · 20 years ago
  11. 664ffd1 Forgot to cvs remove this when I moved it to x86/. by nethercote · 20 years ago
  12. dfdddce Whoops, forgot this file. by nethercote · 20 years ago
  13. a255d80 Arch-abstraction: by nethercote · 20 years ago
  14. b625bcb by nethercote · 20 years ago
  15. ac7ecd7 Add a new CPUID cache configuration for more recent Pentiums. by nethercote · 20 years ago
  16. 6f7eb9c Put back missing space... by thughes · 20 years ago
  17. 30c43d8 Cope with arguments over 510 characters in length when writing the by thughes · 20 years ago
  18. b030c6c Arch-abstraction: by nethercote · 20 years ago
  19. b35a8b9 by nethercote · 20 years ago
  20. fbfc108 Arch-abstraction: introduce constants for min and max instruction sizes. by nethercote · 20 years ago
  21. 4606320 by nethercote · 20 years ago
  22. 4388a40 by nethercote · 20 years ago
  23. 537e894 by nethercote · 20 years ago
  24. eec4630 Small step in factoring out arch-specific code: replace by nethercote · 20 years ago
  25. 215dfdc Remove a bunch of unnecessary -DVG_LIBDIR="\"$(libdir)"\" arguments in by nethercote · 20 years ago
  26. 564b2b0 Add some missing 'static' annotations. Thanks to Josef W for spotting them. by nethercote · 20 years ago
  27. 829878e Add instruction tests for the LFENCE/MFENCE/SFENCE instructions. by thughes · 20 years ago
  28. ca1f2dc Type name wibble by nethercote · 20 years ago
  29. 7149b42 comment typo by nethercote · 20 years ago
  30. 08fa9a7 Slightly change, with J's approval, startup copyright messages to better by nethercote · 20 years ago
  31. 4c9611a Only print a warning about not having identified the cache if we have by thughes · 20 years ago
  32. f5b7466 minor by nethercote · 20 years ago
  33. 9313ac4 by nethercote · 20 years ago
  34. 6fcbbe1 Remove unused variable. by nethercote · 20 years ago
  35. c5f2a54 Fix meaningless typo. by nethercote · 20 years ago
  36. 1d4d679 Make VPATH builds work so that valgrind can be built in a different by thughes · 20 years ago
  37. 4ee6496 Added VG_(cpuid) to replace the various bits of inline assembler used by thughes · 20 years ago
  38. c1f8ad9 Add a "delete:" line to the regression test .vgtest files, to clean up any file by nethercote · 20 years ago
  39. 975d6e6 Added more floating point instruction tests. by thughes · 20 years ago
  40. 86da252 Added more floating point instruction tests. by thughes · 20 years ago
  41. bcf9590 Added tests for floating point multiple and divide instructions. by thughes · 20 years ago
  42. b76f0dc Extended instruction test system to handle x87 floating point instructions by thughes · 20 years ago
  43. 96b466a Move the handling of PSHUFW from the SSE code to the MMX code so that by thughes · 20 years ago
  44. e3c6b6f Fix "make distcheck", and also make sure that the generated archive by fitzhardinge · 21 years ago
  45. 3120de0 Fix expected standard error output for mmxext tests to resolve by thughes · 21 years ago
  46. c18e9bb Use Tom's instruction set tests on all tools which do instrumentation, so by fitzhardinge · 21 years ago
  47. 09d853e Fix a bug in Cachegrind: when invalidating BBs, the lookup in the BBCC_table by nethercote · 21 years ago
  48. 7cc9c23 Convert "skin" to "tool" in various places; almost entirely within comments, by nethercote · 21 years ago
  49. b1affa8 Patch from Tom Hughes, for bug 72643: by nethercote · 21 years ago
  50. d6f548b Removed files I meant to with the last commit. by nethercote · 21 years ago
  51. fca6018 Support for FXSAVE/FXRSTOR (Tom Hughes). Fixes #71180. by jseward · 21 years ago
  52. 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
  53. bb1c991 Updated copyright dates for 2004. Also added a couple of missing headers and by nethercote · 21 years ago
  54. 98abfc7 This jumbo-checkin is the Full Virtualization checkin. This eliminates by fitzhardinge · 21 years ago
  55. 421281e Updated all "report bugs to..." messages to point to valgrind.kde.org; also by nethercote · 21 years ago
  56. 909c0f6 Fix regtest for change of error message. by nethercote · 21 years ago
  57. 137bc55 by nethercote · 21 years ago
  58. 1b58fbc More SSE support for cachegrind. by jseward · 21 years ago
  59. 50da0f3 Fix cachegrind to deal with VG_(open)() returning any negative number on error, by nethercote · 21 years ago
  60. 5686735 Delete some "inline" directives on functions that gcc-3.3.1 declined by sewardj · 21 years ago
  61. 97b7b26 Rudimentary, kludgy, incomplete and probably just plain wrong support by sewardj · 21 years ago
  62. 607adfc by njn · 21 years ago
  63. 99ccf08 Added VG_(getcwd_alloc)(), which is much easier to use than VG_(getcwd)(). by njn · 21 years ago
  64. e864e2f by njn · 21 years ago
  65. 8ad1a40 fix compiler warning by daywalker · 21 years ago
  66. 21f805d Teach Cachegrind about SSE instructions, courtesy of Josef Weidendorfer. by njn · 21 years ago
  67. db918dd Truncate the cachegrind.out.<pid> file, if it already exists. It wasn't doing by njn · 21 years ago
  68. ea5cf54 Make sure all the regression tests get included in the tarball created by sewardj · 21 years ago
  69. 01f192e by njn · 21 years ago
  70. 7e1b3b2 wibble by njn · 21 years ago
  71. a63e2d7 by njn · 21 years ago
  72. 0aae1bf some ignores by daywalker · 21 years ago
  73. 39c8665 wibble by njn · 21 years ago
  74. 05bcdcb gcc-3.3 as supplied with SuSE 8.2 ("gcc version 3.3 20030226 by sewardj · 21 years ago
  75. d541229 by sewardj · 21 years ago
  76. 13f0293 by njn · 21 years ago
  77. c68dfbb Couple of minor fixes: by njn · 21 years ago
  78. 7d9f94d by njn · 21 years ago
  79. c42d8bc reapply automake fixes. make check will now generate the binaries which by daywalker · 21 years ago
  80. 0e1b514 Updated copyright notices for 2003. Only 4 months late. by njn · 21 years ago
  81. b4aee05 Namespace police by njn · 21 years ago
  82. 3e88418 ----------------------------------------------------------------------------- by njn · 21 years ago
  83. 3e87f7e Minor HTML fixes in docs, thanks to Arnaud Desitter. by njn · 21 years ago
  84. e0205ff by njn · 21 years ago
  85. d8ced86 by njn · 21 years ago
  86. d797101 Rationalise ucode generation for 4-byte moves into the MMX unit (movd). by sewardj · 21 years ago
  87. 3949d10 Teach cachegrind about MMX uopcodes. Nick, can you check this? Thx -- J by sewardj · 21 years ago
  88. 3d7c9c8 by sewardj · 21 years ago
  89. 67aa818 by sewardj · 22 years ago
  90. f5ef185 fix make distcheck with newer automake by daywalker · 22 years ago
  91. 2f68595 Don't assume Perl lives in /usr/bin; do a proper test for it. by sewardj · 22 years ago
  92. 43a4482 Fix regression failure caused by different messages from new code by sewardj · 22 years ago
  93. 0744b6c Merge (from 1_0_BRANCH) rev 1.16.2.4 of the old vg_cachesim.c: by sewardj · 22 years ago
  94. 78210aa by sewardj · 22 years ago
  95. c0d8f68 by sewardj · 22 years ago
  96. f555ac7 Restructure the documentation to try and make it hang together better. by sewardj · 22 years ago
  97. 4eef8d3 by njn · 22 years ago
  98. 810086f by njn · 22 years ago
  99. 7a5ebcf by sewardj · 22 years ago
  100. 9160c95 by sewardj · 22 years ago