summaryrefslogtreecommitdiff
path: root/mpn
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***tege2002-09-031-25/+35
* Add a copyright year, and get the speed comment out of the way.Kevin Ryde2002-08-312-10/+12
* * mpn/powerpc32/mode1o.asm: Forgot ASM_START.Kevin Ryde2002-08-241-0/+1
* * configure.in, acinclude.m4 (GMP_ASM_POWERPC_PIC_ALWAYS): New macro.Kevin Ryde2002-08-171-0/+7
* * mpn/powerpc32/mode1o.asm: New file.Kevin Ryde2002-08-171-0/+164
* * mpn/powerpc32/powerpc-defs.m4 (ASSERT): New macro.Kevin Ryde2002-08-171-0/+36
* * mpn/powerpc32/powerpc-defs.m4 (PROLOGUE_cpu): New macro, givingKevin Ryde2002-08-171-4/+23
* Fix typo in !scale_available_p code.tege2002-08-162-4/+4
* * mpn/x86/*.asm: Use ret_internal.Kevin Ryde2002-08-1623-23/+23
* * configure.in (--enable-profiling=instrument): New option.Kevin Ryde2002-08-161-23/+154
* * mpn/asm-defs.m4 (m4_unquote): New macro.Kevin Ryde2002-08-161-0/+10
* * mpn/alpha/umul.asm: Add ASM_END.Kevin Ryde2002-08-161-0/+1
* * mpn/alpha/umul.asm: Use "r" registers, for the benefit of Unicos.Kevin Ryde2002-08-121-4/+4
* * */Makefile.in, aclocal.m4, configure: Update to automake 1.6.3.Kevin Ryde2002-08-091-3/+10
* * mpn/ia64/README: Some notes on assembler syntax.Kevin Ryde2002-08-091-0/+16
* * mpn/ia64/add_n.asm, mpn/ia64/addmul_1.asm, mpn/ia64/mul_1.asm,Kevin Ryde2002-08-092-2/+6
* * mpn/ia64/add_n.asm, mpn/ia64/sub_n.asm: Add .body.Kevin Ryde2002-08-092-2/+4
* * mpn/ia64/copyd.asm, mpn/ia64/copyi.asm: Correction to .body position.Kevin Ryde2002-08-092-2/+2
* * mpn/ia64/lorrshift.asm: Add .prologue stuff.Kevin Ryde2002-08-091-0/+3
* * mpn/x86/pentium/mmx/popham.asm: Remove file, not faster than plainKevin Ryde2002-08-071-30/+0
* * mpn/x86/pentium/mmx/hamdist.asm: New file, adapted fromKevin Ryde2002-08-071-0/+31
* * mpn/alpha/umul.asm: Use PROLOGUE/EPILOGUE, rename it mpn_umul_ppmm.Kevin Ryde2002-08-071-16/+11
* * mpn/lisp/gmpasm-mode.el: Set add-log-current-defun-header-regexp toKevin Ryde2002-08-051-2/+9
* * mpn/ia64/*.asm [hpux ABI=32]: Extend 32-bit operands to 64-bits, notKevin Ryde2002-08-057-0/+43
* * mpn/ia64/*.asm [hpux ABI=32]: Extend 32-bit operands to 64-bits, notKevin Ryde2002-08-051-0/+7
* * mpn/powerpc32/lshift.asm, mpn/powerpc32/rshift.asm: Lose final mr,Kevin Ryde2002-07-302-6/+4
* * mpn/generic/tdiv_qr.c: Inline mpn_rshift and MPN_COPY of 2 limbs.Kevin Ryde2002-07-271-2/+5
* * mpn/ia64/invert_limb.asm: Use .rodata which works on ia64-*-hpux*Kevin Ryde2002-07-241-1/+1
* * mpn/ia64/default.m4 (ASM_START): Define to empty, not dnl, so as notKevin Ryde2002-07-241-2/+14
* * mpn/lisp/gmpasm-mode.el (gmpasm-comment-start-regexp): Add // forKevin Ryde2002-07-241-2/+11
* * mpn/ia64/invert_limb.asm: Add big-endian data.Kevin Ryde2002-07-211-0/+9
* * mpn/generic/divis.c: More care with mp_size_t parameters, for theKevin Ryde2002-07-201-1/+1
* * gmp-impl.h (CACHED_ABOVE_THRESHOLD, CACHED_BELOW_THRESHOLD): NewKevin Ryde2002-07-201-3/+1
* * mpn/ia64/*.asm: Add .sptk to unconditional branches, add ";" afterKevin Ryde2002-07-151-6/+6
* Add a copyright year.Kevin Ryde2002-07-153-3/+3
* * mpn/ia64/*.asm: Add .sptk to unconditional branches, add ";" afterKevin Ryde2002-07-158-69/+69
* * mpn/powerpc32/rshift.asm: Rewrite, transformed from lshift.asm.Kevin Ryde2002-07-131-47/+133
* * gmp-impl.h, mpn/asm-defs.m4 (mpn_addmul_2, mpn_addmul_3,Kevin Ryde2002-07-121-0/+3
* Regenerate for:Kevin Ryde2002-07-101-0/+2
* Add a copyright year.Kevin Ryde2002-07-101-1/+1
* * mpn/pa32/*.asm: Use LDEF.Kevin Ryde2002-07-101-1/+4
* * mpn/pa32/*.asm: Use LDEF.Kevin Ryde2002-07-1013-50/+50
* * mpn/asm-defs.m4 (LDEF): New macro.Kevin Ryde2002-07-101-2/+21
* * mpn/ia64/invert_limb.asm: Use RODATA since ".section .rodata" notKevin Ryde2002-07-101-2/+2
* Clean up header comments.tege2002-07-059-210/+176
* * mpn/pa64/umul.asm, mpn/pa64/udiv.asm, mpn/asm-defs.m4, acconfig.h,Kevin Ryde2002-07-013-5/+7
* * mpn/generic/diveby3.c: Further nailifications.Kevin Ryde2002-06-291-9/+6
* Add an internal-use-only comment.Kevin Ryde2002-06-251-0/+4
* * mpn/pa32/udiv.asm, mpn/pa32/hppa1_1/udiv.asm, mpn/pa64/udiv.asm:Kevin Ryde2002-06-221-0/+0
* * mpn/pa32/udiv.asm, mpn/pa32/hppa1_1/udiv.asm, mpn/pa64/udiv.asm:Kevin Ryde2002-06-223-0/+0