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] peek through FP casts for sign-bit compares (PR36682)
Sanjay Patel
2018-03-24
1
-0
/
+9
*
[InstCombine] peek through unsigned FP casts for zero-equality compares (PR36...
Roman Lebedev
2018-03-18
1
-0
/
+9
*
[InstCombine] Don't blow up in foldICmpWithCastAndCast on vector icmp instruc...
Daniel Neilson
2018-03-05
1
-1
/
+8
*
Adding a width of the GEP index to the Data Layout.
Elena Demikhovsky
2018-02-14
1
-3
/
+3
*
[InstCombine] simplify logic for swapMayExposeCSEOpportunities; NFCI
Sanjay Patel
2018-02-02
1
-23
/
+9
*
[InstCombine] fix typos, formatting; NFC
Sanjay Patel
2018-02-02
1
-7
/
+6
*
[InstCombine] weaken assertions for icmp folds (PR35846)
Sanjay Patel
2018-01-09
1
-10
/
+4
*
[InstCombine] safely create a constant of the right type (PR35794)
Sanjay Patel
2018-01-04
1
-4
/
+4
*
Remove redundant includes from lib/Transforms.
Michael Zolotukhin
2017-12-13
1
-2
/
+0
*
[InstCombine] Teach visitICmpInst to not break integer absolute value idioms
Craig Topper
2017-11-12
1
-6
/
+12
*
[InstCombine] Update stale comment. NFC
Craig Topper
2017-11-07
1
-2
/
+1
*
[InstCombine] don't unnecessarily generate a constant; NFCI
Sanjay Patel
2017-10-16
1
-3
/
+2
*
Move folding of icmp with zero after checking for min/max idioms.
Nikolai Bozhenov
2017-10-16
1
-11
/
+22
*
revert r314984: revert r314698 - [InstCombine] remove one-use restriction for...
Sanjay Patel
2017-10-15
1
-6
/
+6
*
[InstCombine] improve folds for icmp gt/lt (shr X, C1), C2
Sanjay Patel
2017-10-05
1
-37
/
+40
*
revert r314698 - [InstCombine] remove one-use restriction for icmp (shr exact...
Sanjay Patel
2017-10-05
1
-6
/
+6
*
[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
[prev]
[next]