Next | Query returned 37 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2024-02-29 08:40:48 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
orc: updated to 0.4.38

0.4.38

- x86: account for XSAVE when checking for AVX support, fixing usage on
  hardened linux kernels where AVX support has been disabled (L. E. Segovia)
- neon: Use the real intrinsics for divf and sqrtf (L. E. Segovia)
- orc.m4 for autotools is no longer shipped. If anyone still uses
  it they can copy it into their source tree (Tim-Philipp Müller)
   2024-02-21 12:12:01 by Nia Alarie | Files touched by this commit (1)
Log message:
orc: Fix building with compilers that default to c89
   2024-02-09 15:39:44 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
orc: updated to 0.4.37

0.4.37
======
- enable neon instructions on Apple ARM64 (Aleix Conchillo Flaqué)
- orcc: Fix regression, was hard-coded to use "sse" as default target \ 
(Sebastian Dröge)
- MMX backend fixes (L. E. Segovia, Jorge Zapata)
- testsuite: Build fixes for Clang (L. E. Segovia)
- testsuite, tools: Fix warning caused by inserting unneeded source operands (L. \ 
E. Segovia)
- orccompiler: call sys_icache_invalidate() to invalidate macos inst cache \ 
(Aleix Conchillo Flaqué)
- macOS/iOS version/target check build fixes (Aleix Conchillo Flaqué)
   2024-01-28 08:14:17 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message:
orc: updated to 0.4.36

0.4.36
- Only use AVX / AVX2 instructions on CPUs that support both AVX and AVX2
  (fixes crash on machines that only support AVX) (L. E. Segovia)

0.4.35
- Add support for AVX / AVX2 (L. E. Segovia)
- SSE backend improvements (L. E. Segovia)
- New `orf` and `andf` opcodes for bitwise AND and OR for single precision \ 
floats (Jorge Zapata)
- Add support for `convwf`, int16 to float conversion (Jorge Zapata)
- Allow backend selection through ORC_TARGET environment variable (L. E. Segovia)
- Documentation improvements (Jorge Zapata, L. E. Segovia, Tim-Philipp Müller)
- orconce: Use Win32 once implementation with MSVC (Seungha Yang, L. E. Segovia)
- orcc: add --binary option to output raw machine code for functions (L. E. Segovia)
- orcprofile: Implement Windows high-resolution timestamp for MSVC
  to allow benchmarking on MSVC builds (L. E. Segovia)
   2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247)
Log message:
*: recursive bump for Python 3.11 as new default
   2023-06-02 17:42:13 by Thomas Klausner | Files touched by this commit (1) | Package updated
Log message:
orc: fix PLIST after update
   2023-05-31 10:58:37 by Adam Ciarcinski | Files touched by this commit (5) | Package updated
Log message:
orc: updated to 0.4.34

0.4.34
======
- Thread-safety improvements around orc codemem allocation/freeing
  (Seungha Yang)
- Add orc_parse_code() with more detailed error reporting (Francesco Romani)
- Implement Orc function lazy initialization correctly via atomic operations
  (Sebastian Dröge)
- orc program parser fixes and improvements (Francesco Romani, Sebastian Dröge)
- build fixes and compiler warning fixes (Thomas Klausner, Tim-Philipp Müller,
  Sebastian Dröge)
- coverity and clang scan-build static code analysis fixes (Sebastian Dröge)
- meson: Do not always generate static library for test library (Jeremy Bicha)
- ci improvements (Jordan Petridis, Nirbheek Chauhan, Tim-Philipp Müller)
   2022-11-08 13:10:18 by Thomas Klausner | Files touched by this commit (3)
Log message:
orc: add upstream bug report URL
   2022-11-08 13:00:42 by Thomas Klausner | Files touched by this commit (4) | Package updated
Log message:
orc: update to 0.4.33.

0.4.33
======

  - Add support for aarch64 (64-bit ARM) architecture (not yet enabled on \ 
Windows though)
    (Marek Vasut, Dongju Chae, Gaetan Bahl)
  - aarch32: Implement loadupdb instruction used e.g. for video pixel
    format packing/unpacking/conversions (Marek Vasut, Gaetan Bahl)
  - neon: Fix unsigned only implementation of loadoffb, loadoffw and loadoffl
    (Daniel Knobe)
  - neon: Fix testsuite not passing on arm CPUs (Gaetan Bahl)
  - orccodemem: Fix use-after-free in error paths (Bastien Nocera)
  - orccpu-powerpc: Fix build with kernel < 4.11 (Fabrice Fontaine)
  - Add support for macOS Hardened Runtime (Doug Nazar)
  - Enable only SSE and MMX backends for Windows (Seungha Yang)
  - Fix ORC_RESTRICT definition for MSVC (Tim-Philipp Müller)
  - pkgconfig: add -DORC_STATIC_COMPILATION flag to .pc file for static-only builds
    (Steve Lhomme)
   2021-11-27 12:27:25 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
orc: fix for Darwin 12

Next | Query returned 37 messages, browsing 1 to 10 | Previous