1. 9fb31ca Convert avx-1 into a proper regression test. by sewardj · 12 years ago
  2. 9670e8a Fix breakage I introduced in r12609, sigh. by sewardj · 12 years ago
  3. bedf990 Add feature testing for AVX. Also make the return values into named constants. by sewardj · 12 years ago
  4. cd51345 Update. by sewardj · 12 years ago
  5. 8ad4ff3 Update. by sewardj · 12 years ago
  6. c4ebde3 If we are doing cache simulation, refuse to start at all if the minimum by sewardj · 12 years ago
  7. 98763d5 m_machine: add new function VG_(machine_get_size_of_largest_guest_register) by sewardj · 12 years ago
  8. 3be2aaf Tweak testcase. Invalidate cc, making sure it is set later. by florian · 12 years ago
  9. 457cba6 POWER Processor decimal FP support, part 5. (Valgrind side). Bug #299694. by sewardj · 12 years ago
  10. 2644174 Rippled from VEX r2366. Part of reducing size of IRExpr. by florian · 12 years ago
  11. 2d5b2a5 Update. by sewardj · 12 years ago
  12. 9b3dc73 Update ignored files. by florian · 12 years ago
  13. e2ab297 Ripple from VEX r2363. Part of reducing size of IRExpr. by florian · 12 years ago
  14. 2eecb74 Track the change to IRDirty guest state effect annotations introduced by sewardj · 12 years ago
  15. 0f951d8 Add missing .exp files. by florian · 12 years ago
  16. d39b022 Reduce size of an IRStmt from 40 bytes to 32 bytes on LP64 by florian · 12 years ago
  17. 0bb707e Add testcases for "compare and swap". by florian · 12 years ago
  18. 13bf8ef Fix MacOS passsigalrm.c compilation error due to SIGRTMIN not existing on MacOS by philippe · 12 years ago
  19. 9dd35e0 Fix machine detection on s390 to not bail out the regression by cborntra · 12 years ago
  20. e53fd05 Document the register(s) used for thread pointer by philippe · 12 years ago
  21. f9a16d4 Let valgrind check the tls argument if the appropriate flag is set by cborntra · 12 years ago
  22. 1de3783 Improve cross referencing of gdbserver monitor commands by philippe · 12 years ago
  23. 3f59faa fix the warning introduced by fixing SETTLS clone flag PRE_READ logic by philippe · 12 years ago
  24. dde285b Add more test cases for VCMPSS, and reenable disabled tests for VCMPSD by sewardj · 12 years ago
  25. 7d4f1fe Add tests for all AVX instructions implemented so far. by sewardj · 12 years ago
  26. 8414ab3 Fix false positive in sys_clone on amd64 when optional args are not given (e.g. child_tidptr) by philippe · 12 years ago
  27. b7a0e59 Add missing gdbserver xml files for shadow registers for ppc32 by philippe · 12 years ago
  28. 8bb9e04 as vgdb not activated by default on android, need to fix the example by philippe · 12 years ago
  29. 0c960ff Update. by sewardj · 12 years ago
  30. cf0de70 Update. by sewardj · 12 years ago
  31. 419d5f2 gdbserver: introduce support to show the AVX registers. by philippe · 12 years ago
  32. d5af4c2 Update. by sewardj · 12 years ago
  33. 349a391 Prepare for AVX support : restructure gdbsrv/target/valgrind-low/arch low by philippe · 12 years ago
  34. 65bdbe4 add some intial kvm ioctls (low hanging fruits). This gets rid of some valgrind by cborntra · 12 years ago
  35. d2b33d0 Update. by sewardj · 12 years ago
  36. 4eb86ce Update. by sewardj · 12 years ago
  37. a705c28 Add comments from Julian as to why mc_main.c and mc_replace_strmem.c by florian · 12 years ago
  38. d7f6033 Fix fallout from recent AVX commit (guest_XMMn no longer exist; by sewardj · 12 years ago
  39. 7d79e0b Fix VALGRIND_MINOR/VALGRIND_MAJOR symbols. This got forgotten about by sewardj · 12 years ago
  40. 8843031 Add -fomit-frame-pointer for s390. The GCC maintainer was telling me that by florian · 12 years ago
  41. 574d9a8 Handle 32-byte loads/stores, as created by recently added AVX support. by sewardj · 12 years ago
  42. 2ac31f4 Handle increase in ppc64 guest state size resulting from r2331. by sewardj · 12 years ago
  43. 45fa9f4 Add initial support for Intel AVX instructions (Valgrind side). by sewardj · 12 years ago
  44. f32cbe8 define AM_COND_IF if not yet defined (needed to build with automake 1.10) by philippe · 12 years ago
  45. f7c5433 Fix 274078 improved configure logic for mpicc by philippe · 12 years ago
  46. 6d6ddbc name_of_sched_event was missing some values and returning "??UNKNOWN??" instead. by philippe · 12 years ago
  47. 4a18597 NEWS entry for revision 12564 (bypass gcc 4.4/gcc 4.5 bug) by philippe · 12 years ago
  48. a5e13e5 Bypass gcc 4.4/4.5 compilation bug by moving -fomit-frame-pointer to Makefile.all.am by philippe · 12 years ago
  49. 3772566 Add assertion that the munmap of the secmap succeeds. by philippe · 12 years ago
  50. 971ab8f Move registration of mc_pre_reg_read to mc_post_clo_init. by florian · 12 years ago
  51. abbc9af Add a few testcases that exercise the s390_calculate_icc helper. by florian · 12 years ago
  52. a2cc0c0 fix 299756 (for symmetry, --free-fill must be ignored for MEMPOOL_FREE and FREELIKE client requests). by philippe · 12 years ago
  53. 1e470b5 fix 219156 support static malloc or alternate malloc lib (e.g. tcmalloc) with new option --soname-synonyms by philippe · 12 years ago
  54. de065a0 Support DWARF version 4 DW_AT_high_pc constant form. #299053. by sewardj · 12 years ago
  55. 8730e0f fix typo in README_DEVELOPERS by philippe · 12 years ago
  56. 5bdb9ec Avoid regtest failures on x86_64 and ppc64 when toolchains for the by florian · 12 years ago
  57. ef0bca6 Require automake-1.10 for proper handling of include file dependencies by florian · 12 years ago
  58. d483f80 Avoid duplicate primary names when merging identical symbol table entries. by philippe · 12 years ago
  59. 8e9cfa5 Fix svn:ignore on ppc test buckets by florian · 12 years ago
  60. 80beb24 Improve m_redir.c debug trace by adding filename. by philippe · 12 years ago
  61. bcd21a2 Updated for s390. by florian · 12 years ago
  62. e3d028c Add ETF3 facility (valgrind bits). Part of fixing Bugzilla #289839. by florian · 12 years ago
  63. 79abd6e Remove unused variable in massif/tests/pages_as_heap.c (revision 12548) by philippe · 12 years ago
  64. e6a26cc fix 298943 massif asserts with --pages-as-heap=yes when brk is changing by value different of page size by philippe · 12 years ago
  65. 841b5b6 Add DFP test cases that accidentally missed in r12546. by sewardj · 12 years ago
  66. 0892b82 Test cases for POWER Power Decimal Floating Point (DFP) test class, by sewardj · 12 years ago
  67. ee93cdb Correctly parse DW_FORM_ref_addr -- its format is different in Dwarf2 by sewardj · 12 years ago
  68. 93a6a8d add optional arg [aspacemgr] to v.info memory to show aspacemgr segments. by philippe · 12 years ago
  69. ee1a897 Add feature detection for amd64.avx, and (potentially) FMA. by sewardj · 12 years ago
  70. b7301c6 For --profile-flags=, weight the counts by the number of guest insns by sewardj · 12 years ago
  71. 18c72fa POWER Processor decimal floating point instruction support, part 3 -- by sewardj · 12 years ago
  72. a50b4a2 Update. by sewardj · 12 years ago
  73. e25053c Disable debug printing w.r.t. sector unlinking. by sewardj · 12 years ago
  74. f71b35a Fix makefile to allow compilation with gcc -g3. by florian · 12 years ago
  75. 4b50415 tchain optimisation for s390 (valgrind bits) by florian · 12 years ago
  76. 6e0015a Followup to r12527. Use 32-bit arithmetic to increment xindir by florian · 12 years ago
  77. d7b0844 Announce fix. by florian · 12 years ago
  78. 4e63b8e Be lenient if the machine model could not be determined. Assume it's by florian · 12 years ago
  79. cb02f54 Update s390 status by florian · 12 years ago
  80. 0daa4e3 Consolidate and update information about dependencies of by florian · 12 years ago
  81. b3dc95f Update. by sewardj · 12 years ago
  82. d7a0cd6 Use 32-bit XIndir counter incs, instead of 64-bit, as per r12527. by sewardj · 12 years ago
  83. 96b3c20 Use 32-bit XIndir counter incs, instead of 64-bit, as per r12527. by sewardj · 12 years ago
  84. 5f55436 Use 32-bit XIndir counter incs, instead of 64-bit, as per r12527. by sewardj · 12 years ago
  85. bba6f31 Last optimisation for the day: change VG_(stats__n_xindirs) in such a by sewardj · 12 years ago
  86. 21b7ab2 Kludge around a compiler warning, and add explanatory comment. by sewardj · 12 years ago
  87. 68aba52 Set VEX_HWCAPS_S390X_STFLE if available. This should have been part of r12335. by florian · 12 years ago
  88. 93a9757 (post-tchain-merge cleanup): fix call to handle_syscall on x86-darwin. by sewardj · 12 years ago
  89. 972316d Fix assertion failure on x86-darwin following r12504 (pread fix) by sewardj · 12 years ago
  90. 0e5839b (post-tchain-merge cleanup): un-break the build on OSX by fixing up by sewardj · 12 years ago
  91. 9d36412 Update. by sewardj · 12 years ago
  92. a5ed11e Comment update (was moved to t-chaining-notes.txt) by sewardj · 12 years ago
  93. ecac8f3 Update, post-merge. by sewardj · 12 years ago
  94. 291849f Merge branches/TCHAIN from r12476 (its creation point) into trunk. by sewardj · 12 years ago
  95. 8c017ad Implement accept4 on ARM systems. by tom · 12 years ago
  96. e7aa433 Wire up epoll_create1 on ARM systems. by tom · 12 years ago
  97. 0c30a7b scheduler, ticket lock: Add memory barriers necessary to avoid a deadlock on PowerPC systems by bart · 12 years ago
  98. bb31f2d ... and set $(BOOST_LIBS) properly again. by bart · 12 years ago
  99. 7129c72 configure.in: Fix detection of Boost libraries. Reported by <plug.gulp@gmail.com>. by bart · 12 years ago
  100. 9fdca56 add some .globl or used attribute to avoid link failures with gold linker + LTO by philippe · 12 years ago