Skip to content
  1. Oct 18, 2010
  2. Oct 05, 2010
  3. Oct 04, 2010
    • Howard Hinnant's avatar
      Still working on the basic design of <atomic>. I'm working towards a system... · 2b672e24
      Howard Hinnant authored
      Still working on the basic design of <atomic>.  I'm working towards a system by which the compiler only needs to define the strongest intrinsics it can.  Weaker atomics in the library automatically try stronger and stronger variants, picking the weakest compiler intrinsic available.  If no compiler intrinsics are available for a given operation, the library locks a mutex and does the job.  Better documentation to follow...
      
      llvm-svn: 115538
      2b672e24
  4. Sep 30, 2010
  5. Sep 29, 2010
  6. Sep 28, 2010
  7. Sep 27, 2010
Loading