| Commit message (Expand) | Author | Age | Files | Lines |
* | Declare just added refmpn_addcnd_n, refmpn_subcnd_n. | Torbjorn Granlund | 2011-11-09 | 1 | -0/+5 |
* | Add testing of mpn_addcnd_n, mpn_subcnd_n. | Torbjorn Granlund | 2011-11-09 | 2 | -0/+39 |
* | Change how mpn_redc_1 works, use more broadly. | Torbjorn Granlund | 2011-11-07 | 1 | -5/+2 |
* | Overhaul low-level mpn test code. | Torbjorn Granlund | 2011-10-16 | 7 | -46/+200 |
* | Implemented subquadratic mpn_hgcd_appr. | Niels Möller | 2011-10-10 | 1 | -3/+23 |
* | (check_ref): Fix loop end bound. | Torbjorn Granlund | 2011-10-10 | 1 | -1/+1 |
* | Let mpn_hgcd_appr destroy its inputs. | Niels Möller | 2011-10-10 | 1 | -4/+10 |
* | Corrected copyright year. | Niels Möller | 2011-10-09 | 1 | -1/+1 |
* | Fixed extra_bits book-keeping in hgcd_appr. | Niels Möller | 2011-10-08 | 1 | -33/+9 |
* | mpn_hgcd_appr testing | Niels Möller | 2011-10-07 | 2 | -1/+579 |
* | Fix a comment. | Niels Möller | 2011-10-06 | 1 | -4/+2 |
* | Tests for mpn_mulmid. | Niels Möller | 2011-10-03 | 2 | -1/+94 |
* | mulmid testing. | Niels Möller | 2011-10-03 | 3 | -27/+397 |
* | Add swap functions to gmpxx. | Marc Glisse | 2011-09-21 | 1 | -1/+89 |
* | __builtin_constant_p optimizations to turn x+0 into x, x*4 into x<<2, etc, al... | Marc Glisse | 2011-08-21 | 1 | -0/+3 |
* | (check_bigc): Call abort after reporting error. | Torbjorn Granlund | 2011-08-10 | 1 | -0/+1 |
* | Disable test for mingw. | Torbjorn Granlund | 2011-07-05 | 1 | -1/+9 |
* | Simplified mpz_jacobi using reciprocity. | Niels Möller | 2011-05-23 | 1 | -0/+4 |
* | Jacobi bugfix and corresponding test case. | Niels Möller | 2011-05-22 | 1 | -0/+1 |
* | Rewrote broken handling of the case asize == 1 in mpz_jacobi. | Niels Möller | 2011-05-21 | 1 | -2/+15 |
* | Remove an unneeded overload of << | Marc Glisse | 2011-05-15 | 1 | -0/+18 |
* | Test stream input/output on mp*_class and not just mp*_t. | Marc Glisse | 2011-05-10 | 2 | -3/+93 |
* | Test the C++ operators +=, -=, etc. | Marc Glisse | 2011-05-07 | 2 | -1/+136 |
* | Minor test changes. | Marc Glisse | 2011-05-07 | 2 | -3/+3 |
* | Make some conversions between C++ types explicit. | Marc Glisse | 2011-05-06 | 2 | -1/+85 |
* | C++ random generator tests | Marc Glisse | 2011-05-01 | 1 | -1/+12 |
* | More C++ tests. | Marc Glisse | 2011-05-01 | 1 | -0/+6 |
* | Whitespace cleanup. | Torbjorn Granlund | 2011-04-28 | 1 | -4/+4 |
* | mpn_div_qr_2 and related functions: Take separate rp argument, don't clobber ... | Niels Möller | 2011-03-29 | 1 | -4/+2 |
* | Dedup the comparison code. | Marc Glisse | 2011-03-20 | 1 | -4/+4 |
* | New function mpn_div_qr_2. | Niels Möller | 2011-03-20 | 1 | -0/+46 |
* | Inline mpz_set_*i where it is safe | Marc Glisse | 2011-03-16 | 1 | -0/+1 |
* | Make __GMPZ_ULI_LIMBS more preprocessor-friendly. | Marc Glisse | 2011-03-15 | 1 | -0/+1 |
* | Increase C++ test coverage. | Marc Glisse | 2011-03-13 | 2 | -2/+238 |
* | Fix t-istream -s | Marc Glisse | 2011-03-12 | 1 | -1/+2 |
* | More _ip* declarations/tests/speed. | Marco Bodrato | 2011-03-11 | 1 | -10/+74 |
* | tests/devel/try support for some _ip1 and _ip2 functions. | Marco Bodrato | 2011-03-11 | 3 | -1/+148 |
* | Explicit conversion from int to streampos. | Marc Glisse | 2011-03-10 | 1 | -3/+3 |
* | Keep eofbit after istream read to the end. | Marc Glisse | 2011-03-09 | 3 | -30/+90 |
* | Added testcase to exercise the nl == constant 0 special case in udiv_qrnnd_pr... | Niels Möller | 2011-02-28 | 1 | -0/+5 |
* | Tests for mpn_{add,sub,rsb}lsh{,1,2}. | Marco Bodrato | 2011-02-11 | 3 | -0/+167 |
* | Correct checking range in tests/mpn/t-toom[68]h . | Marco Bodrato | 2011-02-05 | 2 | -2/+2 |
* | tests/devel/try mpn_bdiv_q_1 support. | Marco Bodrato | 2011-01-21 | 1 | -4/+41 |
* | Support testing of mpn_mul_5 and mpn_mul_6. | Torbjorn Granlund | 2011-01-08 | 1 | -1/+19 |
* | (refmpn_mul_5, refmpn_mul_6): New functions. | Torbjorn Granlund | 2011-01-08 | 2 | -30/+27 |
* | Misc and comment changes. | Torbjorn Granlund | 2010-11-29 | 1 | -13/+14 |
* | Rewrite amd64 calling conventions checking code to match calls and returns. | Torbjorn Granlund | 2010-11-29 | 1 | -63/+64 |
* | Rewrite x86 calling conventions checking code for code size and to support PIC. | Torbjorn Granlund | 2010-11-29 | 2 | -56/+108 |
* | More C++ edits. | Torbjorn Granlund | 2010-11-14 | 1 | -1/+1 |
* | Add explicit casts for type conversions. | Torbjorn Granlund | 2010-11-13 | 1 | -2/+2 |