| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2010-09-15 | c: Fix problems related to 64-bit constants | David Schleef | 1 | -1/+15 | |
| 2010-09-14 | test: Add test for x2 float ops | David Schleef | 1 | -0/+11 | |
| 2010-09-14 | perf_opcodes_sys: Use orc_test_get_program_for_opcode | David Schleef | 1 | -38/+1 | |
| 2010-09-06 | Eliminate usage of %lld, etc. | David Schleef | 1 | -3/+6 | |
| 2010-09-03 | testsuite: Add compatibility check | David Schleef | 1 | -0/+29 | |
| 2010-08-30 | Add needed file (again) | David Schleef | 1 | -0/+12 | |
| 2010-08-30 | Add needed file | David Schleef | 1 | -0/+12 | |
| 2010-08-29 | test.orc: remove glib types | David Schleef | 1 | -3/+3 | |
| 2010-08-29 | testsuite: Fix cross compiling of orcc test | David Schleef | 2 | -7/+21 | |
| 2010-08-27 | Fix MSVC build errors | David Schleef | 2 | -0/+7 | |
| 2010-08-27 | Implement parsing of float constants | David Schleef | 1 | -0/+13 | |
| 2010-08-26 | Add int64 and double parameters | David Schleef | 1 | -4/+15 | |
| 2010-08-25 | Fix testing of float params | David Schleef | 1 | -1/+5 | |
| 2010-08-25 | testsuite: use correct return type | Stefan Kost | 3 | -3/+3 | |
| gcc was complaining about the comparision due to wrong type. | |||||
| 2010-08-25 | show_parse: Allocate array (fix segfault) | David Schleef | 1 | -0/+1 | |
| 2010-08-22 | show_parse: Add -n option | David Schleef | 1 | -1/+7 | |
| 2010-08-21 | tests: Add show_parse | David Schleef | 2 | -1/+367 | |
| 2010-08-20 | Update documentation, add tutorial | David Schleef | 2 | -10/+56 | |
| 2010-08-13 | tests: Add code for ldres* opcodes | David Schleef | 1 | -6/+19 | |
| 2010-08-13 | Fixes to handle opcodes with 3 sources | David Schleef | 1 | -14/+37 | |
| 2010-08-13 | Rename splatw0q to splatw3q | David Schleef | 1 | -25/+25 | |
| 2010-08-12 | tests: Fix code to not trip new sanity check | David Schleef | 1 | -1/+7 | |
| 2010-08-11 | tests: Add more programs to test.orc | David Schleef | 1 | -6/+523 | |
| 2010-08-09 | test: Add x4 prefix program | David Schleef | 1 | -5/+19 | |
| 2010-08-06 | remove old style of opcode emulation | David Schleef | 3 | -21/+14 | |
| 2010-08-05 | test.orc: Add a function with loadupdb | David Schleef | 1 | -3/+26 | |
| 2010-08-05 | tests: don't run compare programs | David Schleef | 1 | -1/+1 | |
| For MMX/SSE only. | |||||
| 2010-08-01 | Add performance comparison tests | David Schleef | 5 | -3/+179 | |
| 2010-08-01 | test: Fix perf_opcodes_sys for acc opcodes | David Schleef | 1 | -1/+5 | |
| 2010-08-01 | Better handling of invariants | David Schleef | 1 | -1/+1 | |
| 2010-07-30 | tests: handle scalar opcodes in perf test | David Schleef | 1 | -254/+5 | |
| 2010-07-29 | tests: Add more test orc code | David Schleef | 1 | -0/+79 | |
| 2010-07-29 | tests: fix program name | David Schleef | 1 | -1/+1 | |
| 2010-07-28 | tests: quiet test output | David Schleef | 4 | -16/+56 | |
| 2010-07-26 | test: quiet test_accsadubl | David Schleef | 1 | -11/+16 | |
| 2010-07-21 | memcpy_speed: make default upper limit lower | David Schleef | 1 | -1/+1 | |
| If the cache size is not known, max out at 1 MB. Better for slow systems. | |||||
| 2010-07-13 | tests: don't run neon tests | David Schleef | 1 | -2/+0 | |
| 2010-07-10 | Add cache information | David Schleef | 1 | -1/+12 | |
| 2010-07-09 | memcpy_speed: inline orc_memcpy | David Schleef | 1 | -1/+28 | |
| 2010-07-09 | memcpy_speed: flush/populate cache for hot/cold testing | David Schleef | 1 | -0/+42 | |
| 2010-07-09 | memcpy_speed: take unalignment parameter on cmd line | David Schleef | 1 | -6/+14 | |
| 2010-06-15 | tests: Fix compilation of the ABI test on 64 bit architectures | Sebastian Dröge | 1 | -3/+3 | |
| Casting a pointer to a plain int will cause a compiler error, use long instead. | |||||
| 2010-06-14 | tests: scripts to build/run against old versions | David Schleef | 2 | -0/+76 | |
| 2010-06-14 | tests: Fix 2-dest opcodes | David Schleef | 1 | -3/+15 | |
| 2010-06-14 | tests: Add ABI check for code_exec | David Schleef | 2 | -1/+35 | |
| 2010-06-13 | clean up memcpy_speed | David Schleef | 1 | -30/+3 | |
| 2010-06-09 | convert from stdint types to orc types | David Schleef | 2 | -6/+6 | |
| 2010-06-09 | remove some unistd.h usage | David Schleef | 1 | -1/+0 | |
| 2010-06-09 | documentation updates | David Schleef | 1 | -5/+21 | |
| 2010-06-07 | Remove orc-float library | David Schleef | 1 | -17/+1 | |
