summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* orcprogram-mips: Fix memory leak of optimized instruction order arraySebastian Dröge2023-04-071-0/+2
* orcprogram: Don't read random stack memory if an opcode with 5 parameters is ...Sebastian Dröge2023-04-071-0/+10
* orcprogram: Don't output garbage when unknown opcodes are observedSebastian Dröge2023-04-071-26/+38
* Don't use volatile to mean atomicSebastian Dröge2023-04-073-4/+4
* ci: Add default retry policy and mark jobs as interruptible by defaultJordan Petridis2023-04-071-1/+16
* ci: Move the windows image to Server 2022 baseJordan Petridis2023-04-071-3/+6
* ci: Add workflow rules for Merge RequestsJordan Petridis2023-04-071-0/+10
* README: Fix typolilinjie2023-04-071-1/+1
* Fix guard around usage of pthread_jit_write_protect*Nirbheek Chauhan2023-02-231-1/+1
* orccodemem: silence gcc 12 compiler warningTim-Philipp Müller2023-02-121-0/+4
* ci: Add protect against future unguarded API usageNirbheek Chauhan2023-02-031-2/+2
* Fix usage of pthread_jit_write_protect_np() on macOS and iOSNirbheek Chauhan2023-02-032-18/+16
* Meson: Do not always generate static library for test libraryJeremy Bicha2023-01-051-10/+3
* testsuite: fix memory leak in parse testTim-Philipp Müller2022-11-111-1/+4
* Add NetBSD/powerpc support.Thomas Klausner2022-11-091-4/+6
* Add missing include.Thomas Klausner2022-11-091-0/+1
* testsuite: fix compiler warning about unused variableTim-Philipp Müller2022-11-081-1/+4
* ci: bump macOS/iOS versionsTim-Philipp Müller2022-11-081-2/+2
* Back to developmentTim-Philipp Müller2022-11-011-1/+1
* 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