platform/upstream/orc.git
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
2020-09-19 Marek Vasutaarch64: Implement convX instructions
2020-09-16 Marek Vasutaarch64: Implement unary instruction emit
2020-09-16 Marek Vasutaarch64: Fix MSVC warnings
2020-09-16 Marek Vasutaarch64: Repair storeX instructions
2020-09-16 Marek Vasutaarch64: Repair emit for imm 1
2020-09-16 Marek Vasutaarch64: Repair 8bit load/store opcode
2020-09-16 Marek Vasutaarch64: Use 64bit operations on 64bit pointers
2020-09-16 Dongju Chaeaarch64: orcprogram-neon porting to aarch64
2020-09-16 Dongju Chaeaarch64: implement emits for some vector instructions...
2020-09-16 Dongju Chaeaarch64: implement emits for general instructions
2020-09-16 Dongju Chaeaarch64: make some setups for aarch64 support
2020-09-11 Nirbheek Chauhanmeson: Get rid of outdated version_compare checks
2020-09-11 Nirbheek Chauhanci: Also pass --fatal-meson-warnings
2020-09-11 Nirbheek Chauhanmeson: Bump version to 0.54 to fix warnings
2020-09-11 Tim-Philipp... Release 0.4.32
2020-08-31 Nirbheek Chauhanci: Add an Android arm64 job run on Fedora
2020-08-31 Nirbheek Chauhanci: Add iOS CI with a dynamic cross file
2020-08-31 Nirbheek Chauhanci: Use the latest meson syntax
2020-08-31 Nirbheek Chauhanci: Use werror on macOS too
2020-07-29 Jan Alexander... meson: Use pkgconfig.generate
2020-07-29 Jordan Petridisci: mark the msys job as manual and allowed to fail
2020-07-28 Seungha Yangorc: Use page size aligned memory block for Windows
2020-07-28 Seungha Yangorc: Remove trailing white spaces
2020-07-21 Tim-Philipp... ci: add basic macOS CI
2020-07-21 Tim-Philipp... meson: use / instead of join_paths() for readability
2020-07-21 Tim-Philipp... ci: run benchmark tests as well
2020-07-21 Tim-Philipp... meson: hook up benchmark as benchmark
2020-07-21 Tim-Philipp... benchmorc: fix file path to test orc file on windows
2020-07-04 Tim-Philipp... orcc: use #pragma once in generated headers
2020-07-02 Nirbheek Chauhanorc: Don't set memory protection if there's no code
2020-07-02 Nirbheek Chauhanorc: Print hex value directly instead of a constant
2020-07-02 Nirbheek Chauhanorc: Fix indentation
2020-07-01 Nirbheek Chauhanci: Attempt to fix broken Windows CI
2020-07-01 Nirbheek Chauhanorc: Fix some warnings on MSVC and enable --werror
2020-07-01 Nirbheek Chauhanorccodemem: Add support for Universal Windows Platform...
2020-06-30 Nirbheek Chauhanorc: Implement a windows helper for getenv()
2020-03-13 Tim-Philipp... meson: improve summary() printout
2020-02-08 Tim-Philipp... meson: add summary() if Meson version is new enough
2020-02-08 Tim-Philipp... ci: update windows runner tag and image
2019-11-02 Sebastian DrögeRelease 0.4.31
2019-10-14 Doug Nazarneon: Enable Flush-to-zero mode for float programs
2019-09-20 Doug Nazarpowerpc: Fix a few opcodes to support x2/x4 usage
2019-09-14 Doug Nazarpowerpc: Fix a few rules to handle multiple vector...
2019-09-14 Doug Nazarpowerpc: Add manual denormalize support for vsx instruc...
2019-09-14 Doug Nazartestsuite: Reduce memcpy_speed loops
2019-09-14 Doug Nazarpowerpc: Add custom handling of copy programs
2019-09-13 Doug Nazarpowerpc: Move load/store align helpers to common file
2019-09-13 Doug Nazarpowerpc: Improve constant handling
2019-09-13 Doug Nazarpowerpc: Fix register order of a few emit helpers
2019-09-13 Doug Nazartestsuite: Return error from exec_parse if a program...
2019-09-13 Doug Nazarorctest: Fix parentheses location in ULP test
2019-09-10 Pablo Marcos... Fix OrcTargetPowerPCFlags enum typedef
2019-09-09 Sebastian DrögeBack to development
2019-09-09 Sebastian DrögeRelease 0.4.30
next