summaryrefslogtreecommitdiffstats
path: root/crypto/bn/asm/x86_64-gcc.c
AgeCommit message (Expand)Author
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2018-12-06Following the license change, modify the boilerplates in crypto/bn/Richard Levitte
2018-12-06License: change any non-boilerplate comment referring to "OpenSSL license"Richard Levitte
2018-11-20Update copyright yearMatt Caswell
2018-09-21crypto/bn/asm/x86_64-gcc.c: remove unnecessary redefinition of BN_ULONGRichard Levitte
2017-11-16bn/bn_add.c: address performance regression.Andy Polyakov
2017-10-18Remove parentheses of return.KaoruToda
2017-10-13Remove email addresses from source code.Rich Salz
2016-08-31crypto/bn/*: x86[_64] division instruction doesn't handle constants, change c...Andy Polyakov
2016-05-17Copyright consolidation 06/10Rich Salz
2015-07-14Conversion to UTF-8 where neededRichard Levitte
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22bn/asm/x86_64-gcc.cL make it indent-friendly.Andy Polyakov
2015-01-08Fix for CVE-2014-3570 (with minor bn_asm.c revamp).Andy Polyakov
2014-12-30mark all block comments that need format preserving so thatTim Hudson
2013-06-04Add volatile qualifications to two blocks of inline asm to stop GCC fromAdam Langley
2012-11-19x86_64-gcc.c: resore early clobber constraint.Andy Polyakov
2012-08-29Add linux-x32 target.Andy Polyakov
2011-02-23Stop warnings.Dr. Stephen Henson
2009-01-11Fix missing prototype warnings then fix different prototype warnings ;-)Dr. Stephen Henson
2008-11-14x86_64-xlate.pl update, engage x86_64 assembler in mingw64.Andy Polyakov
2008-11-12x86_64 assembler pack to comply with updated styling x86_64-xlate.pl rules.Andy Polyakov
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe
2008-11-02Use stddef.h to pick up size_t def.Dr. Stephen Henson
2008-11-02Fix warnings about mismatched prototypes, undefined size_t and value computedDr. Stephen Henson
2008-11-01size_tification.Ben Laurie
2006-07-31Engage assembler in solaris64-x86_64-cc.Andy Polyakov
2005-04-03Make bn/asm/x86_64-gcc.c gcc4 savvy. +r is likely to be initiallyAndy Polyakov
2004-05-28Eliminate compiler warnings and throw in performance table.Andy Polyakov
2004-02-07Typo in crypto/bn/asm/x86_64.c, bn_div_words().Andy Polyakov
2002-12-14x86_64 performance patch.Andy Polyakov