| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add some headings to the trace output. | Kevin Ryde | 2000-06-09 | 1 | -1/+12 |
* | * tune/*: Add measuring for mpn_divrem_2 and modlimb_invert, | Kevin Ryde | 2000-06-09 | 1 | -46/+36 |
* | * tune/*: Add measuring for mpn_divrem_2 and modlimb_invert, | Kevin Ryde | 2000-06-09 | 1 | -68/+164 |
* | * tune/*: Switch to unified speed_cyclecounter. | Kevin Ryde | 2000-06-09 | 1 | -2/+2 |
* | Correct a printf format. | Kevin Ryde | 2000-06-06 | 1 | -3/+1 |
* | Fix a comment. | Kevin Ryde | 2000-05-31 | 1 | -1/+1 |
* | * tune/speed.* (FLAG_R_OPTIONAL): New option for routines, use on | Kevin Ryde | 2000-05-31 | 1 | -64/+66 |
* | Reduce the amount of data gcdext runs. | Kevin Ryde | 2000-05-31 | 1 | -7/+12 |
* | Regenerate for: | Kevin Ryde | 2000-05-31 | 1 | -3/+2 |
* | * tune/alpha.asm: New file, by Torbjorn. | Kevin Ryde | 2000-05-31 | 1 | -2/+2 |
* | * tune/alpha.asm: New file, by Torbjorn. | Kevin Ryde | 2000-05-31 | 1 | -0/+33 |
* | * tune/tuneup.c: Put a limit on gcdext search. | Kevin Ryde | 2000-05-28 | 1 | -40/+44 |
* | * configure.in, tune/*: Change pentium rdtsc cycle scheme to | Kevin Ryde | 2000-05-28 | 1 | -12/+8 |
* | More for diagnostics on speed_measure failure. | Kevin Ryde | 2000-05-28 | 1 | -3/+5 |
* | * tune/sparc64.asm: New file. | Kevin Ryde | 2000-05-28 | 1 | -0/+32 |
* | Regenerate for: | Kevin Ryde | 2000-05-28 | 1 | -7/+12 |
* | * configure.in, tune/*: Change pentium rdtsc cycle scheme to | Kevin Ryde | 2000-05-28 | 1 | -7/+10 |
* | * configure.in, tune/*: Change pentium rdtsc cycle scheme to | Kevin Ryde | 2000-05-28 | 1 | -16/+37 |
* | * tune/sparcv9.asm: New file, by Torbjorn. | Kevin Ryde | 2000-05-28 | 1 | -0/+40 |
* | * tune/pentium.asm: Renamed and converted from rdtsc.asm. | Kevin Ryde | 2000-05-28 | 1 | -0/+51 |
* | Removed in favour of pentium.asm. | Kevin Ryde | 2000-05-28 | 1 | -53/+0 |
* | Different cast in align_pointer(), avoiding a warning on hpux. | Kevin Ryde | 2000-05-27 | 1 | -3/+4 |
* | * tune/time.c: Add microsecond accurate getrusage method. | Kevin Ryde | 2000-05-27 | 1 | -4/+55 |
* | * tune/common.c (speed_measure): Correction to array sorting, | Kevin Ryde | 2000-05-27 | 1 | -1/+7 |
* | * tune/time.c (speed_cpu_frequency_processor_info): New function. | Kevin Ryde | 2000-05-27 | 1 | -3/+44 |
* | Shift `-1' instead of `1' to avoid signed overflow. | tege | 2000-05-26 | 1 | -1/+1 |
* | Remove a spurious */ in the output. | Kevin Ryde | 2000-05-22 | 1 | -1/+1 |
* | Regenerate for: | Kevin Ryde | 2000-05-21 | 1 | -2/+7 |
* | * tune/*: Add mpz_powm measuring and tune POWM_THRESHOLD. | Kevin Ryde | 2000-05-21 | 1 | -2/+6 |
* | * tune/*: Add mpz_powm measuring and tune POWM_THRESHOLD. | Kevin Ryde | 2000-05-21 | 2 | -14/+81 |
* | * tune/*: Add mpz_powm measuring and tune POWM_THRESHOLD. | Kevin Ryde | 2000-05-21 | 1 | -5/+52 |
* | * tune/*: Add mpz_powm measuring and tune POWM_THRESHOLD. | Kevin Ryde | 2000-05-21 | 1 | -21/+53 |
* | Tweak a return value. | Kevin Ryde | 2000-05-14 | 1 | -2/+1 |
* | * tune/speed.h: Run gcd functions on varying data. | Kevin Ryde | 2000-05-14 | 1 | -123/+99 |
* | Add a gcd pseudo-target. | Kevin Ryde | 2000-05-14 | 1 | -0/+4 |
* | Regenerate for: | Kevin Ryde | 2000-05-14 | 1 | -0/+4 |
* | Fix a printf. | Kevin Ryde | 2000-05-05 | 1 | -1/+1 |
* | Add SPEED_ROUTINE_MPN_GCD_1 and SPEED_ROUTINE_MPN_GCD_1xN. | Kevin Ryde | 2000-05-05 | 1 | -0/+84 |
* | Add speed_mpn_gcd_1. | Kevin Ryde | 2000-05-05 | 1 | -1/+7 |
* | Add a 2fd data option for the benefit of mul-by-inverse divrem_1. | Kevin Ryde | 2000-05-05 | 1 | -35/+65 |
* | Fix MUL->SQR in names arrays. | Kevin Ryde | 2000-04-30 | 1 | -7/+11 |
* | Add a section with some notes on what things affect the thresholds. | Kevin Ryde | 2000-04-29 | 1 | -21/+132 |
* | Tune GCD_ACCEL_THRESHOLD and GCDEXT_THRESHOLD. | Kevin Ryde | 2000-04-29 | 1 | -1/+7 |
* | Put a date stamp in the output. | Kevin Ryde | 2000-04-29 | 1 | -44/+63 |
* | Add hamdist, gcd and gcdext. | Kevin Ryde | 2000-04-29 | 1 | -15/+19 |
* | Add hamdist, gcd and gcdext. | Kevin Ryde | 2000-04-29 | 1 | -17/+34 |
* | Add hamdist, gcd and gcdext. | Kevin Ryde | 2000-04-29 | 1 | -1/+129 |
* | Tune GCD_ACCEL_THRESHOLD and GCDEXT_THRESHOLD. | Kevin Ryde | 2000-04-29 | 1 | -1/+7 |
* | No, don't put -DTUNE_PROGRAM_BUILD=1 on everything. | Kevin Ryde | 2000-04-29 | 1 | -0/+2 |
* | Regenerate for: | Kevin Ryde | 2000-04-29 | 1 | -1/+1 |