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