summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/atomic_op.ll
Commit message (Expand)AuthorAgeFilesLines
* [Tests] Rename some test files for consistencyPhilip Reames2019-02-131-141/+0
* X86: Do not use llc -march in tests.Matthias Braun2017-08-021-1/+1
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-1/+1
* X86: expand atomics in IR instead of as MachineInstrs.Tim Northover2014-07-011-6/+6
* IR: add "cmpxchg weak" variant to support permitted failure.Tim Northover2014-06-131-3/+6
* IR: add a second ordering operand to cmpxhg for failureTim Northover2014-03-111-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
OpenPOWER on IntegriCloud