Age | Commit message (Expand) | Author | Files | Lines |
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 | 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 |
2012-12-28 | mips: load: use lbu instead of lb | Guillaume Emont | 1 | -1/+1 |
2012-12-28 | mips: convubw: extract bytes into 2 halfwords when shift==1 | Guillaume Emont | 1 | -4/+2 |
2012-12-28 | mips: convsuswb and convssswb: put results in lower half | Guillaume Emont | 1 | -4/+8 |
2012-12-28 | mips: _rule_load(): directly concatenate bytes for byte loads with shift 1 | Guillaume Emont | 1 | -1/+1 |
2012-12-28 | mips: added emit for precr.qb.ph | Guillaume Emont | 2 | -0/+17 |
2012-12-28 | mips: fix shra.ph: correctly get shift value | Guillaume Emont | 1 | -2/+2 |
2012-12-28 | mips: loadp: load as quad bytes or paired halfword for values of (resp) 1 or ... | Guillaume Emont | 1 | -0/+6 |
2012-12-28 | mips: added emit functions for subu.ph and replv.ph | Guillaume Emont | 2 | -0/+31 |
2012-12-28 | mips: mark t3->t5 as unavailable | Guillaume Emont | 1 | -0/+3 |
2012-12-28 | mips: made convubw a no-op | Guillaume Emont | 1 | -1/+4 |
2012-12-28 | mips: avoid orc_compiler_get_temp_reg() | Guillaume Emont | 1 | -15/+13 |
2012-12-28 | mips: added rules for convsuswb, convubw, avgub, subw | Guillaume Emont | 1 | -9/+56 |
2012-12-28 | mips: add missing nop in a branch delay slot | Guillaume Emont | 1 | -1/+2 |
2012-12-28 | mips: added _emit() for lbu, subq.ph and preceu.ph.qbr | Guillaume Emont | 2 | -0/+44 |
2012-12-28 | mips: implement swapl | Guillaume Emont | 1 | -0/+11 |
2012-12-28 | mips: _emit() for wsbh | Guillaume Emont | 2 | -0/+17 |
2012-12-28 | mips: implement loadupdb | Guillaume Emont | 2 | -1/+47 |
2012-12-28 | mips: made sure more registers are available and use temporary registers more... | Guillaume Emont | 2 | -41/+45 |
2012-12-28 | mips: implement loadupib | Guillaume Emont | 2 | -0/+84 |
2012-12-28 | mips: initialise pointer offset registers when they exist | Guillaume Emont | 1 | -3/+7 |
2012-12-28 | mips: handle various update types for vars | Guillaume Emont | 2 | -8/+19 |