1. de8aecf Fix a design flaw in the SSE decoder. Remove duplication and by sewardj · 21 years ago
  2. 7700d68 compiler warning cleanups by daywalker · 21 years ago
  3. a60be0e Implement enough SSE/SSE2 insns so that all the GL demos in qt-3.1.0 by sewardj · 21 years ago
  4. febaa3b Implement a few SSE instructions, enough to run bzip2 when compiled by sewardj · 21 years ago
  5. 308955f by njn · 21 years ago
  6. 6c003c6 by njn · 21 years ago
  7. 2974e48 wibble by njn · 21 years ago
  8. 627e626 Minor docs fixups. by njn · 21 years ago
  9. 1078545 by njn · 21 years ago
  10. d304045 by njn · 21 years ago
  11. 05bcdcb gcc-3.3 as supplied with SuSE 8.2 ("gcc version 3.3 20030226 by sewardj · 21 years ago
  12. 92f4b88 Back out symlinking of libpthread.so in coregrind; it causes build by sewardj · 21 years ago
  13. 1be6161 Minor type fixups. by njn · 21 years ago
  14. 29a0abf undo last change (stupid) by njn · 21 years ago
  15. 5e468f9 wibble by njn · 21 years ago
  16. 2e9b6a9 Removed statement with no effect. by njn · 21 years ago
  17. 8372b7f wibble by njn · 21 years ago
  18. cbc4094 wibble by njn · 21 years ago
  19. 20c25d5 wibble by njn · 21 years ago
  20. f9ebf67 wibble by njn · 21 years ago
  21. 633de32 by njn · 21 years ago
  22. 25418ae by sewardj · 21 years ago
  23. 4a3849b Merge patch from JosefW: by sewardj · 21 years ago
  24. 42e23f2 by njn · 21 years ago
  25. 61821c0 Increase VG_N_CLEANUPSTACK to 16. by sewardj · 21 years ago
  26. 9df7883 Fix interception of pthread_atfork with glibc-2.3.2. by sewardj · 21 years ago
  27. 97ad552 Unchain translations when doing VALGRIND_DISCARD_TRANSLATIONS. Otherwise by sewardj · 21 years ago
  28. 4c79121 by njn · 21 years ago
  29. 34419c1 by njn · 21 years ago
  30. 6ae0d3f Minor fix for lookup_dcookie by njn · 21 years ago
  31. 8e72528 by njn · 21 years ago
  32. 6eba4ef Added "_W" suffix to stack sizes to indicate they are in words. by njn · 21 years ago
  33. 12a5714 Removed magic numbers for VG_(stack) size and VG_(sigstack) size, made into by njn · 21 years ago
  34. 13f0293 by njn · 21 years ago
  35. 0c7a5b5 1. No longer printing the "MMX-only" or "SSE-capable" string at startup by njn · 21 years ago
  36. b91ae7f by sewardj · 21 years ago
  37. 96330bd Add \n in failure message. by sewardj · 21 years ago
  38. 4c2dbb5 Don't trash %eflags before snapshotting the state of the machine at by sewardj · 21 years ago
  39. 17e92db Add __NR_prctl. by sewardj · 21 years ago
  40. 366ee1e report_and_quit: Tell people to look at the FAQ.txt for advice. by sewardj · 21 years ago
  41. 44b6043 Don't call VG_(mash_LD_PRELOAD_and_LD_LIBRARY_PATH) if all we're doing by sewardj · 21 years ago
  42. 8c4e6b1 Support kernels >= 2.5.68 (Anders Gustafsson <andersg@0x63.nu>) by sewardj · 21 years ago
  43. dd5c88e Add __NR_lookup_dcookie, whatever that might be. by sewardj · 21 years ago
  44. 9b81a42 Merge patch from Josef Weidendorfer <Josef.Weidendorfer@gmx.de>: by sewardj · 21 years ago
  45. 262b5be Add possibly-bogus implementations for __libc_current_sigrtmin, by sewardj · 21 years ago
  46. eff8b31 by sewardj · 21 years ago
  47. 11f0bb4 by sewardj · 21 years ago
  48. c656e97 Added a return value (0) for the LOGMESSAGE request, since it's now visible to by njn · 21 years ago
  49. 02a36f7 Added syscall creat(), courtesy of Tom Hughes <thh@cyberscience.com>. by njn · 21 years ago
  50. 49e630d Record the correct address of the initial thread's stack, as determined by sewardj · 21 years ago
  51. e709de4 wibbles by njn · 21 years ago
  52. 8a6b6c0 by njn · 21 years ago
  53. 7d9f94d by njn · 21 years ago
  54. 057c65f by njn · 21 years ago
  55. 47363ab by njn · 21 years ago
  56. 17b8535 Better way to specify where gdb is -- now GDB_PATH is defined in config.h, by njn · 21 years ago
  57. c42d8bc reapply automake fixes. make check will now generate the binaries which by daywalker · 21 years ago
  58. 9315df3 The location of gdb is now determined by the 'configure' script, instead by njn · 21 years ago
  59. 0e1b514 Updated copyright notices for 2003. Only 4 months late. by njn · 21 years ago
  60. b4aee05 Namespace police by njn · 21 years ago
  61. 3e88418 ----------------------------------------------------------------------------- by njn · 21 years ago
  62. 3e87f7e Minor HTML fixes in docs, thanks to Arnaud Desitter. by njn · 22 years ago
  63. e0205ff by njn · 22 years ago
  64. 43c799e by njn · 22 years ago
  65. 2e10a68 Add and use a configure test to determine if this is an NPTL based by sewardj · 22 years ago
  66. 9b007f6 ----------------------------------------------------------------------------- by njn · 22 years ago
  67. 57f6b35 Un-break the head -- the LD_ASSUME_KERNEL thing breaks the entire by sewardj · 22 years ago
  68. d5815ec by sewardj · 22 years ago
  69. d1c9e43 Implement MMX movd where the src is an mmxreg and the dst is an ireg or memory. by sewardj · 22 years ago
  70. d797101 Rationalise ucode generation for 4-byte moves into the MMX unit (movd). by sewardj · 22 years ago
  71. 5488880 Support __NR_munlockall (syscall 151). by sewardj · 22 years ago
  72. 420b928 Add a fix for this by sewardj · 22 years ago
  73. 65f1c3f Document renaming of valgrind.h to memcheck.h. by sewardj · 22 years ago
  74. 87c85ee the following small patch adds support for the (ancient and horrible) by sewardj · 22 years ago
  75. 6b46fa8 Fix a couple of missing MMX instructions. As far as I know, the only by sewardj · 22 years ago
  76. ca86001 More MMX stuff, including a bunch of prefetch insns. by sewardj · 22 years ago
  77. ac21f44 Update response to 'cpuid' to claim MMXness. Revised magic number by sewardj · 22 years ago
  78. 6b627da More C++ syntax leakage fixes. by sewardj · 22 years ago
  79. 1ef2b1d Fix C++ syntax leakage. by sewardj · 22 years ago
  80. f5ca28c Fix a bug to do with lazy eflags updating and FPU insns. by sewardj · 22 years ago
  81. 3d7c9c8 by sewardj · 22 years ago
  82. 50aca9e by njn · 22 years ago
  83. 6452214 Fix up the documentation to be just about OK for version 2.0. by sewardj · 22 years ago
  84. e12a45f by sewardj · 22 years ago
  85. 838654f startup_segment_callback: Get rid of completely pointless check re by sewardj · 22 years ago
  86. 9d28c95 Fix stupid typo in last commit. by njn · 22 years ago
  87. 0c15c33 by njn · 22 years ago
  88. 67aa818 by sewardj · 22 years ago
  89. f5ef185 fix make distcheck with newer automake by daywalker · 22 years ago
  90. ff7c1ab by sewardj · 22 years ago
  91. fa4690b by njn · 22 years ago
  92. 5dcde04 Fixes handling of parameters with spaces in, and misc other by sewardj · 22 years ago
  93. 8407554 Support for glibc-2.3.X. (from Stephan Kulow) by sewardj · 22 years ago
  94. 6d68e79 by njn · 22 years ago
  95. fdc28af by njn · 22 years ago
  96. 6fefa1b by njn · 22 years ago
  97. fedb736 by njn · 22 years ago
  98. 04421d0 by sewardj · 22 years ago
  99. 669610b Fix comment bug. by sewardj · 22 years ago
  100. 49b5d17 Make poll() return (errno==EINTR) if the poll is interrupted by a signal. by sewardj · 22 years ago