platform/upstream/orc.git
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...
2013-06-03 Stefan Sauerorcparse: fix copy and paste of error message
2013-06-03 Stefan Sauerdocs: add docs for the program directives
2013-06-03 Stefan Sauerorcprogram-c: fix indent for 2 opcodes
2013-05-29 Stefan Sauergenerate-*: cosmetic changes
2013-05-28 Stefan Sauergenerate-*: add missing flag to help()
2013-05-28 Stefan Sauergenerate-bytecode: add ORC_BC_INSTRUCTION_FLAGS to...
2013-05-27 Sebastian Drögeorc-test: Fix typo in #ifdef
2013-04-25 Andoni Morales... orc: fix cache flush for iOS
2013-04-01 David Schleefconfigure: version back to unreleased
2013-04-01 Guillaume Emontmips: deactivate loadupdb implementation as it is broken
2013-03-30 Josep Torrapkgconfig: in -uninstalled ensure to link with the...
2013-03-30 Josep Torraconfigure: replace deprecated AM_CONFIG_HEADER with...
2013-03-10 David SchleefMerge branch '0.4.17'
2013-02-20 Sebastian DrögeFix build on Android
2013-02-20 Josep Torraorcc: workaround a bug in the gcc 4.2 provided by XCode...
2013-02-20 David SchleefRelease 0.4.17 orc-0.4.17
2013-02-20 David Schleeftest: Fix recent commit
2013-02-20 David Schleefneon: move orc_arm_loadw out of arm backend
2013-02-20 David SchleefARM backend is disabled until it has decent coverage
2013-02-20 David Schleefgitignore: change 0.4 to *
2013-02-20 David Schleeftest: Use the aligned pointer, not something else
2013-02-19 Tim-Phillip... orcc: add --internal option to mark symbols with intern...
2013-01-10 Sebastian Drögeorccompiler: Allow fallback to backup/emulation if...
2012-12-28 Guillaume Emontmips: do loads as early as possible
2012-12-28 Guillaume Emontmips: loadb: with shift 1, use lh if aligned
2012-12-28 Guillaume Emontmips: copyb: only do something if source and dest are...
2012-12-28 Guillaume Emontmips: fixed prefetching instruction calculation, but...
2012-12-28 Guillaume Emontmips: added cache prefetching hints
2012-12-28 Guillaume Emontmips: introduced loop unrolling
2012-12-28 Guillaume Emontadd forgotten headers to include in make dist
2012-12-28 Guillaume Emontmips: implemented select0wb, select1wb, select0lw,...
2012-12-28 Guillaume Emontmips: added emit functions for shrl.ph and precrq.qb.ph
2012-12-28 Guillaume Emontmips: added convwb
2012-12-28 Guillaume Emontmips: loadupib, loadupdb: error (not implemented) if...
2012-12-28 Guillaume Emontmips: shrs, shra.ph: error if shift amount is not a...
2012-12-28 Guillaume Emontmips: mulswl: sign extend words before multiplying
2012-12-28 Guillaume Emontmips: added emit function for seh
2012-12-28 Guillaume Emontmips: convssslw: fix typo on minimum value to compare
2012-12-28 Guillaume Emontmips: convsbw: spread bytes when we have an instruction...
2012-12-28 Guillaume Emontmips: fix endianness of result of loadupib and loadupdb
2012-12-28 Guillaume Emontmips: added copyright headers
2012-12-28 Guillaume Emontmips: fixes in mergebw and mergewl
2012-12-28 Guillaume Emontmips: addw/addb: always use vectorial operation, whatev...
2012-12-28 Guillaume Emontmips: load: use lbu instead of lb
2012-12-28 Guillaume Emontmips: convubw: extract bytes into 2 halfwords when...
2012-12-28 Guillaume Emontmips: convsuswb and convssswb: put results in lower...
2012-12-28 Guillaume Emontmips: _rule_load(): directly concatenate bytes for...
2012-12-28 Guillaume Emontmips: added emit for precr.qb.ph
2012-12-28 Guillaume Emontmips: fix shra.ph: correctly get shift value
2012-12-28 Guillaume Emontmips: loadp: load as quad bytes or paired halfword...
2012-12-28 Guillaume Emontmips: added emit functions for subu.ph and replv.ph
2012-12-28 Guillaume Emontmips: mark t3->t5 as unavailable
2012-12-28 Guillaume Emontmips: made convubw a no-op
2012-12-28 Guillaume Emontmips: avoid orc_compiler_get_temp_reg()
2012-12-28 Guillaume Emontmips: added rules for convsuswb, convubw, avgub, subw
2012-12-28 Guillaume Emontmips: add missing nop in a branch delay slot
2012-12-28 Guillaume Emontmips: added _emit() for lbu, subq.ph and preceu.ph.qbr
2012-12-28 Guillaume Emontmips: implement swapl
2012-12-28 Guillaume Emontmips: _emit() for wsbh
2012-12-28 Guillaume Emontmips: implement loadupdb
2012-12-28 Guillaume Emontmips: made sure more registers are available and use...
2012-12-28 Guillaume Emontmips: implement loadupib
2012-12-28 Guillaume Emontmips: initialise pointer offset registers when they...
2012-12-28 Guillaume Emontmips: handle various update types for vars
2012-12-28 Guillaume Emontmips: emit functions for adduh_r.qb, rpelv.qb and packrl.ph
2012-12-28 Guillaume Emontmips: implemented orc instructions subb, mullw, convsss...
2012-12-28 Guillaume Emontmips: added emit for subu.qb, subq_s.ph, and, mul.ph...
2012-12-28 Guillaume Emontmips: implement convsbw
2012-12-28 Guillaume Emontmips: emit functions for shll.ph and shra.ph
2012-12-28 Guillaume Emontmips: implement flush_cache, fixing segfaults on actual...
2012-12-28 Guillaume Emontmips: frame pointer when ORC_CODE=debug
2012-12-28 Guillaume Emontmips: emit invariant instructions in _load_constants_in...
2012-12-28 Guillaume Emontmips: fixed convssslw, implementing it with slt/movn
2012-12-28 Guillaume Emontmips: _emit_slt() and _emit_movn()
2012-12-28 Guillaume Emontmips: change insn shift when x2/x4 is present
next