pkgsrc/devel/orc/PLIST
wiz 9259203669 Updated orc to 0.4.26.
Update HOMEPAGE.

0.4.26
======

  - Use 64 bit arithmetic to increment the stride if needed (Wim Taymans)
  - Fix generation of ModR/M / SIB bytes for the EBP, R12, R13 registers
    on X86/X86-64 (Sebastian Dröge)
  - Fix test_parse unit test if no executable backend is available (Pascal Terjan)
  - Add orc-test path to the -uninstalled .pc file (Josep Torra)
  - Fix compiler warnings in the tests on OS X (Josep Torra)

0.4.25
======

  - compiler: also prefer the backup function when no target, instead
    of trying to use emulation which is usually slower (Wim Taymans)
  - executor: fix load of parameters smaller than 64 bits, fixing crashes
    on ldresnearb and friends in emulated code (Wim Taymans)
  - test-limits: improve test without target (Wim Taymans)
  - Only check for Android's liblog on Android targets, so we don't accidentally
    pick up another liblog that may exist elsewhere (Sebastian Dröge)
  - Don't require libtool for uninstalled setups (-uninstalled pkg-config file)
    (Julien Isorce)
  - Make -Bsymbolic check in configure work with clang (Koop Mast)
  - Coverity code analyser fixes (Luis de Bethencourt)
  - docs: update generated opcode tables
  - add orc_version_string() function and make orcc check the liborc that is
    being picked up to make sure the right lib is being used (Tim-Philipp Müller)

0.4.24
======

  - Only reuse constants of the same size and value (Wim Taymans)
  - Fix reading of .orc files with Windows line endings on
    Windows (Tim-Philipp Müller)
  - Fix out of bounds array access in the tests (Luis de Bethencourt)
  - Remove duplicate code path in orcc (Edward Hervey)
  - Put a limit to the memcpy test (Edward Hervey)
  - Fix mmap leak on error path (Vincent Penquerc'h)

0.4.23
======

  - Various improvements to the NEON backend to bring it closer to the SSE
    backend (Wim Waymans)
  - Add support for setting a custom backup function (Wim Taymans)
  - Preserve NEON/VFP registers across subroutines (Jerome Laheurte)
  - Fix 64 bit parameter loading on big-endian systems (Tim-Philipp Müller)
  - Improved implementations for various opcodes (Wim Taymans)
  - Various improvements and fixes to constants handling (Wim Taymans)
  - Avoid some undefined operations on signed integers (Wim Taymans)
  - Prefer user specific directories over global ones for intermediate files
    to prevent name collisions (Fabian Deutsch)

0.4.22
======

Maintenance release:

  - Handle NOCONFIGURE=1 in autogen.sh (Colin Walters)
  - Some memory leak fixes in the compiler (Sebastian Dröge, Thiago Santos)
  - Fixes for compiler warnings on Win64 (Edward Hervey)
  - Properly detect CPU features on Android in non-debug build (Jan Schmidt)
  - Use Android logging system instead of stderr for debug output (Jan Schmidt)

0.4.21
======

Maintenance release:

  - Add libtool versioning to the linker flags again. This was accidentially
    removed in 0.4.20 but should not cause any problems on platforms other
    than OS X (Sebastian Dröge)


0.4.20
======

Maintenance release:

  - Fix list corruption when splitting code memory chunks, causing crashes
    when allocating a lot of code memory and trying to free it later
    (Tim-Philipp Müller)
  - Add some extra checks for the number of variables used in ORC code to
    prevent overflows and crashes in the compiler (Vincent Penquerc'h)
  - Various compiler warnings, coverity warnings and static code analysis
    fixes (Sebastian Dröge)

0.4.19
======

Maintenance release:

  - Fix out-of-tree builds (Edward Hervey)
  - Fix many memory leaks, compiler warnings and coverity warnings (Tim-Philipp Müller,
    Olivier Crête, Todd Agulnick, Sebastian Dröge, Vincent Penquerc'h, Edward Hervey)
  - Documentation fix for mulhsw, mulhuw (William Manley)
2016-09-12 09:11:48 +00:00

78 lines
2.6 KiB
Text

@comment $NetBSD: PLIST,v 1.7 2016/09/12 09:11:48 wiz Exp $
bin/orc-bugreport
bin/orcc
include/orc-0.4/orc-test/orcarray.h
include/orc-0.4/orc-test/orcprofile.h
include/orc-0.4/orc-test/orcrandom.h
include/orc-0.4/orc-test/orctest.h
include/orc-0.4/orc/orc-stdint.h
include/orc-0.4/orc/orc.h
include/orc-0.4/orc/orcarm.h
include/orc-0.4/orc/orcbytecode.h
include/orc-0.4/orc/orcbytecodes.h
include/orc-0.4/orc/orccode.h
include/orc-0.4/orc/orccompiler.h
include/orc-0.4/orc/orcconstant.h
include/orc-0.4/orc/orccpu.h
include/orc-0.4/orc/orccpuinsn.h
include/orc-0.4/orc/orcdebug.h
include/orc-0.4/orc/orcemulateopcodes.h
include/orc-0.4/orc/orcexecutor.h
include/orc-0.4/orc/orcfunctions.h
include/orc-0.4/orc/orcinstruction.h
include/orc-0.4/orc/orcinternal.h
include/orc-0.4/orc/orclimits.h
include/orc-0.4/orc/orcmips.h
include/orc-0.4/orc/orcmmx.h
include/orc-0.4/orc/orcneon.h
include/orc-0.4/orc/orconce.h
include/orc-0.4/orc/orcopcode.h
include/orc-0.4/orc/orcparse.h
include/orc-0.4/orc/orcpowerpc.h
include/orc-0.4/orc/orcprogram.h
include/orc-0.4/orc/orcrule.h
include/orc-0.4/orc/orcsse.h
include/orc-0.4/orc/orctarget.h
include/orc-0.4/orc/orcutils.h
include/orc-0.4/orc/orcvariable.h
include/orc-0.4/orc/orcx86.h
include/orc-0.4/orc/orcx86insn.h
lib/liborc-0.4.la
lib/liborc-test-0.4.la
lib/pkgconfig/orc-0.4.pc
share/aclocal/orc.m4
share/gtk-doc/html/orc/ch01.html
share/gtk-doc/html/orc/ch02.html
share/gtk-doc/html/orc/ch03.html
share/gtk-doc/html/orc/ch04.html
share/gtk-doc/html/orc/ch05.html
share/gtk-doc/html/orc/home.png
share/gtk-doc/html/orc/index.html
share/gtk-doc/html/orc/left-insensitive.png
share/gtk-doc/html/orc/left.png
share/gtk-doc/html/orc/orc-ARM.html
share/gtk-doc/html/orc/orc-MMX.html
share/gtk-doc/html/orc/orc-Orc.html
share/gtk-doc/html/orc/orc-OrcCompiler.html
share/gtk-doc/html/orc/orc-OrcDebug.html
share/gtk-doc/html/orc/orc-OrcExecutor.html
share/gtk-doc/html/orc/orc-OrcOpcode.html
share/gtk-doc/html/orc/orc-OrcProgram.html
share/gtk-doc/html/orc/orc-OrcRule.html
share/gtk-doc/html/orc/orc-PowerPC.html
share/gtk-doc/html/orc/orc-SSE.html
share/gtk-doc/html/orc/orc-Utility-functions.html
share/gtk-doc/html/orc/orc-building.html
share/gtk-doc/html/orc/orc-concepts.html
share/gtk-doc/html/orc/orc-misc.html
share/gtk-doc/html/orc/orc-opcodes.html
share/gtk-doc/html/orc/orc-program.html
share/gtk-doc/html/orc/orc-runninging.html
share/gtk-doc/html/orc/orc-tutorial.html
share/gtk-doc/html/orc/orc-x86.html
share/gtk-doc/html/orc/orc.devhelp2
share/gtk-doc/html/orc/right-insensitive.png
share/gtk-doc/html/orc/right.png
share/gtk-doc/html/orc/style.css
share/gtk-doc/html/orc/up-insensitive.png
share/gtk-doc/html/orc/up.png