1. 4fbe6e9 Rename the SSE and MMX uinstrs which read/write integer registers, in by sewardj · 21 years ago
  2. bc148f2 Fill in a whole bunch of boring-ass SSE SIMD-integer insns. by sewardj · 21 years ago
  3. e3891fa Yet more SSE insns. by sewardj · 21 years ago
  4. 6bc4055 - Comment out SSE uinstrs which have not so far been used. by sewardj · 21 years ago
  5. e64b684 Remove debug printing that sneaked in. by sewardj · 21 years ago
  6. 5d58cb4 Do SSE insns PSRLDQ, PSLLDQ by sewardj · 21 years ago
  7. 7c4b604 Get rid of spurious declaration for fooble. by sewardj · 21 years ago
  8. a453fb0 More SSE instructions. by sewardj · 21 years ago
  9. ea691a1 Add yet more SSE/SSE2 instructions. The party never stops here at by sewardj · 21 years ago
  10. 2ca39a1 - saneUInstr: Allow SSE4 to have CCf (writes ZCP flags). by sewardj · 21 years ago
  11. 8f33ba6 Fix code generation errors for the SSE3g_ family. This fixes various by sewardj · 21 years ago
  12. 839299f When exiting with VgSrc_BbsDone (switching back to real CPU because by sewardj · 21 years ago
  13. 39209d4 several wibbles: added some missing types in function protos, some missing by njn · 21 years ago
  14. fd7c231 don't bail out when pthread_once's init route calls itself recursively by daywalker · 21 years ago
  15. b31b06d Tonight's installment of SSE madness. Add a couple more nasties by sewardj · 21 years ago
  16. b452ba4 Whoops, should have committed this when I added SIOCOUTQ ioctl. by njn · 21 years ago
  17. f31d5e3 Added SIOCOUTQ ioctl, thanks to Lennert Buytenhek <buytenh@gnu.org>. by njn · 21 years ago
  18. a63e2d7 by njn · 21 years ago
  19. 47c8af4 Minor improvement. by njn · 21 years ago
  20. 02af6bc Fill in a few more SSE/SSE2 insns, with current aim of being able to by sewardj · 21 years ago
  21. 458f236 revert last commit. too unportable by daywalker · 21 years ago
  22. bfa6bce Fix problem with LAHF. by njn · 21 years ago
  23. b7a818d Fixed bug in first attempt at 'lahf'. So much for my supposed testing. by njn · 21 years ago
  24. 4d1a9bf wibble by njn · 21 years ago
  25. d6251f1 by njn · 21 years ago
  26. c30277f by njn · 21 years ago
  27. 781132b some makefile massaging to avoid that things get compiled during make install by daywalker · 21 years ago
  28. 12bdc60 make the new symbols weak to fix the new_override testcase. by daywalker · 21 years ago
  29. c5c3447 whoops. one more by daywalker · 21 years ago
  30. 6672df0 unbreak make regtest again by daywalker · 21 years ago
  31. 35a1779 Add some more SSE insns. by sewardj · 21 years ago
  32. de8aecf Fix a design flaw in the SSE decoder. Remove duplication and by sewardj · 21 years ago
  33. 7700d68 compiler warning cleanups by daywalker · 21 years ago
  34. a60be0e Implement enough SSE/SSE2 insns so that all the GL demos in qt-3.1.0 by sewardj · 21 years ago
  35. febaa3b Implement a few SSE instructions, enough to run bzip2 when compiled by sewardj · 21 years ago
  36. 308955f by njn · 21 years ago
  37. 6c003c6 by njn · 21 years ago
  38. 2974e48 wibble by njn · 21 years ago
  39. 627e626 Minor docs fixups. by njn · 21 years ago
  40. 1078545 by njn · 21 years ago
  41. d304045 by njn · 21 years ago
  42. 05bcdcb gcc-3.3 as supplied with SuSE 8.2 ("gcc version 3.3 20030226 by sewardj · 21 years ago
  43. 92f4b88 Back out symlinking of libpthread.so in coregrind; it causes build by sewardj · 21 years ago
  44. 1be6161 Minor type fixups. by njn · 21 years ago
  45. 29a0abf undo last change (stupid) by njn · 21 years ago
  46. 5e468f9 wibble by njn · 21 years ago
  47. 2e9b6a9 Removed statement with no effect. by njn · 21 years ago
  48. 8372b7f wibble by njn · 21 years ago
  49. cbc4094 wibble by njn · 21 years ago
  50. 20c25d5 wibble by njn · 21 years ago
  51. f9ebf67 wibble by njn · 21 years ago
  52. 633de32 by njn · 21 years ago
  53. 25418ae by sewardj · 21 years ago
  54. 4a3849b Merge patch from JosefW: by sewardj · 21 years ago
  55. 42e23f2 by njn · 21 years ago
  56. 61821c0 Increase VG_N_CLEANUPSTACK to 16. by sewardj · 21 years ago
  57. 9df7883 Fix interception of pthread_atfork with glibc-2.3.2. by sewardj · 21 years ago
  58. 97ad552 Unchain translations when doing VALGRIND_DISCARD_TRANSLATIONS. Otherwise by sewardj · 21 years ago
  59. 4c79121 by njn · 21 years ago
  60. 34419c1 by njn · 21 years ago
  61. 6ae0d3f Minor fix for lookup_dcookie by njn · 21 years ago
  62. 8e72528 by njn · 21 years ago
  63. 6eba4ef Added "_W" suffix to stack sizes to indicate they are in words. by njn · 21 years ago
  64. 12a5714 Removed magic numbers for VG_(stack) size and VG_(sigstack) size, made into by njn · 21 years ago
  65. 13f0293 by njn · 21 years ago
  66. 0c7a5b5 1. No longer printing the "MMX-only" or "SSE-capable" string at startup by njn · 21 years ago
  67. b91ae7f by sewardj · 21 years ago
  68. 96330bd Add \n in failure message. by sewardj · 21 years ago
  69. 4c2dbb5 Don't trash %eflags before snapshotting the state of the machine at by sewardj · 21 years ago
  70. 17e92db Add __NR_prctl. by sewardj · 21 years ago
  71. 366ee1e report_and_quit: Tell people to look at the FAQ.txt for advice. by sewardj · 21 years ago
  72. 44b6043 Don't call VG_(mash_LD_PRELOAD_and_LD_LIBRARY_PATH) if all we're doing by sewardj · 21 years ago
  73. 8c4e6b1 Support kernels >= 2.5.68 (Anders Gustafsson <andersg@0x63.nu>) by sewardj · 21 years ago
  74. dd5c88e Add __NR_lookup_dcookie, whatever that might be. by sewardj · 21 years ago
  75. 9b81a42 Merge patch from Josef Weidendorfer <Josef.Weidendorfer@gmx.de>: by sewardj · 21 years ago
  76. 262b5be Add possibly-bogus implementations for __libc_current_sigrtmin, by sewardj · 21 years ago
  77. eff8b31 by sewardj · 21 years ago
  78. 11f0bb4 by sewardj · 21 years ago
  79. c656e97 Added a return value (0) for the LOGMESSAGE request, since it's now visible to by njn · 21 years ago
  80. 02a36f7 Added syscall creat(), courtesy of Tom Hughes <thh@cyberscience.com>. by njn · 21 years ago
  81. 49e630d Record the correct address of the initial thread's stack, as determined by sewardj · 21 years ago
  82. e709de4 wibbles by njn · 21 years ago
  83. 8a6b6c0 by njn · 21 years ago
  84. 7d9f94d by njn · 21 years ago
  85. 057c65f by njn · 21 years ago
  86. 47363ab by njn · 21 years ago
  87. 17b8535 Better way to specify where gdb is -- now GDB_PATH is defined in config.h, by njn · 21 years ago
  88. c42d8bc reapply automake fixes. make check will now generate the binaries which by daywalker · 21 years ago
  89. 9315df3 The location of gdb is now determined by the 'configure' script, instead by njn · 21 years ago
  90. 0e1b514 Updated copyright notices for 2003. Only 4 months late. by njn · 21 years ago
  91. b4aee05 Namespace police by njn · 21 years ago
  92. 3e88418 ----------------------------------------------------------------------------- by njn · 21 years ago
  93. 3e87f7e Minor HTML fixes in docs, thanks to Arnaud Desitter. by njn · 21 years ago
  94. e0205ff by njn · 21 years ago
  95. 43c799e by njn · 21 years ago
  96. 2e10a68 Add and use a configure test to determine if this is an NPTL based by sewardj · 21 years ago
  97. 9b007f6 ----------------------------------------------------------------------------- by njn · 21 years ago
  98. 57f6b35 Un-break the head -- the LD_ASSUME_KERNEL thing breaks the entire by sewardj · 21 years ago
  99. d5815ec by sewardj · 21 years ago
  100. d1c9e43 Implement MMX movd where the src is an mmxreg and the dst is an ireg or memory. by sewardj · 21 years ago