Skip to content
  1. May 29, 2016
  2. May 28, 2016
  3. May 21, 2016
  4. May 04, 2016
  5. Apr 25, 2016
  6. Apr 20, 2016
  7. Apr 07, 2016
    • Andy Polyakov's avatar
      PPC assembly pack: remove branch hints. · 20b88bb1
      Andy Polyakov authored
      
      
      As it turns out branch hints grew as kind of a misconception. In
      addition their interpretation by GNU assembler is affected by
      assembler flags and can end up with opposite meaning on different
      processors. As we have to loose quite a lot on misinterprerations,
      especially on newer processors, we just omit them altogether.
      
      Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
      20b88bb1
  8. Mar 10, 2016
    • Richard Levitte's avatar
      Fix some assembler generating scripts for better unification · a5aa63a4
      Richard Levitte authored
      
      
      Some of these scripts would recognise an output parameter if it looks
      like a file path.  That works both in both the classic and new build
      schemes.  Some fo these scripts would only recognise it if it's a
      basename (i.e. no directory component).  Those need to be corrected,
      as the output parameter in the new build scheme is more likely to
      contain a directory component than not.
      
      Reviewed-by: default avatarAndy Polyakov <appro@openssl.org>
      a5aa63a4
  9. Mar 09, 2016
  10. Mar 08, 2016
  11. Feb 05, 2016
  12. Dec 13, 2015
  13. Dec 10, 2015
  14. Dec 07, 2015
  15. Nov 23, 2015
  16. Nov 18, 2015
  17. Nov 16, 2015
  18. Oct 23, 2015
  19. Sep 26, 2015
  20. Sep 25, 2015
  21. Jul 13, 2015
  22. May 13, 2015
  23. Apr 20, 2015
  24. Apr 02, 2015
    • Andy Polyakov's avatar
      aes/asm/aesv8-armx.pl: optimize for Cortex-A5x. · 94376ccc
      Andy Polyakov authored
      
      
      ARM has optimized Cortex-A5x pipeline to favour pairs of complementary
      AES instructions. While modified code improves performance of post-r0p0
      Cortex-A53 performance by >40% (for CBC decrypt and CTR), it hurts
      original r0p0. We favour later revisions, because one can't prevent
      future from coming. Improvement on post-r0p0 Cortex-A57 exceeds 50%,
      while new code is not slower on r0p0, or Apple A7 for that matter.
      
      [Update even SHA results for latest Cortex-A53.]
      
      Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
      94376ccc
  25. Mar 28, 2015
  26. Feb 24, 2015
  27. Jan 23, 2015
  28. Jan 22, 2015
  29. Jan 07, 2015
  30. Jan 04, 2015
  31. Oct 15, 2014
  32. Aug 30, 2014
  33. Jul 09, 2014
  34. Jun 28, 2014
  35. Jun 25, 2014