summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 0.4.330.4.33masterTim-Philipp Müller2022-10-312-1/+19
* Fix build on iOS simulatorTim-Philipp Müller2022-10-311-1/+7
* meson: Enable only SSE and MMX backends for WindowsSeungha Yang2022-10-312-10/+16
* ci: move deploy stage behind build stageTim-Philipp Müller2022-10-311-1/+1
* orcarm.c: Implement orc_arm_flush_cache on WindowsChun-wei Fan2022-10-311-0/+11
* orccpu-arm.c: Assume ARMv8 on Windows ARM64Chun-wei Fan2022-10-311-1/+6
* orccpu-arm.c: Include headers conditionallyChun-wei Fan2022-10-311-0/+4
* meson: don't depend on pthreads when compiling for windowsSteve Lhomme2022-10-311-1/+5
* meson: export ORC_STATIC_COMPILATION in the pkgconfig fileSteve Lhomme2022-10-311-0/+1
* orc: fix ORC_RESTRICT definition for MSVCTim-Philipp Müller2022-10-304-0/+8
* meson: bump req to >= 0.55 and use meson.can_run_host_binaries()Tim-Philipp Müller2022-10-292-2/+2
* ci: build docs and deploy to gitlab pagesTim-Philipp Müller2022-10-291-0/+29
* neon: Fix discrepancy when using loadupdb in 32-bitGaetan Bahl2022-08-222-7/+44
* neon: Fix testsuite not passing on arm CPUsGaetan Bahl2022-06-151-1/+70
* neon: Fix sqrtf only processing two inputs out of fourGaetan Bahl2022-06-011-7/+7
* neon: Fix divf only processing two inputs out of fourGaetan Bahl2022-06-011-4/+4
* neon: Fix out-of-shift errors when compiling certain float/double opcodes usi...Gaetan Bahl2022-06-011-9/+9
* orccodemem: Fix use-after-free in error pathsBastien Nocera2022-05-061-1/+4
* ci: Add ARM64 and ARM Windows UWP jobsNirbheek Chauhan2022-01-284-7/+122
* ci: Update Windows image and macos/ios tagsNirbheek Chauhan2022-01-281-11/+9
* neon: Fix unsigned only implementation of loadoffb, loadoffw and loadofflKnobe, Daniel2021-12-071-3/+21
* meson: Disable ARM64 support for WindowsSeungha Yang2021-09-282-3/+8
* executor: Fix orc_executor_set_program() to save OrcCodeDoug Nazar2021-09-021-2/+2
* meson: Set recursive for extract_all_objects()Doug Nazar2021-08-191-1/+1
* orc: Add support for MacOS Hardened runtime.Doug Nazar2021-04-093-1/+27
* orccodemem: Report errno during failures to create mmap codemap.Doug Nazar2021-04-091-4/+5
* orc/orccpu-powerpc.c: fix build with kernel < 4.11Fabrice Fontaine2021-02-151-0/+6
* meson: don't set gnu99 as default c_stdTim-Philipp Müller2020-11-071-2/+1
* aarch32: Implement loadupdb instructionMarek Vasut2020-10-262-118/+254
* aarch64: Implement loadupdb instructionMarek Vasut2020-10-253-8/+176
* aarch64: Implement sqrtf instructionMarek Vasut2020-09-191-60/+99
* aarch64: Implement divf instructionMarek Vasut2020-09-191-37/+65
* aarch64: Implement double-precision floating-point arithmetic instructionsMarek Vasut2020-09-191-25/+46
* aarch64: Implement flags2dMarek Vasut2020-09-191-9/+42
* aarch64: Implement const64 loadiqMarek Vasut2020-09-191-3/+27
* aarch64: Implement accumulator storeMarek Vasut2020-09-192-40/+91
* aarch64: Implement floating-point arithmetic instructionsMarek Vasut2020-09-191-12/+12
* aarch64: Implement andn instructionMarek Vasut2020-09-191-10/+18
* aarch64: Implement splatw3q instructionMarek Vasut2020-09-191-27/+38
* aarch64: Implement swapX instructionsMarek Vasut2020-09-191-5/+5
* aarch64: Implement div255w instructionMarek Vasut2020-09-191-19/+39
* aarch64: Implement mulX instructionsMarek Vasut2020-09-191-4/+4
* aarch64: Implement cmpX instructionsMarek Vasut2020-09-191-8/+8
* aarch64: Implement avgX instructionsMarek Vasut2020-09-191-8/+8
* aarch64: Implement splitX/splatX instructionsMarek Vasut2020-09-191-80/+152
* aarch64: Implement signX instructionsMarek Vasut2020-09-191-48/+120
* aarch64: Implement vminX/vmaxX instructionsMarek Vasut2020-09-191-16/+16
* aarch64: Implement accX instructionsMarek Vasut2020-09-191-68/+131
* aarch64: Implement loadiX instructionsMarek Vasut2020-09-193-138/+252
* aarch64: Implement subX instructionsMarek Vasut2020-09-191-12/+12