index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
test
/
CodeGen
/
X86
/
atomic_op.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Tests] Rename some test files for consistency
Philip Reames
2019-02-13
1
-141
/
+0
*
X86: Do not use llc -march in tests.
Matthias Braun
2017-08-02
1
-1
/
+1
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
1
-1
/
+1
*
X86: expand atomics in IR instead of as MachineInstrs.
Tim Northover
2014-07-01
1
-6
/
+6
*
IR: add "cmpxchg weak" variant to support permitted failure.
Tim Northover
2014-06-13
1
-3
/
+6
*
IR: add a second ordering operand to cmpxhg for failure
Tim Northover
2014-03-11
1
-3
/
+3
*
Fix PR15355
Michael Liao
2013-03-06
1
-1
/
+1
*
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