1. 86d6807 fix by njn · 19 years ago
  2. 00cfcfc Don't imply that the --tool option is mandatory. by njn · 19 years ago
  3. 628add6 Rename --simulation-hints as --sim-hints for brevity. by njn · 19 years ago
  4. efc94ad Make regtests work with --enable-inner. by njn · 19 years ago
  5. b6d05e6 Use the amd64 tests on amd64 not the x86 ones... by tom · 19 years ago
  6. 99d7d1b Use the amd64 tests on amd64, not the x86 ones... by tom · 19 years ago
  7. c82c149 Add a filter for the amd64 tests. by tom · 19 years ago
  8. accb353 Run instruction tests under memcheck as well as none. by tom · 19 years ago
  9. bd7c492 @KICKSTART_BASE@ is history. by sewardj · 19 years ago
  10. 148250b Add named constants for si_code values to replace the magic numbers. by tom · 19 years ago
  11. f5cc6b3 Kludge which stops biarch builds going to hell at make -j 2 or above. by sewardj · 19 years ago
  12. 2fb8f7a Add a stack switching test. by tom · 19 years ago
  13. 5ffdc3f Add -m32 for assembly code when possible. by tom · 19 years ago
  14. b12b89f Add results for 64 bit systems. by tom · 19 years ago
  15. ef56732 Allow 32 bit x86 tests to run on amd64 machines. by tom · 19 years ago
  16. c4b3f0c Fix compiler warnings. by tom · 19 years ago
  17. 530f735 Stop gcc4 complaining about pointer signedness mismatches. by sewardj · 19 years ago
  18. 7c78782 Fix compiler warning. by tom · 19 years ago
  19. 151a639 Fix compiler warnings. by tom · 19 years ago
  20. 7379c70 Turn on some extra warnings. by tom · 19 years ago
  21. 60677fb Fix compiler warnings. by tom · 19 years ago
  22. 4a68980 Bug status updates. by tom · 19 years ago
  23. 2315d18 Suppress AT_SYSINFO in the auxiliary vector because it contains a by tom · 19 years ago
  24. e13d5cf Another Altivec test program. by sewardj · 19 years ago
  25. 51ce791 Comments from Greg Parker re ppc ABI conventions. by cerion · 19 years ago
  26. fcbb942 Do cpu string identification right, so the ppc32-specific tests by sewardj · 19 years ago
  27. a29a908 Add instruction-set tests for ppc32 (integer, FP, altivec). by sewardj · 19 years ago
  28. cbf8be7 Oops. Track primop renamings. by sewardj · 19 years ago
  29. 43d6075 Handle IR primops arising from running Altivec code. It seems Altivec by sewardj · 19 years ago
  30. a5ad9ba Cachegrind was aborting if it hit a client request. Now it doesn't. by njn · 19 years ago
  31. 4818d73 Avoid compiler warnings. by njn · 19 years ago
  32. e0008d6 Call VG_(unknown_SP_update) each time we switch to a new thread. This by tom · 19 years ago
  33. de3cf13 Add some extra debugging to the stack management module and simply by tom · 19 years ago
  34. e00659d m_libcsignal is needed here. by sewardj · 19 years ago
  35. 9341b18 Remove redundant conditional - ppc32-linux is already handled. by tom · 19 years ago
  36. 3cdcb8c Use $(INSTALL_DATA) to install libcoregrind.a and libvex.a as they by tom · 19 years ago
  37. ffd9c1d Try to avoid compiler warnings on AMD64. by njn · 19 years ago
  38. 0b5efe7 need --trace-children when self-hosting by njn · 19 years ago
  39. 7276f3a filter_linenos was not making it into tarballs. by sewardj · 19 years ago
  40. e148666 by njn · 19 years ago
  41. 43713d7 update URLs by njn · 19 years ago
  42. 515ef3c we don't need libc. so don't link it by dirk · 19 years ago
  43. 479ed62 Add hacks to make it possible to build callgrind ("clg3" branch) from by sewardj · 19 years ago
  44. c9e73dc Add casts to stop gcc complaining. by sewardj · 19 years ago
  45. 337556e Add comments from email discussion re mprotect. by sewardj · 19 years ago
  46. ccc89d9 Third pass at the ppc32 ptrace stuff. It compiles now, but gcc complains that by sewardj · 19 years ago
  47. 3e35756 Save/Restore condition register, and VRSAVE register in core dispatch loop. by cerion · 19 years ago
  48. d98f68d Adjust debugLog messages. by sewardj · 19 years ago
  49. 5533424 Install libvex.a and libcoregrind.a, needed for external tool builds. by sewardj · 19 years ago
  50. 0109322 Do ptrace_setregs in a ppc32 compatible way instead of a ppc64 way. by tom · 19 years ago
  51. 0dce48b Add missing quote. by tom · 19 years ago
  52. 9f98341 Update results - we now emulate the whole LDT. by tom · 19 years ago
  53. a3afdfb by njn · 19 years ago
  54. 6417311 update by njn · 19 years ago
  55. e51a42c store & load callee-saved floating-point and vector registers in core dispatch loop. by cerion · 19 years ago
  56. 0e500f1 Try to fill in ptrace_setregs. Dunno if it's right. by sewardj · 19 years ago
  57. 7a2db47 Augment a little. by njn · 19 years ago
  58. ddce30f update by njn · 19 years ago
  59. 1b70e82 update by njn · 19 years ago
  60. 592ae09 Reinstate timestamping, sort-of, having trashed VG_(ctime) as part of by sewardj · 19 years ago
  61. 6550519 Handle the PROT_GROWSDOWN and PROT_GROWSUP mprotect flags properly by tom · 19 years ago
  62. 3c3f0c1 Document the --kernel-variant= option. by sewardj · 19 years ago
  63. f3418c0 Get rid of old flags that memcheck no longer has. by sewardj · 19 years ago
  64. e07b83e Add tests for --partial-loads-ok= flag. by sewardj · 19 years ago
  65. b637bad Reworked to avoid depending on $(eval) in the make files as only fairly by tom · 19 years ago
  66. ec15d6a Set CPPFLAGS correctly when building the core preload library. by tom · 19 years ago
  67. 0ded7a4 memcheck: make --partial-loads-ok=yes work again, but now make it by sewardj · 19 years ago
  68. 45a6abb fwrite.stdout.exp seems to be not present and make dist doesn't like that. by sewardj · 19 years ago
  69. f72cced Second try at getting rid of the is_self() hack used to decide when to by sewardj · 19 years ago
  70. 2878c81 Initial description of multiple architecture support. by tom · 19 years ago
  71. e8b6209 ppc32 build fix. by sewardj · 19 years ago
  72. d822c6c My emacs is just too clever for its own good... by tom · 19 years ago
  73. 0f7573d Use sysconf to get the page size as it is more portable. by tom · 19 years ago
  74. 3849cc5 Handle sys_sigaction on ppc32-linux. by sewardj · 19 years ago
  75. fb7bcde Dual architecture support - this commit is a major rework of the build by tom · 19 years ago
  76. 23e40f8 Run the right regression tests... by njn · 19 years ago
  77. ad4e18d by njn · 19 years ago
  78. 95f9ed6 Add tests for 64 bit instructions. by tom · 19 years ago
  79. de2b160 Liberalise x86 clone flag handling, so it's as per amd64/ppc32. by sewardj · 19 years ago
  80. de616ec Fix stack unwinding on ppc. by sewardj · 19 years ago
  81. 9a699e8 Commit Tom's improved-stack-unwinding patch. by sewardj · 19 years ago
  82. 69c273f Read debug info from the V exe when it is installed as an in-place build. by sewardj · 19 years ago
  83. c05ada2 Update ignore lists. by tom · 19 years ago
  84. 9ff6f91 Update ignore lists. by tom · 19 years ago
  85. 516fd46 Sync sse2 tests from x86 to amd64. by tom · 19 years ago
  86. 6a18161 Add test cases for amd64 vector FP unordered compares. by sewardj · 19 years ago
  87. 3a76869 Oops, this should have been included in r5014. by sewardj · 19 years ago
  88. dea851c Add test cases for SSE unordered-compare instructions. by sewardj · 19 years ago
  89. 545663e Handle vector FP unordered compares. by sewardj · 19 years ago
  90. ac35f10 Add a comment documenting the reason for subtracting one from the IP value by tom · 19 years ago
  91. c8d121f Enable tests for shld/shrd instructions which are now supported on amd64. by tom · 19 years ago
  92. 0290a05 Placate compiler warning. by sewardj · 19 years ago
  93. 7559dbc Test shrd/shld. by sewardj · 19 years ago
  94. 7563f2b Re-enable a load of tests for instructions which VEX now implements. by tom · 19 years ago
  95. 06beb38 Backout additional space until we decide whether we want it. by tom · 19 years ago
  96. 75c4ca6 Remove "pid" to make docs align with reality. by tom · 19 years ago
  97. 1565bce Add an insn_basic test for amd64. This is based on the x86 one so by tom · 19 years ago
  98. bbe14b1 Fix up references to log files names containing "pid" in them and by tom · 19 years ago
  99. 7fb9df9 Allow rax/rbx/rcx/rdx (and their narrower counterparts) to be used by tom · 19 years ago
  100. 78a8fec Fix the amd64 version of gen_insn_test.pl to strip any b/w/d suffix by tom · 19 years ago