summaryrefslogtreecommitdiffstats
path: root/llvm/docs/Atomics.html
Commit message (Collapse)AuthorAgeFilesLines
* Sphinxify the Atomics documentation.Bill Wendling2012-06-291-569/+0
| | | | llvm-svn: 159416
* [docs] Update HTML pages to refer to CSS in a way that works locally and ↵Daniel Dunbar2012-04-191-1/+1
| | | | | | with Sphinx. llvm-svn: 155153
* s/SequeuentiallyConsistent/SequentiallyConsistent/gNick Lewycky2011-09-111-3/+3
| | | | llvm-svn: 139481
* Fix verb tense agreement.Nick Lewycky2011-09-111-1/+1
| | | | llvm-svn: 139480
* Some minor wording updates and cross-linking for atomic docs. Explicitly ↵Eli Friedman2011-08-221-8/+9
| | | | | | note that we don't try to portably define what volatile in LLVM IR means. llvm-svn: 138274
* Some reorganization of atomic docs. Added explicit section for NonAtomic. ↵Eli Friedman2011-08-121-32/+111
| | | | | | Added example for illegal non-atomic operation. llvm-svn: 137520
* minor typoChris Lattner2011-08-121-1/+1
| | | | llvm-svn: 137496
* Misc atomic doc tweaks; reordering operations across Acquire/Release can be ↵Eli Friedman2011-08-121-14/+19
| | | | | | beneficial. llvm-svn: 137425
* Fix up this paragraph (including a nasty typo).Eli Friedman2011-08-121-4/+4
| | | | llvm-svn: 137408
* Clarify the definition of SequentiallyConsistent operations.Andrew Trick2011-08-121-7/+14
| | | | llvm-svn: 137403
* Fix mismatched tag.Eli Friedman2011-08-111-1/+1
| | | | llvm-svn: 137388
* Revision to Atomics guide, per Chris's comments.Eli Friedman2011-08-111-75/+253
| | | | llvm-svn: 137386
* Changes per Jeffrey's comments.Eli Friedman2011-08-101-7/+10
| | | | llvm-svn: 137243
* Representation of 'atomic load' and 'atomic store' in IR.Eli Friedman2011-08-091-0/+1
| | | | llvm-svn: 137170
* First draft of the practical guide to atomics.Eli Friedman2011-08-091-0/+295
This is mostly descriptive of the intended state once atomic load and store have landed. llvm-svn: 137145
OpenPOWER on IntegriCloud