Skip to content
  1. Sep 13, 2011
  2. Sep 12, 2011
  3. Sep 10, 2011
  4. Sep 09, 2011
  5. Sep 08, 2011
  6. 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
  7. Sep 06, 2011
  8. Sep 02, 2011
  9. Sep 01, 2011
  10. Aug 30, 2011
  11. Aug 27, 2011
  12. Aug 26, 2011
Loading