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
*
[X86] Remove and autoupgrade the scalar fma intrinsics with masking.
Craig Topper
2018-07-12
1
-37
/
+0
*
[X86] Remove X86 specific scalar FMA intrinsics and upgrade to tart independe...
Craig Topper
2018-07-05
1
-2
/
+0
*
Use APInt[] bit access to avoid "32-bit shift implicitly converted to 64 bits...
Simon Pilgrim
2018-06-25
1
-1
/
+1
*
Use APInt[] bit access to avoid "32-bit shift implicitly converted to 64 bits...
Simon Pilgrim
2018-06-25
1
-1
/
+1
*
AMDGPU: Remove old-style image intrinsics
Nicolai Haehnle
2018-06-21
1
-51
/
+1
*
InstCombine/AMDGPU: Add dimension-aware image intrinsics to SimplifyDemanded
Nicolai Haehnle
2018-06-21
1
-71
/
+122
*
[X86] Lowering sqrt intrinsics to native IR
Tomasz Krupa
2018-06-15
1
-2
/
+0
*
[X86] Remove and autoupgrade a bunch of FMA instrinsics that are no longer us...
Craig Topper
2018-05-11
1
-6
/
+0
*
[InstCombine] Only propagate known leading zeros from udiv input to output.
Benjamin Kramer
2018-05-10
1
-2
/
+7
*
[InstCombine] Teach SimplifyDemandedBits that udiv doesn't demand low dividen...
Benjamin Kramer
2018-05-09
1
-0
/
+16
*
[X86] Remove the pmuldq/pmuldq intrinsics and replace with native IR.
Craig Topper
2018-04-13
1
-29
/
+0
*
Remove useless comment - seems to be a copy+paste typo. NFCI
Simon Pilgrim
2018-02-16
1
-1
/
+0
*
[InstCombine] fix demanded-bits propagation for zext/trunc
Sanjay Patel
2018-01-17
1
-1
/
+1
*
[InstCombine] Fix SimplifyDemandedUseBits SHL handling (PR35515)
Simon Pilgrim
2017-12-09
1
-6
/
+5
*
[InstCombine] improve demanded vector elements analysis of insertelement
Sanjay Patel
2017-08-31
1
-9
/
+10
*
[InstCombine] Call hasNoSignedWrap instead of hasNoUnsignedWrap to get the NS...
Craig Topper
2017-08-28
1
-1
/
+1
*
[InstCombine] Don't fall back to only calling computeKnownBits if the upper b...
Craig Topper
2017-08-25
1
-23
/
+24
*
[InstCombine] Consider more cases where SimplifyDemandedUseBits does not conv...
Amjad Aboud
2017-08-25
1
-2
/
+5
*
[InstCombine] Remove unnecessary temporary APInt. NFCI
Craig Topper
2017-08-02
1
-6
/
+1
*
[InstCombine] Remove explicit check for impossible condition. Replace with as...
Craig Topper
2017-08-01
1
-1
/
+2
*
[InstCombine] Move (0 - x) & 1 --> x & 1 to SimplifyDemandedUseBits.
Craig Topper
2017-07-16
1
-2
/
+4
*
[InstCombine] Make InstCombine's IRBuilder be passed by reference everywhere
Craig Topper
2017-07-07
1
-6
/
+6
*
[Constants] If we already have a ConstantInt*, prefer to use isZero/isOne/isM...
Craig Topper
2017-07-06
1
-1
/
+1
*
[InstCombine][InstSimplify] Use APInt::isNullValue/isOneValue to reduce compi...
Craig Topper
2017-06-07
1
-4
/
+4
*
[InstCombine] Merge together the SimplifyDemandedUseBits implementations for ...
Craig Topper
2017-05-24
1
-21
/
+10
*
[InstCombine] Use less bitwise operations to handle Instruction::SExt in Simp...
Craig Topper
2017-05-24
1
-19
/
+14
*
[KnownBits] Use !hasConflict() in asserts in place of Zero & One == 0 or simi...
Craig Topper
2017-05-23
1
-16
/
+16
*
[KnownBits] Add bit counting methods to KnownBits struct and use them where p...
Craig Topper
2017-05-12
1
-1
/
+1
*
[KnownBits] Add wrapper methods for setting and clear all bits in the underly...
Craig Topper
2017-05-05
1
-2
/
+1
*
[KnownBits] Add zext, sext, and trunc methods to KnownBits
Craig Topper
2017-05-03
1
-12
/
+6
*
[KnownBits] Add methods for determining if the known bits represent a negativ...
Craig Topper
2017-04-29
1
-4
/
+4
*
[APInt] Use inplace shift methods where possible. NFCI
Craig Topper
2017-04-28
1
-1
/
+1
*
[ValueTracking] Introduce a KnownBits struct to wrap the two APInts for compu...
Craig Topper
2017-04-26
1
-205
/
+181
*
[APInt] Use isSubsetOf, intersects, and bit counting methods to reduce tempor...
Craig Topper
2017-04-25
1
-2
/
+2
*
[InstCombine] Remove superfluous curly braces around a single line if body. NFC
Craig Topper
2017-04-25
1
-2
/
+1
*
Revert "[APInt] Fix a few places that use APInt::getRawData to operate within...
Renato Golin
2017-04-23
1
-1
/
+1
*
[APInt] Use operator<<= instead of shl where possible. NFC
Craig Topper
2017-04-23
1
-1
/
+1
*
[InstCombine] revert r300977 and r301021
Sanjay Patel
2017-04-21
1
-14
/
+4
*
[InstCombine] use isSubsetOf() for efficiency
Sanjay Patel
2017-04-21
1
-1
/
+1
*
[InstCombine] prefer xor with -1 because 'not' is easier to understand (PR32706)
Sanjay Patel
2017-04-21
1
-4
/
+14
*
[InstCombine] Remove the zextOrTrunc from ShrinkDemandedConstant.
Craig Topper
2017-04-20
1
-4
/
+2
*
[InstCombine] function names start with lower-case letter; NFC
Sanjay Patel
2017-04-20
1
-2
/
+2
*
[InstCombine] allow shl+shr demanded bits folds with splat constants
Sanjay Patel
2017-04-20
1
-19
/
+13
*
[InstCombine] allow shl demanded bits folds with splat constants
Sanjay Patel
2017-04-20
1
-2
/
+4
*
[InstCombine] Use APInt::intersects and APInt::isSubsetOf to improve a few mo...
Craig Topper
2017-04-20
1
-4
/
+4
*
[InstCombine] allow ashr/lshr demanded bits folds with splat constants
Sanjay Patel
2017-04-20
1
-11
/
+14
*
[InstCombine] Use APInt::isSubsetOf to simplify some code in SimplifyDemanded...
Craig Topper
2017-04-20
1
-37
/
+27
*
[InstCombine] Remove redundant code from SimplifyDemandedBits handling for Or...
Craig Topper
2017-04-20
1
-18
/
+0
*
[APInt] Rename getSignBit to getSignMask
Craig Topper
2017-04-20
1
-5
/
+5
*
[APInt] Add isSubsetOf method that can check if one APInt is a subset of anot...
Craig Topper
2017-04-20
1
-1
/
+1
[next]