summaryrefslogtreecommitdiff
path: root/docs/Atomics.html
Commit message (Collapse)AuthorAge
* s/SequeuentiallyConsistent/SequentiallyConsistent/gNick Lewycky2011-09-11
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139481 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix verb tense agreement.Nick Lewycky2011-09-11
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139480 91177308-0d34-0410-b5e6-96231b3b80d8
* Some minor wording updates and cross-linking for atomic docs. Explicitly ↵Eli Friedman2011-08-22
| | | | | | note that we don't try to portably define what volatile in LLVM IR means. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138274 91177308-0d34-0410-b5e6-96231b3b80d8
* Some reorganization of atomic docs. Added explicit section for NonAtomic. ↵Eli Friedman2011-08-12
| | | | | | Added example for illegal non-atomic operation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137520 91177308-0d34-0410-b5e6-96231b3b80d8
* minor typoChris Lattner2011-08-12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137496 91177308-0d34-0410-b5e6-96231b3b80d8
* Misc atomic doc tweaks; reordering operations across Acquire/Release can be ↵Eli Friedman2011-08-12
| | | | | | beneficial. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137425 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix up this paragraph (including a nasty typo).Eli Friedman2011-08-12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137408 91177308-0d34-0410-b5e6-96231b3b80d8
* Clarify the definition of SequentiallyConsistent operations.Andrew Trick2011-08-12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137403 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix mismatched tag.Eli Friedman2011-08-11
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137388 91177308-0d34-0410-b5e6-96231b3b80d8
* Revision to Atomics guide, per Chris's comments.Eli Friedman2011-08-11
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137386 91177308-0d34-0410-b5e6-96231b3b80d8
* Changes per Jeffrey's comments.Eli Friedman2011-08-10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137243 91177308-0d34-0410-b5e6-96231b3b80d8
* Representation of 'atomic load' and 'atomic store' in IR.Eli Friedman2011-08-09
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137170 91177308-0d34-0410-b5e6-96231b3b80d8
* First draft of the practical guide to atomics.Eli Friedman2011-08-09
This is mostly descriptive of the intended state once atomic load and store have landed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137145 91177308-0d34-0410-b5e6-96231b3b80d8