]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/history - test/CodeGen/X86/atomic_op.ll
[X86][AVX] Added (V)MOVDDUP / (V)MOVSLDUP / (V)MOVSHDUP memory folding + tests.
[opencl/llvm.git] / test / CodeGen / X86 / atomic_op.ll
2014-07-01 Tim NorthoverX86: expand atomics in IR instead of as MachineInstrs.
2014-06-13 Tim NorthoverIR: add "cmpxchg weak" variant to support permitted...
2014-03-11 Tim NorthoverIR: add a second ordering operand to cmpxhg for failure
2013-03-06 Michael LiaoFix PR15355
2012-09-20 Michael LiaoRe-work X86 code generation of atomic ops with spin...
2012-04-25 Preston GurdTrivial change to make the test use -mcpu=generic so...
2012-04-16 Richard SmithFix incorrect atomics codegen introduced in r154705...
2012-04-13 Richard SmithFix X86 codegen for 'atomicrmw nand' to generate *x...
2011-09-27 Eli FriedmanLast batch of test conversions to new atomic instructions.
2010-11-29 Benjamin KramerFix some broken CHECK lines.
2010-10-05 NAKAMURA Takumitest/CodeGen/X86/atomic_op.ll: Rename @main to @func...
2010-09-21 Chris Lattnergive LCMPXCHG_DAG[8] a memory operand, allowing it...
2010-09-21 Chris Lattnerfilecheckize
2009-09-08 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-08-25 Dan GohmanRemove obsolete -f flags.
2008-08-19 Dale JohannesenAdd support for 8 and 16 bit forms of __sync
2008-07-30 Mon P WangAdded support for overloading intrinsics (atomics)...
2008-06-25 Mon P WangAdded MemOperands to Atomic operations since Atomics...
2008-05-05 Mon P WangAdded addition atomic instrinsics and, or, xor, min...