summaryrefslogtreecommitdiff
path: root/docs/Atomics.rst
AgeCommit message (Expand)Author
2016-07-02fix some various typos in the docSylvestre Ledru
2016-06-15Remove the ScalarReplAggregates passDavid Majnemer
2016-04-12Add __atomic_* lowering to AtomicExpandPass.James Y Knight
2016-04-12This reverts commit r266002, r266011 and r266016.Rafael Espindola
2016-04-11Add __atomic_* lowering to AtomicExpandPass.James Y Knight
2016-04-06NFC: make AtomicOrdering an enum classJF Bastien
2016-04-05Docs: dampen story time for atomicsJF Bastien
2015-09-11[CodeGen] Refactor TLI/AtomicExpand interface to make LLSC explicit.Ahmed Bougacha
2015-08-05Rename all references to old mailing lists to new lists.llvm.org address.Tanya Lattner
2014-10-03[sphinx cleanup] Fix unexpected indentation warning introduced by r218937Dan Liew
2014-10-03Update Atomics.rstRobin Morisset
2014-09-23[docs] Fixed a typo in Atomics.rstJingyue Wu
2014-08-04Update links to the gcc and java documentation that 404'd.Benjamin Kramer
2014-06-13IR: add "cmpxchg weak" variant to support permitted failure.Tim Northover
2013-06-18Small correction to unordered memory code generation of ARM LDRDJF Bastien
2013-01-11docs: Fix long standing linking antipattern.Sean Silva
2012-07-23Fix a typo (the the => the)Sylvestre Ledru
2012-06-29Sphinxify the Atomics documentation.Bill Wendling