1. 21 1月, 2005 2 次提交
  2. 18 1月, 2005 3 次提交
  3. 13 1月, 2005 1 次提交
  4. 10 1月, 2005 1 次提交
  5. 04 1月, 2005 1 次提交
  6. 26 12月, 2004 1 次提交
  7. 24 12月, 2004 1 次提交
  8. 20 12月, 2004 1 次提交
  9. 09 12月, 2004 1 次提交
  10. 26 11月, 2004 1 次提交
  11. 21 11月, 2004 1 次提交
    • A
      RC4 tune-up for Intel P4 core, both 32- and 64-bit ones. As it's · 376729e1
      Andy Polyakov 提交于
      apparently impossible to compose blended code with would perform
      satisfactory on all x86 and x86_64 cores, an extra RC4_CHAR
      code-path is introduced and P4 core is detected at run-time. This
      way we keep original performance on non-P4 implementations and
      turbo-charge P4 performance by factor of 2.8x (on 32-bit core).
      376729e1
  12. 14 11月, 2004 1 次提交
  13. 01 10月, 2004 1 次提交
  14. 30 8月, 2004 1 次提交
  15. 03 8月, 2004 1 次提交
  16. 02 8月, 2004 1 次提交
  17. 27 7月, 2004 2 次提交
  18. 24 7月, 2004 3 次提交
  19. 19 7月, 2004 2 次提交
  20. 12 7月, 2004 1 次提交
  21. 02 7月, 2004 1 次提交
  22. 29 6月, 2004 1 次提交
  23. 28 6月, 2004 2 次提交
  24. 18 6月, 2004 1 次提交
  25. 03 6月, 2004 1 次提交
  26. 01 6月, 2004 1 次提交
  27. 30 5月, 2004 1 次提交
  28. 28 5月, 2004 1 次提交
  29. 28 4月, 2004 1 次提交
  30. 20 4月, 2004 1 次提交
  31. 29 3月, 2004 1 次提交
    • A
      This is essentially Intel 32-bit compiler tune-up. To start with all · 1a979201
      Andy Polyakov 提交于
      available compiler versions generated bogus machine code trying to
      compile new crypto/des/cfb_enc.c. Secondly, 8th version defines
      __GNUC__ macro, but fails to compile *some* inline assembler correctly.
      Note that all versions of icc implement MSC-like _lrot[rl] intrinsic,
      which is used now instead of offensive asm. Finally, unnecessary linker
      dependencies are eliminated. Most notably dependency from libirc.a
      caused trouble at application start-up, if libcrypto.so is linked with
      -Bsymbolic (which it is).
      1a979201
  32. 26 3月, 2004 1 次提交