aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/atomic_op.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-1/+1
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-9/+12
* Update to LLVM 3.5a.Stephen Hines2014-04-241-3/+3
* Fix PR15355Michael Liao2013-03-061-1/+1
* Re-work X86 code generation of atomic ops with spin-loopMichael Liao2012-09-201-6/+5
* Trivial change to make the test use -mcpu=generic so as to avoidPreston Gurd2012-04-251-1/+1
* Fix incorrect atomics codegen introduced in r154705, and extend test to catch...Richard Smith2012-04-161-4/+9
* Fix X86 codegen for 'atomicrmw nand' to generate *x = ~(*x & y), not *x = ~*x...Richard Smith2012-04-131-0/+15
* Last batch of test conversions to new atomic instructions.Eli Friedman2011-09-271-43/+19
* Fix some broken CHECK lines.Benjamin Kramer2010-11-291-1/+1
* test/CodeGen/X86/atomic_op.ll: Rename @main to @func. Extra sequences will be...NAKAMURA Takumi2010-10-051-1/+1
* give LCMPXCHG_DAG[8] a memory operand, allowing it to work with addrspace 256...Chris Lattner2010-09-211-0/+11
* filecheckizeChris Lattner2010-09-211-11/+49
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-081-1/+1
* Remove obsolete -f flags.Dan Gohman2009-08-251-1/+1
* Add support for 8 and 16 bit forms of __syncDale Johannesen2008-08-191-2/+3
* Added support for overloading intrinsics (atomics) based on pointersMon P Wang2008-07-301-29/+29
* Added MemOperands to Atomic operations since Atomics touches memory.Mon P Wang2008-06-251-9/+9
* Added addition atomic instrinsics and, or, xor, min, and max.Mon P Wang2008-05-051-0/+93