index
:
gstreamer/orc
0.5
main
master
Orc - Optimized Inner Loop Runtime Compiler (mirrored from https://gitlab.freedesktop.org/gstreamer/orc)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-13
orcarm.c: trivial spelling fix
HEAD
main
Marc Leeman
1
-1
/
+1
2024-09-12
Back to development after 0.4.40
Tim-Philipp Müller
1
-1
/
+1
2024-09-12
Release 0.4.40
0.4.40
Tim-Philipp Müller
2
-1
/
+20
2024-09-11
ppc: Disable VSX and ISA 2.07 for Apple targets
L. E. Segovia
1
-0
/
+2
2024-09-11
ppc: Allow detection of ppc64 in Mac OS
L. E. Segovia
1
-1
/
+1
2024-09-11
x86: Fix non-C11 typedefs
L. E. Segovia
2
-3
/
+1
2024-09-11
meson: Fix detecting XSAVE on older AppleClang
L. E. Segovia
2
-2
/
+5
2024-09-09
x86: try fixing AVX detection again by adding check for XSAVE
L. E. Segovia
1
-7
/
+16
2024-09-06
Add orc_malloc() wrapper
Vladimir D. Seleznev
14
-27
/
+51
2024-09-06
Add orc_realloc() wrapper
Vladimir D. Seleznev
8
-9
/
+30
2024-08-12
Include `ORC_BEGIN_DECLS` and `ORC_END_DECLS` in `orc.h`
Kleis Auke Wolthuizen
1
-1
/
+4
2024-08-09
ci: Add ppc64le runner
L. E. Segovia
1
-0
/
+18
2024-08-09
orccodemem: Fix compatibility with Musl
L. E. Segovia
1
-1
/
+0
2024-08-09
x86: Implement instruction cache flushing post-WX page protection
L. E. Segovia
2
-0
/
+33
2024-08-09
orccodemem: Allow hot fallback to emulation if memory allocation fails
L. E. Segovia
2
-2
/
+8
2024-08-09
orccodemem: Log error message when allocation fails on Windows
L. E. Segovia
1
-2
/
+10
2024-08-09
orccodemem: Fix attempt to allocate a region of size 0
L. E. Segovia
1
-1
/
+1
2024-08-08
x86: handle unnatural and misaligned array pointers
L. E. Segovia
1
-2
/
+17
2024-08-08
Revert "orccodemem: Remove non-anonymous mmap implementations"
Tim-Philipp Müller
2
-54
/
+125
2024-08-08
Revert "x86: Implement instruction cache flushing post-WX page protection"
Tim-Philipp Müller
2
-33
/
+0
2024-08-08
Revert "orccodemem: Fix attempt to allocate a region of size 0"
Tim-Philipp Müller
1
-1
/
+1
2024-08-08
Revert "orccodemem: Log error message when allocation fails on Windows"
Tim-Philipp Müller
1
-10
/
+2
2024-08-08
Revert "orccodemem: Allow hot fallback to emulation if memory allocation fails"
Tim-Philipp Müller
2
-8
/
+2
2024-08-07
orccodemem: Allow hot fallback to emulation if memory allocation fails
L. E. Segovia
2
-2
/
+8
2024-08-07
orccodemem: Log error message when allocation fails on Windows
L. E. Segovia
1
-2
/
+10
2024-08-07
orccodemem: Fix attempt to allocate a region of size 0
L. E. Segovia
1
-1
/
+1
2024-08-07
x86: Implement instruction cache flushing post-WX page protection
L. E. Segovia
2
-0
/
+33
2024-08-07
orccodemem: Remove non-anonymous mmap implementations
L. E. Segovia
2
-125
/
+54
2024-08-06
x86: consider MSYS2/Cygwin as Windows for ABI purposes only
L. E. Segovia
4
-6
/
+6
2024-08-05
Check return value of vasprintf()
Sebastian Dröge
2
-2
/
+4
2024-07-21
volscale: Fix warning re: ORC_RESTRICT signature
L. E. Segovia
1
-1
/
+1
2024-07-21
powerpc: fix div255w which still used the inexact substitution
L. E. Segovia
1
-16
/
+15
2024-07-20
x86: work around old GCC versions (pre 9.0) having broken xgetbv implementations
L. E. Segovia
1
-4
/
+21
2024-07-19
RELEASE: fix typo
Tim-Philipp Müller
1
-1
/
+1
2024-07-19
Back to development after 0.4.39
Tim-Philipp Müller
1
-1
/
+1
2024-07-19
Release 0.4.39
0.4.39
Tim-Philipp Müller
2
-1
/
+23
2024-07-19
orccompiler, orcparse: Use secure UCRT printing functions on Windows
L. E. Segovia
2
-2
/
+8
2024-07-19
Use vasprintf() if available for error messages and otherwise vsnprintf()
Sebastian Dröge
3
-4
/
+17
2024-07-16
x86: Fix leak of OrcX86Target on initialization completion
L. E. Segovia
7
-19
/
+37
2024-07-16
x86: only run AVX detection if xgetbv is available
L. E. Segovia
1
-3
/
+7
2024-06-27
Handle undefined TARGET_OS_OSX correctly
Joshua Root
2
-4
/
+6
2024-06-11
orconce: Fix typo in GCC __sync-based implementation
Jakub Vaněk
1
-1
/
+1
2024-06-02
div255w: fix off-by-one error in the implementations
L. E. Segovia
7
-72
/
+68
2024-06-02
neon: Split shift into its own function and fix its GAS codegen
L. E. Segovia
1
-54
/
+55
2024-06-02
arm64: Fix loadiw asking for an invalid register size
L. E. Segovia
1
-4
/
+4
2024-05-18
x86: fix AVX detection by implementing the check recommended by Intel
L. E. Segovia
1
-7
/
+26
2024-05-15
orccompiler: Work around MSYS2 SDK not defining RUNTIME_FUNCTION correctly on...
L. E. Segovia
1
-0
/
+5
2024-05-15
orcompiler: support stack unwinding on Windows
L. E. Segovia
5
-9
/
+208
2024-05-15
once: fix usage of __STDC_NO_ATOMICS__
Alexander Slobodeniuk
1
-1
/
+1
2024-04-26
avx: Fix incomplete naming of compiler options
L. E. Segovia
1
-1
/
+3
[next]