summaryrefslogtreecommitdiffstats
path: root/crypto/bn/asm
AgeCommit message (Expand)Author
2010-03-22ppc.pl: assembler Y chokes on apostrophes in comment.Andy Polyakov
2010-02-28Fix warnings.Ben Laurie
2009-04-03PR: 1700Dr. Stephen Henson
2008-05-01Unobtrusive backport of 32-bit x86 Montgomery improvements from 0.9.9-dev:Bodo Möller
2008-02-27Make x86_64-mont.pl work with debug Win64 build [from HEAD].Andy Polyakov
2007-11-11Add x86_64-mont.pl [from HEAD].Andy Polyakov
2007-10-13Copy bn/asm/ia64.S from HEAD.Andy Polyakov
2007-09-07Integrate remaining parts of #14247 [from HEAD].Andy Polyakov
2006-08-01Engage assembler in solaris64-x86_64-cc [backport from HEAD].Andy Polyakov
2005-11-15crypto/bn/asm/sparcv8plus.S update from HEAD.Andy Polyakov
2005-07-03Bugfix for bn_div_words PPC assembler implementation [from HEAD].Andy Polyakov
2005-04-11Add emacs cache files to .cvsignore.Richard Levitte
2005-04-03Make bn/asm/x86_64-gcc.c gcc4 savvy. +r is likely to be initiallyAndy Polyakov
2005-02-06Remove unused assembler modules.Andy Polyakov
2004-08-29OPENSSL_ia32cap final touches. Note that OPENSSL_ia32cap is no longer aAndy Polyakov
2004-07-18Anchor AES and SHA-256/-512 assembler from C.Andy Polyakov
2004-07-01New scalable bn_mul_add_words loop, which provides up to >20% overallAndy Polyakov
2004-05-28Eliminate compiler warnings and throw in performance table.Andy Polyakov
2004-05-06SSE2 accelerated bn_mul_add_words. Code is currently disabled till properAndy Polyakov
2004-04-27Improved PowerPC support. Proper ./config support for ppc targets,Andy Polyakov
2004-02-07Typo in crypto/bn/asm/x86_64.c, bn_div_words().Andy Polyakov
2003-01-19This is an *initial* tune-up. This update puts Itanium2 back on par withAndy Polyakov
2003-01-16A few more files to ignoreRichard Levitte
2003-01-03Support for ILP32 on HPUX-IA64.Andy Polyakov
2003-01-03pa-risc2.s was not PIC, see RT#426. I strip call to fprintf as it'sAndy Polyakov
2002-12-23Finally, a bn_div_words() in VAX assembler that goes through all tests.Richard Levitte
2002-12-20More accurate comments.Richard Levitte
2002-12-14x86_64 performance patch.Andy Polyakov
2002-12-02I think I got it now. Apparently, the case of having to shift downRichard Levitte
2002-12-02Make some names consistent.Richard Levitte
2002-12-02Through some experimentation and thinking, I think I finally got theRichard Levitte
2002-12-01Small bugfix: even when r == d, we need to adjust r and q.Richard Levitte
2002-12-01Redo the VAX assembler version of bn_div_words().Richard Levitte
2001-07-30Support for Intel and HP-UXi assemblers.Andy Polyakov
2001-06-22This fixes "Spurious test failures on IRIX?" reported in April. ApparentlyAndy Polyakov
2001-06-11Get rid of "possible WAW dependency" warnings.Andy Polyakov
2001-05-30Get rid of RAW dependency warnings.Andy Polyakov
2001-05-28Assembler support for IA-64. See the source code commentary for furtherAndy Polyakov
2001-05-14branch on equal is beql, not beq...Richard Levitte
2001-03-27The IRIX fix. Asm recap and corresponding declation.Andy Polyakov
2001-03-09Bug fixes.Richard Levitte
2000-12-15Very few in the "README" is up-to-dateBodo Möller
2000-12-06remove a comment that shouldn't have been there any moreUlf Möller
2000-12-06remove useless instructionUlf Möller
2000-12-06Intel assembler version for bn_sub_part_words(). I haven't gotUlf Möller
2000-11-22Correct a number of syntax errors.Richard Levitte
2000-11-21Reimplement bn_div_words, bn_add_words and bn_sub_words for VAX.Richard Levitte
2000-09-27A compiler warning removed. Thanks to the folks at HP!Richard Levitte
2000-09-17A patch from HP for better performance.Richard Levitte
2000-03-13Remove Win32 assembler files. They are always rebuilt (with someBodo Möller