platform/upstream/orc.git
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...
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
next