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
...
*
[Local] replaceAllDbgUsesWith: Update debug values before RAUW
Vedant Kumar
2018-07-06
1
-15
/
+7
*
[InstCombine] allow narrowing of min/max/abs
Sanjay Patel
2018-07-04
1
-14
/
+14
*
[DebugInfo][InstCombine] Preserve DI after combining zext
Anastasis Grammenos
2018-07-04
1
-0
/
+11
*
[InstCombine] Avoid creating mis-sized dbg.values in commonCastTransforms()
Vedant Kumar
2018-06-27
1
-2
/
+5
*
[Local] Add a convenient insertReplacementDbgValues overload, NFC
Vedant Kumar
2018-06-26
1
-5
/
+1
*
[InstCombine] use constant pattern matchers with icmp+sext
Sanjay Patel
2018-06-21
1
-14
/
+11
*
[Local] Add a utility to insert replacement dbg.values, NFC
Vedant Kumar
2018-06-20
1
-11
/
+6
*
[InstCombine] don't change the size of a select if it would mismatch its cond...
Sanjay Patel
2018-05-31
1
-4
/
+10
*
[InstCombine] remove fptrunc (select) code; NFCI
Sanjay Patel
2018-05-21
1
-17
/
+0
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-6
/
+12
*
[InstCombine] Replace an 'if' that should always be true with an assert.
Craig Topper
2018-05-10
1
-7
/
+6
*
[InstCombine] Reorder an if condition to put a cheap check in front of a comp...
Craig Topper
2018-05-10
1
-3
/
+3
*
[InstCombine] Use APInt::getBitsSetFrom to shortern a line and fix an 80 colu...
Craig Topper
2018-05-10
1
-2
/
+2
*
Remove @brief commands from doxygen comments, too.
Adrian Prantl
2018-05-01
1
-2
/
+2
*
[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
[prev]
[next]