1. 0e342a0 Add tests for new PowerISA_2.05 instructions available on Power6 CPUs. by sewardj · 14 years ago
  2. f9fe602 Followup to r11333: rename HAVE_ALTIVEC back to HAS_ALTIVEC, since the by sewardj · 14 years ago
  3. 6467a15 Un-break feature detection for Altivec, so that the Altivec tests by sewardj · 14 years ago
  4. 5dd0190 Added command-line option --prefix-to-strip=... Closes #245535. by bart · 14 years ago
  5. 2536c9d Improved test cases for Neon VLDn/VSTn instructions. by sewardj · 14 years ago
  6. 81e06dc Add test cases for v6 media instructions in both ARM and Thumb mode. by sewardj · 14 years ago
  7. 1c29a94 Add tests for all {ARM,Thumb} x {integer,NEON} instructions. by sewardj · 14 years ago
  8. 6b564a0 Merge from branches/THUMB: test programs for NEON and Thumb. by sewardj · 14 years ago
  9. fc9b171 Add a test which checks the ISTRI-vs-ESTRI-vs-ISTRM-vs-ESTRM by sewardj · 14 years ago
  10. db3c42f Add tests for PINSRB and PTEST. by sewardj · 14 years ago
  11. 7f3019b Fix strict-aliasing violations; + minor futzing. by sewardj · 14 years ago
  12. 5ac9906 Majorly improve and generalise the core arithmetic routines. by sewardj · 14 years ago
  13. 0a87e8d Add a test program for PCMPISTRI on amd64 (not yet hooked up). by sewardj · 14 years ago
  14. fc3ce48 Partially connect up the LZCNT tests. What remains to be done is to by sewardj · 14 years ago
  15. ab20576 Test cases for LZCNT instruction support. Not wired up yet. by sewardj · 14 years ago
  16. e12694d Update expected output for Ubuntu 10.04. by sewardj · 14 years ago
  17. 9cb6475 Update expected outputs following vex r1992. by sewardj · 14 years ago
  18. b1cc5d6 by njn · 14 years ago
  19. c7d0a8f Add tests for ROUNDSS and ROUNDSD -- partial coverage, for the cases by sewardj · 14 years ago
  20. b823b85 Valgrind-side changes needed to go with vex r1984 (Implement SSE4 by sewardj · 14 years ago
  21. e7acec7 Add a test program for SSE4 instructions. Currently not integrated by sewardj · 14 years ago
  22. c5eceac Add missing backslash. by sewardj · 14 years ago
  23. d59b569 Add test cases for XADD reg,reg. (Nicolas Sauzede, nicolas.sauzede@st.com). by sewardj · 14 years ago
  24. 958c1f3 Enable testing of FISTS and FISTPS on amd64. by sewardj · 14 years ago
  25. f9ebc39 New flag --require-text-symbol=:sopatt:fnpatt, to be used to check by sewardj · 14 years ago
  26. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  27. faf6727 Link the tls test against tls2.so as it references symbols in it by tom · 14 years ago
  28. f6122a0 The help text printed by command-line option -h does now show the default by bart · 14 years ago
  29. 9be5bdc Add tests for UXTAB and SXTAH. by sewardj · 14 years ago
  30. 540cc4a Add command line flag --vex-guest-chase-cond=no|yes [no] to control by sewardj · 14 years ago
  31. f94d467 Add tests for PLD (cache-prefetch-hint) instructions. by sewardj · 14 years ago
  32. dc2371c Add a test program for ARM v5 integer instructions, and also for some by sewardj · 14 years ago
  33. 96e5d27 Add the default stderr_filter for this directory; else no tests work. by sewardj · 14 years ago
  34. f18fa95 Further buildsystem bashing, in order to try and get something make-dist-able. by sewardj · 14 years ago
  35. 1ba8a8e Try to integrate none/tests/arm properly in the build system. by sewardj · 14 years ago
  36. 10bd938 Portability fix for arm-linux. by sewardj · 14 years ago
  37. 59570ff Merge from branches/ARM, all parts of the ARM-Linux port except for by sewardj · 14 years ago
  38. 116458b Changes: by bart · 15 years ago
  39. 0642127 New flag: --trace-children-skip=patt1,patt2,etc by sewardj · 15 years ago
  40. 8758264 Remove a trailing whitespace. by rjwalsh · 15 years ago
  41. 2b08378 Added output variant for Linux systems without readlinkat(). by bart · 15 years ago
  42. d1f724c Added regression tests that verify the following behavior: by bart · 15 years ago
  43. 0f212dc Fixed bug #204317: regression tests none/tests/cmdline[12] fail if by bart · 15 years ago
  44. 3b7f39b Fix the access_extended wrapper, which was rather broken. That's what I get by njn · 15 years ago
  45. cab64bc Update .exp files for r10783. by njn · 15 years ago
  46. 2d9e874 by sewardj · 15 years ago
  47. 97db761 Various option-related tweaks: by njn · 15 years ago
  48. 99319b3 This should have been removed in r10699. by njn · 15 years ago
  49. f3977a3 Don't wrap the "Command:" line, as doing so makes cutting-and-pasting the by njn · 15 years ago
  50. d55f0d9 With the recent VG_(message) change, by njn · 15 years ago
  51. 0c58a74 Forgot to add these in r10690. by njn · 15 years ago
  52. f8a11cf In the "Command:" line in the preamble, escape special chars such as ' ' and by njn · 15 years ago
  53. 53162bf Print the command being run at startup. It wraps to avoid going over 80 by njn · 15 years ago
  54. 05a8917 Started overhauling the documentation: by njn · 15 years ago
  55. 0a96643 Make sure the x86 direction flag is cleared again if we set it as part by tom · 15 years ago
  56. bf599f7 mremap2 is a totally unreliable test; it's the only test that fails on a by njn · 15 years ago
  57. d6db259 In r10465 --time-stamp=yes got slightly broken -- the space between the time by njn · 15 years ago
  58. e4b9921 Updated expected output. by bart · 15 years ago
  59. 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
  60. 8fd8758 Merge none/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  61. 10b9aea Shorten the preamble by moving some of it into the --help output. This by njn · 15 years ago
  62. d4f90d2 Suppress an error within syslog(). Patch from Dan Kegel. Fixes bug 191192. by njn · 15 years ago
  63. a01ed5e Only run none/tests/amd64/bug127521-64 on machines supporting cmpxchg16b. by sewardj · 15 years ago
  64. ac258d8 Add tests to verify behaviour of atomic instruction handling. by sewardj · 15 years ago
  65. 33e57a7 Make the Linux launcher more like the Darwin one in how it reads the by njn · 15 years ago
  66. 8b68b64 This commit merges the BUILD_TWEAKS branch onto the trunk. It has the by njn · 15 years ago
  67. 20d3e60 Unbreak nestedfns on --enable-only32bit installations. by njn · 15 years ago
  68. 656b077 Make this file executable too. by njn · 15 years ago
  69. f76d27a Merge the DARWIN branch onto the trunk. by njn · 15 years ago
  70. d1173b8 DARWIN sync: Makefile.am layout, mostly. by njn · 15 years ago
  71. d243486 DARWIN sync: add a #include. by njn · 15 years ago
  72. 1119c8f Remove unnecessary #include. by njn · 15 years ago
  73. 747115d Add some missing 'make dist' files. by njn · 15 years ago
  74. ff5bdd4 Merge r9900 (make dist fixes) from the MESSAGING_TIDYUP branch. by njn · 15 years ago
  75. 2d5ff4f Merge part of r9709 (m_signals.c clean-ups) from the DARWIN branch. by njn · 15 years ago
  76. f96aa84 Refactor and recomment async-sigs so it's easier to understand. Send all by njn · 15 years ago
  77. 492f00b Fix test breakage caused by r9694. by njn · 15 years ago
  78. 2f2b1b3 Merged r9673 (remove susphello) from the DARWIN branch. by njn · 15 years ago
  79. 28eafaa Merge r9667 (fdleak_ipv4 portability tweak) from the DARWIN branch. by njn · 15 years ago
  80. c885053 Merge r9666 (badseg portability tweak) from the DARWIN branch. by njn · 15 years ago
  81. 81b975c Merged r9657 (fdleak fixes) from the DARWIN branch. by njn · 15 years ago
  82. c9a6f4b Merge r9610 (AM_CCASFLAGS tweaks for test Makefiles) from the DARWIN branch. by njn · 15 years ago
  83. 52cb75c Merged r9602 and r9603 (make cpuid pass on Darwin, rename .s files to .S) by njn · 15 years ago
  84. ae508b0 Merged r9596 (build system tweaks, minus the Darwin bits) from the DARWIN by njn · 15 years ago
  85. 1e97aee Merge r9571 (get faultstatus building again) from the DARWIN branch. by njn · 15 years ago
  86. 0f8731a Merge r9564 (make pth_cvsimple more reliable) from the DARWIN branch. by njn · 15 years ago
  87. 06ca332 Merge r9550..r9552 (move seg_override and sigcontext) from the DARWIN branch. by njn · 15 years ago
  88. 5281fd1 Merged r9546..r9548 (moved blockfault, and filtering fixes) from the DARWIN by njn · 15 years ago
  89. 83b62cb Merge r9533..9536 (add tests/{asm.h,sys_mman.h,malloc.h} from the DARWIN branch. by njn · 15 years ago
  90. cff47f6 Merge r9456 (pending change) from the DARWIN branch. by njn · 15 years ago
  91. 9105a3e Merge r9429 (map_unaligned porting) from the DARWIN branch. by njn · 15 years ago
  92. 6cc2247 Merge r9426, r9427 ('pending' portability tweaks) from the DARWIN branch. by njn · 15 years ago
  93. cfaa0a7 Merge r9380, r9381 (test portability tweaks) from the DARWIN branch. by njn · 15 years ago
  94. 553c42f Added better filtering for Helgrind tests, removing all unreliable stack by njn · 15 years ago
  95. 9f20746 Updated copyright years. by njn · 15 years ago
  96. 11d59ca Roll back accidental change that shouldn't have been in r9316. by njn · 15 years ago
  97. 61485ab tests/arch_test is currently being used for two purposes: by njn · 15 years ago
  98. 683b7cb Merged r9287 (vgprintf fix) from the DARWIN branch. by njn · 15 years ago
  99. 251a0e7 Ported this test to ppc. by bart · 15 years ago
  100. 449642a Another 'make check' warning fix. by njn · 15 years ago