summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/atomic_op.ll
Commit message (Expand)AuthorAge
* Fix PR15355Michael Liao2013-03-06
* Re-work X86 code generation of atomic ops with spin-loopMichael Liao2012-09-20
* Trivial change to make the test use -mcpu=generic so as to avoidPreston Gurd2012-04-25
* Fix incorrect atomics codegen introduced in r154705, and extend test to catch...Richard Smith2012-04-16
* Fix X86 codegen for 'atomicrmw nand' to generate *x = ~(*x & y), not *x = ~*x...Richard Smith2012-04-13
* Last batch of test conversions to new atomic instructions.Eli Friedman2011-09-27
* Fix some broken CHECK lines.Benjamin Kramer2010-11-29
* test/CodeGen/X86/atomic_op.ll: Rename @main to @func. Extra sequences will be...NAKAMURA Takumi2010-10-05
* give LCMPXCHG_DAG[8] a memory operand, allowing it to work with addrspace 256...Chris Lattner2010-09-21
* filecheckizeChris Lattner2010-09-21
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-08
* Remove obsolete -f flags.Dan Gohman2009-08-25
* Add support for 8 and 16 bit forms of __syncDale Johannesen2008-08-19
* Added support for overloading intrinsics (atomics) based on pointersMon P Wang2008-07-30
* Added MemOperands to Atomic operations since Atomics touches memory.Mon P Wang2008-06-25
* Added addition atomic instrinsics and, or, xor, min, and max.Mon P Wang2008-05-05