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] canonicalize -0.0 to +0.0 in fcmp
Sanjay Patel
2018-11-05
1
-0
/
+7
*
[InstCombine] refactor fabs+fcmp fold; NFC
Sanjay Patel
2018-10-31
1
-39
/
+45
*
[InstCombine] add assertion that InstSimplify has folded a fabs+fcmp; NFC
Sanjay Patel
2018-10-31
1
-2
/
+5
*
[InstSimplify] fold 'fcmp nnan oge X, 0.0' when X is not negative
Sanjay Patel
2018-10-31
1
-2
/
+3
*
[InstCombine] use 'match' to reduce code; NFC
Sanjay Patel
2018-10-30
1
-92
/
+90
*
[InstCombine] use getFltSemantics() instead of duplicating it; NFC
Sanjay Patel
2018-10-30
1
-19
/
+3
*
[InstCombine] reverse 'trunc X to <N x i1>' canonicalization; 2nd try
Sanjay Patel
2018-10-10
1
-0
/
+7
*
revert r344082: [InstCombine] reverse 'trunc X to <N x i1>' canonicalization
Sanjay Patel
2018-10-10
1
-7
/
+0
*
[InstCombine] reverse 'trunc X to <N x i1>' canonicalization
Sanjay Patel
2018-10-09
1
-0
/
+7
*
[InstCombine] Handle vector compares in foldGEPIcmp(), take 2
Jesper Antonsson
2018-10-01
1
-1
/
+2
*
[InstCombine] Without infinites, fold (C / X) < 0.0 --> (X < 0)
Sanjay Patel
2018-09-27
1
-0
/
+55
*
[InstCombine] Handle vector compares in foldGEPIcmp()
Jesper Antonsson
2018-09-20
1
-1
/
+1
*
[InstCombine] foldICmpWithLowBitMaskedVal(): handle uncanonical ((-1 << y) >>...
Roman Lebedev
2018-09-19
1
-5
/
+7
*
[InstCombine] foldICmpWithLowBitMaskedVal(): handle uncanonical ((1 << y)+(-1...
Roman Lebedev
2018-09-19
1
-2
/
+5
*
[InstCombine] foldICmpWithLowBitMaskedVal(): handle ~(-1 << y) mask
Roman Lebedev
2018-09-19
1
-2
/
+7
*
[InstCombine] Inefficient pattern for high-bits checking 3 (PR38708)
Roman Lebedev
2018-09-15
1
-6
/
+11
*
[InstCombine] Inefficient pattern for high-bits checking 2 (PR38708)
Roman Lebedev
2018-09-13
1
-19
/
+36
*
[InstCombine] Inefficient pattern for high-bits checking (PR38708)
Roman Lebedev
2018-09-12
1
-0
/
+38
*
[InstCombine] add folds for unsigned-overflow compares
Sanjay Patel
2018-09-11
1
-0
/
+12
*
[InstCombine] add folds for icmp with xor mask constant
Sanjay Patel
2018-09-11
1
-10
/
+19
*
InstCombine: move hasOneUse check to the top of foldICmpAddConstant
Tim Northover
2018-09-10
1
-3
/
+3
*
[InstCombine] Fold icmp ugt/ult (add nuw X, C2), C --> icmp ugt/ult X, (C - C2)
Nicola Zaghen
2018-09-04
1
-5
/
+8
*
[InstCombine] Add splat vector constant support to foldICmpAddOpConst.
Craig Topper
2018-08-20
1
-16
/
+18
*
[InstCombine] move vector compare before same-shuffled ops
Sanjay Patel
2018-08-16
1
-0
/
+28
*
ValueTracking: Start enhancing isKnownNeverNaN
Matt Arsenault
2018-08-09
1
-2
/
+2
*
[InstCombine] Re-commit: Fold 'check for [no] signed truncation' pattern
Roman Lebedev
2018-07-18
1
-0
/
+78
*
Revert "[InstCombine] Fold 'check for [no] signed truncation' pattern"
Bob Haarman
2018-07-18
1
-69
/
+0
*
Fix MSVC "result of 32-bit shift implicitly converted to 64 bits" warning. NFCI.
Simon Pilgrim
2018-07-17
1
-2
/
+2
*
[InstCombine] Fold 'check for [no] signed truncation' pattern
Roman Lebedev
2018-07-16
1
-0
/
+69
*
[InstCombine] fold icmp pred (sub 0, X) C for vector type
Chen Zheng
2018-07-16
1
-2
/
+2
*
[NFC][InstCombine] foldICmpWithLowBitMaskedVal(): update comments.
Roman Lebedev
2018-07-14
1
-2
/
+3
*
[InstCombine] Fold x & (-1 >> y) s< x to x s> (-1 >> y)
Roman Lebedev
2018-07-14
1
-0
/
+6
*
[InstCombine] Fold x & (-1 >> y) s>= x to x s<= (-1 >> y)
Roman Lebedev
2018-07-14
1
-0
/
+6
*
[InstCombine] Fold x s<= x & (-1 >> y) to x s<= (-1 >> y)
Roman Lebedev
2018-07-14
1
-0
/
+6
*
[InstCombine] Fold x s> x & (-1 >> y) to x s> (-1 >> y)
Roman Lebedev
2018-07-14
1
-0
/
+6
*
[InstCombine] Fold x u<= x & C to x u<= C
Roman Lebedev
2018-07-14
1
-0
/
+5
*
[InstCombine] Fold x u> x & C to x u> C
Roman Lebedev
2018-07-14
1
-0
/
+5
*
[InstCombine] Fold x & (-1 >> y) u< x to x u> (-1 >> y)
Roman Lebedev
2018-07-14
1
-0
/
+5
*
[InstCombine] Fold x & (-1 >> y) u>= x to x u<= (-1 >> y)
Roman Lebedev
2018-07-14
1
-0
/
+5
*
[InstCombine] Fold x & (-1 >> y) != x to x u> (-1 >> y)
Roman Lebedev
2018-07-12
1
-0
/
+4
*
[InstCombine] Fold x & (-1 >> y) == x to x u<= (-1 >> y)
Roman Lebedev
2018-07-11
1
-0
/
+34
*
Revert "[InstCombine] Delay foldICmpUsingKnownBits until simple transforms ar...
Max Kazantsev
2018-07-06
1
-7
/
+3
*
[InstCombine] Delay foldICmpUsingKnownBits until simple transforms are done
Max Kazantsev
2018-07-03
1
-3
/
+7
*
[InstCombine] Avoid iteration/mutation conflict
Joseph Tremoulet
2018-06-15
1
-1
/
+2
*
Fix a bunch of places where operator-> was used directly on the return from d...
Craig Topper
2018-05-05
1
-1
/
+1
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-3
/
+3
*
[InstCombine] Fold compare of int constant against a splatted vector of ints
Daniel Neilson
2018-04-03
1
-0
/
+44
*
[InstCombine] add folds for icmp + sub (PR36969)
Sanjay Patel
2018-04-02
1
-2
/
+7
*
[PatternMatch] allow undef elements when matching vector FP +0.0
Sanjay Patel
2018-03-25
1
-2
/
+2
*
[InstCombine] peek through more icmp of FP cast + bitcast
Sanjay Patel
2018-03-25
1
-4
/
+14
[prev]
[next]