Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CodeGen: it turns out that NAND is not the same thing as BIC. At all. | Tim Northover | 2014-07-07 | 1 | -1/+1 |
* | Add a new subtarget hook for whether or not we'd like to enable | Eric Christopher | 2014-06-19 | 1 | -14/+19 |
* | Atomics: make use of the "cmpxchg weak" instruction. | Tim Northover | 2014-06-13 | 1 | -12/+22 |
* | Atomics: switch direction of cmpxchg comparison | Tim Northover | 2014-06-13 | 1 | -2/+2 |
* | IR: add "cmpxchg weak" variant to support permitted failure. | Tim Northover | 2014-06-13 | 1 | -25/+28 |
* | Create macro INITIALIZE_TM_PASS. | Jiangning Liu | 2014-06-11 | 1 | -16/+3 |
* | [C++11] Use 'nullptr'. | Craig Topper | 2014-06-08 | 1 | -1/+1 |
* | ARM & AArch64: make use of common cmpxchg idioms after expansion | Tim Northover | 2014-05-30 | 1 | -2/+40 |
* | [C++] Use 'nullptr'. | Craig Topper | 2014-04-24 | 1 | -2/+2 |
* | [Modules] Remove potential ODR violations by sinking the DEBUG_TYPE | Chandler Carruth | 2014-04-22 | 1 | -1/+2 |
* | Atomics: promote ARM's IR-based atomics pass to CodeGen. | Tim Northover | 2014-04-17 | 1 | -0/+336 |