summaryrefslogtreecommitdiff
path: root/mpn/ia64/aors_n.asm
Commit message (Expand)AuthorAgeFilesLines
* Make ia64 code work for HP-UX.Torbjorn Granlund2015-07-091-682/+678
* Update library files license to use LGPL3+ and GPL2+.Torbjorn Granlund2014-01-271-10/+21
* Use https to link to GNU license.Torbjorn Granlund2013-12-021-1/+1
* Collapse copyright years.Torbjorn Granlund2013-11-281-1/+1
* Clean up some bundlings.Torbjorn Granlund2013-08-291-5/+8
* Remove a redundant ASM_START.Torbjorn Granlund2013-03-141-2/+1
* Fix some incorrect bundle types.Torbjorn Granlund2011-01-221-5/+4
* Rewrite Itanium addition code.Torbjorn Granlund2010-04-101-538/+770
* Insert explicitly typed nops to trigger intended bundling.Torbjorn Granlund2010-03-151-1/+2
* Add cycle number for Itanium 1.Torbjorn Granlund2009-03-031-0/+1
* Update license to version 3.tege2007-09-181-4/+2
* Reformat FSF address to 80 columns.tege2006-02-271-3/+3
* Update FSF's address.tege2006-02-151-2/+2
* Rewrite feed-in code.tege2005-06-061-9/+10
* Prefetch using lfetch.tege2005-05-231-3/+30
* Don't use naked "br", rejected by Intel assembler.tege2004-10-141-8/+8
* Rewrite function entry code (again).tege2004-10-111-509/+470
* Tune function entry and feed-in code for speed and size.tege2004-10-101-134/+131
* Fix copyright notice.tege2004-09-021-1/+1
* Break a group with a RAW conflict.tege2004-02-141-0/+1
* In ilp32 mode, zero extend n.tege2003-10-021-0/+2
* Remove two spurious ld8 user for n=6. (Found by devel/try.)tege2003-10-021-3/+0
* Add missing MULFUNC_PROLOGUE.tege2003-10-021-0/+2
* New file, complete rewrite of mpn_add_n and mpn_sub_n.tege2003-10-011-0/+624