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
/
InstCombineSimplifyDemanded.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
In SimplifyDemandedUseBits, use computeKnownBits directly to handle Constants
Craig Topper
2017-04-20
1
-15
/
+4
*
[APInt] Use lshrInPlace to replace lshr where possible
Craig Topper
2017-04-18
1
-5
/
+5
*
Introduce APInt::isSignBitSet/isSignBitClear. Use in place isSignBitSet in pl...
Craig Topper
2017-04-17
1
-4
/
+4
*
AMDGPU: SimplifyDemandedElts for image intrinsics
Matt Arsenault
2017-04-17
1
-3
/
+80
*
[InstCombine][ValueTracking] When computing known bits for Srem make sure we ...
Craig Topper
2017-04-16
1
-2
/
+2
*
[InstCombine] In SimplifyDemandedUseBits, don't bother to mask known bits of ...
Craig Topper
2017-04-16
1
-3
/
+3
*
[InstCombine] MakeAnd/Or/Xor handling to reuse previous APInt computations
Craig Topper
2017-04-14
1
-36
/
+46
*
[InstCombine] Use APInt::setSignBit and APInt::isNegative(). NFC
Craig Topper
2017-04-14
1
-3
/
+3
*
[InstCombine] Teach SimplifyMultipleUseDemandedBits to handle And/Or/Xor know...
Craig Topper
2017-04-12
1
-11
/
+46
*
[InstCombine] Remove unreachable code for turning an And where all demanded b...
Craig Topper
2017-04-12
1
-4
/
+0
*
[InstCombine] In SimplifyMultipleUseDemandedBits, use a switch instead of cas...
Craig Topper
2017-04-12
1
-3
/
+11
*
[InstCombine] Teach SimplifyDemandedInstructionBits that even if we reach an ...
Craig Topper
2017-04-12
1
-0
/
+6
*
[InstCombine] Move portion of SimplifyDemandedUseBits that deals with instruc...
Craig Topper
2017-04-12
1
-76
/
+96
*
Teach SimplifyDemandedUseBits that adding or subtractings 0s from every bit b...
Craig Topper
2017-04-12
1
-1
/
+10
*
[InstCombine] Use setAllBits in place of getAllOnesValue since we know the bi...
Craig Topper
2017-04-04
1
-1
/
+1
*
[APInt] Move isMask and isShiftedMask out of APIntOps and into the APInt clas...
Craig Topper
2017-04-03
1
-1
/
+1
*
[APInt] Remove shift functions from APIntOps namespace. Replace the few users...
Craig Topper
2017-03-31
1
-5
/
+5
*
[InstCombine] Change the interface of SimplifyDemandedBits so that it takes t...
Craig Topper
2017-03-25
1
-43
/
+42
*
Revert r298711 "[InstCombine] Provide a way to calculate KnownZero/One for Ad...
Craig Topper
2017-03-24
1
-5
/
+4
*
[InstCombine] Provide a way to calculate KnownZero/One for Add/Sub in Simplif...
Craig Topper
2017-03-24
1
-4
/
+5
*
[InstCombine] Teach SimplifyDemandedUseBits to shrink Constants on the left s...
Craig Topper
2017-03-22
1
-1
/
+2
*
[InstCombine] Remove duplicate code in SimplifyDemandedUseBits for URem. NFC
Craig Topper
2017-03-19
1
-2
/
+0
*
[InstCombine] Use setHighBits/setLowBits/setBitsFrom in place of getLowBitsSe...
Craig Topper
2017-03-19
1
-17
/
+14
*
AMDGPU: Fix insertion point when reducing load intrinsics
Matt Arsenault
2017-03-10
1
-0
/
+3
*
AMDGPU: Support for SimplifyDemandedVectorElts for load intrinsics
Matt Arsenault
2017-03-09
1
-0
/
+41
*
Use APInt::getLowBitsSet instead of APInt::getBitsSet for lower bit mask crea...
Simon Pilgrim
2017-03-03
1
-1
/
+1
*
[AVX-512][InstCombine] Teach InstCombine to optimize 512-bit packss/packus in...
Craig Topper
2017-02-16
1
-2
/
+5
*
[InstCombine] use m_APInt to allow demanded bits analysis on splat constants
Sanjay Patel
2017-02-09
1
-10
/
+13
*
[InstCombine][X86] MULDQ/MULUDQ undef -> zero
Simon Pilgrim
2017-01-24
1
-6
/
+0
*
[InstCombine][X86] Add MULDQ/MULUDQ undef handling
Simon Pilgrim
2017-01-20
1
-0
/
+6
*
[InstCombine][SSE] Add DemandedElts support for PACKSS/PACKUS instructions
Simon Pilgrim
2017-01-20
1
-0
/
+54
*
[InstCombine][AVX2] Add DemandedElts support for VPERMD/VPERMPS shuffles
Simon Pilgrim
2017-01-18
1
-1
/
+4
*
[InstCombine][X86][AVX] Add DemandedElts support for VPERMILPD/VPERMILPS inst...
Simon Pilgrim
2017-01-17
1
-1
/
+9
*
[InstCombine][SSE] Add DemandedElts support for PSHUFB instructions
Simon Pilgrim
2017-01-16
1
-0
/
+10
*
[InstCombine] Fix typo in comment. NFC
Craig Topper
2016-12-29
1
-1
/
+1
*
[InstCombine] Use a 32-bits instead of 64-bits for storing the number of elem...
Craig Topper
2016-12-29
1
-2
/
+2
*
[InstCombine][X86] If the lowest element of a scalar intrinsic isn't used mak...
Craig Topper
2016-12-29
1
-6
/
+18
*
[InstCombine][X86] Add DemandedElts support for 512-bit PMULDQ/PMULUDQ instru...
Craig Topper
2016-12-27
1
-1
/
+3
*
[InstCombine][X86] Add DemandedElts support for PMULDQ/PMULUDQ instructions
Simon Pilgrim
2016-12-26
1
-0
/
+27
*
[InstCombine] Simplify code slightly. NFC
Craig Topper
2016-12-17
1
-1
/
+1
*
[AVX-512][InstCombine] Add masked scalar FMA intrinsics to SimplifyDemandedVe...
Craig Topper
2016-12-15
1
-0
/
+35
*
[X86][InstCombine] Teach SimplifyDemandedVectorElts to handle masked scalar a...
Craig Topper
2016-12-14
1
-0
/
+12
*
[X86][InstCombine] Handle scalar fmadd intrinsics correctly in SimplifyDemand...
Craig Topper
2016-12-14
1
-7
/
+14
*
[X86][InstCombine] Teach SimplifyDemandedVectorElts to handle scalar round in...
Craig Topper
2016-12-14
1
-11
/
+19
*
[X86][InstCombine] Teach SimplifyDemandedVectorElts to handle scalar min/max/...
Craig Topper
2016-12-14
1
-3
/
+28
*
[X86][InstCombine] Fix SimplifyDemandedVectorElts to handle frcz scalar intri...
Craig Topper
2016-12-13
1
-0
/
+5
*
[InstCombine][XOP] The instructions for the scalar frcz intrinsics are define...
Craig Topper
2016-12-11
1
-2
/
+14
*
[X86][InstCombine] Add support for scalar FMA intrinsics to SimplifyDemandedV...
Craig Topper
2016-12-11
1
-0
/
+29
*
[X86] Remove the scalar intrinsics for fadd/fsub/fdiv/fmul
Craig Topper
2016-11-16
1
-64
/
+0
*
[InstCombine] Fixed bug introduced in r282237
Alexey Bataev
2016-09-26
1
-6
/
+8
[prev]
[next]