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
/
InstCombineCasts.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[InstCombine] simplify code that propagates FMF; NFC
Sanjay Patel
2018-04-07
1
-12
/
+4
*
[InstCombine] fix formatting; NFC
Sanjay Patel
2018-03-24
1
-37
/
+30
*
[InstCombine] Add constant vector support to getMinimumFPType for visitFPTrunc.
Craig Topper
2018-03-05
1
-0
/
+34
*
[InstCombine] Rewrite the binary op shrinking in visitFPTrunc to avoid creati...
Craig Topper
2018-03-02
1
-47
/
+43
*
[InstCombine] Split the FP constant code out of lookThroughFPExtensions and u...
Craig Topper
2018-02-28
1
-15
/
+20
*
Adding a width of the GEP index to the Data Layout.
Elena Demikhovsky
2018-02-14
1
-3
/
+3
*
[InstCombine] don't try to evaluate instructions with >1 use (revert r324014)
Sanjay Patel
2018-02-05
1
-17
/
+7
*
[InstCombine] only allow narrow/wide evaluation of values with >1 use if that...
Sanjay Patel
2018-02-05
1
-4
/
+6
*
[InstCombine] allow multi-use values in canEvaluate* if all uses are in 1 inst
Sanjay Patel
2018-02-01
1
-5
/
+13
*
[InstCombine] reduce code duplication for canEvaluate* functions; NFCI
Sanjay Patel
2018-01-31
1
-47
/
+43
*
[InstCombine] Preserve debug values for eliminable casts
Vedant Kumar
2018-01-26
1
-1
/
+15
*
[InstCombine] include 'sub' in the list of narrow-able binops
Sanjay Patel
2017-11-16
1
-10
/
+7
*
[InstCombine] trunc (binop X, C) --> binop (trunc X, C')
Sanjay Patel
2017-11-15
1
-4
/
+17
*
[InstCombine] Fix a vector splat handling bug in transformZExtICmp.
Craig Topper
2017-10-05
1
-3
/
+1
*
[InstCombine] Support vector splats in transformZExtICmp
Craig Topper
2017-08-29
1
-7
/
+7
*
[InstCombine] Fix a weakness in canEvaluateZExtd around 'and' instructions
Craig Topper
2017-08-21
1
-1
/
+6
*
[InstCombine] Teach canEvaluateTruncated to handle arithmetic shift (includin...
Amjad Aboud
2017-08-16
1
-0
/
+17
*
[InstCombine] Teach canEvaluateZExtd and canEvaluateTruncated to handle vecto...
Craig Topper
2017-08-15
1
-10
/
+18
*
[InstCombine] narrow rotate left/right patterns to eliminate zext/trunc (PR34...
Sanjay Patel
2017-08-09
1
-1
/
+72
*
[InstCombine] refactor trunc(binop) transforms; NFCI
Sanjay Patel
2017-08-05
1
-39
/
+37
*
[InstCombine] narrow truncated add/sub/mul with constant
Sanjay Patel
2017-08-04
1
-0
/
+27
*
[InstCombine] Remove unnecessary casts. NFC
Craig Topper
2017-08-04
1
-2
/
+2
*
[IR] Make use of Type::isPtrOrPtrVectorTy/isIntOrIntVectorTy/isFPOrFPVectorTy...
Craig Topper
2017-07-09
1
-1
/
+1
*
[InstCombine] Make InstCombine's IRBuilder be passed by reference everywhere
Craig Topper
2017-07-07
1
-80
/
+78
*
[InstCombine] No need to pass DataLayout to helper functions if we're passing...
Craig Topper
2017-07-06
1
-7
/
+5
*
[InstCombine] reverse bitcast + bitwise-logic canonicalization (PR33138)
Sanjay Patel
2017-06-22
1
-0
/
+12
*
[InstCombine][InstSimplify] Use APInt::isNullValue/isOneValue to reduce compi...
Craig Topper
2017-06-07
1
-4
/
+4
*
[ValueTracking] Convert most of the calls to computeKnownBits to use the vers...
Craig Topper
2017-05-24
1
-11
/
+5
*
[InstCombine] Take in account the size in sext->lshr->trunc patterns.
Davide Italiano
2017-05-21
1
-6
/
+13
*
[ValueTracking] Replace all uses of ComputeSignBit with computeKnownBits.
Craig Topper
2017-05-15
1
-3
/
+2
*
[InstCombineCasts] Fix checks in sext->lshr->trunc pattern.
Sanjay Patel
2017-05-09
1
-6
/
+14
*
[ValueTracking] Introduce a KnownBits struct to wrap the two APInts for compu...
Craig Topper
2017-04-26
1
-15
/
+15
*
Add a getPointerOperandType() helper to LoadInst and StoreInst; NFC
Sanjoy Das
2017-04-18
1
-1
/
+1
*
[InstCombine] Support folding a subtract with a constant LHS into a phi node
Craig Topper
2017-04-14
1
-2
/
+2
*
InstCombine: Check source value precision when reducing cast intrinsic
Matt Arsenault
2017-03-20
1
-2
/
+14
*
[InstCombine] Liberate assert in InstCombiner::visitZExt
Bjorn Pettersson
2017-03-16
1
-2
/
+2
*
[InstCombine] avoid crashing on shuffle shrinkage when input type is not same...
Sanjay Patel
2017-03-08
1
-1
/
+2
*
[InstCombine] shrink truncated insertelement into undef vector
Sanjay Patel
2017-03-07
1
-0
/
+38
*
[InstCombine] shrink truncated splat shuffle (2nd try)
Sanjay Patel
2017-03-07
1
-0
/
+20
*
revert r297155 because there's a clang test that depends on InstCombine:
Sanjay Patel
2017-03-07
1
-20
/
+0
*
[InstCombine] shrink truncated splat shuffle
Sanjay Patel
2017-03-07
1
-0
/
+20
*
[InstCombine] don't try SimplifyDemandedInstructionBits from zext/sext becaus...
Sanjay Patel
2017-02-24
1
-10
/
+0
*
[InstCombine] use loop instead of recursion to peek through FPExt; NFCI
Sanjay Patel
2017-02-23
1
-6
/
+4
*
[InstCombine] use 'match' to reduce code; NFCI
Sanjay Patel
2017-02-23
1
-11
/
+9
*
fix formatting; NFC
Sanjay Patel
2017-01-31
1
-6
/
+6
*
SimplifyLibCalls: Replace more unary libcalls with intrinsics
Matt Arsenault
2017-01-23
1
-1
/
+8
*
SimplifyLibCalls: Replace fabs libcalls with intrinsics
Matt Arsenault
2017-01-17
1
-15
/
+18
*
Replace APFloatBase static fltSemantics data members with getter functions
Stephan Bergmann
2016-12-14
1
-3
/
+3
*
[InstCombine] change select type to eliminate bitcasts
Sanjay Patel
2016-12-03
1
-0
/
+47
*
[InstCombine] allow more narrowing transforms for logic ops
Sanjay Patel
2016-11-30
1
-9
/
+23
[next]