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
/
InstCombineAndOrXor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[InstCombine] try to pull 'not' of select into compare operands
Sanjay Patel
2020-01-07
1
-0
/
+17
*
[InstCombine] conditional sign-extend of high-bit-extract: 'or' pattern.
Roman Lebedev
2019-10-20
1
-0
/
+4
*
[InstCombine] foldUnsignedUnderflowCheck(): one last pattern with 'sub' (PR43...
Roman Lebedev
2019-09-25
1
-0
/
+10
*
[InstCombine] Fold (A - B) u>=/u< A --> B u>/u<= A iff B != 0
Roman Lebedev
2019-09-25
1
-15
/
+0
*
[InstCombine] (a+b) < a && (a+b) != 0 -> (0-b) < a iff a/b != 0 (PR43259)
Roman Lebedev
2019-09-24
1
-4
/
+23
*
[InstCombine] (a+b) <= a && (a+b) != 0 -> (0-b) < a (PR43259)
Roman Lebedev
2019-09-24
1
-2
/
+21
*
[InstCombine] Fold a shifty implementation of clamp-to-allones.
Huihui Zhang
2019-09-24
1
-0
/
+15
*
[InstCombine] Fold a shifty implementation of clamp-to-zero.
Huihui Zhang
2019-09-24
1
-0
/
+14
*
[InstCombine] foldOrOfICmps(): Acquire SimplifyQuery with set CxtI
Roman Lebedev
2019-09-23
1
-2
/
+4
*
[InstCombine] foldAndOfICmps(): Acquire SimplifyQuery with set CxtI
Roman Lebedev
2019-09-23
1
-2
/
+4
*
[InstCombine] foldUnsignedUnderflowCheck(): s/Subtracted/ZeroCmpOp/
Roman Lebedev
2019-09-23
1
-7
/
+7
*
[InstCombine] Simplify @llvm.usub.with.overflow+non-zero check (PR43251)
Roman Lebedev
2019-09-19
1
-0
/
+21
*
[InstCombine] foldUnsignedUnderflowCheck(): handle last few cases (PR43251)
Roman Lebedev
2019-09-18
1
-0
/
+52
*
[InstCombine][NFC] Rename IsFreeToInvert() -> isFreeToInvert() for consistency
Roman Lebedev
2019-08-13
1
-12
/
+12
*
[InstCombine] foldXorOfICmps(): don't give up on non-single-use ICmp's if all...
Roman Lebedev
2019-08-13
1
-9
/
+34
*
[InstCombine] Teach foldOrOfICmps to allow icmp eq MIN_INT/MAX to be part of ...
Craig Topper
2019-07-24
1
-8
/
+40
*
[InstCombine] Update comment I missed in r366649. NFC
Craig Topper
2019-07-21
1
-1
/
+1
*
[InstCombine] Remove insertRangeTest code that handles the equality case.
Craig Topper
2019-07-21
1
-4
/
+2
*
[InstCombine] Don't use AddOne/SubOne to see if two APInts are 1 apart. Use A...
Craig Topper
2019-07-21
1
-5
/
+9
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
1
-1
/
+1
*
[InstCombine] squash is-not-power-of-2 using ctpop
Sanjay Patel
2019-06-24
1
-5
/
+18
*
[InstCombine] squash is-power-of-2 that uses ctpop
Sanjay Patel
2019-06-23
1
-0
/
+23
*
[InstCombine] try harder to form rotate (funnel shift) (PR20750)
Sanjay Patel
2019-05-13
1
-0
/
+7
*
[InstCombine] Don't transform ((C1 OP zext(X)) & C2) -> zext((C1 OP X) & C2) ...
Craig Topper
2019-03-21
1
-1
/
+5
*
[InstCombine] fold logic-of-nan-fcmps (PR41069)
Sanjay Patel
2019-03-19
1
-0
/
+52
*
[InstCombine] Fix matchRotate bug when one operand is a ConstantExpr shift
Sanjay Patel
2019-02-11
1
-3
/
+7
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[InstCombine] canonicalize another raw IR rotate pattern to funnel shift
Sanjay Patel
2019-01-08
1
-0
/
+54
*
[CmpInstAnalysis] fix function signature for ICmp code to predicate; NFC
Sanjay Patel
2018-12-04
1
-9
/
+9
*
[CmpInstAnalysis] fix formatting; NFC
Sanjay Patel
2018-12-03
1
-5
/
+5
*
[InstCombine] fix formatting for matchBSwap(); NFC
Sanjay Patel
2018-11-14
1
-6
/
+5
*
[InstCombine] try harder to form select from logic ops (2nd try)
Sanjay Patel
2018-10-24
1
-30
/
+42
*
revert rL344609: [InstCombine] try harder to form select from logic ops
Sanjay Patel
2018-10-16
1
-38
/
+29
*
[InstCombine] make sure type is integer before calling ComputeNumSignBits
Sanjay Patel
2018-10-16
1
-1
/
+2
*
[InstCombine] try harder to form select from logic ops
Sanjay Patel
2018-10-16
1
-29
/
+37
*
[InstCombine] name change: foldShuffledBinop -> foldVectorBinop; NFC
Sanjay Patel
2018-10-03
1
-3
/
+3
*
[InstCombine] Fold (xor (min/max X, Y), -1) -> (max/min ~X, ~Y) when X and Y ...
Craig Topper
2018-09-13
1
-0
/
+11
*
[InstCombine] Fold (min/max ~X, Y) -> ~(max/min X, ~Y) when Y is freely inver...
Craig Topper
2018-09-07
1
-5
/
+11
*
[InstCombine] add xor+not folds
Sanjay Patel
2018-09-06
1
-0
/
+16
*
[InstCombine] fix xor-or-xor fold to check uses and handle commutes
Sanjay Patel
2018-09-04
1
-32
/
+21
*
[InstCombine] make ((X & C) ^ C) form consistent for vectors
Sanjay Patel
2018-09-04
1
-4
/
+2
*
[InstCombine] simplify code for xor folds; NFCI
Sanjay Patel
2018-09-04
1
-40
/
+23
*
[InstCombine] simplify xor/not folds; NFCI
Sanjay Patel
2018-09-03
1
-22
/
+16
*
[InstCombine] allow add+not --> sub for arbitrary vector constants.
Sanjay Patel
2018-09-03
1
-5
/
+4
*
[InstCombine] allow not+sub fold for arbitrary vector constants
Sanjay Patel
2018-09-02
1
-8
/
+4
*
[InstCombine] simplify code for 'or' fold
Sanjay Patel
2018-09-01
1
-28
/
+13
*
[InstCombine] Pull simple checks above a more complicated one. NFCI
Craig Topper
2018-08-21
1
-4
/
+2
*
[InstCombine] Fix IC trying to create a xor of pointer types.
Amara Emerson
2018-08-15
1
-1
/
+2
*
[InstCombine] Re-land: Optimize redundant 'signed truncation check pattern'.
Roman Lebedev
2018-08-13
1
-0
/
+127
*
Revert "[InstCombine] Optimize redundant 'signed truncation check pattern'."
Roman Lebedev
2018-08-13
1
-128
/
+0
[next]