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
*
[InstCombine] Cleanup the TFE/LWE check in AMDGPU SimplifyDemanded
Nicolai Haehnle
2019-02-04
1
-16
/
+13
*
[InstCombine] Extra null-checking on TFE/LWE support
Michael Liao
2019-02-01
1
-4
/
+3
*
Demanded elements support for vector GEPs
Philip Reames
2019-01-28
1
-0
/
+12
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[AMDGPU] Add support for TFE/LWE in image intrinsics. 2nd try
David Stuttard
2019-01-14
1
-2
/
+16
*
[InstCombine][AMDGPU] Handle more buffer intrinsics
Piotr Sobczak
2018-12-20
1
-0
/
+4
*
Revert r347871 "Fix: Add support for TFE/LWE in image intrinsic"
David Stuttard
2018-11-29
1
-16
/
+2
*
Add support for TFE/LWE in image intrinsics
David Stuttard
2018-11-29
1
-2
/
+16
*
[InstCombine] Determine demanded and known bits for funnel shifts
Nikita Popov
2018-11-24
1
-0
/
+24
*
[InstCombine] Demand bits of UMin
David Green
2018-10-11
1
-0
/
+10
*
[InstCombine] Demand bits of UMax
David Green
2018-10-11
1
-4
/
+16
*
[InstCombine] drop poison flags in SimplifyVectorDemandedElts
Sanjay Patel
2018-10-04
1
-2
/
+5
*
[InstCombine] reduce code duplication in SimplifyDemandedVectorElts; NFCI
Sanjay Patel
2018-10-04
1
-91
/
+42
*
[InstCombine] allow SimplifyDemandedVectorElts to work with FP binops
Sanjay Patel
2018-10-03
1
-18
/
+20
*
[InstCombine] enhance vector demanded elements to look at a vector select con...
Sanjay Patel
2018-09-11
1
-2
/
+21
*
[InstCombine] use SelectInst operand names to make code clearer; NFC
Sanjay Patel
2018-09-10
1
-8
/
+10
*
[InstCombine] fix formatting in SimplifyDemandedVectorElts->Select; NFCI
Sanjay Patel
2018-09-06
1
-12
/
+16
*
[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
[next]