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
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Copyright year.
Marco Bodrato
2012-05-18
1
-1
/
+1
|
*
tests/mpz: slightly wider coverage.
Marco Bodrato
2012-05-18
4
-6
/
+51
|
*
mpz/cmpabs_d.c: Remove an unused branch.
Marco Bodrato
2012-05-18
2
-1
/
+2
|
*
mpn/generic/mullo_n.c: Disable MAYBE_ if WANT_FAT_BINARY.
Marco Bodrato
2012-05-18
2
-1
/
+3
|
*
tests/mpf/t-set.c: use TESTS_REPS.
Marco Bodrato
2012-05-18
1
-3
/
+1
|
*
tests: slightly wider coverage.
Marco Bodrato
2012-05-17
4
-1
/
+10
|
*
tests/mpf/t-set.c (check_random): New check, both set and init_set.
Marco Bodrato
2012-05-17
2
-3
/
+65
|
*
tests/mpf/t-set_ui.c (check_data): LONG_HIGHBIT -> ULONG_HIGHBIT.
Marco Bodrato
2012-05-17
2
-1
/
+3
|
*
typo.
Marco Bodrato
2012-05-17
1
-1
/
+1
|
*
Put decls correct for C89.
Torbjorn Granlund
2012-05-17
1
-2
/
+2
|
*
Copyright year.
Marco Bodrato
2012-05-17
3
-3
/
+3
|
*
mpf/pow_ui.c: Simplify.
Marco Bodrato
2012-05-17
2
-5
/
+6
|
*
tests/mpf/reuse.c (dsi_func): Exercise pow_ui. (REMEMBER: not checking ↵
Marco Bodrato
2012-05-17
2
-2
/
+6
|
|
|
|
correctness!)
*
Typo.
Marco Bodrato
2012-05-17
1
-1
/
+1
|
*
Rewrite tests/mpf/t-eq.c.
Torbjorn Granlund
2012-05-16
2
-15
/
+97
|
*
Retune.
Torbjorn Granlund
2012-05-13
1
-69
/
+77
|
*
Add ARM rsh1add_n and rsh1sub_n.
Torbjorn Granlund
2012-05-13
2
-0
/
+113
|
*
Add ARM v5 mod_1s_2p.
Torbjorn Granlund
2012-05-13
2
-0
/
+148
|
*
explicit conversion to bool
Marc Glisse
2012-05-11
3
-1
/
+45
|
*
Changelog
Marco Bodrato
2012-05-10
1
-0
/
+12
|
*
mpn/generic/toom[23]*: Override global __gmpn_cpuvec_initialized with a ↵
Marco Bodrato
2012-05-10
4
-0
/
+4
|
|
|
|
local constant.
*
Rename __gmpn_cpuvec.initialized to __gmpn_cpuvec_initialized
Marco Bodrato
2012-05-10
4
-6
/
+9
|
*
mpz/bin_uiui.c: Remove unused elements from tables.
Marco Bodrato
2012-05-10
1
-13
/
+13
|
*
mpz/bin_uiui.c: reinserted one of the shifts.
Marco Bodrato
2012-05-09
2
-6
/
+4
|
*
Whitespace cleanup.
Marco Bodrato
2012-05-09
1
-3
/
+3
|
*
mpz/bin_uiui.c: Safer (NAIL ready?) MAXFACS, removed unneeded shifts.
Marco Bodrato
2012-05-09
2
-15
/
+16
|
*
mpn/generic/sqrtrem.c (invsqrttab): Reduce size removing common byte.
Marco Bodrato
2012-05-09
2
-50
/
+52
|
*
mini-gmp/mini-gmp.c: merge mpz_rootrem and mpz_sqrtrem.
Marco Bodrato
2012-05-09
2
-81
/
+45
|
*
(REDC_1_TO_REDC_N_THRESHOLD): Up to 9, for coherency with mpn/generic/redc_n.c.
Torbjorn Granlund
2012-05-08
2
-1
/
+6
|
*
Trivial merge.
Torbjorn Granlund
2012-05-07
4
-2
/
+7
|
\
|
*
typos in previous commit (was 32-bit only)
Marco Bodrato
2012-05-07
2
-2
/
+2
|
|
|
*
tune/tuneup.c: Update minimal threshold for FAC_DSC.
Marco Bodrato
2012-05-07
2
-1
/
+2
|
|
|
*
mpz/oddfac_1.c: Add ASSERTs to warn about small threshold.
Marco Bodrato
2012-05-07
3
-1
/
+5
|
|
*
|
Revert ENABLE_UNTESTED_FUNCTIONS change.
Torbjorn Granlund
2012-05-07
2
-131
/
+8
|
/
*
Updated minithres.
Marco Bodrato
2012-05-07
3
-4
/
+9
|
*
Put untested mini-gmp functions under ENABLE_UNTESTED_FUNCTIONS.
Torbjorn Granlund
2012-05-06
2
-8
/
+131
|
*
Simplify n=4 code.
Torbjorn Granlund
2012-05-06
2
-10
/
+10
|
*
Disable MAYBE_ if WANT_FAT_BINARY. In toom2 and toom3 code.
Marco Bodrato
2012-05-05
4
-3
/
+6
|
*
mpn/generic/toom22_mul.c: Disable MAYBE_ if WANT_FAT_BINARY.
Marco Bodrato
2012-05-05
2
-1
/
+3
|
*
gmp-impl.h (ABOVE_THRESHOLD): New definition with __builtin_constant_p.
Marco Bodrato
2012-05-05
2
-1
/
+9
|
*
gmp-impl.h (FAC_???_THRESHOLD): Update default values.
Marco Bodrato
2012-05-05
2
-2
/
+3
|
*
tune/tuneup.c (tune_fac_u): Update DSC_THRESHOLD minimum.
Marco Bodrato
2012-05-05
2
-1
/
+2
|
*
mpn/generic/invert.c: Mark a branch UNLIKELY.
Marco Bodrato
2012-05-05
2
-2
/
+6
|
*
Measure POWM_SEC_TABLE after the REDC thresholds.
Torbjorn Granlund
2012-05-04
2
-5
/
+7
|
*
Use redc_2.
Torbjorn Granlund
2012-05-03
2
-36
/
+114
|
*
Add cycle numbers.
Torbjorn Granlund
2012-05-02
2
-1
/
+3
|
*
Make use of CNST_LIMB.
Torbjorn Granlund
2012-05-02
2
-1
/
+5
|
*
Trivial merge.
Torbjorn Granlund
2012-05-02
1
-1
/
+1
|
\
|
*
Add a FIXME.
Torbjorn Granlund
2012-05-02
1
-1
/
+1
|
|
*
|
c_uiui.c: Support limb != ui.
Marco Bodrato
2012-05-02
2
-7
/
+16
|
/
[next]