index
:
delta/gmp.git
baserock/morph
gmp
gmp-3_0-branch
gmp-3_1-branch
gmp-4_0-branch
gmp-4_1-branch
master
gmplib.org: repo/gmp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gmp-impl.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reorganise foolshC_ip1 -> foolshC -> foolsh chain to make it transitive.
Torbjorn Granlund
2017-07-23
1
-123
/
+168
*
Fix typo in last edit.
Torbjorn Granlund
2017-07-20
1
-1
/
+1
*
(mpn_sbpi1_bdiv_r): Declare.
Torbjorn Granlund
2017-07-20
1
-0
/
+3
*
Break out and optimise powtab computation from mpn/generic/get_str.c and mpn/...
Torbjorn Granlund
2017-01-24
1
-5
/
+4
*
(x86_64 MPN_IORD_U): Use proper asm constraint.
Oleg Oshmyan
2016-10-31
1
-1
/
+1
*
Include just gmp-impl.h, make gmp-impl.h grab gmp.h.
Torbjorn Granlund
2016-08-29
1
-0
/
+1
*
Use gmp_uint_least32_t in bitfields instead of unsigned int.
Marc Glisse
2015-12-19
1
-2
/
+2
*
gmp-impl.h (MPN_TOOM22_MUL_MINSIZE): Consider ToomX2 limits.
Marco Bodrato
2015-11-21
1
-1
/
+3
*
Tuning code for SQRLO_*:THRESHOLDs.
Marco Bodrato
2015-08-25
1
-0
/
+34
*
gmp-impl.h: New MPQ_{SRC,}PTR_SWAP macro
Marco Bodrato
2015-08-20
1
-0
/
+13
*
mpn/generic/sqrlo{,_basecase.c}: New files.
Marco Bodrato
2015-08-06
1
-0
/
+6
*
gmp-impl.h (MPN_FILL): New macro.
Marco Bodrato
2015-07-01
1
-20
/
+20
*
Remove K&R stringize support.
Torbjorn Granlund
2015-06-23
1
-9
/
+1
*
ChangeLog
Marco Bodrato
2015-05-30
1
-1
/
+1
*
Make mpn_zero_p public (inline).
Marco Bodrato
2015-05-30
1
-11
/
+0
*
Rename a dummy variable
Marco Bodrato
2015-05-20
1
-2
/
+2
*
mpn/generic/invertappr.c (mpn_ni_invertappr): Reduce memory used (and related...
Marco Bodrato
2015-05-15
1
-1
/
+1
*
gmp-impl.h (mpn_invertappr_itch): reduce required memory
Marco Bodrato
2015-05-09
1
-1
/
+1
*
Fix some spelling errors.
Torbjorn Granlund
2015-05-03
1
-2
/
+2
*
Make mpn_divexact_1 public.
Niels M?ller
2015-02-21
1
-5
/
+0
*
Make tmp_debug_entry_t::block of type void* so it compiles in C++.
Marc Glisse
2014-12-26
1
-1
/
+1
*
mpn/generic/remove.c: Use mp_srcptr for source operands.
Marco Bodrato
2014-09-01
1
-1
/
+1
*
gmp-impl.h (TMP_ALLOC_LIMBS_3): New macro to allocate 3 blocks.
Marco Bodrato
2014-09-01
1
-2
/
+16
*
Move MULLO THRESHOLDs to gmp-impl.h.
Torbjorn Granlund
2014-06-09
1
-4
/
+16
*
(TMP_ALLOC): Decrease limit to about half.
Torbjorn Granlund
2014-06-08
1
-1
/
+2
*
Include and rely on <limits.h>.
Marc Glisse
2014-05-29
1
-39
/
+0
*
Update library files license to use LGPL3+ and GPL2+.
Torbjorn Granlund
2014-01-27
1
-7
/
+18
*
Canonicalise copyright headers.
Torbjorn Granlund
2014-01-19
1
-3
/
+3
*
Get rid of BYTES_PER_MP_LIMB, most files affected.
Torbjorn Granlund
2014-01-19
1
-4
/
+3
*
Whitespace cleanup.
Torbjorn Granlund
2014-01-14
1
-1
/
+1
*
gmp-impl.h: Declare all _itch functions using ATTRIBUTE_CONST.
Marco Bodrato
2014-01-05
1
-16
/
+16
*
Add a copyright year.
Torbjorn Granlund
2014-01-05
1
-1
/
+1
*
Declare all itch functions using __GMP_ATTRIBUTE_PURE.
Torbjorn Granlund
2014-01-05
1
-16
/
+16
*
SHRT_MAX etc have the promoted type in standard C.
Marc Glisse
2014-01-02
1
-3
/
+3
*
Always include <limits.h>.
Marc Glisse
2014-01-02
1
-6
/
+6
*
Add several mpn_sec functions to public interface.
Torbjorn Granlund
2013-12-28
1
-11
/
+1
*
Encoding conversion to UTF-8
Marco Bodrato
2013-12-26
1
-1
/
+1
*
Rename mpn_blah_sec to mpn_sec_blah.
Torbjorn Granlund
2013-12-26
1
-15
/
+15
*
Use https to link to GNU license.
Torbjorn Granlund
2013-12-02
1
-1
/
+1
*
Collapse copyright years.
Torbjorn Granlund
2013-11-28
1
-3
/
+1
*
Remove mpn_sqr declaration, rely on copy in gmp-in.h.
Torbjorn Granlund
2013-10-30
1
-3
/
+0
*
Implemented tuning of mpn_div_qr_1.
Niels M?ller
2013-10-20
1
-0
/
+12
*
New function mpn_div_qr_1.
Niels M?ller
2013-10-20
1
-0
/
+3
*
Fix a comment.
Torbjorn Granlund
2013-09-15
1
-1
/
+2
*
Add cnd_add_n and cnd_sub_n as fat functions.
Torbjorn Granlund
2013-07-31
1
-0
/
+6
*
Amend last change.
Torbjorn Granlund
2013-05-03
1
-7
/
+9
*
Override mpn_addlsh1_n, mpn_addlsh2_n, mpn_sublsh1_n, etc with mpn_addlsh_n, ...
Torbjorn Granlund
2013-04-29
1
-0
/
+40
*
More of: Make precomputed arg 'const'.
Torbjorn Granlund
2013-03-27
1
-1
/
+1
*
Make precomputed arg 'const'.
Torbjorn Granlund
2013-03-27
1
-4
/
+4
*
Make mpn_cnd_add_n and mpn_cnd_sub_n public.
Niels M?ller
2013-03-26
1
-4
/
+0
[next]