summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* doc: add version.texibaserock/morphRichard Maw2012-02-151-0/+4
| | | | | | This is generated in .bootstrap, but we run autoreconf instead However version.texi is included in a document, so it probably should be available in the source tree
* gmp.morph: use autoreconf instead of .bootstrapRichard Maw2012-02-151-1/+1
| | | | | This should be equivalent apart from .bootstrap making a texi file
* Revert ".bootstrap: set -e so it properly signals failure"Richard Maw2012-02-151-2/+1
| | | | | | This reverts commit b28f3b221014bfe598c43bdb534cd587782d18b6. This change was for debugging only, the issue has since been fixed and we don't want too many changes to upstream.
* .bootstrap: set -e so it properly signals failureRichard Maw2012-01-261-1/+2
|
* Merge branch 'master' into baserock/morphRichard Maw2012-01-19171-1780/+6367
|\
| * Fix typo in last change (thanks Marco!).Torbjorn Granlund2011-11-291-0/+1
| |
| * Add DOS64 ABI support to most files.Torbjorn Granlund2011-11-2947-111/+458
| |
| * Retune.Torbjorn Granlund2011-11-291-29/+63
| |
| * *** empty log message ***Torbjorn Granlund2011-11-281-0/+19
| |
| * Support ABI DOS64.Torbjorn Granlund2011-11-284-27/+110
| |
| * Retune.Torbjorn Granlund2011-11-284-109/+114
| |
| * Retune.Torbjorn Granlund2011-11-281-1/+1
| |
| * (DOS64_ENTRY, DOS64_EXIT): New, empty defs.Torbjorn Granlund2011-11-281-2/+5
| |
| * New file.Torbjorn Granlund2011-11-281-0/+39
| |
| * More DOS64 configure changes.Torbjorn Granlund2011-11-281-2/+3
| |
| * (ABI_SUPPORT): New dummy macro.Torbjorn Granlund2011-11-281-0/+16
| |
| * Changes to support non-standard ABIs in a coherent way.Torbjorn Granlund2011-11-281-4/+16
| |
| * Use CNST_LIMB for some constants.Torbjorn Granlund2011-11-281-3/+3
| |
| * Partially tabify.Torbjorn Granlund2011-11-261-88/+88
| |
| * Reinsert x86 path components accidentally lost in major edit.Torbjorn Granlund2011-11-261-4/+4
| |
| * *** empty log message ***Torbjorn Granlund2011-11-251-0/+7
| |
| * Many new gmp-mparam.h file for 64-bit CPUs in 32-bit mode.Torbjorn Granlund2011-11-257-0/+1001
| |
| * Overhaul x86/x86_64 support, merging three case statements into one.Torbjorn Granlund2011-11-251-55/+55
| |
| * *** empty log message ***Torbjorn Granlund2011-11-241-0/+3
| |
| * (Formatted Output Strings): Clarify rules for mpf_t precision.Torbjorn Granlund2011-11-241-2/+5
| |
| * *** empty log message ***Torbjorn Granlund2011-11-241-0/+7
| |
| * *** empty log message ***Torbjorn Granlund2011-11-241-0/+77
| |
| * Retune.Torbjorn Granlund2011-11-244-218/+240
| |
| * Add power7/32 tuning file.Torbjorn Granlund2011-11-241-0/+149
| |
| * (tune_mu_div, tune_mu_bdiv): Up min_size to karatsuba's threshold.Torbjorn Granlund2011-11-241-4/+4
| |
| * Generalise new power6 addmul_1 to support also submul_1.Torbjorn Granlund2011-11-222-28/+53
| |
| * *** empty log message ***Torbjorn Granlund2011-11-221-0/+5
| |
| * Don't fail fat builds under 64-bit DOS.Torbjorn Granlund2011-11-221-3/+11
| |
| * Add more cycle numbers.Torbjorn Granlund2011-11-221-2/+3
| |
| * Add more cycle numbers.Torbjorn Granlund2011-11-221-8/+11
| |
| * Align loop for slightly better power5 performance.Torbjorn Granlund2011-11-221-2/+3
| |
| * Add more cycle numbers.Torbjorn Granlund2011-11-221-2/+2
| |
| * Retune.Torbjorn Granlund2011-11-221-22/+22
| |
| * Add power6-specific addmul_1.Torbjorn Granlund2011-11-222-0/+151
| |
| * Spacing cleanup.Torbjorn Granlund2011-11-2133-85/+85
| |
| * (__GNU_MP_RELEASE): Renamed from typo name.Torbjorn Granlund2011-11-212-1/+5
| |
| * Retune.Torbjorn Granlund2011-11-201-15/+21
| |
| * Split x86 CPUs into more subtypes for more accurate passing of gcc flags.Torbjorn Granlund2011-11-202-2/+21
| |
| * Provide special powerpc64 add_n/sub_n abi=32 code.Torbjorn Granlund2011-11-202-0/+178
| |
| * Configure improvements powerpc64 with abi=32.Torbjorn Granlund2011-11-202-6/+15
| |
| * Retune, adding several new THRESHOLDs.Torbjorn Granlund2011-11-1723-415/+659
| |
| * Add speed measurement for mpn_tabselect.Torbjorn Granlund2011-11-174-3/+24
| |
| * Another tweak to mpn_hgcd_appr tuningNiels Möller2011-11-172-0/+5
| |
| * Use 32-bit insn forms.Torbjorn Granlund2011-11-171-3/+3
| |
| * New file.Torbjorn Granlund2011-11-162-0/+100
| |