platform/upstream/orc.git
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
2014-06-23 Sebastian DrögeRelease 0.4.21 orc-0.4.21
2014-06-23 Sebastian Drögeconfigure: Pass -version-info to libtool again
2014-06-23 Sebastian DrögeBack to development
2014-06-23 Sebastian DrögeRelease 0.4.20 orc-0.4.20
2014-06-23 Sebastian Drögebuild: Modernize autotools build system
2014-06-06 Vincent Penquerc'hAdd some checks on the number of variables per type
2014-06-05 Tim-Philipp... Update .gitignore
2014-06-04 Tim-Philipp... orccodemem: fix list corruption when splitting memory...
2014-05-20 Sebastian Drögeorc: Close file after usage in the copied around file...
2014-05-19 Sebastian Drögeorcarray: Use fabs() instead of abs(), the latter is...
2014-04-25 Sebastian Drögeorcprogram-c: Convert shifts in swap opcodes to operati...
2014-04-22 Sebastian Drögememcpy_speed: Use unsigned integers, overflows are...
2014-04-18 Sebastian DrögeBack to development
2014-04-18 Sebastian DrögeRelease 0.4.19 orc-0.4.19
2014-04-17 Vincent Penquerc'horccodemem: mask group/other bits for temporary file
2014-04-16 Vincent Penquerc'horcprogam-{mips,mmx,sse}: bail out if get_align_var...
2014-04-16 Vincent Penquerc'horcprogram: bail out on error
2014-04-15 Sebastian Drögeorcbytecode: Don't replace program name without freeing...
2014-04-15 Sebastian Drögeorcc: Fix indention of generated code
2014-04-14 Sebastian Drögeorc: Update autogenerated files
2014-04-14 Sebastian Drögeorcprogram-c: Fix swaplq C implementation
2014-04-14 Sebastian Drögeorcbytecodes: Fix filename of generated file
2014-04-14 Sebastian Drögeorcarray: Fix compiler warning with gcc 4.9
2014-04-14 Sebastian Drögememcpy_speed: Properly define ALIGN macro and fix memor...
2014-04-13 Sebastian Drögebench10: Fix syntax errors
2014-04-13 Sebastian Drögetest.orc: Fix syntax errors
2014-04-13 Sebastian Drögebenchmorc: Fix memory leaks in test
2014-04-13 Sebastian Drögeorcparse: Guard against unknown tokens
2014-04-13 Sebastian Drögeorcprogram: Free init function name
2014-04-13 Sebastian Drögetests: Fix various memory leaks in tests
2014-04-13 Sebastian Drögeorcprogram: Free OrcCode together with the program
2014-04-13 Sebastian Drögeorcprogram: Free type names of variables when freeing...
2014-04-13 Sebastian Drögebytecode_parse: Fix memory leaks in test
2014-04-11 Edward Herveyorcmips: Fix register range check
2014-04-11 Edward Herveyorcexecutor: Don't use negative values on arrays
2014-04-11 Edward Herveyorc: Remove unused variable
2014-04-10 Vincent Penquerc'htestsuite: file leak fix
2014-04-07 Vincent Penquerc'hFix FILE leak
2014-02-08 Sebastian Drögeorcrules-neon: Remove unused variable
2014-01-29 William Manleydocs: mulhsw, mulhsw shifts by 16, not 8
2014-01-02 Todd Agulnickorcarm: OSX doesn't like comparisons against enum and...
2013-12-30 Tim-Philipp... tools: fix memory leak in orcc
2013-12-30 Tim-Philipp... testsuite: fix file descriptor leak in benchmorc
2013-10-14 Olivier CrêteMake it ANSI-C
2013-09-20 Edward Herveyautogen.sh: Allow calling from out of tree
2013-09-20 Edward Herveyconfigure: version back to unreleased
2013-08-24 David SchleefRelease 0.4.18 orc-0.4.18
2013-08-19 Tim-Philipp... orcbytecode: Fix parsing of 32 bit values from bytecode...
2013-08-19 Sebastian Drögeorcbytecode: Fix parsing of 64 bit values from bytecode
2013-06-06 Stefan Sauerdocs: add more opcode descriptions
2013-06-06 Stefan Sauerdocs: hook up generate_table tools
2013-06-05 Stefan Saueraccumulator: use the local variable 'var'
2013-06-05 Stefan Sauertests: use the ORC_STATIC_OPCODE_FLOAT flag to simplify...
next