Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sphinxify the Atomics documentation. | Bill Wendling | 2012-06-29 | 1 | -569/+0 |
| | | | | llvm-svn: 159416 | ||||
* | [docs] Update HTML pages to refer to CSS in a way that works locally and ↵ | Daniel Dunbar | 2012-04-19 | 1 | -1/+1 |
| | | | | | | with Sphinx. llvm-svn: 155153 | ||||
* | s/SequeuentiallyConsistent/SequentiallyConsistent/g | Nick Lewycky | 2011-09-11 | 1 | -3/+3 |
| | | | | llvm-svn: 139481 | ||||
* | Fix verb tense agreement. | Nick Lewycky | 2011-09-11 | 1 | -1/+1 |
| | | | | llvm-svn: 139480 | ||||
* | Some minor wording updates and cross-linking for atomic docs. Explicitly ↵ | Eli Friedman | 2011-08-22 | 1 | -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 Friedman | 2011-08-12 | 1 | -32/+111 |
| | | | | | | Added example for illegal non-atomic operation. llvm-svn: 137520 | ||||
* | minor typo | Chris Lattner | 2011-08-12 | 1 | -1/+1 |
| | | | | llvm-svn: 137496 | ||||
* | Misc atomic doc tweaks; reordering operations across Acquire/Release can be ↵ | Eli Friedman | 2011-08-12 | 1 | -14/+19 |
| | | | | | | beneficial. llvm-svn: 137425 | ||||
* | Fix up this paragraph (including a nasty typo). | Eli Friedman | 2011-08-12 | 1 | -4/+4 |
| | | | | llvm-svn: 137408 | ||||
* | Clarify the definition of SequentiallyConsistent operations. | Andrew Trick | 2011-08-12 | 1 | -7/+14 |
| | | | | llvm-svn: 137403 | ||||
* | Fix mismatched tag. | Eli Friedman | 2011-08-11 | 1 | -1/+1 |
| | | | | llvm-svn: 137388 | ||||
* | Revision to Atomics guide, per Chris's comments. | Eli Friedman | 2011-08-11 | 1 | -75/+253 |
| | | | | llvm-svn: 137386 | ||||
* | Changes per Jeffrey's comments. | Eli Friedman | 2011-08-10 | 1 | -7/+10 |
| | | | | llvm-svn: 137243 | ||||
* | Representation of 'atomic load' and 'atomic store' in IR. | Eli Friedman | 2011-08-09 | 1 | -0/+1 |
| | | | | llvm-svn: 137170 | ||||
* | First draft of the practical guide to atomics. | Eli Friedman | 2011-08-09 | 1 | -0/+295 |
This is mostly descriptive of the intended state once atomic load and store have landed. llvm-svn: 137145 |