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
/
InstCombineCompares.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[InstCombine] Improve support for ashr in foldICmpAndShift
Craig Topper
2017-10-04
1
-9
/
+12
*
[InstCombine] Use isSignBitCheck to simplify an if statement. Directly create...
Craig Topper
2017-10-03
1
-12
/
+8
*
[InstCombine] Change a bunch of methods to take APInts by reference instead o...
Craig Topper
2017-10-03
1
-119
/
+119
*
[InstCombine] Replace an equality compare of two APInt pointers with a compar...
Craig Topper
2017-10-03
1
-1
/
+1
*
[InstCombine] remove one-use restriction for icmp (shr exact X, C1), C2 --> i...
Sanjay Patel
2017-10-02
1
-6
/
+6
*
[InstCombine] Use APInt for all the math in foldICmpDivConstant
Craig Topper
2017-10-01
1
-95
/
+46
*
Revert r314017 '[InstCombine] Simplify check for RHS being a splat constant i...
Craig Topper
2017-09-27
1
-16
/
+22
*
[InstCombine] Remove one use restriction on the shift for calls to foldICmpAn...
Craig Topper
2017-09-26
1
-3
/
+3
*
[InstCombine] Move an optimization from foldICmpAndConstConst to foldICmpUsin...
Craig Topper
2017-09-25
1
-16
/
+10
*
[InstCombine] Teach foldICmpUsingKnownBits to simplify SLE/SGE/ULE/UGE to equ...
Craig Topper
2017-09-22
1
-0
/
+8
*
[InstCombine] Add constant splat handling to one of the ICMP_SLT/SGT cases in...
Craig Topper
2017-09-22
1
-6
/
+5
*
[InstCombine] Move the call to isSignBitCheck into getDemandedBitsLHSMask ins...
Craig Topper
2017-09-22
1
-15
/
+8
*
[InstCombine] Simplify check for RHS being a splat constant in foldICmpUsingK...
Craig Topper
2017-09-22
1
-8
/
+6
*
[InstCombine] Make cases for ICMP_UGT/ICMP_ULT use similar formatting since t...
Craig Topper
2017-09-22
1
-6
/
+3
*
[InstCombine] Teach getDemandedBitsLHSMask to handle constant splat vectors
Craig Topper
2017-09-20
1
-11
/
+7
*
[InstCombine] Handle (X & C2) < C1 --> (X & C2) == 0
Craig Topper
2017-09-20
1
-6
/
+13
*
[InstCombine] Use APInt::getActiveBits() to avoid creating an APInt from a tr...
Craig Topper
2017-09-20
1
-1
/
+1
*
Test commit
Uriel Korach
2017-09-10
1
-1
/
+1
*
[ValueTracking, InstCombine] canonicalize fcmp ord/uno with non-NAN ops to nu...
Sanjay Patel
2017-09-05
1
-0
/
+13
*
[InstCombine] use local variable to reduce code duplication; NFCI
Sanjay Patel
2017-09-02
1
-11
/
+9
*
[InstCombine] Remove unused argument. NFC
Craig Topper
2017-08-23
1
-4
/
+3
*
[InstCombine] Replace a simple matcher with a plain old dyn_cast. NFC
Craig Topper
2017-08-23
1
-2
/
+1
*
[InstCombine] Remove an unnecessary dyn_cast to Instruction and a switch over...
Craig Topper
2017-08-23
1
-23
/
+16
*
Remove checks for debug info intrinsics in use lists, NFC
Reid Kleckner
2017-08-14
1
-1
/
+0
*
[InstCombine] Don't violate dominance when replacing instructions.
Davide Italiano
2017-07-16
1
-7
/
+11
*
[InstCombine] convert bitwise (in)equality checks to logical ops (PR32401)
Sanjay Patel
2017-07-14
1
-3
/
+15
*
Fix invalid cast in instcombine UMul/ZExt idiom
Serge Guelton
2017-07-10
1
-6
/
+7
*
[IR] Add Type::isIntOrIntVectorTy(unsigned) similar to the existing isInteger...
Craig Topper
2017-07-09
1
-2
/
+2
*
[InstCombine] Make InstCombine's IRBuilder be passed by reference everywhere
Craig Topper
2017-07-07
1
-136
/
+135
*
[InstCombine] Use m_BitReverse pattern match helper. NFCI.
Simon Pilgrim
2017-07-02
1
-2
/
+2
*
[InstCombine] fix crash when folding cmp+bswap vector
Sanjay Patel
2017-07-02
1
-5
/
+9
*
[InstCombine] look through bswap/bitreverse for equality comparisons
Sanjay Patel
2017-07-02
1
-0
/
+9
*
Reduce indenting and clean up comparisons around sign bit.
Eric Christopher
2017-06-30
1
-6
/
+7
*
Reduce the complexity of the signbit/branch test functions.
Eric Christopher
2017-06-30
1
-3
/
+3
*
[InstCombine] use local variable to reduce code; NFCI
Sanjay Patel
2017-06-28
1
-18
/
+14
*
[Analysis][Transforms] Use commutable matchers instead of m_CombineOr in a fe...
Craig Topper
2017-06-24
1
-2
/
+1
*
[InstCombine] Recognize and simplify three way comparison idioms
Anna Thomas
2017-06-23
1
-4
/
+92
*
[InstCombine][InstSimplify] Use APInt::isNullValue/isOneValue to reduce compi...
Craig Topper
2017-06-07
1
-31
/
+35
*
[InstCombine] Fix two asserts that were accidentally checking that an APInt p...
Craig Topper
2017-06-07
1
-2
/
+2
*
[InstCombine] fix icmp with not op and constant to work with splat vector con...
Sanjay Patel
2017-06-02
1
-3
/
+3
*
[InstCombine] improve perf by not creating a known non-canonical instruction
Sanjay Patel
2017-06-02
1
-3
/
+6
*
[InstCombine] Pass the DominatorTree, AssumptionCache, and context instructio...
Craig Topper
2017-05-26
1
-2
/
+2
*
[InstCombine] Add an InstCombine specific wrapper around isKnownToBeAPowerOfT...
Craig Topper
2017-05-25
1
-1
/
+1
*
[InstCombine] make icmp-mul fold more efficient
Sanjay Patel
2017-05-25
1
-5
/
+7
*
[InstCombine] use m_APInt to allow icmp-mul-mul vector fold
Sanjay Patel
2017-05-24
1
-11
/
+12
*
[ValueTracking] Convert most of the calls to computeKnownBits to use the vers...
Craig Topper
2017-05-24
1
-2
/
+1
*
[InstCombine] allow icmp-xor folds for vectors (PR33138)
Sanjay Patel
2017-05-23
1
-5
/
+9
*
[InstCombine] Cleanup the interface for overflow checks
Craig Topper
2017-05-22
1
-4
/
+4
*
[InstCombine] handle icmp i1 X, C early to avoid creating an unknown pattern
Sanjay Patel
2017-05-17
1
-0
/
+23
*
[InstCombine] move icmp bool canonicalizations to helper; NFC
Sanjay Patel
2017-05-17
1
-43
/
+54
[prev]
[next]