Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Renamed mpn_hgcd_matrix1_inverse_vector to mpn_matrix22_mul1_inverse_vector, ... | Niels Möller | 2010-04-14 | 9 | -35/+81 |
* | Re-enable mpn_add_n_sub_n calls. | Torbjorn Granlund | 2010-03-26 | 3 | -5/+2 |
* | Properly restore ar.lc. | Torbjorn Granlund | 2010-03-25 | 1 | -1/+1 |
* | Add itanium mpn_add_n_sub_n. | Torbjorn Granlund | 2010-03-25 | 2 | -0/+297 |
* | Disable mpn_add_n_sub_n call. | Torbjorn Granlund | 2010-03-25 | 3 | -2/+5 |
* | Fix mpn_add_n_sub_n usage. | Torbjorn Granlund | 2010-03-25 | 4 | -9/+16 |
* | Rename addsub_n.c to add_n_sub_n.c. | Torbjorn Granlund | 2010-03-25 | 2 | -0/+4 |
* | Use mpn_invert_limb instead of div insn. | Torbjorn Granlund | 2010-03-23 | 2 | -18/+25 |
* | Remove a pointless mutex decl. | Torbjorn Granlund | 2010-03-23 | 1 | -1/+0 |
* | Clean up obsolete comments. | Torbjorn Granlund | 2010-03-23 | 2 | -5/+5 |
* | Misc cleanups. | Torbjorn Granlund | 2010-03-23 | 1 | -17/+13 |
* | Generalise ia64 add+lsh functions. | Torbjorn Granlund | 2010-03-23 | 4 | -283/+369 |
* | Fix another typo. | Torbjorn Granlund | 2010-03-22 | 1 | -1/+1 |
* | Fix typo of last change. | Torbjorn Granlund | 2010-03-21 | 1 | -1/+1 |
* | Fix comment typos. | Torbjorn Granlund | 2010-03-20 | 1 | -2/+2 |
* | Rewrite to exploit cancellation in the Newton iteration. | Torbjorn Granlund | 2010-03-20 | 2 | -79/+79 |
* | Correct cycle counts. | Torbjorn Granlund | 2010-03-20 | 3 | -5/+3 |
* | Trivial merge. | Torbjorn Granlund | 2010-03-20 | 3 | -21/+15 |
|\ | |||||
| * | Fix incorrect headers. | Torbjorn Granlund | 2010-03-20 | 3 | -21/+15 |
* | | Use sublsh2 in Toom-4.5 . | Marco Bodrato | 2010-03-20 | 2 | -3/+13 |
* | | Fix typo | Marco Bodrato | 2010-03-20 | 1 | -1/+1 |
|/ | |||||
* | Fix typo. | Torbjorn Granlund | 2010-03-20 | 1 | -1/+1 |
* | More work on ppc64 add+lsh functions. | Torbjorn Granlund | 2010-03-20 | 4 | -131/+224 |
* | Add special Nano mpn_divexact_1. | Torbjorn Granlund | 2010-03-19 | 2 | -0/+156 |
* | Add some comments. | Torbjorn Granlund | 2010-03-19 | 1 | -10/+10 |
* | Major overhaul of x86_64 divrem_1. | Torbjorn Granlund | 2010-03-19 | 3 | -144/+63 |
* | Bring header comments up-to-date. | Torbjorn Granlund | 2010-03-19 | 1 | -11/+8 |
* | Call mpn_sublsh2_n and mpn_sublsh_n with correct args. | Torbjorn Granlund | 2010-03-19 | 2 | -2/+5 |
* | Test mpn_sublsh2_n. | Torbjorn Granlund | 2010-03-19 | 4 | -118/+76 |
* | Define gcc_32_cflags_maybe, ar_32_flags and nm_32_flags. | Torbjorn Granlund | 2010-03-19 | 1 | -5/+9 |
* | Change include file order. | Torbjorn Granlund | 2010-03-19 | 5 | -15/+15 |
* | Replace ppc64 mpn_addlsh1_n and mpn_sublsh1_n code. | Torbjorn Granlund | 2010-03-19 | 4 | -165/+189 |
* | Tune for slightly better speed. | Torbjorn Granlund | 2010-03-18 | 2 | -20/+24 |
* | Misc cleanups. Add/update cycle tables. | Torbjorn Granlund | 2010-03-18 | 7 | -67/+62 |
* | Retune. | Torbjorn Granlund | 2010-03-18 | 1 | -2/+2 |
* | Use mpn_invert_limb instead of div insn. | Torbjorn Granlund | 2010-03-16 | 3 | -55/+77 |
* | Set x bit. | Torbjorn Granlund | 2010-03-16 | 1 | -0/+0 |
* | Add FLAG_R_OPTIONAL for many binops. | Torbjorn Granlund | 2010-03-16 | 2 | -8/+12 |
* | Update comments. | Torbjorn Granlund | 2010-03-15 | 1 | -3/+2 |
* | Rewrite alpha mpn_mod_1s_4p_cps. | Torbjorn Granlund | 2010-03-15 | 2 | -107/+105 |
* | Insert explicitly typed nops to trigger intended bundling. | Torbjorn Granlund | 2010-03-15 | 4 | -5/+22 |
* | Rewrite Pentium 4/32 mpn_submul_1. | Torbjorn Granlund | 2010-03-13 | 2 | -50/+95 |
* | Retune. | Torbjorn Granlund | 2010-03-13 | 7 | -26/+26 |
* | Add more cycle counts. | Torbjorn Granlund | 2010-03-13 | 2 | -4/+4 |
* | Combine and improve ppc64 mpn_addmul_1 and mpn_submul_1 code. | Torbjorn Granlund | 2010-03-13 | 3 | -147/+116 |
* | Trivial merge. | Torbjorn Granlund | 2010-03-11 | 10 | -13/+147 |
|\ | |||||
| * | Use sub_ddmmss in gcd_2. | Niels Möller | 2010-03-11 | 2 | -4/+10 |
| * | Slight reorganization of new mpn_jacobi_base. | Niels Möller | 2010-03-11 | 2 | -7/+18 |
| * | Added mpn_jacobi_base_4 prototype. | Niels Möller | 2010-03-11 | 1 | -0/+1 |
| * | Update Python site, add Ruby. | Torbjorn Granlund | 2010-03-11 | 2 | -2/+10 |