summaryrefslogtreecommitdiff
path: root/longlong.h
Commit message (Expand)AuthorAgeFilesLines
...
* Add ARM64 support. Add AVR support.Torbjorn Granlund2012-11-121-0/+38
* De-support old POWER asm syntax.Torbjorn Granlund2012-10-251-22/+22
* Fix typo in last change.Torbjorn Granlund2012-04-041-3/+2
* (ARM count_leading_zeros): Enable for more arch versions.Torbjorn Granlund2012-04-041-2/+10
* Use __clz_tab[128] in count_trailing_zeros (C variant).Marco Bodrato2012-03-201-5/+5
* longlong.h (_PROTO): Remove.Marco Bodrato2012-03-191-17/+9
* (count_trailing_zeros): Write better pure C default variant.Torbjorn Granlund2012-03-191-3/+28
* Improve udiv_w_sdiv declarations.Torbjorn Granlund2012-02-031-0/+1
* (s390 umul_ppmm): Fix typo in pure C variant.Torbjorn Granlund2011-10-141-1/+1
* AC_DEFINE and use HAVE_HOST_CPU_s390_zarch.Torbjorn Granlund2011-10-141-1/+1
* (s390): Put back an accidentally deleted #else.Torbjorn Granlund2011-10-131-1/+2
* (s390): Improve umul_ppmm and udiv_qrnnd support.Torbjorn Granlund2011-10-121-6/+51
* (s390x): Add __CLOBBER_CC for relevant asm patterns.Torbjorn Granlund2011-10-111-7/+9
* (s390x add_ssaaaa): Remove algsi/slgsi until we support z10.Torbjorn Granlund2011-10-091-27/+5
* (s390): Put back UDItype casts to make gcc reloading use right more for const...Torbjorn Granlund2011-10-091-8/+20
* Misc additional s390 changes.Torbjorn Granlund2011-10-071-6/+32
* (s390): Add 32-bit zarch umul_ppmm and udiv_qrnnd.Torbjorn Granlund2011-10-071-19/+38
* Add s390/64 support, enhance s390/32 support.Torbjorn Granlund2011-10-041-1/+64
* (SH): Recognise predefs for all SH processors as defined by current gcc versi...Torbjorn Granlund2011-09-261-1/+1
* Undo 2009-03-01 change.Torbjorn Granlund2010-05-051-1/+1
* Document LONGLONG_STANDALONE and NO_ASM.Torbjorn Granlund2009-08-121-5/+12
* (arm count_leading_zeros): Define for armv5.Torbjorn Granlund2009-06-111-0/+6
* (mips, powerpc): Provide assembly-free umul_ppmm for newer gcc.Torbjorn Granlund2009-03-011-5/+45
* (umul_ppmm) [alpha]: Define using __builtin_alpha_umulh when possible.tege2008-02-271-3/+12
* (sub_ddmmss) [powerpc 64]: Add more variants for constant args.tege2007-09-241-27/+51
* Update license to version 3.tege2007-09-181-3/+1
* (umul_ppmm) [mmix]: New.tege2006-11-041-0/+5
* Update FSF's address.tege2006-02-151-2/+2
* (many places): Remove lvalue casts.tege2005-05-231-32/+32
* (add_ssaaaa) [x86]: Remove lvalue casts.tege2005-05-221-4/+4
* *** empty log message ***tege2005-05-141-1/+1
* (add_ssaaaa) [x86_64]: Restrict allowed immediate operands.tege2005-05-141-4/+4
* (ia64 umul_ppmm): Add version for icc.tege2004-10-151-0/+9
* Exclude masquerading __INTEL_COMPILER from ia64 asm.tege2004-10-141-1/+1
* * longlong.h (count_leading_zeros_gcc_clz,Kevin Ryde2004-04-241-3/+65
* * longlong.h (power, powerpc): Add comments on how we select this code.Kevin Ryde2004-03-201-2/+19
* * longlong.h (count_leading_zeros) [alpha gcc]: New version, inliningKevin Ryde2004-02-281-6/+33
* * longlong.h (power, powerpc): Use HAVE_HOST_CPU_FAMILY_power andKevin Ryde2004-02-111-14/+8
* * longlong.h (sub_ddmmss) [ia64]: New macro.Kevin Ryde2004-01-101-0/+14
* * longlong.h (sub_ddmmss) [generic]: Use al<bl for the borrow ratherKevin Ryde2004-01-101-3/+3
* * longlong.h (umul_ppmm) [generic]: Add comments about squaringKevin Ryde2004-01-021-1/+10
* Bit more of:Kevin Ryde2003-11-061-2/+2
* * gmp-impl.h (HAVE_HOST_CPU_alpha_CIX): New define.Kevin Ryde2003-11-061-2/+2
* (AMD64): __x86_64__ => __amd64__.tege2003-10-191-1/+3
* Amend comments associated with:Kevin Ryde2003-08-191-4/+3
* * longlong.h (add_ssaaaa, sub_ddmmss) [hppa 64]: Move down into mainKevin Ryde2003-08-191-13/+14
* * longlong.h (count_leading_zeros) [__mcpu32__]: Check __mcpu32__ toKevin Ryde2003-08-191-3/+6
* * longlong.h (count_trailing_zeros) [x86_64]: Use "%q0" to forceKevin Ryde2003-08-191-3/+1
* * longlong.h (COUNT_LEADING_ZEROS_NEED_CLZ_TAB) [x86 fat]: Define.Kevin Ryde2003-08-021-0/+5
* * longlong.h (count_trailing_zeros) [x86_64]: Ensure bsfq destinationKevin Ryde2003-07-311-1/+7