Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename DOS64_ENTRY and DOS64_EXIT. | Torbjorn Granlund | 2012-05-30 | 9 | -28/+28 |
* | Add "grabber" files for new SSE copy code. | Torbjorn Granlund | 2012-04-15 | 2 | -0/+52 |
* | Make room for DOS64 regparm shadow area. | Torbjorn Granlund | 2012-04-04 | 1 | -2/+5 |
* | Restore DOS64 support. | Torbjorn Granlund | 2012-03-17 | 1 | -7/+9 |
* | Further x86_64 gcd_1 improvements. | Torbjorn Granlund | 2012-03-17 | 1 | -25/+40 |
* | Speed up loop code, simplify non-loop code. | Torbjorn Granlund | 2012-03-15 | 1 | -37/+29 |
* | Shorten critical path. | Torbjorn Granlund | 2012-03-13 | 1 | -20/+21 |
* | Add hack to support fat builds. | Torbjorn Granlund | 2012-03-13 | 1 | -0/+9 |
* | Add new gcd_1 files for x86-64. | Torbjorn Granlund | 2012-03-12 | 1 | -0/+112 |
* | Retune. | Torbjorn Granlund | 2012-03-08 | 1 | -32/+36 |
* | Whitespace cleanup, add a copyright year. | Torbjorn Granlund | 2012-03-03 | 1 | -9/+8 |
* | Add DOS64 support. | Torbjorn Granlund | 2012-03-01 | 1 | -2/+7 |
* | core2/aorsmul_1.asm: Added mpn_addmul_1c and mpn_submul_1c entry points. | Niels Möller | 2012-02-24 | 1 | -1/+30 |
* | Improve rsh1add_n/rsh1sub_n for Intel chips. | Torbjorn Granlund | 2012-02-23 | 1 | -104/+75 |
* | Add some more cycle numbers. | Torbjorn Granlund | 2012-02-16 | 1 | -2/+5 |
* | (STD64, IFSTD): New names for ELF64, IFELF . | Torbjorn Granlund | 2011-12-01 | 11 | -27/+11 |
* | Add DOS64 ABI support. | Torbjorn Granlund | 2011-12-01 | 1 | -6/+19 |
* | Add DOS64 ABI support to most files. | Torbjorn Granlund | 2011-11-29 | 12 | -58/+131 |
* | Retune, adding several new THRESHOLDs. | Torbjorn Granlund | 2011-11-17 | 1 | -9/+14 |
* | mulmid x86_64 assembly. | Niels Möller | 2011-10-03 | 2 | -0/+216 |
* | Add/update cycle numbers. | Torbjorn Granlund | 2011-03-21 | 3 | -3/+6 |
* | Retune. | Torbjorn Granlund | 2011-03-09 | 1 | -14/+14 |
* | New file, grabbing another asm file. | Torbjorn Granlund | 2011-03-09 | 1 | -0/+23 |
* | Retune. | Torbjorn Granlund | 2011-03-01 | 1 | -29/+29 |
* | Retune. | Torbjorn Granlund | 2011-02-27 | 1 | -2/+2 |
* | Use R8 and R32 more regularly. | Torbjorn Granlund | 2011-02-22 | 4 | -69/+69 |
* | Add more c/l numbers. | Torbjorn Granlund | 2011-02-12 | 3 | -3/+6 |
* | Fix typo in last change. | Torbjorn Granlund | 2011-02-04 | 1 | -1/+1 |
* | Add MULFUNC_PROLOGUE. | Torbjorn Granlund | 2011-02-04 | 1 | -0/+1 |
* | Retune. | Torbjorn Granlund | 2011-01-31 | 1 | -19/+19 |
* | Fix _nc entry point. | Torbjorn Granlund | 2011-01-20 | 1 | -0/+1 |
* | mpn/x86_64/core2/rsh1aors_n.asm: New file. | Torbjorn Granlund | 2011-01-19 | 1 | -0/+173 |
* | Canonicalise cmov forms. | Torbjorn Granlund | 2010-12-19 | 1 | -2/+2 |
* | Amend last change. | Torbjorn Granlund | 2010-12-18 | 1 | -5/+5 |
* | Tweak core2 divrem_1.asm slightly, correct cycle counts. | Torbjorn Granlund | 2010-12-18 | 1 | -25/+24 |
* | Retune. | Torbjorn Granlund | 2010-05-24 | 1 | -4/+4 |
* | Overhaul of x86_64 {add,sub.rsb}lshC_n.asm code. | Torbjorn Granlund | 2010-05-10 | 5 | -25/+159 |
* | Retune. | Torbjorn Granlund | 2010-05-06 | 1 | -11/+11 |
* | Retune. | Torbjorn Granlund | 2010-05-05 | 1 | -2/+2 |
* | Clean up obsolete comments. | Torbjorn Granlund | 2010-03-23 | 1 | -4/+4 |
* | Major overhaul of x86_64 divrem_1. | Torbjorn Granlund | 2010-03-19 | 1 | -94/+16 |
* | Use mpn_invert_limb instead of div insn. | Torbjorn Granlund | 2010-03-16 | 1 | -29/+39 |
* | Retune. | Torbjorn Granlund | 2010-03-13 | 1 | -3/+3 |
* | Misc x86_64 mpn_divrem_1 improvements. | Torbjorn Granlund | 2010-03-10 | 1 | -34/+33 |
* | Clean up cycle count tables. | Torbjorn Granlund | 2010-03-10 | 6 | -29/+42 |
* | Add 64-but p6 divrem_1. | Torbjorn Granlund | 2010-03-03 | 1 | -0/+284 |
* | Retune. | Torbjorn Granlund | 2010-02-25 | 1 | -7/+7 |
* | Add FFT_TABLE3 tables for a basic set of machines. | Torbjorn Granlund | 2010-01-21 | 1 | -9/+95 |
* | Update MUL_FFT_TABLE2 and SQR_FFT_TABLE2 for many machines. | Torbjorn Granlund | 2010-01-08 | 1 | -2/+2 |
* | Update MUL_FFT_TABLE2 and SQR_FFT_TABLE2 for many machines. | Torbjorn Granlund | 2010-01-07 | 1 | -0/+4 |