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
/
ARM
/
atomic-64bit.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
ARM: Better codegen for 64-bit compares.
Peter Collingbourne
2016-03-21
1
-96
/
+72
*
ARM: sink atomic release barrier as far as possible into cmpxchg.
Tim Northover
2016-02-22
1
-9
/
+9
*
AArch64: use ldxp/stxp pair to implement 128-bit atomic loads.
Tim Northover
2015-12-02
1
-0
/
+6
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
1
-1
/
+1
*
Add a new string member to the TargetOptions struct for the name
Eric Christopher
2014-12-18
1
-1
/
+1
*
Model ARM backend ABI selection after the front end code doing the
Eric Christopher
2014-12-18
1
-1
/
+1
*
Atomics: make use of the "cmpxchg weak" instruction.
Tim Northover
2014-06-13
1
-2
/
+3
*
IR: add "cmpxchg weak" variant to support permitted failure.
Tim Northover
2014-06-13
1
-1
/
+2
*
ARM & AArch64: make use of common cmpxchg idioms after expansion
Tim Northover
2014-05-30
1
-3
/
+3
*
ARM big endian function argument passing
Christian Pirker
2014-05-08
1
-45
/
+86
*
ARM: expand atomic ldrex/strex loops in IR
Tim Northover
2014-04-03
1
-41
/
+114
*
IR: add a second ordering operand to cmpxhg for failure
Tim Northover
2014-03-11
1
-1
/
+1
*
[ARM] Use the load-acquire/store-release instructions optimally in AArch32.
Amara Emerson
2013-09-26
1
-15
/
+1
*
[ARM] Constrain some register classes in EmitAtomicBinary64 so that
Joey Gouly
2013-08-22
1
-1
/
+1
*
Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...
Stephen Lin
2013-07-14
1
-13
/
+13
*
Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....
Stephen Lin
2013-07-13
1
-13
/
+13
*
ARM: relax the atomic release barrier to "dmb ishst" on Swift
Tim Northover
2013-07-03
1
-50
/
+50
*
Revert r185339 (ARM: relax the atomic release barrier to "dmb ishst")
Tim Northover
2013-07-01
1
-50
/
+50
*
ARM: relax the atomic release barrier to "dmb ishst"
Tim Northover
2013-07-01
1
-50
/
+50
*
Fix 64-bit atomic operations in Thumb mode.
Tim Northover
2013-01-29
1
-0
/
+147
*
Fixed the condition codes for the atomic64 min/umin code generation on ARM. I...
Silviu Baranga
2013-01-25
1
-2
/
+2
*
Added atomic 64 min/max/umin/umax instrinsics support in the ARM backend.
Silviu Baranga
2012-11-29
1
-0
/
+61
*
Remove hard coded registers in ARM ldrexd and strexd instructions
Weiming Zhao
2012-11-16
1
-41
/
+41
*
Generic expansion for atomic load/store into cmpxchg/atomicrmw xchg; implemen...
Eli Friedman
2011-08-31
1
-7
/
+37
*
64-bit atomic cmpxchg for ARM.
Eli Friedman
2011-08-31
1
-0
/
+15
*
Some minor cleanups for r138845.
Eli Friedman
2011-08-31
1
-1
/
+1
*
Some 64-bit atomic operations on ARM. 64-bit cmpxchg coming next.
Eli Friedman
2011-08-31
1
-0
/
+83