| Commit message (Expand) | Author | Age | Files | Lines |
* | x86 c/l table cleanup. | Torbjorn Granlund | 2011-02-20 | 2 | -14/+14 |
* | Add more c/l numbers. | Marco Bodrato | 2011-02-15 | 1 | -1/+1 |
* | Retune. | Torbjorn Granlund | 2010-03-18 | 1 | -2/+2 |
* | Retune. | Torbjorn Granlund | 2010-03-13 | 1 | -4/+4 |
* | Add FFT_TABLE3 tables for more machines. | Torbjorn Granlund | 2010-01-23 | 1 | -7/+64 |
* | Retune. | Torbjorn Granlund | 2010-01-07 | 1 | -1/+1 |
* | Add a copyright year. | Torbjorn Granlund | 2010-01-05 | 1 | -1/+1 |
* | Retune for corrected FFT tuning code. | Torbjorn Granlund | 2010-01-05 | 1 | -5/+5 |
* | Retune. | Torbjorn Granlund | 2010-01-03 | 1 | -5/+5 |
* | Retune. | Torbjorn Granlund | 2009-12-31 | 1 | -44/+50 |
* | New public functions mpn_com and mpn_neg. (Were internal and with _n suffix.) | Torbjorn Granlund | 2009-12-28 | 1 | -3/+3 |
* | Fix incorrect MOD_1U_TO_MOD_1_1_THRESHOLD 0 values. | Torbjorn Granlund | 2009-12-27 | 1 | -2/+2 |
* | Retune. | Torbjorn Granlund | 2009-12-27 | 1 | -42/+66 |
* | Globally: Rename *mullow* to *mullo*, *MULLOW* to *MULLO*. | Torbjorn Granlund | 2009-12-06 | 1 | -3/+3 |
* | Finish renaming BITS_PER_MP_LIMB to GMP_LIMB_BITS. | Torbjorn Granlund | 2009-11-28 | 3 | -3/+3 |
* | Fix lot of spelling errors. | Torbjorn Granlund | 2009-11-15 | 1 | -2/+2 |
* | Finish rename of *_KARATSUBA_* to TOOM2/TOOM22, etc. | Torbjorn Granlund | 2009-10-31 | 2 | -14/+14 |
* | Update, mainly for toom4. | Torbjorn Granlund | 2009-01-05 | 1 | -23/+30 |
* | Rename modlimb_invert to binvert_limb. | Torbjorn Granlund | 2008-11-21 | 2 | -5/+5 |
* | Remove gcd_finda files. | Torbjorn Granlund | 2008-11-18 | 1 | -224/+0 |
* | Merged changes from main trunk | Niels Möller | 2008-09-22 | 1 | -3/+2 |
|\ |
|
| * | Removed GCDEXT_THRESHOLD | Niels Möller | 2008-09-15 | 1 | -1/+0 |
| * | Renamed GCD_SCHOENHAGE_THRESHOLD to GCD_DC_THRESHOLD. | Niels Möller | 2008-09-10 | 1 | -1/+1 |
| * | */gmp-mparam.h: Renamed HGCD_SCHOENHAGE_THRESHOLD to HGCD_THRESHOLD. | Niels Möller | 2008-09-10 | 1 | -1/+1 |
* | | Misc divexact_by3 changes. | Torbjorn Granlund | 2008-09-18 | 1 | -104/+0 |
|/ |
|
* | Fix typo in last change. | tege | 2008-02-07 | 1 | -7/+0 |
* | Use LEA, remove explicit movl_eip_*. | tege | 2007-10-07 | 2 | -29/+4 |
* | Add a copyriot year. | tege | 2007-10-07 | 1 | -1/+2 |
* | Clean up spacing. | tege | 2007-09-24 | 1 | -1/+1 |
* | Update license to version 3. | tege | 2007-09-18 | 24 | -117/+69 |
* | Fix comment typos. | tege | 2007-04-25 | 1 | -1/+1 |
* | Update URLs. | tege | 2006-11-04 | 1 | -4/+4 |
* | Update FSF's address. | tege | 2006-02-15 | 24 | -48/+48 |
* | Update URLs. | tege | 2006-02-03 | 1 | -5/+5 |
* | Add a copyright year. | tege | 2005-11-01 | 2 | -20/+21 |
* | Add cycle counts for array of x86 processors. | tege | 2005-10-31 | 2 | -4/+26 |
* | Misc comment fixes and spacing cleanups. | tege | 2004-11-17 | 1 | -1/+1 |
* | * mpn/x86/k6/gcd_finda.asm: Correction jbe -> jb in initial setups. | Kevin Ryde | 2004-04-07 | 1 | -2/+2 |
* | Typo in heading comment. | Kevin Ryde | 2004-03-31 | 1 | -2/+2 |
* | Retune. | tege | 2004-02-10 | 1 | -16/+18 |
* | * mpn/x86/k6/mul_basecase.asm: Add comment on using mpn_mul_1. | Kevin Ryde | 2003-10-11 | 1 | -5/+8 |
* | * mpn/x86/k6/aorsmul_1.asm: Tweak some comments, remove M4_description | Kevin Ryde | 2003-10-11 | 1 | -15/+15 |
* | Clean up spacing, tabify. | tege | 2003-09-28 | 21 | -167/+167 |
* | * mpn/x86/k6/mode1o.asm: Remove a bogus ASSERT. | Kevin Ryde | 2003-06-15 | 1 | -2/+1 |
* | * mpn/x86/k6/divrem_1.asm: New file, derived from mpn/x86/divrem_1.asm. | Kevin Ryde | 2003-06-08 | 1 | -0/+194 |
* | * mpn/x86/k6/pre_mod_1.asm: Remove comments now in mpn/x86/mod_1.asm. | Kevin Ryde | 2003-06-08 | 1 | -8/+1 |
* | Add a copyright year. | tege | 2003-02-12 | 1 | -1/+2 |
* | Retune. | tege | 2003-02-12 | 1 | -12/+12 |
* | Revert this, it's no good, for reasons to be described in mpn/x86/README: | Kevin Ryde | 2002-12-18 | 1 | -0/+15 |
* | * mpn/x86/k6/gcd_1.asm, mpn/x86/k7/gcd_1.asm: Don't use the PLT to | Kevin Ryde | 2002-12-16 | 1 | -15/+0 |