aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bn/asm/x86_64-gcc.c
Commit message (Expand)AuthorAgeFilesLines
* crypto/bn/*: x86[_64] division instruction doesn't handle constants, change c...Andy Polyakov2016-08-311-1/+1
* Copyright consolidation 06/10Rich Salz2016-05-171-0/+9
* Conversion to UTF-8 where neededRichard Levitte2015-07-141-1/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-527/+561
* bn/asm/x86_64-gcc.cL make it indent-friendly.Andy Polyakov2015-01-221-10/+10
* Fix for CVE-2014-3570 (with minor bn_asm.c revamp).Andy Polyakov2015-01-081-53/+48
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-2/+2
* Add volatile qualifications to two blocks of inline asm to stop GCC fromAdam Langley2013-06-041-4/+4
* x86_64-gcc.c: resore early clobber constraint.Andy Polyakov2012-11-191-2/+2
* Add linux-x32 target.Andy Polyakov2012-08-291-9/+13
* Stop warnings.Dr. Stephen Henson2011-02-231-1/+1
* Fix missing prototype warnings then fix different prototype warnings ;-)Dr. Stephen Henson2009-01-111-7/+11
* x86_64-xlate.pl update, engage x86_64 assembler in mingw64.Andy Polyakov2008-11-141-1/+5
* x86_64 assembler pack to comply with updated styling x86_64-xlate.pl rules.Andy Polyakov2008-11-121-2/+2
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-121-2/+1
* Use stddef.h to pick up size_t def.Dr. Stephen Henson2008-11-021-1/+1
* Fix warnings about mismatched prototypes, undefined size_t and value computedDr. Stephen Henson2008-11-021-0/+1
* size_tification.Ben Laurie2008-11-011-1/+1
* Engage assembler in solaris64-x86_64-cc.Andy Polyakov2006-07-311-0/+4
* Make bn/asm/x86_64-gcc.c gcc4 savvy. +r is likely to be initiallyAndy Polyakov2005-04-031-2/+2
* Eliminate compiler warnings and throw in performance table.Andy Polyakov2004-05-281-16/+34
* Typo in crypto/bn/asm/x86_64.c, bn_div_words().Andy Polyakov2004-02-071-1/+1
* x86_64 performance patch.Andy Polyakov2002-12-141-0/+575