Age | Commit message (Expand) | Author | Files | Lines |
2013-08-24 | Release 0.4.18HEADmaster | David Schleef | 2 | -2/+13 |
2013-08-19 | orcbytecode: Fix parsing of 32 bit values from bytecode as well | Tim-Philipp Müller | 1 | -3/+3 |
2013-08-19 | orcbytecode: Fix parsing of 64 bit values from bytecode | Sebastian Dröge | 1 | -8/+10 |
2013-06-06 | docs: add more opcode descriptions | Stefan Sauer | 1 | -3/+40 |
2013-06-06 | docs: hook up generate_table tools | Stefan Sauer | 3 | -15/+27 |
2013-06-05 | accumulator: use the local variable 'var' | Stefan Sauer | 2 | -14/+14 |
2013-06-05 | tests: use the ORC_STATIC_OPCODE_FLOAT flag to simplify the tests | Stefan Sauer | 2 | -16/+8 |
2013-06-03 | orcparse: fix copy and paste of error message | Stefan Sauer | 1 | -2/+2 |
2013-06-03 | docs: add docs for the program directives | Stefan Sauer | 3 | -1/+132 |
2013-06-03 | orcprogram-c: fix indent for 2 opcodes | Stefan Sauer | 1 | -2/+2 |
2013-05-29 | generate-*: cosmetic changes | Stefan Sauer | 2 | -4/+6 |
2013-05-28 | generate-*: add missing flag to help() | Stefan Sauer | 2 | -0/+2 |
2013-05-28 | generate-bytecode: add ORC_BC_INSTRUCTION_FLAGS to generator | Stefan Sauer | 1 | -2/+4 |
2013-05-27 | orc-test: Fix typo in #ifdef | Sebastian Dröge | 1 | -1/+1 |
2013-04-25 | orc: fix cache flush for iOS | Andoni Morales Alastruey | 1 | -0/+10 |
2013-04-01 | configure: version back to unreleased | David Schleef | 1 | -1/+1 |
2013-04-01 | mips: deactivate loadupdb implementation as it is broken | Guillaume Emont | 1 | -1/+3 |
2013-03-30 | pkgconfig: in -uninstalled ensure to link with the proper library | Josep Torra | 1 | -1/+1 |
2013-03-30 | configure: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS | Josep Torra | 1 | -1/+1 |
2013-03-10 | Merge branch '0.4.17' | David Schleef | 3 | -3/+15 |
2013-02-20 | Fix build on Android | Sebastian Dröge | 1 | -0/+5 |
2013-02-20 | orcc: workaround a bug in the gcc 4.2 provided by XCode 3.2.6 | Josep Torra | 3 | -1/+19 |
2013-02-19 | Release 0.4.17 | David Schleef | 3 | -3/+15 |
2013-02-19 | test: Fix recent commit | David Schleef | 2 | -7/+11 |
2013-02-19 | neon: move orc_arm_loadw out of arm backend | David Schleef | 2 | -17/+17 |
2013-02-19 | ARM backend is disabled until it has decent coverage | David Schleef | 1 | -7/+8 |
2013-02-19 | gitignore: change 0.4 to * | David Schleef | 1 | -2/+2 |
2013-02-19 | test: Use the aligned pointer, not something else | David Schleef | 1 | -2/+1 |
2013-02-19 | orcc: add --internal option to mark symbols with internal visibility | Tim-Phillip Müller | 3 | -4/+34 |
2013-01-10 | orccompiler: Allow fallback to backup/emulation if the target specific regist... | Sebastian Dröge | 1 | -9/+7 |
2012-12-28 | mips: do loads as early as possible | Guillaume Emont | 1 | -1/+100 |
2012-12-28 | mips: loadb: with shift 1, use lh if aligned | Guillaume Emont | 1 | -3/+7 |
2012-12-28 | mips: copyb: only do something if source and dest are different | Guillaume Emont | 1 | -1/+2 |
2012-12-28 | mips: fixed prefetching instruction calculation, but deactivated prefetching ... | Guillaume Emont | 1 | -12/+9 |
2012-12-28 | mips: added cache prefetching hints | Guillaume Emont | 3 | -3/+58 |
2012-12-28 | mips: introduced loop unrolling | Guillaume Emont | 2 | -56/+79 |
2012-12-28 | add forgotten headers to include in make dist | Guillaume Emont | 1 | -1/+2 |
2012-12-28 | mips: implemented select0wb, select1wb, select0lw, select1lw, splatbw, splitl... | Guillaume Emont | 1 | -0/+90 |
2012-12-28 | mips: added emit functions for shrl.ph and precrq.qb.ph | Guillaume Emont | 2 | -0/+32 |
2012-12-28 | mips: added convwb | Guillaume Emont | 1 | -0/+11 |
2012-12-28 | mips: loadupib, loadupdb: error (not implemented) if source argument is not s... | Guillaume Emont | 1 | -2/+2 |
2012-12-28 | mips: shrs, shra.ph: error if shift amount is not a const | Guillaume Emont | 1 | -6/+12 |
2012-12-28 | mips: mulswl: sign extend words before multiplying | Guillaume Emont | 1 | -3/+7 |
2012-12-28 | mips: added emit function for seh | Guillaume Emont | 2 | -0/+17 |
2012-12-28 | mips: convssslw: fix typo on minimum value to compare | Guillaume Emont | 1 | -1/+1 |
2012-12-28 | mips: convsbw: spread bytes when we have an instruction shift | Guillaume Emont | 1 | -2/+8 |
2012-12-28 | mips: fix endianness of result of loadupib and loadupdb | Guillaume Emont | 1 | -19/+19 |
2012-12-28 | mips: added copyright headers | Guillaume Emont | 6 | -0/+168 |
2012-12-28 | mips: fixes in mergebw and mergewl | Guillaume Emont | 1 | -7/+21 |
2012-12-28 | mips: addw/addb: always use vectorial operation, whatever the shift | Guillaume Emont | 1 | -21/+2 |