index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
X86
/
atomic_op.ll
Age
Commit message (
Expand
)
Author
2013-03-06
Fix PR15355
Michael Liao
2012-09-20
Re-work X86 code generation of atomic ops with spin-loop
Michael Liao
2012-04-25
Trivial change to make the test use -mcpu=generic so as to avoid
Preston Gurd
2012-04-16
Fix incorrect atomics codegen introduced in r154705, and extend test to catch...
Richard Smith
2012-04-13
Fix X86 codegen for 'atomicrmw nand' to generate *x = ~(*x & y), not *x = ~*x...
Richard Smith
2011-09-27
Last batch of test conversions to new atomic instructions.
Eli Friedman
2010-11-29
Fix some broken CHECK lines.
Benjamin Kramer
2010-10-05
test/CodeGen/X86/atomic_op.ll: Rename @main to @func. Extra sequences will be...
NAKAMURA Takumi
2010-09-21
give LCMPXCHG_DAG[8] a memory operand, allowing it to work with addrspace 256...
Chris Lattner
2010-09-21
filecheckize
Chris Lattner
2009-09-08
Eliminate more uses of llvm-as and llvm-dis.
Dan Gohman
2009-08-25
Remove obsolete -f flags.
Dan Gohman
2008-08-19
Add support for 8 and 16 bit forms of __sync
Dale Johannesen
2008-07-30
Added support for overloading intrinsics (atomics) based on pointers
Mon P Wang
2008-06-25
Added MemOperands to Atomic operations since Atomics touches memory.
Mon P Wang
2008-05-05
Added addition atomic instrinsics and, or, xor, min, and max.
Mon P Wang