1. 4606320 by nethercote · 20 years ago
  2. eec4630 Small step in factoring out arch-specific code: replace by nethercote · 20 years ago
  3. 564b2b0 Add some missing 'static' annotations. Thanks to Josef W for spotting them. by nethercote · 20 years ago
  4. ca1f2dc Type name wibble by nethercote · 20 years ago
  5. 7149b42 comment typo by nethercote · 20 years ago
  6. 08fa9a7 Slightly change, with J's approval, startup copyright messages to better by nethercote · 20 years ago
  7. 4c9611a Only print a warning about not having identified the cache if we have by thughes · 20 years ago
  8. f5b7466 minor by nethercote · 20 years ago
  9. 9313ac4 by nethercote · 20 years ago
  10. 6fcbbe1 Remove unused variable. by nethercote · 20 years ago
  11. c5f2a54 Fix meaningless typo. by nethercote · 20 years ago
  12. 4ee6496 Added VG_(cpuid) to replace the various bits of inline assembler used by thughes · 20 years ago
  13. 96b466a Move the handling of PSHUFW from the SSE code to the MMX code so that by thughes · 20 years ago
  14. 09d853e Fix a bug in Cachegrind: when invalidating BBs, the lookup in the BBCC_table by nethercote · 20 years ago
  15. 7cc9c23 Convert "skin" to "tool" in various places; almost entirely within comments, by nethercote · 20 years ago
  16. b1affa8 Patch from Tom Hughes, for bug 72643: by nethercote · 20 years ago
  17. fca6018 Support for FXSAVE/FXRSTOR (Tom Hughes). Fixes #71180. by jseward · 21 years ago
  18. 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
  19. bb1c991 Updated copyright dates for 2004. Also added a couple of missing headers and by nethercote · 21 years ago
  20. 98abfc7 This jumbo-checkin is the Full Virtualization checkin. This eliminates by fitzhardinge · 21 years ago
  21. 421281e Updated all "report bugs to..." messages to point to valgrind.kde.org; also by nethercote · 21 years ago
  22. 137bc55 by nethercote · 21 years ago
  23. 1b58fbc More SSE support for cachegrind. by jseward · 21 years ago
  24. 50da0f3 Fix cachegrind to deal with VG_(open)() returning any negative number on error, by nethercote · 21 years ago
  25. 5686735 Delete some "inline" directives on functions that gcc-3.3.1 declined by sewardj · 21 years ago
  26. 97b7b26 Rudimentary, kludgy, incomplete and probably just plain wrong support by sewardj · 21 years ago
  27. 607adfc by njn · 21 years ago
  28. 99ccf08 Added VG_(getcwd_alloc)(), which is much easier to use than VG_(getcwd)(). by njn · 21 years ago
  29. e864e2f by njn · 21 years ago
  30. 8ad1a40 fix compiler warning by daywalker · 21 years ago
  31. 21f805d Teach Cachegrind about SSE instructions, courtesy of Josef Weidendorfer. by njn · 21 years ago
  32. db918dd Truncate the cachegrind.out.<pid> file, if it already exists. It wasn't doing by njn · 21 years ago
  33. 7e1b3b2 wibble by njn · 21 years ago
  34. 39c8665 wibble by njn · 21 years ago
  35. 05bcdcb gcc-3.3 as supplied with SuSE 8.2 ("gcc version 3.3 20030226 by sewardj · 21 years ago
  36. 13f0293 by njn · 21 years ago
  37. 7d9f94d by njn · 21 years ago
  38. 0e1b514 Updated copyright notices for 2003. Only 4 months late. by njn · 21 years ago
  39. b4aee05 Namespace police by njn · 21 years ago
  40. 3e88418 ----------------------------------------------------------------------------- by njn · 21 years ago
  41. e0205ff by njn · 21 years ago
  42. d797101 Rationalise ucode generation for 4-byte moves into the MMX unit (movd). by sewardj · 21 years ago
  43. 3949d10 Teach cachegrind about MMX uopcodes. Nick, can you check this? Thx -- J by sewardj · 21 years ago
  44. 3d7c9c8 by sewardj · 21 years ago
  45. 0744b6c Merge (from 1_0_BRANCH) rev 1.16.2.4 of the old vg_cachesim.c: by sewardj · 22 years ago
  46. 78210aa by sewardj · 22 years ago
  47. c0d8f68 by sewardj · 22 years ago
  48. 810086f by njn · 22 years ago
  49. 7a5ebcf by sewardj · 22 years ago
  50. 27f1a38 by njn · 22 years ago
  51. 4aa62ba Naming wibbles -- start skin names with a capital letter (they deserve it) by sewardj · 22 years ago
  52. ac6c176 by njn · 22 years ago
  53. d04b7c6 by njn · 22 years ago
  54. c953984 by njn · 22 years ago
  55. e427a66 by njn · 22 years ago
  56. 4ba5a79 by njn · 22 years ago
  57. cac76cb by njn25 · 22 years ago
  58. e49d8e7 Files updated, added and removed in order to turn the ERASER branch into HEAD by njn25 · 22 years ago
  59. 1780dae Undid the removal of INCEIPs during Cachegrind instrumentation. Although it by njn · 22 years ago
  60. d506338 by njn · 22 years ago
  61. 6431be7 by njn · 22 years ago
  62. b1a77a4 get_caches(): ensure caches are initialised on targets where by sewardj · 22 years ago
  63. 83205b3 Disable debug printing on BB discard. by sewardj · 22 years ago
  64. 07133bf Inconsequential cleanups to recent cachesim hacking. by sewardj · 22 years ago
  65. 9b3366a by njn · 22 years ago
  66. 7cf0bd3 by njn · 22 years ago
  67. 4294fd4 by njn · 22 years ago
  68. 95114da Added compile-time option to print instruction addresses for each line in by njn · 22 years ago
  69. 3c23d43 Update author attributions. by sewardj · 22 years ago
  70. 18d7513 Remove existing non-working support for self-modifying code, and instead by sewardj · 22 years ago
  71. 4f29ddf External namespace cleanup. by sewardj · 22 years ago
  72. e0ee071 by njn · 22 years ago
  73. 1d021fa Added "L2 refs line" (an oversight). Fixed minor output summary spacing wibble. by njn · 22 years ago
  74. 98e91bc Don't want to see these guys with just -v. There get to be bazillions by sewardj · 22 years ago
  75. 9aae674 vg_symtab2.c: by njn · 22 years ago
  76. fc3e5d3 Relax assertion to avoid this: vg_cachesim.c:402 by sewardj · 22 years ago
  77. 4f9c934 by njn · 22 years ago