From 78b1add95968f632ca5e107d58e449e32fdc390c Mon Sep 17 00:00:00 2001 From: Matthew Wahab Date: Tue, 5 May 2015 10:37:00 +0000 Subject: [docs] Update __atomic builtins documentation. * doc/extend.texi (__atomic Builtins): Move implementation details to the end of the description, rewrite opening paragraphs, state difference with __sync builtins, state C11/C++11 assumptions, weaken itemized descriptions, add explanation of memory model behaviour, expand description of compare-exchange, simplify text. From-SVN: r222803 --- gcc/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'gcc/ChangeLog') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5667dd4..1ae9a1c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,11 @@ +2015-05-05 Matthew Wahab + + * doc/extend.texi (__atomic Builtins): Move implementation details + to the end of the description, rewrite opening paragraphs, state + difference with __sync builtins, state C11/C++11 assumptions, + weaken itemized descriptions, add explanation of memory model + behaviour, expand description of compare-exchange, simplify text. + 2015-05-05 Renlin Li * config/aarch64/aarch64.md (add3): Use mov when allowed. -- cgit v1.1