summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-10-31Release 0.4.330.4.33masterTim-Philipp Müller2-1/+19
2022-10-31Fix build on iOS simulatorTim-Philipp Müller1-1/+7
2022-10-31meson: Enable only SSE and MMX backends for WindowsSeungha Yang2-10/+16
2022-10-31ci: move deploy stage behind build stageTim-Philipp Müller1-1/+1
2022-10-31orcarm.c: Implement orc_arm_flush_cache on WindowsChun-wei Fan1-0/+11
2022-10-31orccpu-arm.c: Assume ARMv8 on Windows ARM64Chun-wei Fan1-1/+6
2022-10-31orccpu-arm.c: Include headers conditionallyChun-wei Fan1-0/+4
2022-10-31meson: don't depend on pthreads when compiling for windowsSteve Lhomme1-1/+5
2022-10-31meson: export ORC_STATIC_COMPILATION in the pkgconfig fileSteve Lhomme1-0/+1
2022-10-30orc: fix ORC_RESTRICT definition for MSVCTim-Philipp Müller4-0/+8
2022-10-29meson: bump req to >= 0.55 and use meson.can_run_host_binaries()Tim-Philipp Müller2-2/+2
2022-10-29ci: build docs and deploy to gitlab pagesTim-Philipp Müller1-0/+29
2022-08-22neon: Fix discrepancy when using loadupdb in 32-bitGaetan Bahl2-7/+44
2022-06-15neon: Fix testsuite not passing on arm CPUsGaetan Bahl1-1/+70
2022-06-01neon: Fix sqrtf only processing two inputs out of fourGaetan Bahl1-7/+7
2022-06-01neon: Fix divf only processing two inputs out of fourGaetan Bahl1-4/+4
2022-06-01neon: Fix out-of-shift errors when compiling certain float/double opcodes usi...Gaetan Bahl1-9/+9
2022-05-06orccodemem: Fix use-after-free in error pathsBastien Nocera1-1/+4
2022-01-28ci: Add ARM64 and ARM Windows UWP jobsNirbheek Chauhan4-7/+122
2022-01-28ci: Update Windows image and macos/ios tagsNirbheek Chauhan1-11/+9
2021-12-07neon: Fix unsigned only implementation of loadoffb, loadoffw and loadofflKnobe, Daniel1-3/+21
2021-09-28meson: Disable ARM64 support for WindowsSeungha Yang2-3/+8
2021-09-02executor: Fix orc_executor_set_program() to save OrcCodeDoug Nazar1-2/+2
2021-08-19meson: Set recursive for extract_all_objects()Doug Nazar1-1/+1
2021-04-09orc: Add support for MacOS Hardened runtime.Doug Nazar3-1/+27
2021-04-09orccodemem: Report errno during failures to create mmap codemap.Doug Nazar1-4/+5
2021-02-15orc/orccpu-powerpc.c: fix build with kernel < 4.11Fabrice Fontaine1-0/+6
2020-11-07meson: don't set gnu99 as default c_stdTim-Philipp Müller1-2/+1
2020-10-26aarch32: Implement loadupdb instructionMarek Vasut2-118/+254
2020-10-25aarch64: Implement loadupdb instructionMarek Vasut3-8/+176
2020-09-19aarch64: Implement sqrtf instructionMarek Vasut1-60/+99
2020-09-19aarch64: Implement divf instructionMarek Vasut1-37/+65
2020-09-19aarch64: Implement double-precision floating-point arithmetic instructionsMarek Vasut1-25/+46
2020-09-19aarch64: Implement flags2dMarek Vasut1-9/+42
2020-09-19aarch64: Implement const64 loadiqMarek Vasut1-3/+27
2020-09-19aarch64: Implement accumulator storeMarek Vasut2-40/+91
2020-09-19aarch64: Implement floating-point arithmetic instructionsMarek Vasut1-12/+12
2020-09-19aarch64: Implement andn instructionMarek Vasut1-10/+18
2020-09-19aarch64: Implement splatw3q instructionMarek Vasut1-27/+38
2020-09-19aarch64: Implement swapX instructionsMarek Vasut1-5/+5
2020-09-19aarch64: Implement div255w instructionMarek Vasut1-19/+39
2020-09-19aarch64: Implement mulX instructionsMarek Vasut1-4/+4
2020-09-19aarch64: Implement cmpX instructionsMarek Vasut1-8/+8
2020-09-19aarch64: Implement avgX instructionsMarek Vasut1-8/+8
2020-09-19aarch64: Implement splitX/splatX instructionsMarek Vasut1-80/+152
2020-09-19aarch64: Implement signX instructionsMarek Vasut1-48/+120
2020-09-19aarch64: Implement vminX/vmaxX instructionsMarek Vasut1-16/+16
2020-09-19aarch64: Implement accX instructionsMarek Vasut1-68/+131
2020-09-19aarch64: Implement loadiX instructionsMarek Vasut3-138/+252
2020-09-19aarch64: Implement subX instructionsMarek Vasut1-12/+12