summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/atomic_op.ll
AgeCommit message (Expand)Author
2017-08-02X86: Do not use llc -march in tests.Matthias Braun
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2014-07-01X86: expand atomics in IR instead of as MachineInstrs.Tim Northover
2014-06-13IR: add "cmpxchg weak" variant to support permitted failure.Tim Northover
2014-03-11IR: add a second ordering operand to cmpxhg for failureTim Northover
2013-03-06Fix PR15355Michael Liao
2012-09-20Re-work X86 code generation of atomic ops with spin-loopMichael Liao
2012-04-25Trivial change to make the test use -mcpu=generic so as to avoidPreston Gurd
2012-04-16Fix incorrect atomics codegen introduced in r154705, and extend test to catch...Richard Smith
2012-04-13Fix X86 codegen for 'atomicrmw nand' to generate *x = ~(*x & y), not *x = ~*x...Richard Smith
2011-09-27Last batch of test conversions to new atomic instructions.Eli Friedman
2010-11-29Fix some broken CHECK lines.Benjamin Kramer
2010-10-05test/CodeGen/X86/atomic_op.ll: Rename @main to @func. Extra sequences will be...NAKAMURA Takumi
2010-09-21give LCMPXCHG_DAG[8] a memory operand, allowing it to work with addrspace 256...Chris Lattner
2010-09-21filecheckizeChris Lattner
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-08-25Remove obsolete -f flags.Dan Gohman
2008-08-19Add support for 8 and 16 bit forms of __syncDale Johannesen
2008-07-30Added support for overloading intrinsics (atomics) based on pointersMon P Wang
2008-06-25Added MemOperands to Atomic operations since Atomics touches memory.Mon P Wang
2008-05-05Added addition atomic instrinsics and, or, xor, min, and max.Mon P Wang