Revisions of valgrind

Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 20)
- update to 3.6.0:
  3.6.0 is a feature release with many significant improvements and the
  usual collection of bug fixes. See the NEWS file for details.

- apparently gcc-32bit does not exist on old code streams, but
  it seems to work without it as well

- disable building docs until I find a way to build them without
  network access
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 19)
revert -devel package split for older codestreams
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 18)
- add s390x port (FATE#310036)
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 17)
- update to 3.6.0 snapshot:
  - Valgrind runs much faster when the --smc-check=all option is given.
  - Cachegrind has a new processing script, cg_diff, which finds the
    difference between two profiles.  It's very useful for evaluating the
    performance effects of a change in a program.
  
    Related to this change, the meaning of cg_annotate's (rarely-used)
    --threshold option has changed; this is unlikely to affect many people, if
    you do use it please see the user manual for details.
  - Callgrind now can do branch prediction simulation, similar to Cachegrind.
    In addition, it optionally can count the number of executed global bus events.
    Both can be used for a better approximation of a "Cycle Estimation" as
    derived event (you need to update the event formula in KCachegrind yourself).
  - Cachegrind and Callgrind now refer to the LL (last-level) cache rather
    than the L2 cache.  This is to accommodate machines with three levels of
    caches -- if Cachegrind/Callgrind auto-detects the cache configuration of
    such a machine it will run the simulation as if the L2 cache isn't
    present.  This means the results are less likely to match the true result
    for the machine, but Cachegrind/Callgrind's results are already only
    approximate, and should not be considered authoritative.  The results are
    still useful for giving a general idea about a program's locality.
  - Massif has a new option, --pages-as-heap, which is disabled by default.
    When enabled, instead of tracking allocations at the level of heap blocks
    (as allocated with malloc/new/new[]), it instead tracks memory allocations
    at the level of memory pages (as mapped by mmap, brk, etc).  Each mapped
    page is treated as its own block.  Interpreting the page-level output is
    harder than the heap-level output, but this option is useful if you want
    to account for every byte of memory used by a program.
  - Added new memcheck command-line option --show-possibly-lost.
autobuild's avatar autobuild accepted request 49170 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 16)
checked in (request 49170)
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 15)
- increase stack size (bnc#640793)
autobuild's avatar autobuild accepted request 39633 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 14)
checked in (request 39633)
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 13)
- fix build for ppc64
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 12)
- handle pthread apps better (bnc#599585)
- prefer CFI for better stack unwinding (bnc#559061)
autobuild's avatar autobuild accepted request 36450 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 11)
checked in (request 36450)
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 10)
- handle inotify_init1 (bnc#558964)
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 9)
converted link to branch
autobuild's avatar autobuild committed (revision 8)
checked in
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 7)
- fix build against glibc 2.11
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 6)
- update and reenable jit-register-unregister.diff
autobuild's avatar autobuild committed (revision 5)
checked in
Pavol Rusnak's avatar Pavol Rusnak (prusnak) accepted request 23801 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 4)
Copy from home:coolo:branches:openSUSE:Factory:branched/valgrind via accept of submit request 23801 revision 2.
Request was accepted with message:
thanks
autobuild's avatar autobuild committed (revision 3)
checked in
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 2)
- update to 3.5.0:
  * Support for glibc 2.10, gcc 4.5 has been added.
  * Improvements and simplifications to Memcheck's leak checker.
  * Clarification and simplifications in various aspects of Valgrind's
    text output.
  * XML output for Helgrind and Ptrcheck.
  * Performance and stability improvements for Helgrind and DRD.
  * Genuinely atomic support for x86/amd64/ppc atomic instructions.
  * A new experimental tool, BBV, useful for computer architecture
    research.
  * Improved Wine support, including ability to read Windows PDB
    debuginfo.
unknown committed (revision 1)
Displaying revisions 261 - 280 of 280
openSUSE Build Service is sponsored by