platform/upstream/orc.git
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
2019-09-08 Doug Nazarpowerpc: Use extended mnemonic for load immediate
2019-09-08 Doug Nazarpowerpc: Add double & quad operands for vsx/v2.07 compa...
2019-09-08 Doug Nazarpowerpc: Fix cpu feature detection
2019-09-08 Tim-Philipp... Drop support for Autotools as build system
2019-09-08 Doug Nazartests: Allow exec testing of single opcode
2019-09-08 Doug Nazartests: Use correct double/int64 functions for parameter...
2019-09-08 Doug Nazarexecutor: x2 union members not endian safe
2019-09-08 Doug Nazarpowerpc: Pre-load long constants & invariants
2019-09-08 Doug Nazarorc: Consolidate orc_program_has_float()
2019-09-08 Doug Nazarorc: Make orc_*_emit_invariants() generic
2019-09-08 Doug Nazarorccodemem: Mark exec mapping writable if debugging
2019-08-31 Doug Nazarorctest: Fix ULP compare and make compatible with clang
2019-08-27 Matthew Watersbuild: fix werror build with clang
2019-08-20 Doug Nazarpowerpc: Add little endian support
2019-08-20 Doug Nazarpowerpc: Fix whitespace
2019-08-18 Doug Nazarorc: Add ORC_LIKELY/ORC_UNLIKELY macros
2019-08-18 Doug Nazarmeson: Fix ppc/ppc64 cpu family detection
2019-08-18 Doug Nazarorctest: print_array_val_float return value not used
2019-08-13 fanjinkeadd Hygon Dhyana processor support
2019-08-13 Doug Nazartests: Use float constants and parameters when testing...
2019-08-07 Doug Nazarorcarm: Fix flushing of icache when using dual map
2019-08-07 Doug Nazarorctest: Switch nearby float comparison to ULP method
2019-08-02 Mathieu Duponchelledoc: fix gtkdoc when orc is used as a subproject
2019-07-23 Wim Taymansx86: add endbr32 and endbr64 instructions
2019-07-23 Tim-Philipp... ci: run tests on windows
2019-07-17 Jordan PetridisAdd Windows CI for msvc 2017 and msys2
2019-07-01 Nirbheek Chauhanuwp: workaround a false positive in certification of orc
2019-04-18 Xavier ClaessensMeson: Do not always generate static library
2019-04-15 Tim-Philipp... Back to development
2019-04-14 Tim-Philipp... Release 0.4.29
2019-03-22 Tim-Philipp... orc: fix C++ style comment
2019-03-05 Tim-Philipp... configure.ac: no more bugzilla
2019-03-05 Tim-Philipp... Update news file for upcoming release
2019-03-05 Tim-Philipp... Add pkg-config file for orc-test library
2019-02-05 Nirbheek ChauhanFix warnings with Cerbero's mingw (gcc 4.7)
2019-01-30 Seungha Yangmeson: Make orcc detectable from other subprojects
2019-01-28 A. WilcoxPowerPC: Support ELFv2 ABI
2019-01-28 Michel NormandAdd support for ppc64le
2019-01-02 Tim-Philipp... ci: add minimal ci
2018-12-17 Edward Herveyorc: Remove dead assignments
2018-11-14 Nirbheek Chauhanmeson: Maintain macOS ABI compatibility
2018-10-06 Tim-Philipp... meson: add option to disable orc-test library
2018-10-03 Tim-Philipp... meson: rename "enable-backend" option to "orc-backend"
2018-10-03 Tim-Philipp... meson: add options to disable benchmarks, examples...
2018-10-03 Tim-Philipp... meson: make "tests" option an auto feature option
2018-07-30 Tim-Philipp... meson: rename 'disable_gtkdoc' option to 'gtk_doc'...
2018-07-30 Tim-Philipp... meson: rename option disable_tests=false -> tests=true
2018-07-22 Nicolas Dufresnemeson: Bump required version to 0.46
2018-05-21 Christoph Reitermeson: pass the right header when testing for posix_mem...
2018-05-18 Tim-Philipp... Fix MSVC compiler warning
2018-05-18 Tim-Philipp... orc: fix static build on windows
2018-05-04 Edward Herveyorctest: Allow enough room for sprintf()
2018-04-28 Tim-Philipp... meson: use add_project_arguments() instead of add_globa...
2018-04-28 Tim-Philipp... orc: update some generated files
2018-04-28 Tim-Philipp... orcfunctions.h: include orcutils.h for ORC_API define
2018-04-28 Tim-Philipp... orc: remove empty and unused orcrules-x86.c
2018-04-28 Tim-Philipp... orc: move unusable orc_code_chunk_free() declaration...
2018-04-28 Tim-Philipp... autotools: control symbol visibility via -fvisibility
2018-04-28 Tim-Philipp... meson: fix symbol export with MSVC and use -fvisibility...
2018-04-28 Tim-Philipp... orc: decorate public symbols with ORC_API
2018-04-27 Tim-Philipp... orc-test: decorate public symbols with ORC_TEST_API
2018-04-27 Tim-Philipp... orcc: add --decorator command line argument
2018-04-27 Tim-Philipp... meson: use -Bsymbolic-functions when linking if available
2018-04-27 Tim-Philipp... orc: make more functions static
2018-04-25 Tim-Philipp... gtk-doc: get rid of templates
2018-04-22 James Cowgillorcmips: only enable if the DSPr2 ASE is present
2018-04-22 James Cowgillorcutils: refactor /proc/cpuinfo reading code from...
2018-04-09 Tim-Philipp... configure: don't check for functions that aren't used...
2018-04-09 James Cowgillmeson: fix mips cpu_family test
2017-11-29 Edward Herveyorccpu-arm: Allow 'cpuinfo' fallback on non-android
2017-11-21 Nirbheek Chauhanmeson: Always build both shared and static libraries
2017-11-20 Sebastian DrögeBuild liborc-test also as a properly versioned library...
2017-11-20 Sebastian DrögeAdd meson configuration for disabling tests and gtk...
2017-11-20 Sebastian DrögeAllow building shared/static library based on configuration
2017-11-20 Edward HerveyBack to development
2017-11-20 Edward HerveyRelease 0.4.28 sandbox/mzx/upstream-git
2017-11-20 Edward Herveyorcutils: Use compiler offsetof() when available
2017-11-19 Edward Herveyorccpu-x86: Fix undefined behaviour compilation issue
2017-11-19 Edward Herveyconfigure.ac: Print configuration after configuration
2017-11-19 Edward Herveyorc: Add a configure option to disable tests
2017-11-19 Edward Herveytesuite: Fix some leaks
2017-10-21 Edward Herveyorcprogram-c.c: Don't cast constant
next