1. 15 Apr, 2004 10 commits
  2. 14 Apr, 2004 1 commit
  3. 13 Apr, 2004 5 commits
  4. 11 Apr, 2004 3 commits
  5. 09 Apr, 2004 5 commits
  6. 04 Apr, 2004 2 commits
  7. 03 Apr, 2004 5 commits
  8. 02 Apr, 2004 3 commits
  9. 01 Apr, 2004 1 commit
  10. 31 Mar, 2004 2 commits
  11. 30 Mar, 2004 1 commit
  12. 29 Mar, 2004 1 commit
  13. 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