Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | orc: Remove dead assignments | Edward Hervey | 2018-12-17 | 1 | -3/+3 |
* | compiler: use src register as dest2 | Wim Taymans | 2014-09-26 | 1 | -6/+5 |
* | Make it ANSI-C | Olivier Crête | 2013-10-14 | 1 | -27/+27 |
* | sse: Fix mov of pointer values | David Schleef | 2011-10-02 | 1 | -4/+4 |
* | Add error message to compiler and program | David Schleef | 2011-05-13 | 1 | -13/+21 |
* | x86insn: Convert mmx backend to x86insn | David Schleef | 2011-05-13 | 1 | -47/+15 |
* | mmx: convert from sse | David Schleef | 2011-05-13 | 1 | -2/+35 |
* | sse,mmx: revert mmx usage of cpuinsn | David Schleef | 2011-04-25 | 1 | -5/+48 |
* | mmx: update from sse | David Schleef | 2011-04-25 | 1 | -286/+261 |
* | sse: Calculate insn_shift for each instruction | David Schleef | 2010-10-14 | 1 | -2/+2 |
* | mmx: Fix 64-bit param loading | David Schleef | 2010-10-13 | 1 | -1/+1 |
* | sse,mmx: Fix mululq rule (SSE2-only) | David Schleef | 2010-10-07 | 1 | -1/+5 |
* | mmx: update from sse | David Schleef | 2010-10-07 | 1 | -1/+68 |
* | mmx: paddq and psubq are SSE2 instructions | Sebastian Dröge | 2010-09-22 | 1 | -2/+6 |
* | mmx: reconvert from sse, plus fixes | David Schleef | 2010-09-21 | 1 | -17/+319 |
* | mmx: Update from SSE again | David Schleef | 2010-09-08 | 1 | -24/+94 |
* | mmx: Update from sse | David Schleef | 2010-09-08 | 1 | -152/+175 |
* | Change constant values to orc_union64 internally | David Schleef | 2010-08-27 | 1 | -44/+260 |
* | mmx: update from sse | David Schleef | 2010-08-18 | 1 | -207/+1022 |
* | mmx: Fix problems in recent commit | David Schleef | 2010-08-01 | 1 | -5/+14 |
* | mmx: update from sse | David Schleef | 2010-08-01 | 1 | -172/+716 |
* | mmx: port sse backend to mmx again | David Schleef | 2010-06-13 | 1 | -0/+5 |
* | Build fixes due to MSVC | David Schleef | 2009-12-02 | 1 | -1/+0 |
* | renames _instr_ to _emit_ in the convenience macros | Wim Taymans | 2009-09-19 | 1 | -115/+115 |
* | rules-mmx: fix typo | Wim Taymans | 2009-09-19 | 1 | -1/+1 |
* | rules-mmx: convert to convenience macros | Wim Taymans | 2009-09-19 | 1 | -147/+138 |
* | doc: documentation work | David Schleef | 2009-05-31 | 1 | -1/+1 |
* | mmx: convert sse backend to mmx | David Schleef | 2009-05-25 | 1 | -87/+836 |
* | separate mmx/sse code out of x86.c | David Schleef | 2009-05-25 | 1 | -1/+1 |
* | Detect CPU flags for SSE | David Schleef | 2009-04-28 | 1 | -1/+1 |
* | Prefix x86_/sse_ functions with orc_ | David Schleef | 2009-04-27 | 1 | -30/+30 |
* | Major refactor | David Schleef | 2009-03-16 | 1 | -36/+40 |
* | Split OrcProgram into Program and Compiler | David Schleef | 2009-03-15 | 1 | -7/+7 |
* | Convert printf's to errors and asm code | David Schleef | 2009-03-12 | 1 | -11/+11 |
* | Fixes for building on windows | David Schleef | 2009-03-05 | 1 | -1/+0 |
* | Add support for byte-sized data | David Schleef | 2009-03-02 | 1 | -4/+4 |
* | Replace "s16" notation with "w" | David Schleef | 2009-03-02 | 1 | -11/+11 |
* | Remove types, use a size instead | David Schleef | 2009-03-02 | 1 | -8/+0 |
* | Hacking. | David Schleef | 2009-03-02 | 1 | -11/+6 |
* | random hacking | David Schleef | 2008-06-08 | 1 | -12/+6 |
* | Initial commit. Previous history is in liboil | David Schleef | 2008-06-07 | 1 | -0/+167 |