1. 877bc98 Make the insn_ tests work at least for the insns which Vex (x86 guest) by sewardj · 20 years ago
  2. e50a1b1 mkUifU: add missing case by sewardj · 20 years ago
  3. acce29e orig_size can now legitimately be zero, if the first insn in a bb one by sewardj · 20 years ago
  4. b31bc18 Reinstate tests for psrldq. by sewardj · 20 years ago
  5. 6843adc Make suppression of large numbers of emulation warnings less dependent by sewardj · 20 years ago
  6. ac6bbae Updated expected output. by sewardj · 20 years ago
  7. 2ffc9c3 Commented-out get_current_tid() hack. by sewardj · 20 years ago
  8. 77b3802 Update, and thereby unbreak trivial regtest breakage. by sewardj · 20 years ago
  9. 9cbf86a Crude mechanism to avoid flooding the user with emulation warnings. by sewardj · 20 years ago
  10. db67f5f Handle Iop_Sar16. by sewardj · 20 years ago
  11. c702533 Bump startup notices around a bit. by sewardj · 20 years ago
  12. 5e2f001 Deal with LibVEX-supplied insn decode failures, and with LibVEX-supplied by sewardj · 20 years ago
  13. 4dc8f30 Move x86-TLS specific stuff out of x86/state.c, back into by sewardj · 20 years ago
  14. 19fc30e Split up the old x86 LDT/GDT handling stuff. Push some of it into by sewardj · 20 years ago
  15. a1d9330 Complete enough 128-bit vector stuff in memcheck so that SSE2 works. by sewardj · 20 years ago
  16. 0b07059 Support for 64x2 vector floating point. by sewardj · 20 years ago
  17. 170ee21 Stuff to make Memcheck work with SSE1 instructions. by sewardj · 20 years ago
  18. 3245c91 Basics for 128-bit SIMD code. by sewardj · 20 years ago
  19. 7010f6e Fix enough stuff so that x86 MMX tests work. by sewardj · 20 years ago
  20. e9e16d3 Fix enough stuff so that x86 floating point tests work properly. by sewardj · 20 years ago
  21. d62e03b Cosmetic-only change (mess with indentation) by sewardj · 20 years ago
  22. d0ee4f8 For now, disable test of: pmaddwd psadbw pslldq psrldq. The x86 front by sewardj · 20 years ago
  23. 1f27662 Fix segfaults caused by the impedance matches in sys_sigprocmask. by sewardj · 20 years ago
  24. 998d40d Ensure VEX control parameters are sane. by sewardj · 20 years ago
  25. aa561fa Ensure host CPU is in the state that VEX-generated code expects prior by sewardj · 20 years ago
  26. b67b2a2 Updated expected output by sewardj · 20 years ago
  27. 43cecdf Use different register numbers in different register banks, so as to by sewardj · 20 years ago
  28. ff99272 Set host FPU mode to the default mode expected by VEX generated code. by sewardj · 20 years ago
  29. b9c427c Changed message at the top of files, and the startup message, and the by njn · 20 years ago
  30. 009af89 Added a short document explaining the directory structure and how to by njn · 20 years ago
  31. 6b9b9dd Added a short doc listing places that I know or suspect are not 64-bit clean. by njn · 20 years ago
  32. 6aba9ec Comment change only. by njn · 20 years ago
  33. b729e0d 64-bit cleanness: don't assume 32 bits in MAC_Chunk. by njn · 20 years ago
  34. c4fcca3 Updated docs with all the changes that I'm aware of that happened since by njn · 20 years ago
  35. 09aa128 Un-hardwired x86 as the insn set to be translated. Also moved around by njn · 20 years ago
  36. 87c9812 by njn · 20 years ago
  37. 4452e60 Added a short document about how to port to a new arch or OS. by njn · 20 years ago
  38. c771b29 New debugging flag --trace-notbelow=<number>, to stop --trace-codegen= by sewardj · 20 years ago
  39. edfa0f6 Streamlined and consistified alignment checking. by njn · 20 years ago
  40. d6f157d by njn · 20 years ago
  41. 8ec0c5e More AMD64 start-up hurdles: by njn · 20 years ago
  42. ea4b28c Clear a few more AMD64 start-up hurdles: by njn · 20 years ago
  43. 27ce256 Clear next AMD64 startup hurdle. Required copying the x86 LDT code. by njn · 20 years ago
  44. 6a22af2 Whoops, must edit tool.h.base, not tool.h. by njn · 20 years ago
  45. 2777d93 Another todo item. by njn · 20 years ago
  46. 12bb6d4 Another todo item. by njn · 20 years ago
  47. 0ce9da2 Updated todo list. by njn · 20 years ago
  48. c11a29e Fix PS/PDF generation somewhat; the Makefile syntax errors are now by njn · 20 years ago
  49. 0e742df 64-bit cleanness: fix nasty bug... in the memory allocators, redzones by njn · 20 years ago
  50. f9dc619 Formatting change only. by njn · 20 years ago
  51. f7fbe6c Get AMD64 slightly further before dying: by njn · 20 years ago
  52. 1ff7957 Comment-only change. by sewardj · 20 years ago
  53. 671319b Minor docs building fix. by njn · 20 years ago
  54. 3e986b2 Overhauled the docs. Removed all the HTML files, put in XML files as by njn · 20 years ago
  55. 91f6278 Handle emulation-warnings emitted by Vex-generated code. by sewardj · 20 years ago
  56. c54ee50 Fix comment. by sewardj · 20 years ago
  57. 4bd1146 Remove Marie-Celeste declarations. by sewardj · 20 years ago
  58. ead6112 Implemented jmp_with_stack for AMD64. Cleaned up the by njn · 20 years ago
  59. eda97bb Remove some ancient comments. by njn · 20 years ago
  60. f4aeaea 64-bit cleanness: make VG_(do_syscall)() return a Word, not an Int. by njn · 20 years ago
  61. 0b867b1 comment only by njn · 20 years ago
  62. a22a93a Added the skeleton of the AMD64 syscall table, all commented out, but by njn · 20 years ago
  63. 3f31e5c Avoid compile warnings. by njn · 20 years ago
  64. ca6fef0 by njn · 20 years ago
  65. c767b43 Fix reg test. by njn · 20 years ago
  66. c8c9328 very minor tweaks by njn · 20 years ago
  67. bde3027 Minor 64-bit cleanups, mostly comments. by njn · 20 years ago
  68. 63105aa by njn · 20 years ago
  69. eabebcc Remove string "panic_msg_ebp" from x86/dispatch.S and amd64/dispatch.S, by njn · 20 years ago
  70. b249fd7 by njn · 20 years ago
  71. c616819 by njn · 20 years ago
  72. 8e4d7dc Get rid of various old flags and constants. by sewardj · 20 years ago
  73. 4ccf707 Get rid of all vestiges of translation-chaining, and generally clean by sewardj · 20 years ago
  74. 9ebf9fd Increase stated average translation size, at least for now. by sewardj · 20 years ago
  75. 7cf97ee Build fixes for gcc-2.95. by sewardj · 20 years ago
  76. 96e824b Rewrite ensure_valgrind() in a slightly less stupid way. This by sewardj · 20 years ago
  77. 0b6107b Comment-only update. by sewardj · 20 years ago
  78. 1a28fc6 Make ARM build again. by njn · 20 years ago
  79. e1268d3 Use better syscall argument names for two wrappers, now that "res" and by njn · 20 years ago
  80. a5f1bcd Introduced build variables VG_ARCH_ALL, VG_OS_ALL, and VG_PLATFORM_ALL, by njn · 20 years ago
  81. 22cfccb Moved some duplicated macros out of arch/OS/platform-specific parts, by njn · 20 years ago
  82. 0751139 by njn · 20 years ago
  83. 61fa0af by njn · 20 years ago
  84. 16de557 by njn · 20 years ago
  85. daf5a36 Fix a couple of minor ARM things -- frame pointer is R11, it seems, and by njn · 20 years ago
  86. 080e58d Rename $VG_ARCH/signal.c and $VG_ARCH/signals.c, to make coregrind/vg_signals.c. by njn · 20 years ago
  87. ca0518d by njn · 20 years ago
  88. a720325 When doing pessimistic lazy propagation through a dirty helper call, by sewardj · 20 years ago
  89. a1d1a64 Simplified the way Cachegrind configures the caches; it was really by njn · 20 years ago
  90. cfcfa93 More debug printing for redirections (disabled). by sewardj · 20 years ago
  91. 3f469dc When creating a child, copy the parent's .vex/.vex_shadow into it so by sewardj · 20 years ago
  92. 277a6d6 Disable core dumps, and remove the previous attempts at factoring out by njn · 20 years ago
  93. c621f76 When VEX bombs, exit in a more understandable way. by sewardj · 20 years ago
  94. d79ef68 Move declarations of some thread-return-code values from Valgrind to VEX. by sewardj · 20 years ago
  95. 7eea51f Fix this test. by njn · 20 years ago
  96. e7da73c Rename arch_thread_aux_t --> ThreadArchAux, to match ThreadArchState. by njn · 20 years ago
  97. 0dbb7de Second (failed) attempt to get cmdline2 to work right. by sewardj · 20 years ago
  98. 5b1cc97 Update expected output. by sewardj · 20 years ago
  99. 12a74b5 Fix overly-restrictive assertion causing many threaded programs to fail. by sewardj · 20 years ago
  100. 14d01ce Reinstated Helgrind and Cachegrind; at least, they are included in by njn · 20 years ago