1. b1cc5d6 by njn · 14 years ago
  2. ea2d6fd Merged the MACOSX106 branch to the trunk. Merge command: by njn · 14 years ago
  3. c7d0a8f Add tests for ROUNDSS and ROUNDSD -- partial coverage, for the cases by sewardj · 14 years ago
  4. b823b85 Valgrind-side changes needed to go with vex r1984 (Implement SSE4 by sewardj · 14 years ago
  5. e7acec7 Add a test program for SSE4 instructions. Currently not integrated by sewardj · 14 years ago
  6. d364580 Remove link_tool_exe.c and replace it with perl scripts that do the by sewardj · 14 years ago
  7. 9e6428a Add a new program (link_tool_exe.c) and use this to link the tool by sewardj · 14 years ago
  8. c5eceac Add missing backslash. by sewardj · 14 years ago
  9. d59b569 Add test cases for XADD reg,reg. (Nicolas Sauzede, nicolas.sauzede@st.com). by sewardj · 14 years ago
  10. 958c1f3 Enable testing of FISTS and FISTPS on amd64. by sewardj · 14 years ago
  11. f9ebc39 New flag --require-text-symbol=:sopatt:fnpatt, to be used to check by sewardj · 14 years ago
  12. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  13. faf6727 Link the tls test against tls2.so as it references symbols in it by tom · 14 years ago
  14. f6122a0 The help text printed by command-line option -h does now show the default by bart · 15 years ago
  15. 9be5bdc Add tests for UXTAB and SXTAH. by sewardj · 15 years ago
  16. 540cc4a Add command line flag --vex-guest-chase-cond=no|yes [no] to control by sewardj · 15 years ago
  17. f94d467 Add tests for PLD (cache-prefetch-hint) instructions. by sewardj · 15 years ago
  18. dc2371c Add a test program for ARM v5 integer instructions, and also for some by sewardj · 15 years ago
  19. 96e5d27 Add the default stderr_filter for this directory; else no tests work. by sewardj · 15 years ago
  20. f18fa95 Further buildsystem bashing, in order to try and get something make-dist-able. by sewardj · 15 years ago
  21. 1ba8a8e Try to integrate none/tests/arm properly in the build system. by sewardj · 15 years ago
  22. 10bd938 Portability fix for arm-linux. by sewardj · 15 years ago
  23. 59570ff Merge from branches/ARM, all parts of the ARM-Linux port except for by sewardj · 15 years ago
  24. 116458b Changes: by bart · 15 years ago
  25. 0642127 New flag: --trace-children-skip=patt1,patt2,etc by sewardj · 15 years ago
  26. 8758264 Remove a trailing whitespace. by rjwalsh · 15 years ago
  27. 2b08378 Added output variant for Linux systems without readlinkat(). by bart · 15 years ago
  28. d1f724c Added regression tests that verify the following behavior: by bart · 15 years ago
  29. 0f212dc Fixed bug #204317: regression tests none/tests/cmdline[12] fail if by bart · 15 years ago
  30. 3b7f39b Fix the access_extended wrapper, which was rather broken. That's what I get by njn · 15 years ago
  31. cab64bc Update .exp files for r10783. by njn · 15 years ago
  32. 2d9e874 by sewardj · 15 years ago
  33. 7375de3 More docs build tweaks: by njn · 15 years ago
  34. 97db761 Various option-related tweaks: by njn · 15 years ago
  35. 99319b3 This should have been removed in r10699. by njn · 15 years ago
  36. f3977a3 Don't wrap the "Command:" line, as doing so makes cutting-and-pasting the by njn · 15 years ago
  37. d55f0d9 With the recent VG_(message) change, by njn · 15 years ago
  38. 0c58a74 Forgot to add these in r10690. by njn · 15 years ago
  39. f8a11cf In the "Command:" line in the preamble, escape special chars such as ' ' and by njn · 15 years ago
  40. 7e5d4ed We currently use a mix of <option> and <computeroutput> tags for command by njn · 15 years ago
  41. 53162bf Print the command being run at startup. It wraps to avoid going over 80 by njn · 15 years ago
  42. 05a8917 Started overhauling the documentation: by njn · 15 years ago
  43. 0a96643 Make sure the x86 direction flag is cleared again if we set it as part by tom · 15 years ago
  44. bf599f7 mremap2 is a totally unreliable test; it's the only test that fails on a by njn · 15 years ago
  45. d6db259 In r10465 --time-stamp=yes got slightly broken -- the space between the time by njn · 15 years ago
  46. e4b9921 Updated expected output. by bart · 15 years ago
  47. d651d1f Fixed the inline assembly code such that it also works correctly with gcc 4.4.0. While accessing stack variables from inline assembly code that modifies the stack pointer works fine with gcc 3.0 - gcc 4.3 with optimization disabled, it gives incorrect results with gcc 4.4.0. by bart · 15 years ago
  48. 8fd8758 Merge none/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  49. 10b9aea Shorten the preamble by moving some of it into the --help output. This by njn · 15 years ago
  50. d4f90d2 Suppress an error within syslog(). Patch from Dan Kegel. Fixes bug 191192. by njn · 15 years ago
  51. a01ed5e Only run none/tests/amd64/bug127521-64 on machines supporting cmpxchg16b. by sewardj · 15 years ago
  52. ac258d8 Add tests to verify behaviour of atomic instruction handling. by sewardj · 15 years ago
  53. 33e57a7 Make the Linux launcher more like the Darwin one in how it reads the by njn · 15 years ago
  54. 8b68b64 This commit merges the BUILD_TWEAKS branch onto the trunk. It has the by njn · 15 years ago
  55. 20d3e60 Unbreak nestedfns on --enable-only32bit installations. by njn · 15 years ago
  56. 656b077 Make this file executable too. by njn · 15 years ago
  57. f76d27a Merge the DARWIN branch onto the trunk. by njn · 15 years ago
  58. d1173b8 DARWIN sync: Makefile.am layout, mostly. by njn · 15 years ago
  59. d243486 DARWIN sync: add a #include. by njn · 15 years ago
  60. 1119c8f Remove unnecessary #include. by njn · 15 years ago
  61. 747115d Add some missing 'make dist' files. by njn · 15 years ago
  62. ff5bdd4 Merge r9900 (make dist fixes) from the MESSAGING_TIDYUP branch. by njn · 15 years ago
  63. 2d5ff4f Merge part of r9709 (m_signals.c clean-ups) from the DARWIN branch. by njn · 15 years ago
  64. f96aa84 Refactor and recomment async-sigs so it's easier to understand. Send all by njn · 15 years ago
  65. 492f00b Fix test breakage caused by r9694. by njn · 15 years ago
  66. 2f2b1b3 Merged r9673 (remove susphello) from the DARWIN branch. by njn · 15 years ago
  67. 28eafaa Merge r9667 (fdleak_ipv4 portability tweak) from the DARWIN branch. by njn · 15 years ago
  68. c885053 Merge r9666 (badseg portability tweak) from the DARWIN branch. by njn · 15 years ago
  69. 81b975c Merged r9657 (fdleak fixes) from the DARWIN branch. by njn · 15 years ago
  70. c9a6f4b Merge r9610 (AM_CCASFLAGS tweaks for test Makefiles) from the DARWIN branch. by njn · 15 years ago
  71. 52cb75c Merged r9602 and r9603 (make cpuid pass on Darwin, rename .s files to .S) by njn · 15 years ago
  72. ae508b0 Merged r9596 (build system tweaks, minus the Darwin bits) from the DARWIN by njn · 15 years ago
  73. 1e97aee Merge r9571 (get faultstatus building again) from the DARWIN branch. by njn · 15 years ago
  74. 0f8731a Merge r9564 (make pth_cvsimple more reliable) from the DARWIN branch. by njn · 15 years ago
  75. 06ca332 Merge r9550..r9552 (move seg_override and sigcontext) from the DARWIN branch. by njn · 15 years ago
  76. 5281fd1 Merged r9546..r9548 (moved blockfault, and filtering fixes) from the DARWIN by njn · 15 years ago
  77. 83b62cb Merge r9533..9536 (add tests/{asm.h,sys_mman.h,malloc.h} from the DARWIN branch. by njn · 15 years ago
  78. cff47f6 Merge r9456 (pending change) from the DARWIN branch. by njn · 16 years ago
  79. 9105a3e Merge r9429 (map_unaligned porting) from the DARWIN branch. by njn · 16 years ago
  80. 6cc2247 Merge r9426, r9427 ('pending' portability tweaks) from the DARWIN branch. by njn · 16 years ago
  81. cfaa0a7 Merge r9380, r9381 (test portability tweaks) from the DARWIN branch. by njn · 16 years ago
  82. 553c42f Added better filtering for Helgrind tests, removing all unreliable stack by njn · 16 years ago
  83. 9f20746 Updated copyright years. by njn · 16 years ago
  84. 11d59ca Roll back accidental change that shouldn't have been in r9316. by njn · 16 years ago
  85. 61485ab tests/arch_test is currently being used for two purposes: by njn · 16 years ago
  86. 683b7cb Merged r9287 (vgprintf fix) from the DARWIN branch. by njn · 16 years ago
  87. 251a0e7 Ported this test to ppc. by bart · 16 years ago
  88. 449642a Another 'make check' warning fix. by njn · 16 years ago
  89. 819e764 More 'make check' warning fixes. by njn · 16 years ago
  90. 685a959 Fix some more 'make check' warnings, ones that appear on non-Linux platforms. by njn · 16 years ago
  91. efc13c2 Get rid of all "make check" compile warnings, except for the ones from by njn · 16 years ago
  92. 6ab37c7 A few more test/build changes. by njn · 16 years ago
  93. 64c62d4 Some more test/build cleanups missed in prior commits. by njn · 16 years ago
  94. 07891f9 Test files were being passed multiple arch options (eg. "-m32 -m64") when by njn · 16 years ago
  95. 5304457 Various build system clean-ups and simplifications: by njn · 16 years ago
  96. cda5a15 For the fdleak_* tests, completely remove the stack traces showing where by njn · 16 years ago
  97. 870f170 Stack traces for Memcheck's syscall param errors are terribly unreliable, so by njn · 16 years ago
  98. 107bc57 Merge r9175 (don't run inappropriate OS- and platform-specific tests) from by njn · 16 years ago
  99. 0458a12 Moved 3 Linux-specific tests into linux/ directories. by njn · 16 years ago
  100. e66ffee Filter out everything after "(below main)" in a line. This will help with by njn · 16 years ago