Skip to content
  1. Nov 16, 2010
  2. Oct 29, 2010
  3. Oct 22, 2010
  4. Oct 21, 2010
  5. Oct 20, 2010
  6. Oct 19, 2010
  7. Oct 18, 2010
  8. Oct 14, 2010
  9. Oct 13, 2010
  10. Oct 08, 2010
  11. Oct 07, 2010
  12. Oct 06, 2010
  13. Oct 05, 2010
  14. Oct 04, 2010
    • Howard Hinnant's avatar
      __has_feature crutch · d5a97fc6
      Howard Hinnant authored
      llvm-svn: 115540
      d5a97fc6
    • 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
  15. Oct 03, 2010
  16. Sep 30, 2010
  17. Sep 29, 2010
Loading