summaryrefslogtreecommitdiffstats
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug in random_shuffle to avoid swapping with selfHoward Hinnant2010-10-221-3/+14
* [atomics.types.address]Howard Hinnant2010-10-212-0/+690
* Updated chart with weekly test results, and updated export files for chnages ...Howard Hinnant2010-10-203-2/+0
* atomic_schar, atomic_uchar, atomic_short, atomic_ushort, atomic_int, atomic_u...Howard Hinnant2010-10-192-2/+8009
* atomic_charHoward Hinnant2010-10-193-55/+1083
* Changing <atomic> to follow Design AHoward Hinnant2010-10-183-10267/+49
* Update atomic Design A spec with reference C++ implementations for the purpos...Howard Hinnant2010-10-181-1/+145
* Update atomic Design A specHoward Hinnant2010-10-181-9/+42
* Fix two test bugsHoward Hinnant2010-10-142-4/+2
* Convert __thread_local_data to the singleton pattern and change export files...Howard Hinnant2010-10-142-2/+2
* Convert __thread_local_data to the singleton patternHoward Hinnant2010-10-145-8/+13
* Bug 7983 fixed by Bernhard RosenkraenzerHoward Hinnant2010-10-141-4/+7
* temporarily use cc to link instead of clang to work around issue with -XarchNick Kledzik2010-10-131-1/+1
* update export list for when building with clang++Nick Kledzik2010-10-132-4040/+4430
* updated for weekly test resultsHoward Hinnant2010-10-131-0/+0
* Patch by Marshall Clow to make the assignment operators of piecewise_constant...Howard Hinnant2010-10-131-1/+38
* Updated atomic design docsHoward Hinnant2010-10-083-5/+45
* Corrected an inconsistency with recent changes in tuple, and perfect forwardi...Howard Hinnant2010-10-071-2/+2
* Relaxing timing test a bit to avoid spurious test failures under loadHoward Hinnant2010-10-071-2/+2
* Update atomic design AHoward Hinnant2010-10-071-19/+22
* Updated <atomic> docs with three design optionsHoward Hinnant2010-10-064-408/+839
* A compiler writer's guide to <atomic>, minor updateHoward Hinnant2010-10-051-3/+9
* A compiler writer's guide to <atomic>Howard Hinnant2010-10-052-0/+460
* Make flag type configurable by the compilerHoward Hinnant2010-10-051-12/+23
* Thanks Sebastian\!Howard Hinnant2010-10-051-1/+1
* Filling out the infrastructure in <atomic>Howard Hinnant2010-10-041-81/+9371
* __has_feature crutchHoward Hinnant2010-10-041-0/+4
* Still working on the basic design of <atomic>. I'm working towards a system ...Howard Hinnant2010-10-044-78/+1173
* Tweak to make clang blocks work with std::functional (very fragile)Howard Hinnant2010-10-031-4/+4
* Bug 7984 by Bernhard RosenkraenzerHoward Hinnant2010-10-021-1/+1
* Bug 8254 by Bernhard RosenkraenzerHoward Hinnant2010-10-021-0/+2
* [atomics.flag] completed. Initialization is not working on clang and can't b...Howard Hinnant2010-09-3012-4/+515
* Name change of intrinsics as suggested by Jeffrey YasskinHoward Hinnant2010-09-301-14/+13
* Contemplating this <atomic> reorganization...Howard Hinnant2010-09-292-39/+202
* updated per weekly testsHoward Hinnant2010-09-291-0/+0
* Didn't mean to commit that oneHoward Hinnant2010-09-291-275/+0
* Wrestling with the slowly dawning realization that <atomic> isn't implementab...Howard Hinnant2010-09-295-1/+381
* fixing whitespaceHoward Hinnant2010-09-2829-29/+29
* [atomics.order]Howard Hinnant2010-09-285-2/+97
* Getting started on <atomic>Howard Hinnant2010-09-272-0/+2438
* Bugzilla 8231Howard Hinnant2010-09-271-0/+4
* Cleaning up some tuple code.Howard Hinnant2010-09-272-34/+34
* visibility-decoration sweep completed.Howard Hinnant2010-09-239-520/+867
* visibility-decoration.Howard Hinnant2010-09-237-48/+127
* visibility-decoration.Howard Hinnant2010-09-232-24/+168
* visibility-decoration.Howard Hinnant2010-09-232-179/+139
* visibility-decoration.Howard Hinnant2010-09-225-238/+713
* visibility-decoration.Howard Hinnant2010-09-226-179/+523
* visibility-decoration.Howard Hinnant2010-09-224-14/+43
* visibility-decoration.Howard Hinnant2010-09-221-27/+157
OpenPOWER on IntegriCloud