summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* (none-*-*): Allow this again, but print a warning.Torbjorn Granlund2012-12-171-1/+2
* Set GMP_NONSTD_ABI_64 using plain assignment, not AC_SUBST.Torbjorn Granlund2012-12-091-1/+1
* Make GMP_NONSTD_ABI ABI specific.Torbjorn Granlund2012-12-091-2/+3
* (arm*-*-*): New compiler optional "tune". Pass value for selected processors...Torbjorn Granlund2012-11-301-3/+17
* Support specific ARM processors.Torbjorn Granlund2012-11-281-3/+5
* (arm*-*-*): Pass -marm to deal with compilers defaulting to thumb code.Torbjorn Granlund2012-11-281-0/+1
* Modernise VAX support.Torbjorn Granlund2012-11-251-3/+9
* Add side-channel silent mpn division.Torbjorn Granlund2012-11-161-0/+5
* Declare new functions.Torbjorn Granlund2012-10-281-1/+1
* Implemented mpn_broot.Niels M?ller2012-10-281-1/+1
* configure.in (CALLING_CONVENTIONS_OBJS): Disable whit --disable-assembly.Marco Bodrato2012-06-241-1/+5
* Put arm dirs in path in proper prio order.Torbjorn Granlund2012-05-011-1/+1
* Share some tables among combinatoric functions.Marco Bodrato2012-04-301-0/+1
* Search arm/v6t2 for arm7.Torbjorn Granlund2012-04-271-1/+1
* Revert accidentally committed changes.Torbjorn Granlund2012-04-271-1/+2
* Fix typo in last change.Torbjorn Granlund2012-04-231-4/+4
* Recognise ARM sub-architectures.Torbjorn Granlund2012-04-221-1/+17
* Overhaul of x86-32 fat builds.Torbjorn Granlund2012-03-201-2/+8
* Add 7 more fat functions.Torbjorn Granlund2012-03-101-9/+10
* Removed __GMP_HAVE_PROTOTYPES and GMP_H_ANSI.Marco Bodrato2012-03-081-1/+0
* Adjust bulldozer path_64.Torbjorn Granlund2012-03-081-1/+1
* List recently added AMD directories.Torbjorn Granlund2012-03-071-1/+1
* Whitespace cleanup.Torbjorn Granlund2012-03-031-2/+2
* Added Marco's toom54. And a new itch function and a test program.Niels Möller2012-02-141-1/+1
* Display summary at end of configure.Niels Möller2012-02-131-0/+23
* Add ultrasparc T4 support.Torbjorn Granlund2012-01-171-2/+2
* Fix typo making HAVE_NATIVE_mpn_X fail for fat functions.Torbjorn Granlund2011-12-071-1/+1
* Update fat function set to be more relevant.Torbjorn Granlund2011-12-051-4/+22
* Add GMP_NONSTD_ABI also for fat builds.Torbjorn Granlund2011-12-011-12/+15
* Add DOS64 ABI support to most files.Torbjorn Granlund2011-11-291-1/+0
* More DOS64 configure changes.Torbjorn Granlund2011-11-281-2/+3
* Changes to support non-standard ABIs in a coherent way.Torbjorn Granlund2011-11-281-4/+16
* Partially tabify.Torbjorn Granlund2011-11-261-88/+88
* Reinsert x86 path components accidentally lost in major edit.Torbjorn Granlund2011-11-261-4/+4
* Overhaul x86/x86_64 support, merging three case statements into one.Torbjorn Granlund2011-11-251-55/+55
* Don't fail fat builds under 64-bit DOS.Torbjorn Granlund2011-11-221-3/+11
* Split x86 CPUs into more subtypes for more accurate passing of gcc flags.Torbjorn Granlund2011-11-201-2/+18
* Configure improvements powerpc64 with abi=32.Torbjorn Granlund2011-11-201-6/+8
* Amend 2011-11-03 gcc_cflags change.Torbjorn Granlund2011-11-151-4/+2
* Separate mpn_tabselect from mpn_powm_sec and prepare for asm support.Torbjorn Granlund2011-11-151-1/+4
* (gmp_mpn_functions): Add addcnd_n and subcnd_n.Torbjorn Granlund2011-11-091-0/+1
* Change how mpn_redc_1 works, use more broadly.Torbjorn Granlund2011-11-071-1/+1
* Pass -m32 in more cases, using via _maybe mechanism.Torbjorn Granlund2011-11-031-10/+12
* (s390): Set gcc_32_cflags_maybe.Torbjorn Granlund2011-11-021-1/+1
* New mpn_hgcd_reduce functionNiels Möller2011-10-261-1/+1
* Further s390 improvements.Torbjorn Granlund2011-10-161-1/+10
* Further s390 changes.Torbjorn Granlund2011-10-151-9/+39
* (s390): Rewrite support to handle known CPUs.Torbjorn Granlund2011-10-151-7/+23
* AC_DEFINE and use HAVE_HOST_CPU_s390_zarch.Torbjorn Granlund2011-10-141-1/+5
* (s390): Unset extra_functions for s390x.Torbjorn Granlund2011-10-131-0/+1