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