summaryrefslogtreecommitdiff
path: root/tune/many.pl
Commit message (Expand)AuthorAgeFilesLines
* Update library files license to use LGPL3+ and GPL2+.Torbjorn Granlund2014-01-271-11/+22
* Canonicalise copyright headers.Torbjorn Granlund2014-01-191-3/+3
* Use https to link to GNU license.Torbjorn Granlund2013-12-021-1/+1
* Collapse copyright years.Torbjorn Granlund2013-11-281-1/+1
* New public functions mpn_com and mpn_neg. (Were internal and with _n suffix.)Torbjorn Granlund2009-12-281-1/+1
* Purge references to mpn_bdivmod.Torbjorn Granlund2009-12-221-9/+0
* Rename mpn_addsub_n to mpn_add_n_sub_n.Torbjorn Granlund2009-10-041-1/+1
* Clean up spacing.tege2007-09-241-23/+23
* Update license to version 3.tege2007-09-181-4/+2
* Update FSF's address.tege2006-02-151-2/+2
* * tune/many.pl: Allow for PROLOGUE(fun,...), as used on alpha.Kevin Ryde2003-10-251-1/+1
* * tests/devel/try.c, tune/many.pl: Add mpn_addlsh1_n, mpn_sublsh1_n,Kevin Ryde2003-10-041-1/+1
* * tune/many.pl (mul_2): Add speed routine settings.Kevin Ryde2003-06-091-1/+5
* * gmp-impl.h, tune/speed.c, tune/speed.h, tune/common.c, tune/many.pl,Kevin Ryde2002-10-301-0/+57
* * tune/speed.h, tune/many.pl: Remove ATTRIBUTEs from prototypes.Kevin Ryde2002-10-231-20/+1
* * mpn/pa64/umul.asm, mpn/pa64/udiv.asm, mpn/asm-defs.m4, acconfig.h,Kevin Ryde2002-07-011-5/+6
* * tune/many.pl: Add udiv.asm support.Kevin Ryde2002-05-071-0/+10
* * tune/many.pl: Remove suffix hack for back.asm.Kevin Ryde2002-03-201-4/+1
* * tune/speed.c, tune/speed.h, tune/common.c, many.pl: Use optionalKevin Ryde2002-03-171-1/+3
* More of:Kevin Ryde2002-02-221-1/+1
* * tune/many.pl: Add -DHAVE_NATIVE_mpn_foo to C objects, to avoidKevin Ryde2002-02-221-1/+8
* * tune/many.pl (cntlz, cnttz): Use new SPEED_ROUTINE_COUNT_ZEROS.Kevin Ryde2002-01-111-3/+7
* * mpn/generic/mul_basecase.c, mpz/mul.c, mpz/n_pow_ui.c,Kevin Ryde2001-12-301-2/+1
* * tests/devel/try.c, tune/speed.c, tune/speed.h, tune/common.c,Kevin Ryde2001-12-211-3/+14
* * tune/many.pl: Setup CFLAGS_PIC and ASMFLAGS_PIC, since that's noKevin Ryde2001-11-021-3/+31
* More of:Kevin Ryde2001-10-271-0/+1
* * gmp-impl.h, mpn/asm-defs.m4, configure.in, tune/speed.c,Kevin Ryde2001-10-271-0/+5
* * tune/many.pl (popcount, hamdist): Fix declared return value.Kevin Ryde2001-09-231-8/+21
* * tune/many.pl, tune/Makefile.am: Fix some from clean and distclean.Kevin Ryde2001-08-281-2/+5
* * tune/speed.c,speed.h,common.c,many.pl (MPN_ZERO): Add measuring.Kevin Ryde2001-07-061-0/+6
* Bit more of:Kevin Ryde2001-06-121-2/+8
* * tune/speed.c,speed.h,common.c,many.pl: Add mpn_fib2_ui, mpz_fib2_ui,Kevin Ryde2001-06-071-2/+47
* * tests/devel/try.c, tune/many.pl: Add some umul_ppmm testing support.Kevin Ryde2001-05-111-0/+10
* * tune/many.pl, tune/speed.h: Add special mpn_back_to_back forKevin Ryde2001-04-201-7/+28
* * tune/many.pl: Change RM_TMP_S to RM_TMP to match mpn/Makeasm.am,Kevin Ryde2001-04-141-4/+4
* * tune/speed.c,speed.h,common.c,many.pl: Add measuring of mpn_com_nKevin Ryde2001-04-031-1/+15
* * tune/many.pl: Add mpn_count_{leading,trailing}_zeros andKevin Ryde2001-02-241-56/+176
* * tune/speed.c,speed.h,common.c,many.pl: Add measuring ofKevin Ryde2001-02-101-0/+6
* More of:Kevin Ryde2001-02-041-9/+9
* * tune/many.pl (pictable): Use $(ASMFLAGS_PIC) and $(CFLAGS_PIC).Kevin Ryde2001-02-031-3/+6
* * tests/devel/try.c: Partial rewrite, new scheme of function types,Kevin Ryde2001-02-021-22/+24
* Add a copyright year.Kevin Ryde2001-01-181-1/+1
* * tune/many.pl: Updates for move to tests/devel, add modexact_1_odd,Kevin Ryde2001-01-081-28/+41
* * tune/many.pl: New file.Kevin Ryde2000-12-181-0/+965