platform/upstream/orc.git
2023-04-12 Francesco Romaniparser: extract a function to handle directives
2023-04-12 Francesco Romaniparser: extract a function to handle opcodes
2023-04-12 Francesco Romaniparser: add is_directive helper
2023-04-12 Francesco Romaniparser: rewrite line tokenization code
2023-04-12 Francesco Romaniparser: introduce line handling utility: OrcLine
2023-04-12 Francesco Romaniparser: simplify the line handling
2023-04-12 Francesco Romaniparser: switch to orc_program_append_str_n
2023-04-12 Francesco Romaniparser: add has_data helper
2023-04-12 Francesco Romaniparser: extract initialization function
2023-04-12 Francesco Romaniparser: reformat orc_parse_sanity_check
2023-04-12 Francesco Romaniparser: reorder and rename for consistency
2023-04-12 Francesco Romaniparser: new API with better error reporting
2023-04-12 Francesco Romaniparser: move init_function in the parser
2023-04-12 Francesco Romaniparser: cleanup: use OrcVector to store programs
2023-04-12 Francesco Romaniutils: add utility dynamic array
2023-04-12 Francesco Romaniprogram: add orc_program_append_str_n
2023-04-10 Sebastian Drögeorcrules-neon: Fix 64-bit loadupdb of size 16
2023-04-10 Sebastian Drögeorcprogram-neon: Fix usage of negative array index...
2023-04-07 Sebastian Drögeorcparse: Check for correct number of function header...
2023-04-07 Sebastian Drögeorcarm: Fix undefined behaviour
2023-04-07 Sebastian Drögeorcprogram-mips: Fix memory leak of optimized instructi...
2023-04-07 Sebastian Drögeorcprogram: Don't read random stack memory if an opcode...
2023-04-07 Sebastian Drögeorcprogram: Don't output garbage when unknown opcodes...
2023-04-07 Sebastian DrögeDon't use volatile to mean atomic
2023-04-07 Jordan Petridisci: Add default retry policy and mark jobs as interrupt...
2023-04-07 Jordan Petridisci: Move the windows image to Server 2022 base
2023-04-07 Jordan Petridisci: Add workflow rules for Merge Requests
2023-04-07 lilinjieREADME: Fix typo
2023-02-22 Nirbheek ChauhanFix guard around usage of pthread_jit_write_protect*
2023-02-12 Tim-Philipp... orccodemem: silence gcc 12 compiler warning
2023-02-03 Nirbheek Chauhanci: Add protect against future unguarded API usage
2023-02-03 Nirbheek ChauhanFix usage of pthread_jit_write_protect_np() on macOS...
2023-01-05 Jeremy BichaMeson: Do not always generate static library for test...
2022-11-11 Tim-Philipp... testsuite: fix memory leak in parse test
2022-11-09 Thomas KlausnerAdd NetBSD/powerpc support.
2022-11-09 Thomas KlausnerAdd missing include.
2022-11-08 Tim-Philipp... testsuite: fix compiler warning about unused variable
2022-11-08 Tim-Philipp... ci: bump macOS/iOS versions
2022-11-01 Tim-Philipp... Back to development
2022-10-31 Tim-Philipp... Release 0.4.33 orc-0.4.33
2022-10-31 Tim-Philipp... Fix build on iOS simulator
2022-10-31 Seungha Yangmeson: Enable only SSE and MMX backends for Windows
2022-10-31 Tim-Philipp... ci: move deploy stage behind build stage
2022-10-31 Chun-wei Fanorcarm.c: Implement orc_arm_flush_cache on Windows
2022-10-31 Chun-wei Fanorccpu-arm.c: Assume ARMv8 on Windows ARM64
2022-10-31 Chun-wei Fanorccpu-arm.c: Include headers conditionally
2022-10-31 Steve Lhommemeson: don't depend on pthreads when compiling for...
2022-10-31 Steve Lhommemeson: export ORC_STATIC_COMPILATION in the pkgconfig...
2022-10-30 Tim-Philipp... orc: fix ORC_RESTRICT definition for MSVC
2022-10-29 Tim-Philipp... meson: bump req to >= 0.55 and use meson.can_run_host_b...
2022-10-29 Tim-Philipp... ci: build docs and deploy to gitlab pages
2022-08-22 Gaetan Bahlneon: Fix discrepancy when using loadupdb in 32-bit
2022-06-15 Gaetan Bahlneon: Fix testsuite not passing on arm CPUs
2022-06-01 Gaetan Bahlneon: Fix sqrtf only processing two inputs out of four
2022-06-01 Gaetan Bahlneon: Fix divf only processing two inputs out of four
2022-06-01 Gaetan Bahlneon: Fix out-of-shift errors when compiling certain...
2022-05-06 Bastien Noceraorccodemem: Fix use-after-free in error paths
2022-01-28 Nirbheek Chauhanci: Add ARM64 and ARM Windows UWP jobs
2022-01-27 Nirbheek Chauhanci: Update Windows image and macos/ios tags
2021-12-07 Knobe, Danielneon: Fix unsigned only implementation of loadoffb...
2021-09-28 Seungha Yangmeson: Disable ARM64 support for Windows
2021-09-02 Doug Nazarexecutor: Fix orc_executor_set_program() to save OrcCode
2021-08-19 Doug Nazarmeson: Set recursive for extract_all_objects()
2021-04-09 Doug Nazarorc: Add support for MacOS Hardened runtime.
2021-04-09 Doug Nazarorccodemem: Report errno during failures to create...
2021-02-15 Fabrice Fontaineorc/orccpu-powerpc.c: fix build with kernel < 4.11
2020-11-07 Tim-Philipp... meson: don't set gnu99 as default c_std
2020-10-26 Marek Vasutaarch32: Implement loadupdb instruction
2020-10-25 Marek Vasutaarch64: Implement loadupdb instruction
2020-09-19 Marek Vasutaarch64: Implement sqrtf instruction
2020-09-19 Marek Vasutaarch64: Implement divf instruction
2020-09-19 Marek Vasutaarch64: Implement double-precision floating-point...
2020-09-19 Marek Vasutaarch64: Implement flags2d
2020-09-19 Marek Vasutaarch64: Implement const64 loadiq
2020-09-19 Marek Vasutaarch64: Implement accumulator store
2020-09-19 Marek Vasutaarch64: Implement floating-point arithmetic instructions
2020-09-19 Marek Vasutaarch64: Implement andn instruction
2020-09-19 Marek Vasutaarch64: Implement splatw3q instruction
2020-09-19 Marek Vasutaarch64: Implement swapX instructions
2020-09-19 Marek Vasutaarch64: Implement div255w instruction
2020-09-19 Marek Vasutaarch64: Implement mulX instructions
2020-09-19 Marek Vasutaarch64: Implement cmpX instructions
2020-09-19 Marek Vasutaarch64: Implement avgX instructions
2020-09-19 Marek Vasutaarch64: Implement splitX/splatX instructions
2020-09-19 Marek Vasutaarch64: Implement signX instructions
2020-09-19 Marek Vasutaarch64: Implement vminX/vmaxX instructions
2020-09-19 Marek Vasutaarch64: Implement accX instructions
2020-09-19 Marek Vasutaarch64: Implement loadiX instructions
2020-09-19 Marek Vasutaarch64: Implement subX instructions
2020-09-19 Marek Vasutaarch64: Implement andX instructions
2020-09-19 Marek Vasutaarch64: Implement absX instructions
2020-09-19 Marek Vasutaarch64: Implement xorX instructions
2020-09-19 Marek Vasutaarch64: Implement copyX/orX instructions
2020-09-19 Marek Vasutaarch64: Implement mergeX instructions
2020-09-19 Marek Vasutaarch64: Clean up mergeX/splatX instructions
2020-09-19 Marek Vasutaarch64: Implement loadX instructions
2020-09-19 Marek Vasutaarch64: Implement shift instructions
2020-09-19 Marek Vasutaarch64: Implement mov instructions
2020-09-19 Marek Vasutaarch64: Implement mulhX instructions
2020-09-19 Marek Vasutaarch64: Implement select{0,1}X instructions
next