index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
X86
/
atomic_op.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
Re-work X86 code generation of atomic ops with spin-loop
Michael Liao
2012-09-20
1
-6
/
+5
*
Trivial change to make the test use -mcpu=generic so as to avoid
Preston Gurd
2012-04-25
1
-1
/
+1
*
Fix incorrect atomics codegen introduced in r154705, and extend test to catch...
Richard Smith
2012-04-16
1
-4
/
+9
*
Fix X86 codegen for 'atomicrmw nand' to generate *x = ~(*x & y), not *x = ~*x...
Richard Smith
2012-04-13
1
-0
/
+15
*
Last batch of test conversions to new atomic instructions.
Eli Friedman
2011-09-27
1
-43
/
+19
*
Fix some broken CHECK lines.
Benjamin Kramer
2010-11-29
1
-1
/
+1
*
test/CodeGen/X86/atomic_op.ll: Rename @main to @func. Extra sequences will be...
NAKAMURA Takumi
2010-10-05
1
-1
/
+1
*
give LCMPXCHG_DAG[8] a memory operand, allowing it to work with addrspace 256...
Chris Lattner
2010-09-21
1
-0
/
+11
*
filecheckize
Chris Lattner
2010-09-21
1
-11
/
+49
*
Eliminate more uses of llvm-as and llvm-dis.
Dan Gohman
2009-09-08
1
-1
/
+1
*
Remove obsolete -f flags.
Dan Gohman
2009-08-25
1
-1
/
+1
*
Add support for 8 and 16 bit forms of __sync
Dale Johannesen
2008-08-19
1
-2
/
+3
*
Added support for overloading intrinsics (atomics) based on pointers
Mon P Wang
2008-07-30
1
-29
/
+29
*
Added MemOperands to Atomic operations since Atomics touches memory.
Mon P Wang
2008-06-25
1
-9
/
+9
*
Added addition atomic instrinsics and, or, xor, min, and max.
Mon P Wang
2008-05-05
1
-0
/
+93