diff options
author | Matthew Wahab <matthew.wahab@arm.com> | 2015-05-05 10:37:00 +0000 |
---|---|---|
committer | Matthew Wahab <mwahab@gcc.gnu.org> | 2015-05-05 10:37:00 +0000 |
commit | 78b1add95968f632ca5e107d58e449e32fdc390c (patch) | |
tree | ad72e13f40f655414c541626796cf853713e2e98 /gcc/ChangeLog | |
parent | 98314a7e82279efd7e415cbd26effb8be43f3e97 (diff) | |
download | gcc-78b1add95968f632ca5e107d58e449e32fdc390c.zip gcc-78b1add95968f632ca5e107d58e449e32fdc390c.tar.gz gcc-78b1add95968f632ca5e107d58e449e32fdc390c.tar.bz2 |
[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
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
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 <matthew.wahab@arm.com> + + * 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 <renlin.li@arm.com> * config/aarch64/aarch64.md (add<mode>3): Use mov when allowed. |