1. 15 May, 2004 2 commits
  2. 14 May, 2004 2 commits
  3. 13 May, 2004 5 commits
  4. 12 May, 2004 12 commits
  5. 11 May, 2004 1 commit
  6. 06 May, 2004 2 commits
  7. 04 May, 2004 1 commit
  8. 22 Apr, 2004 2 commits
  9. 21 Apr, 2004 1 commit
  10. 15 Apr, 2004 1 commit
  11. 13 Apr, 2004 3 commits
  12. 02 Apr, 2004 3 commits
  13. 01 Apr, 2004 1 commit
  14. 31 Mar, 2004 2 commits
  15. 29 Mar, 2004 1 commit
  16. 28 Mar, 2004 1 commit
    • Andy Polyakov's avatar
      This is essentially Intel 32-bit compiler tune-up. To start with all · 1a979201
      Andy Polyakov authored
      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