2010-08-25 |
David Schleef | orcc: remove (fake) dependency on liborc-test |
commit | commitdiff | tree | snapshot |
2010-08-25 |
David Schleef | Check for posix_memalign() |
commit | commitdiff | tree | snapshot |
2010-08-25 |
David Schleef | Fix cross compiling |
commit | commitdiff | tree | snapshot |
2010-08-25 |
David Schleef | test: Add denormal array pattern |
commit | commitdiff | tree | snapshot |
2010-08-25 |
David Schleef | show_parse: Allocate array (fix segfault) |
commit | commitdiff | tree | snapshot |
2010-08-25 |
David Schleef | altivec: Implement lots more rules |
commit | commitdiff | tree | snapshot |
2010-08-24 |
David Schleef | Use OrcCode structure to handle all executable code |
commit | commitdiff | tree | snapshot |
2010-08-23 |
David Schleef | Code memory allocation |
commit | commitdiff | tree | snapshot |
2010-08-23 |
David Schleef | Add OrcCodeRegion |
commit | commitdiff | tree | snapshot |
2010-08-22 |
David Schleef | test: Add special patterns (for floats) |
commit | commitdiff | tree | snapshot |
2010-08-22 |
David Schleef | show_parse: Add -n option |
commit | commitdiff | tree | snapshot |
2010-08-22 |
David Schleef | sse: Fix some compilation issues on x86-64 |
commit | commitdiff | tree | snapshot |
2010-08-21 |
Andrea Canciani | sse: add better rules for mulhsl/mulhul |
commit | commitdiff | tree | snapshot |
2010-08-21 |
David Schleef | sse: quit early if error is detected |
commit | commitdiff | tree | snapshot |
2010-08-21 |
David Schleef | c: minor hack for lots of temp vars |
commit | commitdiff | tree | snapshot |
2010-08-21 |
David Schleef | tests: Add show_parse |
commit | commitdiff | tree | snapshot |
2010-08-20 |
David Schleef | Add ORC_VAR_T16 |
commit | commitdiff | tree | snapshot |
2010-08-20 |
David Schleef | compiler: If compilation fails, go back to backup function |
commit | commitdiff | tree | snapshot |
2010-08-20 |
David Schleef | orcc: Use ORC_RESTRICT for executor structure |
commit | commitdiff | tree | snapshot |
2010-08-20 |
David Schleef | autogen.sh: Enable --enable-gtk-doc for ds |
commit | commitdiff | tree | snapshot |
2010-08-20 |
David Schleef | Fix distcheck for new examples |
commit | commitdiff | tree | snapshot |
2010-08-20 |
David Schleef | Update documentation, add tutorial |
commit | commitdiff | tree | snapshot |
2010-08-19 |
David Schleef | c: Add definition of ORC_RESTRICT |
commit | commitdiff | tree | snapshot |
2010-08-19 |
David Schleef | Add perf testing of emulated code |
commit | commitdiff | tree | snapshot |
2010-08-19 |
David Schleef | back to unreleased |
commit | commitdiff | tree | snapshot |
2010-08-19 |
David Schleef | Fix printing of performance data in tests |
commit | commitdiff | tree | snapshot |
2010-08-19 |
David Schleef | Release 0.4.7 orc-0.4.7 |
commit | commitdiff | tree | snapshot |
2010-08-19 |
David Schleef | test: Improve opcode test program generation |
commit | commitdiff | tree | snapshot |
2010-08-19 |
David Schleef | neon: Fix div255w rule |
commit | commitdiff | tree | snapshot |
2010-08-18 |
David Schleef | mmx: update from sse |
commit | commitdiff | tree | snapshot |
2010-08-18 |
David Schleef | sse: use pinsrw to load 2-byte values |
commit | commitdiff | tree | snapshot |
2010-08-18 |
David Schleef | test: Add alignment and misalignment to arrays |
commit | commitdiff | tree | snapshot |
2010-08-18 |
David Schleef | sse,x86: Add some new instruction emission code |
commit | commitdiff | tree | snapshot |
2010-08-18 |
David Schleef | sse: minor optimization for constant_m=1 |
commit | commitdiff | tree | snapshot |
2010-08-18 |
David Schleef | sse: reset more of the compiler after a test loop |
commit | commitdiff | tree | snapshot |
2010-08-18 |
David Schleef | sse: better choosing of alignment var |
commit | commitdiff | tree | snapshot |
2010-08-18 |
David Schleef | configure: reminder to bump libversion |
commit | commitdiff | tree | snapshot |
2010-08-15 |
David Schleef | opcodes: fix emulation of ldres* opcodes |
commit | commitdiff | tree | snapshot |
2010-08-15 |
David Schleef | orcc: Fix code generation |
commit | commitdiff | tree | snapshot |
2010-08-15 |
David Schleef | sse: remove unused src->dest chaining checks |
commit | commitdiff | tree | snapshot |
2010-08-15 |
David Schleef | sse: don't unroll larger programs |
commit | commitdiff | tree | snapshot |
2010-08-13 |
David Schleef | tests: Add code for ldres* opcodes |
commit | commitdiff | tree | snapshot |
2010-08-13 |
David Schleef | Add ldresnear[bl] and ldreslin[bl] opcodes |
commit | commitdiff | tree | snapshot |
2010-08-13 |
David Schleef | Fixes to handle opcodes with 3 sources |
commit | commitdiff | tree | snapshot |
2010-08-13 |
David Schleef | Rename splatw0q to splatw3q |
commit | commitdiff | tree | snapshot |
2010-08-13 |
David Schleef | test: Remove #undef so it can be overridden in CFLAGS |
commit | commitdiff | tree | snapshot |
2010-08-13 |
David Schleef | tests: Fix code to not trip new sanity check |
commit | commitdiff | tree | snapshot |
2010-08-13 |
David Schleef | test: Decrease n for performance testing |
commit | commitdiff | tree | snapshot |
2010-08-13 |
David Schleef | neon: new rules, tuning of code generation |
commit | commitdiff | tree | snapshot |
2010-08-13 |
David Schleef | arm: Better checking, add data and nops |
commit | commitdiff | tree | snapshot |
2010-08-12 |
David Schleef | sse: be more careful about keeping stack aligned |
commit | commitdiff | tree | snapshot |
2010-08-12 |
David Schleef | Update generated code due to orcc changes |
commit | commitdiff | tree | snapshot |
2010-08-12 |
David Schleef | orcc: Don't use ORC_INLINE for inline generation |
commit | commitdiff | tree | snapshot |
2010-08-12 |
David Schleef | parser: Add .init directive |
commit | commitdiff | tree | snapshot |
2010-08-12 |
David Schleef | orcc: Add --inline and --init-function |
commit | commitdiff | tree | snapshot |
2010-08-11 |
David Schleef | c: Fix emulation opcode generation due to previous... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
David Schleef | c: implement x2/x4 prefix |
commit | commitdiff | tree | snapshot |
2010-08-11 |
David Schleef | orcc: Handle x2/x4 prefix for tests |
commit | commitdiff | tree | snapshot |
2010-08-11 |
David Schleef | autogen: remove --enable-gtk-doc |
commit | commitdiff | tree | snapshot |
2010-08-11 |
David Schleef | configure: fix AC_HELP_STRING |
commit | commitdiff | tree | snapshot |
2010-08-11 |
David Schleef | tests: Add more programs to test.orc |
commit | commitdiff | tree | snapshot |
2010-08-11 |
David Schleef | orcc: create inline functions |
commit | commitdiff | tree | snapshot |
2010-08-11 |
David Schleef | Use instruction size for loadp, not var size |
commit | commitdiff | tree | snapshot |
2010-08-11 |
David Schleef | Use ORC_N_COMPILER_VARIABLES where appropriate |
commit | commitdiff | tree | snapshot |
2010-08-11 |
David Schleef | c: Fix generation of loadoff, loadup code |
commit | commitdiff | tree | snapshot |
2010-08-11 |
David Schleef | Fix warnings |
commit | commitdiff | tree | snapshot |
2010-08-11 |
David Schleef | orcc: Fix warning in generated code |
commit | commitdiff | tree | snapshot |
2010-08-11 |
David Schleef | Fix segfault in test programs |
commit | commitdiff | tree | snapshot |
2010-08-11 |
David Schleef | sse: use fewer temporary registers |
commit | commitdiff | tree | snapshot |
2010-08-11 |
David Schleef | Make sure there are enough registers for temps |
commit | commitdiff | tree | snapshot |
2010-08-11 |
David Schleef | Look for rules in reverse order |
commit | commitdiff | tree | snapshot |
2010-08-11 |
David Schleef | Fix sanity check for loadp |
commit | commitdiff | tree | snapshot |
2010-08-11 |
David Schleef | Better constant loading |
commit | commitdiff | tree | snapshot |
2010-08-11 |
David Schleef | compiler: additional sanity check for loadp |
commit | commitdiff | tree | snapshot |
2010-08-11 |
David Schleef | sse: switch to orc_compiler_get_temp_reg() |
commit | commitdiff | tree | snapshot |
2010-08-11 |
David Schleef | Dynamically allocate temporary registers |
commit | commitdiff | tree | snapshot |
2010-08-11 |
David Schleef | sse: improve constant loading |
commit | commitdiff | tree | snapshot |
2010-08-11 |
David Schleef | sse: fix divluw implementation |
commit | commitdiff | tree | snapshot |
2010-08-09 |
David Schleef | Add orc_program_append_2() for instruction flags |
commit | commitdiff | tree | snapshot |
2010-08-09 |
David Schleef | Add divluw opcode |
commit | commitdiff | tree | snapshot |
2010-08-09 |
David Schleef | Fix splatw0q opcode to be useful for pixman |
commit | commitdiff | tree | snapshot |
2010-08-09 |
David Schleef | test: Add x4 prefix program |
commit | commitdiff | tree | snapshot |
2010-08-09 |
David Schleef | Refactor instruction flags |
commit | commitdiff | tree | snapshot |
2010-08-08 |
David Schleef | sse: Fix recently broken convsuslw rule |
commit | commitdiff | tree | snapshot |
2010-08-07 |
David Schleef | Add low-level opcodes for compositing |
commit | commitdiff | tree | snapshot |
2010-08-07 |
David Schleef | Add some 64-bit opcodes, and SSE rules |
commit | commitdiff | tree | snapshot |
2010-08-06 |
David Schleef | remove old style of opcode emulation |
commit | commitdiff | tree | snapshot |
2010-08-06 |
David Schleef | Generate header file for opcode emulation |
commit | commitdiff | tree | snapshot |
2010-08-06 |
David Schleef | sse: better implementation of addssl |
commit | commitdiff | tree | snapshot |
2010-08-06 |
David Schleef | sse: implement more rules |
commit | commitdiff | tree | snapshot |
2010-08-06 |
David Schleef | c: Fix loadupib code |
commit | commitdiff | tree | snapshot |
2010-08-06 |
David Schleef | sse: Add more slow rules |
commit | commitdiff | tree | snapshot |
2010-08-05 |
David Schleef | test.orc: Add a function with loadupdb |
commit | commitdiff | tree | snapshot |
2010-08-05 |
David Schleef | tests: don't run compare programs |
commit | commitdiff | tree | snapshot |
2010-08-05 |
David Schleef | sse: implement loadoff, loadup opcodes |
commit | commitdiff | tree | snapshot |
2010-08-05 |
David Schleef | sse: implement mulhul |
commit | commitdiff | tree | snapshot |
2010-08-05 |
David Schleef | Add loadoff[bwl], loadup[id]b opcodes |
commit | commitdiff | tree | snapshot |
2010-08-05 |
David Schleef | emulation: Add offset to emulation functions |
commit | commitdiff | tree | snapshot |
2010-08-05 |
David Schleef | Add OrcCode structure |
commit | commitdiff | tree | snapshot |
2010-08-04 |
Jan Schmidt | Update gitignore |
commit | commitdiff | tree | snapshot |
next |