- Oct 18, 2010
-
-
Howard Hinnant authored
llvm-svn: 116742
-
- Oct 05, 2010
-
-
Howard Hinnant authored
llvm-svn: 115614
-
Howard Hinnant authored
llvm-svn: 115577
-
- Oct 04, 2010
-
-
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
-
- Sep 30, 2010
-
-
Howard Hinnant authored
[atomics.flag] completed. Initialization is not working on clang and can't be made to work without defaulted default constructors. llvm-svn: 115207
-
Howard Hinnant authored
llvm-svn: 115145
-
- Sep 29, 2010
-
-
Howard Hinnant authored
llvm-svn: 115087
-
Howard Hinnant authored
Wrestling with the slowly dawning realization that <atomic> isn't implementable on any compiler at my disposal... llvm-svn: 115054
-
- Sep 28, 2010
-
-
Howard Hinnant authored
llvm-svn: 114966
-
- Sep 27, 2010
-
-
Howard Hinnant authored
llvm-svn: 114887
-