aboutsummaryrefslogtreecommitdiff
path: root/crypto/bn/asm/x86_64-gcc.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-31crypto/bn/*: x86[_64] division instruction doesn't handle constants, change c...Andy Polyakov1-1/+1
2016-05-17Copyright consolidation 06/10Rich Salz1-0/+9
2015-07-14Conversion to UTF-8 where neededRichard Levitte1-1/+1
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-527/+561
2015-01-22bn/asm/x86_64-gcc.cL make it indent-friendly.Andy Polyakov1-10/+10
2015-01-08Fix for CVE-2014-3570 (with minor bn_asm.c revamp).Andy Polyakov1-53/+48
2014-12-30mark all block comments that need format preserving so thatTim Hudson1-2/+2
2013-06-04Add volatile qualifications to two blocks of inline asm to stop GCC fromAdam Langley1-4/+4
2012-11-19x86_64-gcc.c: resore early clobber constraint.Andy Polyakov1-2/+2
2012-08-29Add linux-x32 target.Andy Polyakov1-9/+13
2011-02-23Stop warnings.Dr. Stephen Henson1-1/+1
2009-01-11Fix missing prototype warnings then fix different prototype warnings ;-)Dr. Stephen Henson1-7/+11
2008-11-14x86_64-xlate.pl update, engage x86_64 assembler in mingw64.Andy Polyakov1-1/+5
2008-11-12x86_64 assembler pack to comply with updated styling x86_64-xlate.pl rules.Andy Polyakov1-2/+2
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe1-2/+1
2008-11-02Use stddef.h to pick up size_t def.Dr. Stephen Henson1-1/+1
2008-11-02Fix warnings about mismatched prototypes, undefined size_t and value computedDr. Stephen Henson1-0/+1
2008-11-01size_tification.Ben Laurie1-1/+1
2006-07-31Engage assembler in solaris64-x86_64-cc.Andy Polyakov1-0/+4
2005-04-03Make bn/asm/x86_64-gcc.c gcc4 savvy. +r is likely to be initiallyAndy Polyakov1-2/+2
2004-05-28Eliminate compiler warnings and throw in performance table.Andy Polyakov1-16/+34
2004-02-07Typo in crypto/bn/asm/x86_64.c, bn_div_words().Andy Polyakov1-1/+1
2002-12-14x86_64 performance patch.Andy Polyakov1-0/+575