summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AtomicExpandLoadLinkedPass.cpp
Commit message (Expand)AuthorAge
* Add a new subtarget hook for whether or not we'd like to enableEric Christopher2014-06-19
* Atomics: make use of the "cmpxchg weak" instruction.Tim Northover2014-06-13
* Atomics: switch direction of cmpxchg comparisonTim Northover2014-06-13
* IR: add "cmpxchg weak" variant to support permitted failure.Tim Northover2014-06-13
* Create macro INITIALIZE_TM_PASS.Jiangning Liu2014-06-11
* [C++11] Use 'nullptr'.Craig Topper2014-06-08
* ARM & AArch64: make use of common cmpxchg idioms after expansionTim Northover2014-05-30
* [C++] Use 'nullptr'.Craig Topper2014-04-24
* [Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* Atomics: promote ARM's IR-based atomics pass to CodeGen.Tim Northover2014-04-17