Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow FP types for atomicrmw xchg | Matt Arsenault | 2019-01-17 | 1 | -0/+12 |
* | [X86]: Quit promoting 8 and 16 bit compares to 32 bit. | Kevin B. Smith | 2016-06-15 | 1 | -24/+32 |
* | x86: Emit LOCK prefix after DATA16 | JF Bastien | 2014-12-15 | 1 | -12/+12 |
* | X86: expand atomics in IR instead of as MachineInstrs. | Tim Northover | 2014-07-01 | 1 | -30/+47 |
* | IR: add a second ordering operand to cmpxhg for failure | Tim Northover | 2014-03-11 | 1 | -1/+1 |
* | Fix PR15355 | Michael Liao | 2013-03-06 | 1 | -2/+2 |
* | Revise test to avoid using of 'grep' | Michael Liao | 2012-09-23 | 1 | -20/+14 |
* | Enhance test case of atomic16 to verify inst encoding fixed in r164453. | Michael Liao | 2012-09-22 | 1 | -0/+6 |
* | Re-work X86 code generation of atomic ops with spin-loop | Michael Liao | 2012-09-20 | 1 | -0/+250 |