Skip to content
  1. Sep 18, 2011
  2. Sep 15, 2011
  3. Sep 14, 2011
  4. Sep 13, 2011
  5. Sep 12, 2011
  6. Sep 10, 2011
  7. Sep 09, 2011
  8. Sep 08, 2011
  9. Sep 07, 2011
    • Eli Friedman's avatar
      Switch clang over to using fence/atomicrmw/cmpxchg instead of the intrinsics... · e9f8113e
      Eli Friedman authored
      Switch clang over to using fence/atomicrmw/cmpxchg instead of the intrinsics (which will go away).  LLVM CodeGen does almost exactly the same thing with these and the old intrinsics, so I'm reasonably confident this will not break anything.
      
      There are still a few issues which need to be resolved with code generation for atomic load and store, so I'm not converting the places which need those for now.
      
      I'm not entirely sure what to do about __builtin_llvm_memory_barrier: the fence instruction doesn't expose all the possibilities which can be expressed by __builtin_llvm_memory_barrier.  I would appreciate hearing from anyone who is using this intrinsic.
      
      llvm-svn: 139216
      e9f8113e
  10. Sep 06, 2011
Loading