Revisions of valgrind

Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 135252 from Tobias Burnus's avatar Tobias Burnus (burnus) (revision 71)
- update to 3.8.1 (bnc#776211):
* Fixes some assertion failures.
* Support for some missing instructions on ARM.
* Support instructions MOVAPS and TZCNT.
* Bug fixes.
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 132873 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 70)
- update to 3.8.0:
* Support for MIPS32 platforms running Linux.  Valgrind has been
  tested on MIPS32 and MIPS32r2 platforms running different Debian
  Squeeze and MeeGo distributions.  Both little-endian and big-endian
  cores are supported.  The tools Memcheck, Massif and Lackey have
  been tested and are known to work. See README.mips for more details.
* Preliminary support for Android running on x86.
* Preliminary (as-yet largely unusable) support for MacOSX 10.8.
* Support for Intel AVX instructions and for AES instructions.  This
  support is available only for 64 bit code.
* Support for POWER Decimal Floating Point instructions.
* Non-libc malloc implementations are now supported.  This is useful
  for tools that replace malloc (Memcheck, Massif, DRD, Helgrind).
  Using the new option --soname-synonyms, such tools can be informed
  that the malloc implementation is either linked statically into the
  executable, or is present in some other shared library different
  from libc.so.  This makes it possible to process statically linked
  programs, and programs using other malloc libraries, for example
  TCMalloc or JEMalloc.
* For tools that provide their own replacement for malloc et al, the
  option --redzone-size=<number> allows users to specify the size of
  the padding blocks (redzones) added before and after each client
  allocated block.  Smaller redzones decrease the memory needed by
  Valgrind.  Bigger redzones increase the chance to detect blocks
  overrun or underrun.  Prior to this change, the redzone size was
  hardwired to 16 bytes in Memcheck.
* Memcheck:
  - The leak_check GDB server monitor command now can
    control the maximum nr of loss records to output.
  - Reduction of memory use for applications allocating
Ismail Dönmez's avatar Ismail Dönmez (namtrac) accepted request 131106 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 69)
Support TZCNT/LZCNT instructions, generated by GCC 4.8, by falling back to BSF/BSR. (bnc#776211) (forwarded request 131091 from burnus)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 128757 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 68)
Handle glibc 2.16 (forwarded request 128609 from a_jaeger)
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 67)
branched from openSUSE:Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 123705 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 66)
- arch is now armv7hl
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 121258 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 65)
- add "BuildRequires: pkgconfig" so the provides for
  "pkgconfig(valgrind)" gets created again (forwarded request 121075 from sndirsch)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 120651 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 64)
Fix build loop (forwarded request 120599 from vuntz)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 115809 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 63)
Added patch valgrind-3.7.0-automake-1.11.2.patch to fix automake issue
See https://bugs.kde.org/show_bug.cgi?id=290719 (forwarded request 115750 from worldcitizen)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 98400 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 62)
- fix build against glibc 2.15
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 96986 from Adrian Schröter's avatar Adrian Schröter (adrianSuSE) (revision 61)
no armv5 support
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 60)
replace license with spdx.org variant
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 94527 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 59)
add automake to buildrequires (forwarded request 94471 from coolo)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 90879 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 58)
- update to 3.7.0 (bnc#724215):
  * Support for IBM z/Architecture (s390x) running Linux.  Valgrind can
  analyse 64-bit programs running on z/Architecture.  Most user space
  instructions up to and including z10 are supported.
  See README.s390 for more details.
  * Support for the IBM Power ISA 2.06 (Power7 instructions)
  * Further solidification of support for SSE 4.2 in 64-bit mode
  * Memcheck:
  * - reduction of memory use in some circumstances
  * - improved handling of freed memory for finding more errors
  * - fix of a longstanding bug that could cause false negatives
  * Helgrind:
  * - Helgrind: performance improvements and major memory use reductions
  *  GDB server: Valgrind now has an embedded GDB server.  That means it
  is possible to control a Valgrind run from GDB, doing all the usual
  things that GDB can do (single stepping, breakpoints, examining
  data, etc).  Tool-specific functionality is also available.
  * Over 160 bugs have been fixed.
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 89284 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 57)
- fix build on ppc (32bit) (forwarded request 89219 from oertel)
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 56)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 88545 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 55)
- Support Linux kernel 3.x (bnc#724215)
Lars Vogdt's avatar Lars Vogdt (lrupp) accepted request 87440 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 54)
Make valgrind compile on ARM. (forwarded request 87239 from algraf)
Lars Vogdt's avatar Lars Vogdt (lrupp) accepted request 86112 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 53)
- enable build on %%arm

- require the right version of glibc at runtime (part of fix for bnc#700362)
  32bit code on 64bit archs (bnc#705405)
Sascha Peilicke's avatar Sascha Peilicke (saschpe) committed (revision 52)
Autobuild autoformatter for 79358
Displaying revisions 81 - 100 of 151
openSUSE Build Service is sponsored by