1. 33722a6 Update expected outputs following r12843. by sewardj · 12 years ago
  2. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  3. 10856a0 First pass at assembling the top level change list for 3.8.0. So, by sewardj · 12 years ago
  4. 38415e8 Fix typo spotted by John Reiser. by sewardj · 12 years ago
  5. 31e8f54 Partial tidying up for 3.8.0 (sort list of bugs into order, and make pretty) by sewardj · 12 years ago
  6. a5629a2 Add notes re new print docs build failures. by sewardj · 12 years ago
  7. ca456c7 Doc updates for 3.8.0. by sewardj · 12 years ago
  8. 3cf7577 Add testcases for the cu14 insn. Update opcode table. Part of fixing #289839. by florian · 12 years ago
  9. 44d2c2b Fixing incorrect case in putSyscallArgsIntoGuestState for __NR_syscall. by petarj · 12 years ago
  10. 5d5dd8e 301265 - add x86 support to Android build by philippe · 12 years ago
  11. 406dc34 Clang complains that "fist" is ambiguous (it's right, too); use "fists" instead. by sewardj · 12 years ago
  12. 14a9f9c Add an intercept for memrchr. Needed for amd64 Ubuntu 12.04. by sewardj · 12 years ago
  13. 567e5bb Try to fix up ARM stack alignment stuff following r12811. This by sewardj · 12 years ago
  14. 79452b3 Don't explicitly specify an ABI when building regtests on ARM. This by sewardj · 12 years ago
  15. a7a5788 NEWS, drd: List new features first by bart · 12 years ago
  16. cbfe62c Remove 284540 from NEWS fixed section. by philippe · 12 years ago
  17. 69f799d Update. by sewardj · 12 years ago
  18. 8b585d1 none/tests/amd64/movbe: Run this test only if the movbe executable has been built by bart · 12 years ago
  19. 0312968 Fix a cut'n paste error. One byte was uninitialised. Now fixed. by florian · 12 years ago
  20. df9c61a Add non matching suppressions for suppfree test (more testing for suppr matching) by philippe · 12 years ago
  21. 13a5952 fix 284540 (optimise suppression matching) by philippe · 12 years ago
  22. 460faad Simplify. by florian · 12 years ago
  23. 28d6815 Fix testcase. Iterating over an array of invalid insns to test them all by florian · 12 years ago
  24. 9bbe2bb none/tests/amd64/avx-1: Make it explicit that this test uses the vpclmulqdq instruction by bart · 12 years ago
  25. 965977c Add testcases for cu12. Update opcode table. Part of fixing #289839. by florian · 12 years ago
  26. 640d437 Add support for sys_shm_unlink on Darwin. Fixes #288298. by sewardj · 12 years ago
  27. 9af940f Comment only change. by florian · 12 years ago
  28. 02e97e9 Back off from 32 alignment of various guest state bits. We don't by sewardj · 12 years ago
  29. 8eacbc4 Some updates in release-HOWTO.txt by philippe · 12 years ago
  30. bb5d4c6 Un-break the build on OSX < 10.8 following r12814 by sewardj · 12 years ago
  31. ae284e5 Add initial support for MacOSX 10.8. Note this is still very borked by sewardj · 12 years ago
  32. 6ccc9cf Back out r12466, which stopped non-MAP_FIXED mmaps by the client on by sewardj · 12 years ago
  33. 0ec79a1 Add BZ#304054 to NEWS. by tom · 12 years ago
  34. 4118e0f Ensure CALL_FN_xx macros align the stack properly by tom · 12 years ago
  35. 402d8bc Avoid asserting when a segment is mapped both rw and rx. by philippe · 12 years ago
  36. 0c0291a Remove --vex-iropt-precise-memory-exns, implement --vex-iropt-register-updates by philippe · 12 years ago
  37. 4badeae Add test cases for "VCVT.F32.{S,U}32 S[d], S[d], #frac_bits" by sewardj · 12 years ago
  38. d99c26a Implement --redzone-size and --core-redzone-size by philippe · 12 years ago
  39. 074ca1a Remove entries with deprecated spellings (essentially duplicates). by florian · 12 years ago
  40. 4cadb8a When parsing guest_s390_toIR.c also recognize opcodes with digits by florian · 12 years ago
  41. a73d342 Testcases for CU42. Part of fixing bugzilla #289839. Update opcode table. by florian · 12 years ago
  42. cc1b253 Updates for s390x by florian · 12 years ago
  43. 2d71c36 Minor tweaks. A few comments were out of synch with source. Add another test. by florian · 12 years ago
  44. c52e0f5 Fix error message in testcase by florian · 12 years ago
  45. b283aa3 drd: Avoid that invoking pthread_cancel() from a program analyzed with DRD triggers a crash on Fedora 17 by bart · 12 years ago
  46. 22b1684 drd: Revert r12651 because it didn't change drd's behavior on any platform by bart · 12 years ago
  47. 1e45164 Spelling fixes: developpers -> developers; curiosly -> curiously by bart · 12 years ago
  48. e149382 Update Subversion ignore list by bart · 12 years ago
  49. 448cbe9 clarify 2 NEWS entries to indicate that these are for tool developpers. by philippe · 12 years ago
  50. 64f6a4a none/tests/amd64/Makefile.am: Uses not only AVX instructions but PCLMULQDQ too by bart · 12 years ago
  51. 83bef5e MIPS specific expected output for memcheck/tests/sigkill. by petarj · 12 years ago
  52. 6efd868 Have one test testing the ? suppr matching wildcard character. by philippe · 12 years ago
  53. dea70ce Fix compiler warning. by florian · 12 years ago
  54. 817eb91 MIPS specific exp-out for none/tests/async-sigs. by petarj · 12 years ago
  55. 56ddd5b micro-optimisation in m_libcbase.c cmp functions by philippe · 12 years ago
  56. 2c5c05e Improve suppression matching performance when fun or obj is a simple string by philippe · 12 years ago
  57. c58d7d5 none/tests/amd64/pcmpstr64: Update expected output after r12780 by bart · 12 years ago
  58. 2baf753 Due to s390's dealings with invalid insns we need to do two things by florian · 12 years ago
  59. 78b83ae Apply first_ip_delta also when only one frame is requested for the back-trace. by florian · 12 years ago
  60. 52dec68 Improve complaints. Enabled by VEX r2449. by florian · 12 years ago
  61. 1e433b8 re-re-clarify the doc about registers and flags gdbsrv up-to-date-ness by philippe · 12 years ago
  62. 48190e4 remove 303624 from 3_7_BUGSTATUS.txt (was fixed in rev 12758, already in NEWS) by philippe · 12 years ago
  63. 0ffe10e Added fixed bug 303963 by weidendo · 12 years ago
  64. 383c6e3 Partial update of bug fixes (I think it is still out of date though.) by sewardj · 12 years ago
  65. c5274ae Additions to PCMPxSTRx tests to check fix for bug 303963. by weidendo · 12 years ago
  66. 91cdf90 Fix testcase and update results. by florian · 12 years ago
  67. 5a5d6b6 Better document the limitation of gdbsrv for registers and flags values by philippe · 12 years ago
  68. 215b297 Have perf/vg_perf handling EXTRA_REGTEST_OPTS by philippe · 12 years ago
  69. 1a22a57 Update expected results. by florian · 12 years ago
  70. bb4f5da Pass first_ip_delta to VG_(record_depth_1_ExeContext) as the function by florian · 12 years ago
  71. 2c74189 Eliminate magic constant. Use VG_(clo_backtrace_size) instead. by florian · 12 years ago
  72. 8b73c6e Avoid checking for bitset initialization if futex_wait_bitset is meant to fail. by petarj · 12 years ago
  73. c62291c Add 'aesdec' to the set of insns checked for assembler level SSE4.2 by sewardj · 12 years ago
  74. 42d6ce6 Add testcases for CU24. Part of fixing #289839. by florian · 12 years ago
  75. 4ab205b No need to list m_gdbserver.c twice in the Makefile.am. by sewardj · 12 years ago
  76. d7209de Localise "struct reg regs[]". by sewardj · 12 years ago
  77. 5e21d44 ppc64-linux _start: don't assume ._start_in_C_linux -- the function by sewardj · 12 years ago
  78. 5c165b2 Document Helgrind limitation that old access stack traces have maximum 8 entries by philippe · 12 years ago
  79. f0aedc4 If the compiler being used to build is clang, remember to add by sewardj · 12 years ago
  80. b7eaf81 Add testcases for CU21. Update opcode table. by florian · 12 years ago
  81. 3015f06 Add macros for "convert unicode" insns. by florian · 12 years ago
  82. 1b6bca2 Fix syntax error by florian · 12 years ago
  83. 434ffae Observe guards on dirty helpers in memcheck. by florian · 12 years ago
  84. 894eaeb Include news about supporting MIPS32/Linux in NEWS file. by petarj · 12 years ago
  85. 5afb349 exp-sgcheck is not supported for MIPS architecture. by petarj · 12 years ago
  86. 4b345f3 Enable testing for the ETF3 facility. by florian · 12 years ago
  87. 77c1185 Fix 303624 segmentation fault on Android 4.1 (e.g. on android emulator or Galaxy Nexus OMAP) by philippe · 12 years ago
  88. cf0a28f Be slightly less precise on the leak check perf. improvement in NEWS by philippe · 12 years ago
  89. 57a16a2 patch that improves the speed of the leak search by up to 40% (on amd64) by philippe · 12 years ago
  90. 9994ed6 Small cleanup: use VG_TRACK (when possible) to call tool tracking functions by philippe · 12 years ago
  91. bb2b279 Un-break the build on MacOS, following r12742 (initial support for DWZ by sewardj · 12 years ago
  92. 5d1d88f Track recent bug fixes. by sewardj · 12 years ago
  93. 31c7478 Add some missing syscall numbers for MIPS. by petarj · 12 years ago
  94. 4931c0d Conditionally execute tests depending on revision of MIPS architecture. by petarj · 12 years ago
  95. b08d84d Add tests for MOVBE -- an Intel-Atom-only instruction by sewardj · 12 years ago
  96. ede9caf Before printing a back-trace make sure that page containing the by florian · 12 years ago
  97. 58440e7 Add expected outputs for VCMPNGESS. Should have been included in r12745. by sewardj · 12 years ago
  98. 243b736 Update list of ignored files. by florian · 12 years ago
  99. 4424646 Update list of ignore files. by florian · 12 years ago
  100. 1bc3c00 Add test case for VCMPNGESS. by sewardj · 12 years ago