1. 26 11月, 2004 1 次提交
  2. 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
  3. 14 11月, 2004 1 次提交
  4. 01 10月, 2004 1 次提交
  5. 30 8月, 2004 1 次提交
  6. 03 8月, 2004 1 次提交
  7. 02 8月, 2004 1 次提交
  8. 27 7月, 2004 2 次提交
  9. 24 7月, 2004 3 次提交
  10. 19 7月, 2004 2 次提交
  11. 12 7月, 2004 1 次提交
  12. 02 7月, 2004 1 次提交
  13. 29 6月, 2004 1 次提交
  14. 28 6月, 2004 2 次提交
  15. 18 6月, 2004 1 次提交
  16. 03 6月, 2004 1 次提交
  17. 01 6月, 2004 1 次提交
  18. 30 5月, 2004 1 次提交
  19. 28 5月, 2004 1 次提交
  20. 28 4月, 2004 1 次提交
  21. 20 4月, 2004 1 次提交
  22. 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
  23. 26 3月, 2004 1 次提交
  24. 13 3月, 2004 1 次提交
    • A
      IRIX 6.x shared build fix-up. · 30fbcaa2
      Andy Polyakov 提交于
      For reference. Note that both cc and gcc support -Wl flag, but we can't
      use -Wl,-[not]all with both drivers, because cc rearranges options
      passed through -Wl. We can't use -Wl,-all,libcrypto.a,-notall with cc
      either, because it refuses to start with "no input" error.
      30fbcaa2
  25. 30 1月, 2004 1 次提交
  26. 29 1月, 2004 3 次提交
  27. 01 12月, 2003 1 次提交
  28. 28 11月, 2003 2 次提交
  29. 21 11月, 2003 1 次提交
  30. 14 11月, 2003 1 次提交
  31. 06 11月, 2003 1 次提交
  32. 30 10月, 2003 1 次提交