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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[InstCombine] Limit a vector demanded elts rule which was producing invalid IR.
Philip Reames
2019-04-30
1
-0
/
+12
*
[InstCombine] reduce code duplication; NFC
Sanjay Patel
2019-04-29
1
-5
/
+7
*
[InstCombine] visitFCmpInst - appease copy+paste pattern warning. NFCI.
Simon Pilgrim
2019-04-29
1
-1
/
+1
*
[InstCombine][X86] Tweak generic expansion of PACKSS/PACKUS to shuffle then t...
Simon Pilgrim
2019-04-25
1
-7
/
+4
*
Fix include order. NFCI.
Simon Pilgrim
2019-04-25
1
-1
/
+1
*
Consolidate existing utilities for interpreting vector predicate maskes [NFC]
Philip Reames
2019-04-25
1
-31
/
+1
*
[InstCombine] Be consistent w/handling of masked intrinsics style wise [NFC]
Philip Reames
2019-04-25
2
-5
/
+6
*
[InstCombine][X86] Use generic expansion of PACKSS/PACKUS for constant foldin...
Simon Pilgrim
2019-04-24
1
-51
/
+45
*
[InstCombine] Convert a masked.load of a dereferenceable address to an uncond...
Philip Reames
2019-04-23
1
-4
/
+14
*
[InstCombine] Eliminate stores to constant memory
Philip Reames
2019-04-22
2
-0
/
+24
*
[InstSimplify] Move masked.gather w/no active lanes handling to InstSimplify ...
Philip Reames
2019-04-22
1
-5
/
+0
*
[InstCombine] Factor out unreachable inst idiom creation [NFC]
Philip Reames
2019-04-17
3
-13
/
+15
*
[InstCombine] Prune fshl/fshr with masked operands
Nikita Popov
2019-04-16
1
-0
/
+4
*
[IR] Add WithOverflowInst class
Nikita Popov
2019-04-16
1
-45
/
+20
*
[PGO] Profile guided code size optimization.
Hiroshi Yamauchi
2019-04-15
3
-8
/
+33
*
[InstCombine] canonicalize fdiv after fmul if reassociation is allowed
Sanjay Patel
2019-04-15
1
-0
/
+8
*
[InstCombine] Remove redundant/bogus mul_with_overflow combines
Nikita Popov
2019-04-13
1
-8
/
+0
*
[InstCombine] Canonicalize (-X srem Y) to -(X srem Y).
Chen Zheng
2019-04-13
1
-0
/
+5
*
[InstCombine] Fix a nasty miscompile introduced w/masked.gather demanded elts
Philip Reames
2019-04-12
1
-1
/
+5
*
[InstCombine] Handle ssubo always overflow
Nikita Popov
2019-04-10
1
-3
/
+3
*
[InstCombine] ssubo X, C -> saddo X, -C
Nikita Popov
2019-04-10
1
-0
/
+21
*
[InstCombine] Handle saddo always overflow
Nikita Popov
2019-04-10
1
-3
/
+3
*
[InstCombine] Handle usubo always overflow
Nikita Popov
2019-04-10
1
-0
/
+3
*
[InstCombine] Directly call computeOverflow methods in OptimizeOverflowCheck;...
Nikita Popov
2019-04-10
1
-6
/
+13
*
[InstCombine] Canonicalize (-X s/ Y) to -(X s/ Y).
Chen Zheng
2019-04-10
1
-0
/
+6
*
Revert "[InstCombine] [InstCombine] Canonicalize (-X s/ Y) to -(X s/ Y)."
Nikita Popov
2019-04-09
1
-6
/
+0
*
[InstCombine] Restructure OptimizeOverflowCheck; NFC
Nikita Popov
2019-04-09
1
-31
/
+28
*
[InstCombine] [InstCombine] Canonicalize (-X s/ Y) to -(X s/ Y).
Chen Zheng
2019-04-09
1
-0
/
+6
*
[InstCombine] prevent possible miscompile with sdiv+negate of vector op
Sanjay Patel
2019-04-09
1
-10
/
+11
*
[InstCombine] prevent possible miscompile with negate+sdiv of vector op
Sanjay Patel
2019-04-09
1
-3
/
+6
*
[InstCombine] peek through fdiv to find a squared sqrt
Sanjay Patel
2019-04-08
1
-0
/
+19
*
[InstCombine] remove overzealous assert for shuffles (PR41419)
Sanjay Patel
2019-04-08
1
-2
/
+2
*
[InstCombine][X86] Expand MOVMSK to generic IR (PR39927)
Simon Pilgrim
2019-04-08
1
-40
/
+14
*
[InstCombine] sdiv exact flag fixup.
Chen Zheng
2019-04-08
1
-2
/
+5
*
[IR] Refactor attribute methods in Function class (NFC)
Evandro Menezes
2019-04-04
1
-1
/
+1
*
[InstCombine] Combine no-wrap sub and icmp w/ constant.
Luqman Aden
2019-04-04
1
-1
/
+10
*
[InstCombine] Simplify ctpop with bitreverse/bswap
David Bolvansky
2019-04-03
1
-0
/
+8
*
[InstCombine] Simplify ctlz/cttz with bitreverse
David Bolvansky
2019-04-02
1
-1
/
+9
*
[InstCombine] Handle vector gep with scalar argument in evaluateInDifferentEl...
Mikael Holmen
2019-04-01
1
-1
/
+8
*
Revert "[InstCombine] Handle vector gep with scalar argument in evaluateInDif...
Mikael Holmen
2019-04-01
1
-8
/
+1
*
[InstCombine] Handle vector gep with scalar argument in evaluateInDifferentEl...
Mikael Holmen
2019-04-01
1
-1
/
+8
*
[InstCombine] eliminate commuted select-shuffles + binop (PR41304)
Sanjay Patel
2019-04-01
1
-0
/
+24
*
[InstCombine] canonicalize select shuffles by commuting
Sanjay Patel
2019-03-31
1
-0
/
+9
*
[InstCombine] move shuffle canonicalizations before other transforms
Sanjay Patel
2019-03-29
1
-30
/
+27
*
[InstCombine] Use uadd.sat and usub.sat for canonicalization
Nikita Popov
2019-03-27
1
-28
/
+21
*
[InstCombine] form uaddsat from add+umin (PR14613)
Sanjay Patel
2019-03-26
1
-0
/
+25
*
InstCombineSimplifyDemanded: Allow v3 results for AMDGCN buffer and image int...
Tim Renouf
2019-03-22
1
-2
/
+1
*
[InstCombine] Don't transform ((C1 OP zext(X)) & C2) -> zext((C1 OP X) & C2) ...
Craig Topper
2019-03-21
1
-1
/
+5
*
[instcombine] Add some todos, and arrange code for readibility
Philip Reames
2019-03-21
2
-32
/
+38
*
Simplify operands of masked stores and scatters based on demanded elements
Philip Reames
2019-03-20
2
-8
/
+52
[next]