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
/
lib
/
Transforms
/
InstCombine
/
InstCombineAtomicRMW.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Alignment][NFC] Remove StoreInst::setAlignment(unsigned)
Guillaume Chatelet
2019-10-03
1
-1
/
+1
*
[Alignment][NFC] Remove LoadInst::setAlignment(unsigned)
Guillaume Chatelet
2019-09-30
1
-1
/
+1
*
[InstCombine] Extend saturating idempotent atomicrmw transform to FP
Philip Reames
2019-03-01
1
-2
/
+10
*
[InstCombine] Extend "idempotent" atomicrmw optimizations to floating point
Philip Reames
2019-03-01
1
-2
/
+17
*
[InstCombine] Address a couple stylistic issues pointed out by reviewer [NFC]
Philip Reames
2019-02-15
1
-6
/
+6
*
[InstCombine] Convert atomicrmws to xchg or store where legal
Philip Reames
2019-02-15
1
-15
/
+59
*
[InstCombine] Add todos for possible atomicrmw transforms
Philip Reames
2019-02-14
1
-0
/
+6
*
Canonicalize all integer "idempotent" atomicrmw ops
Philip Reames
2019-02-14
1
-5
/
+13
*
Teach instcombine about remaining "idempotent" atomicrmw types
Philip Reames
2019-02-14
1
-30
/
+60
*
[InstCombine] Optimize `atomicrmw <op>, 0` into `load atomic` when possible
Quentin Colombet
2019-02-07
1
-0
/
+48