summaryrefslogtreecommitdiff
path: root/mpn/powerpc64
Commit message (Expand)AuthorAgeFilesLines
...
* Update library files license to use LGPL3+ and GPL2+.Torbjorn Granlund2014-01-2762-596/+1278
* Canonicalise copyright headers.Torbjorn Granlund2014-01-199-37/+37
* Get rid of BYTES_PER_MP_LIMB, most files affected.Torbjorn Granlund2014-01-196-6/+6
* Canonicalise copyright headers.Torbjorn Granlund2014-01-184-48/+48
* Rename mpn_blah_sec to mpn_sec_blah.Torbjorn Granlund2013-12-261-2/+2
* Support powerpc64le (by Ulrich Weigand).Torbjorn Granlund2013-12-1316-25/+51
* Use https to link to GNU license.Torbjorn Granlund2013-12-0262-62/+62
* Collapse copyright years.Torbjorn Granlund2013-11-2827-44/+32
* Retune.Torbjorn Granlund2013-08-041-15/+16
* Handle little-endian mode.Torbjorn Granlund2013-07-222-2/+8
* Fix typos.Torbjorn Granlund2013-07-222-2/+2
* Minor layout fix.Torbjorn Granlund2013-07-142-2/+2
* Remove explicit nop after CALL.Torbjorn Granlund2013-07-144-4/+0
* Handle n = 0.Torbjorn Granlund2013-07-052-10/+14
* Provide mul_2 and addmul_2 for POWER7.Torbjorn Granlund2013-07-041-0/+124
* Update cycle table.Torbjorn Granlund2013-07-041-2/+1
* Provide two ppc64 gcd_1 variants.Torbjorn Granlund2013-07-042-0/+212
* (EXTRA_REGISTER): New define.Torbjorn Granlund2013-07-043-0/+6
* Rewrite.Torbjorn Granlund2013-07-031-39/+87
* Provide special power7 copyi, copyd.Torbjorn Granlund2013-07-032-0/+231
* Retune.Torbjorn Granlund2013-07-021-94/+82
* Rewrite PPC64 rsh1add_n and rsh1sub_n and combine into one file.Torbjorn Granlund2013-07-013-202/+161
* Tabulate table.Torbjorn Granlund2013-06-281-7/+7
* Add a cycle number.Torbjorn Granlund2013-06-281-1/+1
* Use alias regname.Torbjorn Granlund2013-06-281-10/+10
* Add POWER7 addlshC, sublshC, rsblshC.Torbjorn Granlund2013-06-283-0/+182
* Provide POWER7-specific aors_n.asm.Torbjorn Granlund2013-06-271-0/+117
* Provide ppc64 rsblsh1_n and rsblsh2_n through generalisation.Torbjorn Granlund2013-06-223-53/+49
* Rewrite switching-into-loop code.Torbjorn Granlund2013-06-193-38/+29
* For 32-bit mode, zero extend `n' argument and split retval.Torbjorn Granlund2013-06-173-3/+39
* Fix typo in label reference.Torbjorn Granlund2013-06-173-4/+3
* Remove an obsolete comment.Torbjorn Granlund2013-04-171-3/+0
* Fix typo in last change.Torbjorn Granlund2013-04-171-3/+0
* Generate inversion table.Torbjorn Granlund2013-04-161-32/+6
* Add cycle counts.Torbjorn Granlund2013-04-151-1/+1
* Major tabselect overhaul.Torbjorn Granlund2013-04-131-58/+101
* Add a comment.Torbjorn Granlund2013-04-131-0/+1
* Put all multiplies low-limb first.Torbjorn Granlund2013-04-071-34/+35
* Renaming of mpn_addcnd_n and mpn_subcnd_n to mpn_cnd_*.Niels M?ller2013-03-131-6/+6
* powerpc64 asm fixes for previous addcnd/subcnd argument reordering.Niels M?ller2013-03-101-8/+8
* Reorder arguments for mpn_addcnd_n and mpn_subcnd_n.Niels M?ller2013-03-101-5/+5
* Fix language typos.Torbjorn Granlund2013-01-081-1/+1
* Retune.Torbjorn Granlund2012-12-151-44/+46
* Retune.Torbjorn Granlund2012-12-155-155/+182
* Add copyright years.Torbjorn Granlund2012-11-202-4/+4
* Tune, simplify.Torbjorn Granlund2012-11-121-72/+26
* (ASM_START): Claim machine type "any".Torbjorn Granlund2012-06-051-3/+3
* Whitespace cleanup.Torbjorn Granlund2012-06-021-1/+1
* Add cycle numbers.Torbjorn Granlund2012-05-021-1/+1
* Properly extend arg n for mode32.Torbjorn Granlund2012-04-052-2/+6