Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/orc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/orc
AgeCommit message (Expand)Author
2021-12-07neon: Fix unsigned only implementation of loadoffb, loadoffw and loadofflKnobe, Daniel
2021-09-28meson: Disable ARM64 support for WindowsSeungha Yang
2021-09-02executor: Fix orc_executor_set_program() to save OrcCodeDoug Nazar
2021-04-09orc: Add support for MacOS Hardened runtime.Doug Nazar
2021-04-09orccodemem: Report errno during failures to create mmap codemap.Doug Nazar
2021-02-15orc/orccpu-powerpc.c: fix build with kernel < 4.11Fabrice Fontaine
2020-10-26aarch32: Implement loadupdb instructionMarek Vasut
2020-10-25aarch64: Implement loadupdb instructionMarek Vasut
2020-09-19aarch64: Implement sqrtf instructionMarek Vasut
2020-09-19aarch64: Implement divf instructionMarek Vasut
2020-09-19aarch64: Implement double-precision floating-point arithmetic instructionsMarek Vasut
2020-09-19aarch64: Implement flags2dMarek Vasut
2020-09-19aarch64: Implement const64 loadiqMarek Vasut
2020-09-19aarch64: Implement accumulator storeMarek Vasut
2020-09-19aarch64: Implement floating-point arithmetic instructionsMarek Vasut
2020-09-19aarch64: Implement andn instructionMarek Vasut
2020-09-19aarch64: Implement splatw3q instructionMarek Vasut
2020-09-19aarch64: Implement swapX instructionsMarek Vasut
2020-09-19aarch64: Implement div255w instructionMarek Vasut
2020-09-19aarch64: Implement mulX instructionsMarek Vasut
2020-09-19aarch64: Implement cmpX instructionsMarek Vasut
2020-09-19aarch64: Implement avgX instructionsMarek Vasut
2020-09-19aarch64: Implement splitX/splatX instructionsMarek Vasut
2020-09-19aarch64: Implement signX instructionsMarek Vasut
2020-09-19aarch64: Implement vminX/vmaxX instructionsMarek Vasut
2020-09-19aarch64: Implement accX instructionsMarek Vasut
2020-09-19aarch64: Implement loadiX instructionsMarek Vasut
2020-09-19aarch64: Implement subX instructionsMarek Vasut
2020-09-19aarch64: Implement andX instructionsMarek Vasut
2020-09-19aarch64: Implement absX instructionsMarek Vasut
2020-09-19aarch64: Implement xorX instructionsMarek Vasut
2020-09-19aarch64: Implement copyX/orX instructionsMarek Vasut
2020-09-19aarch64: Implement mergeX instructionsMarek Vasut
2020-09-19aarch64: Clean up mergeX/splatX instructionsMarek Vasut
2020-09-19aarch64: Implement loadX instructionsMarek Vasut
2020-09-19aarch64: Implement shift instructionsMarek Vasut
2020-09-19aarch64: Implement mov instructionsMarek Vasut
2020-09-19aarch64: Implement mulhX instructionsMarek Vasut
2020-09-19aarch64: Implement select{0,1}X instructionsMarek Vasut
2020-09-19aarch64: Implement convX instructionsMarek Vasut
2020-09-16aarch64: Implement unary instruction emitMarek Vasut
2020-09-16aarch64: Fix MSVC warningsMarek Vasut
2020-09-16aarch64: Repair storeX instructionsMarek Vasut
2020-09-16aarch64: Repair emit for imm 1Marek Vasut
2020-09-16aarch64: Repair 8bit load/store opcodeMarek Vasut
2020-09-16aarch64: Use 64bit operations on 64bit pointersMarek Vasut
2020-09-16aarch64: orcprogram-neon porting to aarch64Dongju Chae
2020-09-16aarch64: implement emits for some vector instructions and ORC ops (add)Dongju Chae
2020-09-16aarch64: implement emits for general instructionsDongju Chae
2020-09-16aarch64: make some setups for aarch64 supportDongju Chae