summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* (arm*-*-*): New compiler optional "tune". Pass value for selected processors...Torbjorn Granlund2012-11-301-3/+17
* Conditionalise ARM asm on !__thumb__.Torbjorn Granlund2012-11-292-1/+6
* *** empty log message ***Torbjorn Granlund2012-11-281-0/+4
* Support specific ARM processors.Torbjorn Granlund2012-11-283-3/+43
* Fix typo.Torbjorn Granlund2012-11-281-1/+1
* *** empty log message ***Torbjorn Granlund2012-11-281-0/+2
* Move new_b out since it lives on through b.Torbjorn Granlund2012-11-281-1/+1
* *** empty log message ***Torbjorn Granlund2012-11-281-0/+5
* Add more items.Torbjorn Granlund2012-11-281-4/+9
* (arm*-*-*): Pass -marm to deal with compilers defaulting to thumb code.Torbjorn Granlund2012-11-281-0/+1
* Clarify mpz_init2 operation.Torbjorn Granlund2012-11-271-4/+7
* *** empty log message ***Torbjorn Granlund2012-11-261-0/+5
* (checkz): Reduce huge numbers to avoid vax overflow.Torbjorn Granlund2012-11-261-4/+4
* Modernise VAX support.Torbjorn Granlund2012-11-2517-600/+610
* Reinsert non-IEEE code.Torbjorn Granlund2012-11-251-4/+85
* (check_onebit): Get vax bounds right.Torbjorn Granlund2012-11-251-2/+4
* Update authors.Marco Bodrato2012-11-232-2/+5
* run-tests: Added copyright header.Niels M?ller2012-11-222-1/+22
* Add item from Marco.Torbjorn Granlund2012-11-221-0/+3
* Put also mini-gmp test suite under GPL.Torbjorn Granlund2012-11-2122-242/+242
* Put all of test suite under GPL, use consistent header.Torbjorn Granlund2012-11-21211-2314/+2328
* Added copyright headers to mini-gmp files.Niels M?ller2012-11-2118-0/+339
* Contributors note on mini-gmp.Niels M?ller2012-11-211-1/+2
* Add copyright years.Torbjorn Granlund2012-11-20197-378/+396
* Add item.Torbjorn Granlund2012-11-201-0/+2
* More NEWS items.Torbjorn Granlund2012-11-191-1/+3
* NEWS entries for new jacobi code, and mini-gmp.Niels M?ller2012-11-191-1/+8
* Contributors: Mention Niels' jacobi code, and David's mulmid code.Niels M?ller2012-11-191-2/+4
* Updated file list for Niels, and added toom54_mul.c for Marco.Niels M?ller2012-11-191-6/+19
* Add more items.Torbjorn Granlund2012-11-191-0/+10
* Sync with 5.0 NEWS, add some items.Torbjorn Granlund2012-11-181-18/+131
* Whitespace cleanup.Torbjorn Granlund2012-11-1715-25/+25
* *** empty log message ***Torbjorn Granlund2012-11-161-0/+2
* (redcify): Use mpn_sb_div_r_sec.Torbjorn Granlund2012-11-161-0/+16
* Adjust sbpi1 scratch argument in new div_sec code.Torbjorn Granlund2012-11-161-2/+4
* Add side-channel silent mpn division.Torbjorn Granlund2012-11-165-0/+285
* Fix comment typo.Torbjorn Granlund2012-11-151-1/+1
* Update recommendations for M-R counts. Misc wording improvements.Torbjorn Granlund2012-11-121-6/+8
* Add ARM64 support. Add AVR support.Torbjorn Granlund2012-11-122-0/+41
* Fix typo.Torbjorn Granlund2012-11-121-1/+1
* Tune, simplify.Torbjorn Granlund2012-11-122-72/+28
* Fix comment typo.Torbjorn Granlund2012-11-121-1/+1
* Remove a redundant abort().Torbjorn Granlund2012-11-121-2/+1
* Remove test for old GMP release.Torbjorn Granlund2012-11-121-6/+1
* Fix mpq mord_2exp bug, enhance related testing.Torbjorn Granlund2012-11-123-3/+71
* (mpn_bdiv_qr_wrap): Make static.Torbjorn Granlund2012-11-102-4/+8
* Rewrite.Torbjorn Granlund2012-11-042-43/+87
* mpn_brootinv: Interface change, limbs rather than bits.Niels M?ller2012-11-016-21/+68
* (mpn_hgcd2): Removed redundant loop exit tests in the single-precision loop.Niels M?ller2012-11-012-4/+3
* mpz_combit rewrite.Niels M?ller2012-11-012-38/+54