8000 Releases · igprof/igprof · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: igprof/igprof

v5.9.18

12 Jan 15:35
@ktf ktf
Compare
Choose a tag to compare

What's Changed

  • Allow building against recent libunwind by @ktf in #99

Full Changelog: v5.9.17...v5.9.18

v5.9.17

12 Jan 08:25
@ktf ktf
Compare
Choose a tag to compare
Avoid using overloaded __unused keyword

On macOS, __unused is actually aliased to __attribute__((unused)).

v5.9.16

15 Oct 13:44
@ktf ktf
Compare
Choose a tag to compare
  • Improve support for TCMalloc.
  • Improve realloc tracking.
  • Fix compilation warnings.
  • Beautify source.

v5.9.15

17 Jun 19:33
@ktf ktf
Compare
Choose a tag to compare
  • Improved instrumentation using ELF symbols
  • Improved tcmalloc support
  • Misc cleanups
  • Changed copyright notice

v5.9.14

26 Jan 11:28
@ktf ktf
Compare
Choose a tag to compare
Merge pull request #51 from ktf/json-output

Add JSON output to `igprof-analyse`.

v5.9.13

26 Jan 10:03
@ktf ktf
Compare
Choose a tag to compare

Add support for preambles containing je <32 bit offset> instructions, like the one produced by gcc 4.9.1 when compiling jemalloc free() function.

v5.9.12

02 Dec 14:35
@ktf ktf
Compare
Choose a tag to compare

Major new features:

  • Initial support for AARCH64 added.
  • Initial support for energy profiling via PAPI added.
  • Multithreading fixes.

Minor changes:

  • Documentation updates.
  • Travis-CI integration

v5.9.11

03 Nov 18:36
@ktf ktf
Compare
Choose a tag to compare

Minor bug fixes.

  • Fix issue when building without pcre installed.
  • Fix bad output when French locale was set.

v5.9.10

22 Oct 12:11
@ktf ktf
Compare
Choose a tag to compare

Fix performance profiling on ARM.

v5.9.9: Merge pull request #38 from ktf/next

11 Oct 21:56
@ktf ktf
Compare
Choose a tag to compare

Revert changes for new instruction length decoder due to a bug.

0