platform/upstream/orc.git
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
2017-10-21 Edward Herveyorc: Cast maximum constants
2017-07-18 Tim-Philipp... Dist meson files with autotools make dist
2017-07-17 Tim-Philipp... Back to development
2017-07-17 Tim-Philipp... Release 0.4.27
2017-06-27 Tim-Philipp... orcc: make coverity happy
2017-06-20 Matej Knopporc: preserve non volatile sse registers
2017-05-28 Nirbheek Chauhanmeson: Only use --version-script if not using MSVC
2017-05-28 Tim-Philipp... meson: use find_library() on compiler object
2017-05-13 Tim-Philipp... meson: add meson build
2017-02-28 Igor Rondarevorcx86: Don't hard-code register size to zero in orc_x8...
2016-10-28 Jan Schmidtorcx86: use HAVE_AMD64 and HAVE_I386 defines everywhere
2016-08-31 Sebastian DrögeBack to development
2016-08-31 Sebastian DrögeRelease 0.4.26
2016-08-25 Josep Torrapkgconfig: add orc-test path to the -uninstalled .pc...
2016-08-25 Wim Taymansuse 64bit arithmetic to increment the stride
2016-08-24 Sebastian Drögeorcx86: Fix generation of ModR/M / SIB bytes for the...
2016-07-24 Josep Torratests: fix a warning spotted when building in osx
2016-05-04 Pascal TerjanFix test_parse with no executable backend
2016-03-05 Tim-Philipp... Back to development
2016-03-05 Tim-Philipp... Release 0.4.25
2016-03-04 Tim-Philipp... configure: fix bug report url
2016-03-02 Tim-Philipp... orcc: check version of liborc to make sure the right...
2016-03-02 Tim-Philipp... Add orc_version_string()
2016-02-18 Julien Isorceuninstalled.pc: add support for non libtool build systems
2016-02-17 Luis de Bethencourtorcprogram-c: check array bound in get_varname_stride()
2016-02-17 Luis de BethencourtRevert "orcprogram-c: avoid running out of bounds of...
2015-12-30 Sebastian Drögeconfigure: Only check for Android's liblog on Android...
2015-12-21 Koop Mastconfigure: Make -Bsymbolic check work with clang.
2015-12-14 Luis de Bethencourtorcprogram-c: avoid running out of bounds of varnames
2015-10-20 Tim-Philipp... doc: update from entropywave locations to gstreamer
2015-10-20 Tim-Philipp... doc: update generated opcode tables
2015-10-15 Tim-Philipp... tools: remove unused test.orc
2015-10-15 Tim-Philipp... build: fix detection of AMD Kn host cpu
2015-09-07 Wim Taymansexecutor: fix load of parameters smaller than 64 bits
2015-09-07 Wim Taymanscompiler: also prefer the backup function when no target
2015-08-12 Wim Taymanstest-limits: improve test without target
2015-06-24 Sebastian DrögeBack to development
2015-06-24 Sebastian DrögeRelease 0.4.24
2015-06-22 Wim Taymansparse: increase array size
2015-06-22 Wim Taymansprogram: only reuse constants of the same size and...
2015-05-22 Tim-Philipp... testsuite: fix reading .orc files with win32 line endin...
2015-05-22 Tim-Philipp... testsuite: add parsing test case for win32 line endings
2015-05-22 Tim-Philipp... orcc: fix reading .orc files with win32 line endings...
2015-05-22 Tim-Philipp... orcparse: handle win32 \r\n line endings
2015-04-10 Tim-Philipp... tests: use AM_TESTS_ENVIRONMENT
2015-03-12 Luis de Bethencourttest: protect against out-of-bounds
2015-03-12 Luis de Bethencourttest: protect against going out of bounds
2015-03-08 Edward Herveyorcc: Remove duplicate codepath
2015-02-27 Edward Herveytestsuite: Put a limit to the memcpy test
2015-01-30 Vincent Penquerc'horccodemem: fix mmap leak on error path
2014-12-17 Sebastian DrögeBack to development
2014-12-17 Sebastian DrögeRelease 0.4.23 0.4.23
2014-12-10 Wim Taymansneon: add support for all constants
2014-12-09 Wim Taymansneon: add support for 64 bit parameters
2014-12-09 Wim Taymansneon: vtrn and vzip are undefined when src == dest
2014-12-05 Wim Taymansorcc: allow setting custom backup function
2014-12-03 Jerome LaheurteFix high-order bit of first register in VPUSH/VPOP...
2014-11-27 Jerome LaheurtePreserve NEON/VFP registers across subroutines accordin...
2014-11-08 Tim-Philipp... orcc: program-c: fix 64-bit parameter loading (loadpq...
2014-09-26 Wim Taymansorc: include orcprogram only once
2014-09-26 Wim Taymansopcode: mark copy opcodes and don't emit mov for them
2014-09-26 Wim Taymanscompiler: use src register as dest2
2014-09-26 Wim Taymanscompiler: update max_used_temp_reg before use
2014-09-26 Wim Taymanssse: improve splitXX on sse3
2014-09-22 Wim Taymansparse: cleanup
2014-09-22 Wim Taymanstest: add more tests
2014-09-19 Wim Taymanscompiler: keep track of temp variables that contain...
2014-09-19 Wim TaymansRevert reuse constants
2014-09-19 Wim Taymansparse: make contants per size
2014-09-19 Wim Taymansparse: fix opcode arg size
2014-09-19 Wim Taymansexecutor: use the size of the opcode arg to get multiplier
2014-09-19 Wim Taymansexecutor: fully expand const vars into the temp register
2014-09-19 Wim Taymansparse: register constants with the right size
2014-09-18 Wim Taymansprogram-c: handle X2 and X4 with size < 2 variables
2014-09-18 Wim Taymanscompiler: generate only 1 temp for constants
2014-09-18 Wim Taymanscompiler: reuse _try_get_constant in _get_constant
2014-09-17 Wim Taymansopcodes: avoid undefined operations on signed ints
2014-09-17 Wim Taymanscompiler: do << and | on unsigned ints only
2014-09-17 Wim Taymanscompiler: avoid nagative array index
2014-09-17 Wim Taymansutils: convert to uin32 before doing |
2014-09-17 Wim Taymansdocs: remove old env variable
2014-09-04 Fabian DeutschTMPDIR becomes the last option
2014-08-27 Sebastian DrögeBack to development
2014-08-27 Sebastian DrögeRelease 0.4.22 orc-0.4.22
2014-08-26 Jan SchmidtAdd fallback CPU feature detection for Android
2014-08-26 Jan SchmidtRemove declarations for deleted functions from orcutils.h
2014-08-26 Jan SchmidtDetect android liblog and use android's log functions...
2014-06-27 Thiago Santosorccompiler: free error message
2014-06-27 Edward Herveyorcarray: Use size_t for pointer arithmetics
2014-06-23 Sebastian Drögeorccompiler: If compiling a program twice, first free...
2014-06-23 Sebastian Drögeorcc: Fix some memory leaks in the compiler
2014-06-23 Colin Waltersautogen: Honor NOCONFIGURE=1
2014-06-23 Sebastian DrögeBack to development
next