1. 57f767c Add -Wno-tautological-compare to the standard compile flags, if that by sewardj · 10 years ago
  2. 7fd2ec3 ms_print ought to create temporary files in a proper directory as by florian · 10 years ago
  3. ec66ad5 Add initial build support for Mac OS X 10.9 (Mavericks). Bug 326724 by sewardj · 10 years ago
  4. ce93f9e configure.ac: Fix Boost detection test by bart · 10 years ago
  5. 39cb45e Revert configure support for adding -Werror=format-security. by mjw · 10 years ago
  6. 5c683cf Support -Wformat -Werror=format-security. by mjw · 10 years ago
  7. 20bafc2 Add test for MPX instructions and bnd prefix. Bug #333666. by mjw · 10 years ago
  8. aeacd28 Make sure all files under the new shared dir are included in make dist. by mjw · 10 years ago
  9. 51b14ee Do not use == as it is not portable. Use = instead. by florian · 10 years ago
  10. 62477d2 Avoid "let" which isn't portable. by florian · 10 years ago
  11. 28ae199 Accept glibc 2.19 as valid. by mjw · 10 years ago
  12. f674e38 mips32/64: Remove default flags -mips32 and -mips64 from the Makefile.all.am. by dejanj · 10 years ago
  13. 1546c7a mips64: modify configure.ac to check for cavium supported toolchain by petarj · 10 years ago
  14. f0c1250 Add support for ARMv8 AArch64 (the 64 bit ARM instruction set). by sewardj · 11 years ago
  15. 9c6b05d mips32: Adding mips32/Android support to Valgrind. by dejanj · 11 years ago
  16. 78795d1 Bump the version number on the trunk. by sewardj · 11 years ago
  17. f4c4690 We need to have the host code close to the generated code to improve by cborntra · 11 years ago
  18. 9ea080b Connect up the xacq_xrel test to the build system. Also, make the by sewardj · 11 years ago
  19. 24fefb6 Add a specific configury check to test compilability of the by florian · 11 years ago
  20. 3d9368e Adjust CFLAGS and CXXFLAGS for compilation with clang. The current by florian · 11 years ago
  21. 3df0211 Add a few feature tests to configure.ac because clang does not by florian · 11 years ago
  22. d79b3bf The configury bits for checking the annotatoin of smart pointers by florian · 11 years ago
  23. 364c365 Check whether binutils supports TSX instructions. by florian · 11 years ago
  24. c5325ef Followup to r13553 which caused some build failures. by florian · 11 years ago
  25. f9a698e Rename configure.in to configure.ac to make more recent auto*s happy, by sewardj · 11 years ago[Renamed (99%) from configure.in]
  26. e42cca5 Add missing headers and such so that 'make dist' works again. by florian · 11 years ago
  27. 317f01b Accept glibc 2.18 as valid. by mjw · 11 years ago
  28. dfbf294 Initial ISA 2.07 support for POWER8-tuned libc by carll · 11 years ago
  29. 1e5fa2f The following instructions were introduced in the Power ISA 2.05 by carll · 11 years ago
  30. 4e98f7c Update configure machinery to detect PTRACE_GETREGS by philippe · 11 years ago
  31. c37cea6 mips64: disable intercepting the spinlock function by petarj · 11 years ago
  32. 7d4765e mips: default VKI_SHMLBA to the MIPS Linux kernel value SHMLBA by petarj · 11 years ago
  33. 8bea867 mips: add allexec tests for mips64 by petarj · 11 years ago
  34. 941277a Fix -Ttext-segment configure check. by mjw · 11 years ago
  35. 04ce9f5 Cope with old linkers which don't support -Ttext-segment but which do by tom · 11 years ago
  36. e222efc Fix BMI assembler configure check and avx2/bmi/fma vgtest prereqs. by sewardj · 11 years ago
  37. fda50af Build system and hwcaps fixes pertaining to #305728, which added by sewardj · 11 years ago
  38. e4bc703 Use -Wl,-Ttext-segment when static linking if possible to keep build-ids. by sewardj · 11 years ago
  39. 4df0bfc mips: adding MIPS64LE support to Valgrind by petarj · 11 years ago
  40. 3781ac1 Accept glibc 2.17 as valid. by tom · 12 years ago
  41. 6d79b74 Introduce DISABLE_PTHREAD_SPINLOCK_INTERCEPT flag by petarj · 12 years ago
  42. c12486b Fix the configure check so that fair-sched works on Android too. by sewardj · 12 years ago
  43. 24cf8df Make memcheck/tests/stpncpy be dependent on the presence/absence of by sewardj · 12 years ago
  44. 3b10148 Fix cut'n paste error spotted by Mark Wielaard. by florian · 12 years ago
  45. 28db75c Make sys-openat test conditional upon the existence of AT_FDCWD. by florian · 12 years ago
  46. 6bd9dc1 Changes to allow compilation with -Wwrite-strings. That compiler option by florian · 12 years ago
  47. da8c126 Re-establich configury checking for -Wno-pointer-sign. We need that by florian · 12 years ago
  48. 654b542 Final patch for Char/HChar mixups. by florian · 12 years ago
  49. 4682598 Update s390_features.c for DFP. by florian · 12 years ago
  50. 51e61da Remove build dependency on Xen header files - closes #308495 by bart · 12 years ago
  51. 0ab84fe valgrind: Support Xen toolstack process ioctls by bart · 12 years ago
  52. bb913cd Add a tester for V-bit propagation through IROps. by florian · 12 years ago
  53. 704deb6 Party on, dudes! by sewardj · 12 years ago
  54. 1c41a1a --> 3.8.0 final by sewardj · 12 years ago
  55. 6e374f8 --> 3.8.0-TEST3 by sewardj · 12 years ago
  56. 4e1c191 Make the assembler-knows-POWER-DFP test a bit stricter, since it appears by sewardj · 12 years ago
  57. 497919a --> 3.8.0-TEST1 by sewardj · 12 years ago
  58. ef56426 First checkpoint for 3.8.0. by sewardj · 12 years ago
  59. 5d5dd8e 301265 - add x86 support to Android build by philippe · 12 years ago
  60. 9bbe2bb none/tests/amd64/avx-1: Make it explicit that this test uses the vpclmulqdq instruction by bart · 12 years ago
  61. ae284e5 Add initial support for MacOSX 10.8. Note this is still very borked by sewardj · 12 years ago
  62. c62291c Add 'aesdec' to the set of insns checked for assembler level SSE4.2 by sewardj · 12 years ago
  63. b08d84d Add tests for MOVBE -- an Intel-Atom-only instruction by sewardj · 12 years ago
  64. c7188be Accept glibc-2.16 as valid (UNTESTED). by sewardj · 12 years ago
  65. f78a503 Enhance the check for ifunc compatibility testing. by florian · 12 years ago
  66. 471335b Fix use of AC_LANG_SOURCE for ifunc attribute testing. by florian · 12 years ago
  67. 251c2f9 Add testcase from bugzilla #301204. by florian · 12 years ago
  68. 048081f Recognize clang version correctly. Closes #301984. by bart · 12 years ago
  69. 5db1540 Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic, by sewardj · 12 years ago
  70. 9fb31ca Convert avx-1 into a proper regression test. by sewardj · 12 years ago
  71. 0bb707e Add testcases for "compare and swap". by florian · 12 years ago
  72. f32cbe8 define AM_COND_IF if not yet defined (needed to build with automake 1.10) by philippe · 12 years ago
  73. f7c5433 Fix 274078 improved configure logic for mpicc by philippe · 12 years ago
  74. bb31f2d ... and set $(BOOST_LIBS) properly again. by bart · 12 years ago
  75. 7129c72 configure.in: Fix detection of Boost libraries. Reported by <plug.gulp@gmail.com>. by bart · 12 years ago
  76. d935068 Add support for reading DWARF4 .debug_types sections. Fixes #284124. by sewardj · 12 years ago
  77. 9de9d38 configure.in: Avoid that configure complains about "-----: command not found". by bart · 12 years ago
  78. b0ccb4d Initial support for POWER Processor decimal floating point by sewardj · 12 years ago
  79. 9e4b636 Add support for process_vm_readv and process_vm_writev system calls. by tom · 12 years ago
  80. fdfca22 Improve configure for SSE 4.2 detection. Fixes #271438 by florian · 13 years ago
  81. c521406 configure.in: Make compiler version check more robust by bart · 13 years ago
  82. e75fdeb add support for glibc 2.15 by dirk · 13 years ago
  83. 8f927a5 Fix 247386 make perf does not run all performance tests : by philippe · 13 years ago
  84. 1e856ea Add a configure test for detecting whether gcc supports atomic operations on by bart · 13 years ago
  85. b4ff782 configure.in: Rename the shell variable ac_have_builtin_atomic into ac_have_builtin_atomic_primary by bart · 13 years ago
  86. f68af88 DRD: Add test program for std::thread. by bart · 13 years ago
  87. 78bfc71 Add command-line option --fair-sched=[no|yes|try]. Use --fair-sched=try by bart · 13 years ago
  88. 8503744 configure: Fix compiler version check. Closes #286384. by bart · 13 years ago
  89. c443b96 Fix the configure test for ssse3 support. GCC needs -msse or it by florian · 13 years ago
  90. 9bdf2a6 Fix missing m4 quoting that autoconf-2.68 warns about. by sewardj · 13 years ago
  91. 96e6aa6 Bump the version. by sewardj · 13 years ago
  92. 2bd9a68 configure.in: Rearranged the TLS test such that autoreconf doesn't complain about it by bart · 13 years ago
  93. 417cf3e Ran configure.in through autoupdate: by bart · 13 years ago
  94. a8ca2c5 Un-break the compiler version check on Darwin (introduced by r12066) by sewardj · 13 years ago
  95. 3ab7b66 Accept clang-2.9 as an allowable compiler. by sewardj · 13 years ago
  96. 731f9cf by sewardj · 13 years ago
  97. 818f17e Make drd/drd_pthread_intercepts.c compile again on Linux systems without usable <linux/futex.h> header by bart · 13 years ago
  98. 830ca9e I am an idiot: remove the beginnings of an experimental tool that I by njn · 13 years ago
  99. dfa408c Fix a Massif bug: when realloc'ing a block, any values in the part of the by njn · 13 years ago
  100. 0ba37c9 Build system fixes so as to temporarily disable the GDBserver on by sewardj · 13 years ago