summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/atomic64.ll
AgeCommit message (Expand)Author
2017-08-02X86: Do not use llc -march in tests.Matthias Braun
2015-04-04[X86] Don't use GR64 register 'and with immediate' instructions if the immedi...Craig Topper
2014-07-01X86: expand atomics in IR instead of as MachineInstrs.Tim Northover
2014-03-11IR: add a second ordering operand to cmpxhg for failureTim Northover
2013-04-02llvm/test/CodeGen/X86: Unmark them out of XFAIL:cygming, in atomic{32|64}.ll ...NAKAMURA Takumi
2013-03-25llvm/test/CodeGen/X86/atomic{32|64}.ll: Unmark them out of XFAIL:win32.NAKAMURA Takumi
2013-03-11Suppress atomic(32|64).ll as XFAIL on win32 codegen. Investigating.NAKAMURA Takumi
2013-03-06Fix PR15355Michael Liao
2012-09-20Re-work X86 code generation of atomic ops with spin-loopMichael Liao