Misc compiler-rt fixes.  Clarify neg implementations to show what is 
actually happening.  Fix mod implementation so it doesn't get 
optimized to a recursive call.  Make x86-32 non-SSE2 shift 
implementation use shld/shrd instead of emulating it (the only x86 processor
where the emulation might be remotely close to justifiable is the Pentium 4).



git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@74756 91177308-0d34-0410-b5e6-96231b3b80d8
6 files changed
tree: a8481c7af39c05ee994d54c7387bc52bf6b2395a
  1. BlocksRuntime/
  2. lib/
  3. make/
  4. test/
  5. www/
  6. LICENSE.TXT
  7. Makefile
  8. README.txt